﻿/*/*/
.driv-line {
    border-bottom: 1px solid #444444;
}

.sidebar {
    /*background-color: #263238;*/
    color: #fff;
}

.navbar-inverse {
    /*background-color: #343535;*/
}

.bg-ether {
    background-color: #c84e49;
    border-color: #c84e49;
    color: #fff;
}

.bg-grey_cus {
    /*background-color: #828384;
    border-color: #828384;
    color: #fff;*/
}

.nav-tabs.nav-tabs-top > li.active > a:after {
    /*background-color: #c84e49;*/
}

code {
    color: #c84e49;
}

.navbar-brand {
    padding: 8px 20px;
}

    .navbar-brand > img {
        height: 27px;
    }

.navigation > li.active > a, .navigation > li.active > a:focus, .navigation > li.active > a:hover {
    /*background-color: #c84e49;
    color: #fff;*/
}

.navbar-brand {
    font-size: 21px;
}

*.disabled-page {
    /*background-color: #dedede !important;*/
    cursor: not-allowed;
}

.disabled-page2 {
    background-color: #dedede !important;
    cursor: not-allowed;
}

/*label.label-default {
    font-size: 100%;
}*/

/*.form-control {
    border-radius: 5px;
}

.round-xl {
    border-radius: 5px;
}*/

.pointer {
    cursor: pointer;
}

.field-validation-error {
    background: url("/content/global/images/error_small.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    color: #ff5a00;
    padding-left: 18px;
}

.color-red {
    color: red;
}

.display-none2 {
    display: none;
}

.text-bold {
    font-weight: bold;
}

.color-fade {
    color: #999999;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.none-border {
    border: none;
}

/* -------------------- CUSTOM TEMPLATE STYLE ----------------------- */

.table-responsive {
    overflow-x: inherit;
}

.sidebar {
    /*width: 220px;*/
}
/* -------------------- /CUSTOM TEMPLATE STYLE ----------------------- */
.login-container .page-container .login-form, .login-container .page-container .registration-form {
    margin: 0 auto 20px auto;
    border-radius: 15px;
}

.sidebar {
    /*background-color: #184776;*/
    color: #fff;
}

.navigation > li.active > a, .navigation > li.active > a:focus, .navigation > li.active > a:hover {
    background-color: #13375c;
    color: #fff;
}

.navbar-inverse {
    background-color: #343535;
    /*background-color: #343535;
    border-color: #184776;*/
}

/*.navbar-top {
    padding-top: 0px;
}

.sidebar-fixed .sidebar-content {
    top: 0;
}*/

.category-content {
    padding: 10px 15px;
}

.navigation > li > a {
    padding: 8px 15px;
    min-height: 40px;
    font-weight: 500;
}

.page-title {
    padding: 10px 36px 10px 0;
}

.navigation > li ul li a {
    padding: 7px 15px 7px 25px;
    min-height: 30px;
}

.navbar-inverse {
    background-color: #37474F;
    border-color: #37474F;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #fff;
        text-transform: uppercase;
    }

.navbar-nav li:hover ul {
    
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-width: 0;
}

.navbar-brand > img {
    height: 40px;
}

.navbar-brand > img {
    margin-top: -10px;
}

.navbar-brand > img {
    display: inline-block;
}

.ui-widget-header {
    border: none;
    background: #FFF;
    color: #222;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 1;
    color: #333333;
    padding: 7px;
    border-radius: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #555;
}

.datatable-header > .input-group-xs {
    margin-bottom: 10px;
}

    .datatable-header > .input-group-xs::after {
        clear: both;
    }

.clear {
    clear: both
}


.nav > li > a {
    padding: 13px 10px;
}

.navbar-brand {
    font-size: 19px;
}


.docimg {
    height: 200px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.upload-arial {
    background: #fff;
    border: 3px dashed #607d8b;
    border-radius: 2px;
    color: #455a64;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    -webkit-transition: background .15s linear,border .15s linear,color .15s linear,opacity .15s linear;
    transition: background .15s linear,border .15s linear,color .15s linear,opacity .15s linear;
    cursor: pointer;
    margin-bottom: 20px
}

    .upload-arial:hover {
        background: #e2dfdf
    }

.doc-remote {
    position: absolute;
    z-index: 99999;
    top: -38px;
    right: 0px;
}

.title-img {
    font-weight: bold;
}

.bar-approve-button {
    text-align: center;
}

    .bar-approve-button button {
        margin-right: 5px;
    }

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.tht-info b {
    display: inline-block;
    width: 180px;
}

.mySlides1, .mySlides2 {
    display: none
}

img {
    vertical-align: middle;
}

.mySlides1, .mySlides2 {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a grey background color */
    .prev:hover, .next:hover {
        background-color: #f1f1f1;
        color: black;
    }



.slideshow .img {
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #dadada;
}

.slideshow .btn-upload {
    height: 180px;
    position: relative;
    background: #e4e1e1;
    cursor: pointer;
    border: 1px solid #dadada;
    border-radius: 3px;
}


    .slideshow .btn-upload .glyphicon {
        font-size: 73px;
        position: absolute;
        top: 30%;
        left: 37%;
        color: #9a9a9a;
    }

    .slideshow .btn-upload:hover {
        background: #dedddd;
    }

        .slideshow .btn-upload:hover .glyphicon {
            color: #868383;
        }

.new_style {
    padding-top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

.area-note {
    border: 1px dotted gray;
    padding: 10px;
}

.datatable-scroll table .label {
    width: 100%
}

.label {
    display: initial;
    padding: 2px 5px 1px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    border-radius: 2px;
}

body {
    font-size: 14px;
}

.h4, h4 {
    font-size: 23px;
}

.c_padding {
}

.gioi-thieu {
    background: #fff;
    margin-left: -10px;
    padding: 20px;
    border: 1px solid #e4e4e4;
    font-size: 15px;
    border-radius: 3px;
}

.label-primary {
    background-color: #008ac3;
}

/*@media only screen and (max-width: 770px) {
    .gioi-thieu {
        margin-bottom: 20px;
        margin-right: -10px
    }

    .login-home {
        margin-left: -10px;
    }
}*/

#menu .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: #008ac3 !important;
    color: #ffffff;
}

.new-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-right: 20px;
}

    .new-item h4 {
        margin-top: 0px;
        line-height: 26px;
        height: 50px;
        overflow: hidden;
        height: 55px
    }

.new-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

    .new-img img {
    }

.new-summary {
    height: 65px;
    overflow: hidden;
}

.swiper-slide {
    height: auto;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 500px) {
    /*.swiper-slide {
        width: 600px !important;
       
    }*/

    .hotline {
        display: none !important;
    }
}

/*@media only screen and (max-width: 770px) {
    .logo, .logo-bottom {
        display: none;
    }

    .button_menu {
        float: right;
    }

   
}*/

.navbar-toggle {
    background-color: #008ac3;
    margin-right: 0px;
}

.icon-bar {
    background-color: #fff;
}

#menu .navbar-nav > li > a {
    color: #424141 !important;
}

.vayngay-mobile {
    display: none;
}

@media only screen and (max-width: 800px) {


    .register-banner {
        display: none
    }

    .getborrow-search {
        text-align: right;
    }

    .content-body {
        margin-top: 0px !important;
    }

    .text_header_vayvon {
        text-align: left !important;
        padding-bottom: 5px;
    }

    .vayngay-mobile {
        display: block;
        text-transform: uppercase;
        font-size: 15px;
    }

    .vayngaymenu {
        display: none !important;
    }
}

.pak {
    margin-bottom: 20px
}

#menu .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: #FF7D2A;
    color: #ffffff !important;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.time {
    margin: 10px 0
}

