a{
    color: #316e8e;
}
a:hover{
    color: #26556d;
}
.toastr-custom{
    margin-top:50px;
    width: 100%;
}
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.toast-message{
    text-align: center;
}
.m-body{
    background: #e8e8e8;
}
.m-brand .m-brand__tools .m-dropdown .btn{
    border-color: #316e8e;
    color: #316e8e;
}
.m-brand .m-brand__tools .m-dropdown .btn:hover {
    background: #26556d;
    border-color: #26556d;
    color: #fff;
}
.m-header-search .m-header-search__icon-search>i {
    font-size: 1.3rem;
    color: #316e8e;
}
.m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #316e8e;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav>.m-menu__item .m-menu__submenu>.m-menu__subnav>.m-menu__item>.m-menu__link .m-menu__link-text {
        color: #676c7b;
}

.m-brand__logo-wrapper img{
    height:60px;
}

.form-control, .form-control[readonly] {
    border-color: #c1c0ca;
    color: #575962;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #c1c0ca;
}

.form-group {
    margin-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 22px 0;
}

.modal-header .title{
    font-size: 17px;
}

.modal .modal-content .modal-header {
    padding: 15px 25px;
}

.passport_row{
    padding: 15px 26px;
    border: 1px solid #95A5A6!important;
    margin-bottom:  10px;
}

.passport_even{
    background: #95A5A6!important;
    color: #FFF!important;
}

.barcode-bg{
    border: 1px solid #95A5A6!important;
    background: white;
    display: inline-block;
    padding: 6px;
}

.application_services{
    font-size: 12px;
}
.passport_row{
    font-size: 12px;
}

.passport_row td{
    padding: 0.50rem;
}
.passport_row:not(.passport_even) td{
    border-top: 1px solid rgb(149, 165, 166);
}

.m-portlet__body .passport_row{
    border: 0!important;
    border-radius: 0!important;
    padding: 0!important;
}

#passport_add .m-list-timeline__items:before  {
    display: none;
}

#passport_add .m-list-timeline__items:after {
    /*content: ' ';*/
    /*display: block;*/
    /*clear: both;*/
}

#passport_add .m-list-timeline__items .m-list-timeline__item {
    /*width: 50%;*/
    padding: 5px 3px;
    margin: 3px 0;
    /*float: left;*/
}

#passport_add .m-checkbox, .m-radio{
    margin-bottom: 0;
    display: block;
    font-size: 12px;
    padding-left: 25px;
}

#passport_add .m-section{
    margin: 0 0 10px 0;
}

#passport_add .table{
    margin-bottom: 0;
}

#passport_add .table td:first-child{
    font-weight: bold;
}

.m-form span.m-form__help{
    display: none;
}

.form-group {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 15px 0;
}

.error-block{
    color:red;
    font-size: 12px;
}
.has-warning input{
    border-color:red!important;
}

.contentProgress {
    background: #d5d5d5;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.barG {
    background-position: 0 0;
    background: #32c5d2;
    width: 0;
    height: 10px;
}
.none{
    display: none;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #f4f5f8;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eaeaea;
}

.page-item.active .page-link {
    color: #fff!important;
}

#scan_status{
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#scan_status.waiting{
    background: #bf7c00;
    border: 1px solid #dc8f00;
    box-shadow: 0 0 5px #bf7c00;
}

#scan_status.ready{
    background: #006800;
    border: 1px solid #00c000;
    box-shadow: 0 0 5px #006800;
}

#scan input[name=barcode]{
    width: 0;
    height: 0;
    border:none;
}

#scan_please{
    text-align: center;
}