﻿body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* @media (min-width:979px){
	ul.nav li.dropdown:hover >ul.dropdown-menu{
		display:block;
	}

	#main-content{
		min-height:600px;
	}
}
 */

.navbar {
    margin-bottom: 0;
}

.page-header {
    padding: 20px 0;
    margin: 10px 0 !important;
}

.table tr td {
    vertical-align: middle !important;
}

.bold {
    font-weight: bold;
}

.has-feedback-left .form-control {
    padding-left: 34px;
    /* @input-height-base; */
    padding-right: 12px;
    /* @padding-base-horizontal */
}

.has-feedback-left .form-control-feedback {
    left: 12px;
}

.has-feedback-left .input-sm {
    padding-left: 30px;
}

.has-feedback-left .input-lg {
    padding-left: 46px;
}

.detail-list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-list .title {
    font-weight: bold;
}

.detail-list .value {
    font-weight: bold;
}

.btn-group,
.btn-group-vertical {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

.page-list-record-detail input {
    padding: 5px 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    width: 50px;
    text-align: center;
}

.page-list-record-detail .info {
    padding: 5px 5px;
    background: #eee;
    display: inline-block;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.pager {
    margin: 0;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.radius-5 {
    border-radius: 5px;
}

.pad-10 {
    padding: 10px;
}

.center-block {
    float: none;
}

.col-pad-0 {
    padding-left: 0;
    padding-right: 0;
}

.col-pad-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.col-pad-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.col-pad-10 {
    padding-left: 10px;
    padding-right: 10px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

table.table tr td.td-sno {
    width: 30px;
}


/*
table.table tr .td-btn-3{
	width:150px;
}

table.table tr .td-btn-2{
	width:100px;
}

table.table tr .td-btn-1{
	width:50px;
}

 */

.table-layout {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.profile-card {
    padding: 70px 0;
    background-color: rgba(214, 224, 226, 0.2);
}

.profile-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.profile-card .avatar {
    margin: 20px auto;
    width: 170px;
    padding: 10px;
}

.profile-card .avatar img {
    max-width: 150px;
    max-height: 150px;
}

.profile-card .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    padding: 10px;
    text-transform: capitalize;
}

.profile-usermenu {}

.profile-usermenu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

body {
    padding-top: 70px;
}

.navbar-collapse {
    max-height: 100% !important;
}

.navbar .navbar-header {
    min-width: 20%;
}

.navbar-brand {
    float: none;
}

.navbar-brand img {
    display: inline-block;
}

a.btn-ghost,
.btn-ghost {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 8px 20px;
    vertical-align: middle;
}

a.btn-ghost:hover,
.btn-ghost:hover {
    background: #4a6781;
    border: 1px solid #4a6781;
    color: #fff;
}

a.btn-ghost .fa,
.btn-ghost .fa {
    margin-right: 10px;
    font-size: 22px;
}

a.btn-ghost .text,
.btn-ghost .text {
    position: relative;
    top: -2px;
}


/* ======= Footer ======= */

.footer {
    background: #253340;
    color: #fff;
    padding-top: 40px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}

.footer p {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.footer .btn-cta,
.footer a.btn-cta {
    padding: 9px 10px;
}

.footer .footer-col.links .fa {
    margin-right: 5px;
}

.footer .footer-col.links li {
    margin-bottom: 10px;
}

.footer .footer-col.connect .social {
    margin-bottom: 15px;
    overflow: hidden;
}

.footer .footer-col.connect .social li {
    margin-right: 10px;
}

.footer .footer-col.connect .social li a .fa {
    color: #b3b3b3;
    font-size: 22px;
}

.footer .footer-col.connect .social li a:hover .fa {
    color: #ec6952;
}

.footer .footer-col.connect .btn-cta-primary {
    background: #5d80a1;
    border-color: #5d80a1;
}

.footer .footer-col.connect .btn-cta-primary:hover {
    background: #4a6781;
    border-color: #4a6781;
}

.footer .footer-col .title {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.footer .footer-col p {
    color: #fff;
}

.footer .footer-col a {
    color: #6d8dab;
}

.footer .footer-col a:hover {
    color: #8da6bd;
}

.footer .footer-col .navbar-form {
    padding-left: 0;
    padding-right: 0;
}

.footer .footer-col .navbar-form .form-control {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.footer .footer-col .navbar-form .form-control:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.footer .has-divider {
    border-top: 1px solid #2b3b4a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .download .download-list li {
    margin-bottom: 15px;
}

.footer .download .download-list li .btn-ghost {
    text-align: left;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 230px;
}

.footer .download .download-list li .btn-ghost:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.footer .contact p {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.footer .contact p a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.footer .contact .fa {
    margin-right: 10px;
    font-size: 20px;
}

.footer .contact .email .fa {
    font-size: 16px;
}

.footer .bottom-bar {
    background: #222;
    color: #b3b3b3;
    font-size: 14px;
    padding: 10px 0;
}

.footer .bottom-bar .copyright {
    line-height: 1.6;
}

.promo {
    background: #253340;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    color: #fff;
    z-index: 10;
    margin-top: -25px;
}

.promo .title {
    font-size: 46px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.promo.section .intro {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.promo .btn-cta {
    font-size: 18px;
}

.promo .btn-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
}

.promo .btn-link:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}

.promo .btn-link:focus {
    outline: none;
}

.promo .btn-link .fa {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}