.timer {
    font-size: 15px;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    font-size: 13px !important;
}

.select2-selection--single {
    padding: 3px 0 !important;
}

.datatable-footer, .datatable-header {
    padding: 20px 20px 0;
    padding-bottom: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
}

.form-group .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0;
}

.content:first-child {
    padding-top: 10px;
}

.content {
    padding: 0 10px 10px;
}

.page-header-default {
    margin-top: -10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: 10px !important;
}

.table th {
    font-weight: bold;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 40%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.upload-message {
    position: absolute;
    top: 45%;
    left: 42%;
    font-size: 22px;
    display: block;
    width: 300px;
    height: 30px;
    z-index: 1000;
    color: #e1e1e1;
    font-family: arial;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 500px;
}

.select2-search__field{
    padding-left:30px !important
}
.select2-search--dropdown:after {
    left: 15px;
}

.nav > li > a {
    padding: 13px 5px;
}

.table-xxs > tbody > tr > td, .table-xxs > tbody > tr > th, .table-xxs > tfoot > tr > td, .table-xxs > tfoot > tr > th, .table-xxs > thead > tr > td, .table-xxs > thead > tr > th {
    padding: 5px 5px !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

}

@media (max-width: 800px) {
    

    .sim-chon-tu-kho {
        width: 49%
    }

    .sim-quet-ma {
        width: 49%
    }
    .sim-title{
        display:none;
    }
    .sim-title-des {
        display: none;
    }
    .display-none800{
        display:none
    }
}