/*NAV HEADER*/
.main-header {
    position:fixed;
    width:100%;;
    height: 60px;
    z-index: 9999
}
.navbar-header {
    padding-left: 14px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background-color: #fff;
    }
    .navbar-right {
        margin-right:0;
    }

/*--- BODY CONTENT --*/
.main-content {
   height: 100%;
   padding:0;
   margin-top: 60px;

}

.sidebar {
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
     margin-top: 60px;

}


.sub-header {
    background-color: #ccc;
    padding-bottom: 5px;
    color: #484848;
    margin-bottom: 40px;
    padding-left: 45px;
}
.body-content{
    padding:0 30px;
}


.btn {
   width:auto;
}
.btn-micro {
    font-size: 10px;
    line-height: 20px;
    font-weight:200;
}
.back-btn {
    display: none;
}
.form-inline.margin-20 .form-control{
    margin-right: 20px;
}
.form-inline .btn {
        width: auto;
    height: 34px;
    line-height: 34px;
}
.margin-20 {
    margin-bottom:20px;
}

.table-switch .label {
    text-transform: capitalize;
}
.table-switch .label-danger {

    padding-left: 13px;
    padding-right: 13px;

}
.table-switch .label-warning {
    padding-left: 15px;
    padding-right: 15px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th{
    border: none;
   }

   .table > thead > tr > th {
        padding-left:20px;
   }
   .pagination{
    margin-bottom: 0;
   }
   .bottom {
    float: right;
    margin-bottom: 50px;
   }
.settlement-req-data .h5{
    margin-bottom: 0;
    color: #272323;
}

footer .footer {
    display:none;
}

/* DATE PICKER */
.ui-widget-header {
       border: 1px solid #e78f08;
    background: #00425F ;
    color: #fff;
    font-weight: bold;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #00425F;
    color: #CCC;
}

.ui-datepicker thead tr th {
    padding: 0px !important;
}

.ui-datepicker tr th:first-child {
    border-top-left-radius: 0px;
}

.ui-datepicker thead tr th:last-child {
    border-top-right-radius: 0px;
}

.ui-datepicker tbody tr td {
    padding: 0px !important;
}

.ui-datepicker tbody tr td span {
    margin-right: 15px !important;
}




/*
!*--- FOOTER --*!
footer{
	color: #999;
	background-color: #f9f9f9;
	padding: 20px !important;
	padding-bottom: 20px !important;
	bottom: -0px !important;
}
.footer{
	left: 0;
	right: auto;
}
#footer{
	position: absolute !important;
	color: #999;
	background-color: #f9f9f9;
	padding: 20px !important;
	padding-bottom: 20px !important;
}
*/



.landing-wrapper {
    margin: 0;
    padding: 0;
    background: url("../images/background_smartcard.png") top left no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
    color: #fff;
}

.landing-wrapper h2 {
    margin: 0;
    padding-top: 100px;
}

.passport-container {
    width: 300px;
    position: relative;
    z-index: 500;
    top: -50px;
}

.passport-container a {
    text-decoration: none;
}

.passport-container .btn-primary {
    font-size: 14px;
    padding: 0 25px;
}

.landing-footer {
    font-size: 12px;
    color: #696969;
    position: absolute;
    bottom: 0;
    height: 60px;
}

.landing-footer a {
    color: #696969;
}

.landing-footer .flyingman img {
    height: 20px;
}

.button-width {
    width: 100px;
}

.error-text {
    color: red !important;
}
.has-submenu > a:before{
	position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f107';
    float: right;
    color: #6d747a;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.has-submenu.opened > a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.notify.error{
color:red !important;
}