﻿html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    background-color: #2b3e50;
    overflow-x: hidden;
}

.avatar {
    background: white url('../../Content/templates/images/ava-default.png') no-repeat center;
    background-size: cover;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    object-fit: cover;
    transition: border .5s, box-shadow .5s;
    overflow: hidden;
}

    .avatar:hover {
        border: 1px solid #f60;
        box-shadow: 0 0 10px #f60;
        transition: border .5s, box-shadow .5s;
    }

/*Customer btn bootraps*/
.btn {
    border-radius: 0px;
}

.btn-withdraw {
    background-color: #931F01 !important;
    background-repeat: repeat-x;
    /* background-image: -o-linear-gradient(top, #d12741, #2f080e); */
    /* background-image: linear-gradient(#d12741, #2f080e); */
    border-color: #931F01;
    color: #fff !important;
}

    .btn-withdraw:hover,
    .btn-withdraw:focus,
    .btn-withdraw:active,
    .btn-withdraw.active,
    .open .dropdown-toggle.btn-withdraw {
        background-color: #851C01 !important;
        background-repeat: repeat-x;
        /* background-image: linear-gradient(#fbeded, #de5353); */
        border-color: #851C01;
        color: #fff !important;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0;
}

.container {
    padding: 0 0 0 0;
}

.textalign-col-left, .textalign-col-center, .textalign-col-right {
    text-align: center;
}

.no-border {
    border: none;
}

.file-input, .theme-fa {
    width: 45%;
}

.fileinput-remove-button, .btn-file {
    height: 45px;
}

.datetime-setting input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.datetime-setting > .input-group {
    width: 280px;
}
/*  GENERAL
    ------------------------------------------------------------------- */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-clear {
    clear: both !important;
}

.text-center {
    text-align: center;
}

.requirement {
    color: red;
}

.nextApproval {
    color: red;
}

/*  LAYOUT
    ------------------------------------------------------------------- */

.layout-header {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: block;
}

.layout-container {
    width: 100%;
    /*position: absolute;*/
    top: 60px;
    position: relative;
    left: 0px;
    display: flex;
}

.main-container {
    flex: 1 100%;
    flex-basis: auto;
    width: 100%;
    min-height: calc(100vh - 45px);
    float: left;
    margin: 0;
    padding: 0 10px 10px 10px;
    background-color: #fff;
    font-size: 13px;
    -webkit-border-radius: 0; /* Safari prototype */
    -moz-border-radius: 0; /* Gecko browsers */
    border-radius: 0; /* dùng cho các trình duyệt khác - */
}

.th100 {
    min-width: 100px;
}

.th150 {
    min-width: 150px;
}

.th200 {
    min-width: 200px;
}

.th250 {
    min-width: 250px;
}

.topbar {
    background-color: #333;
    min-height: 50px;
    width: 100%;
    padding: 5px;
}

    .topbar .navbar-nav > li > a {
        color: white; /**/
        font-weight: bold;
        font-size: .9em;
        letter-spacing: .05em;
        text-shadow: 1px 1px black;
    }

    .topbar .navbar-nav > .open > a:hover,
    .topbar .nav > li > a:focus,
    .topbar .nav > li > a:hover,
    .topbar .navbar-nav > .open > a {
        background-color: #22b8ff;
        background-image: linear-gradient(#22b8ff, #333);
        text-shadow: 1px 1px black;
        transition: background-color .5s, background-image .5s;
        z-index: 4;
    }

    .topbar .navbar-nav .open .dropdown-menu {
        z-index: 5;
    }

.side-container {
    margin: 10px 10px 0 0;
    width: 250px;
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    .side-container {
        display: none;
    }

    .main-container {
        width: 100%;
        min-height: calc(100vh - 45px);
        float: left;
        background-color: #fff;
        -webkit-border-radius: 0px; /* Safari prototype */
        -moz-border-radius: 0px; /* Gecko browsers */
        border-radius: 0px; /* dùng cho các trình duyệt khác - */
    }

    #menu {
        background: #fff;
        position: absolute;
        top: 45px;
        right: 0;
        left: 0;
        min-height: calc(100vh - 41px);
        max-height: calc(100vh - 41px);
        z-index: 100;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-header {
        /*float: none;*/
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-collapse {
        /*padding-top: 5px;*/
    }

    .container {
        width: 100%;
    }

    .topbar {
        padding: 5px 5vw;
    }
}

@media only screen and (min-width: 970px) {
    .navbar-nav {
        margin-left: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .textalign-col-left {
        text-align: left;
    }

    .textalign-col-center {
        text-align: center;
    }

    textalign-col-right {
        text-align: right;
    }
}

/*  NAVIGATOR
    ------------------------------------------------------------------- */
.nav-block {
    background: #fff;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    min-height: calc(100vh - 41px);
    max-height: calc(100vh - 41px);
    z-index: 100;
    width: calc(100vw - 200px);
}

.nav-block-menu {
    display: block;
    min-width: 250px;
    margin: 10px;
    border-bottom: 1px dashed #eee;
    padding-top: 15px;
}

    .nav-block-menu .nbm-title {
        float: left;
        width: 250px;
    }

        .nav-block-menu .nbm-title p {
            font-size: 18px;
            text-align: right;
            font-style: italic;
            font-weight: 600;
            margin-top: 15px;
        }

    .nav-block-menu .nbm-container {
        float: left;
    }

        .nav-block-menu .nbm-container ul {
            float: left;
            min-width: 150px;
        }

            .nav-block-menu .nbm-container ul li {
                margin: 5px 0;
            }

                .nav-block-menu .nbm-container ul li a,
                .nav-block-menu .nbm-container ul li a:visited {
                    padding: 2px;
                    display: block;
                    color: #838383;
                }

/*  RIGHT MENU
    ----------------------------------------------------------------------------------------------------    */
.block-menu {
    margin: 0;
    padding: 0;
}

    .block-menu > li {
        list-style: none;
    }

        .block-menu > li.block-title {
            font-size: 15px;
            font-weight: 600;
            color: #eee;
        }

        .block-menu > li > a {
            color: #fff;
            margin: 10px;
            display: block;
            font-size: 12.5px;
            font-style: italic;
        }

.break-line {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    border: 1px dashed #2c4b67;
}
/* preview-form*/
table.preview-form {
    width: 100%;
    background-color: #fafafa;
    margin-top: 10px;
}

    table.preview-form > tbody > tr {
        border-bottom: 1px dashed #f1f1f1;
    }

        table.preview-form > tbody > tr > td {
            padding: 5px 5px 5px 15px;
        }

            table.preview-form > tbody > tr > td:first-child {
                padding: 5px;
                font-style: italic;
                text-align: right;
                /*font-weight: bold;*/
                color: #666666;
            }

                table.preview-form > tbody > tr > td:first-child::after {
                    content: ":";
                }
/*  TOP MENU
    ----------------------------------------------------------------------------------------------------    */

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff; /**/
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px; /* Safari prototype */
    -moz-border-radius: 3px; /* Gecko browsers */
    border-radius: 3px; /* dùng cho các trình duyệt khác - */
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider:first-child {
    display: none;
}

.dropdown-menu .divider:not(:first-child) {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #2b3e50;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333; /*--*/
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: white;
        background-color: #f60; /*#f3f3f3;*/
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #4285f4 !important;
}

.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #4285f4 !important;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #2b3e50;
}

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        cursor: not-allowed;
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

/* combobox */
.dropdown-menu[role=combobox], .dropdown-menu[role=listbox] {
    background-color: white !important;
    z-index: 9999 !important;
}

    .dropdown-menu[role=listbox] > li > a {
        color: black;
    }

    .dropdown-menu[role=listbox] > li.selected:not([data-original-index]) > a, .dropdown-menu[role=listbox] > li.active > a {
        color: white;
    }

    .dropdown-menu[role=listbox] > li > a:hover, .dropdown-menu[role=listbox] > li > a:focus {
        color: white;
    }

.form-control:focus {
    border-color: #f60;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,102,0,.6);
}

.bootstrap-select button.disabled {
    border-color: #dddddd;
    color: black;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    /*right: 4px;*/
    border-top-color: black !important;
}
/* end combobox  */
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #2b3e50;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.footer {
    padding: 5px;
    display: inline-block;
    background-color: #f60;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    border-top: 1px solid #f6dd52;
}

@media only screen and (min-width: 1200px) {
    .modal-dialog {
        left: initial;
    }

    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }

    .navbar {
        border-radius: 0;
    }

    #navbar {
        width: 100%;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar {
    position: relative;
    border-bottom: 1px solid #f60;
    font-size: 13px;
    padding: 5px;
    box-shadow: 0 -5px 15px #444;
    width: 100%;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media only screen and (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media only screen and (min-width: 1200px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media only screen and (min-width: 1200px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}


.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 9.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 40px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media only screen and (min-width: 1200px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media only screen and (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 21px;
    }

@media only screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 21px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .topbar .navbar-nav .open .dropdown-menu {
        position: absolute;
        width: 100%;
        background-color: #333;
    }

        .topbar .navbar-nav .open .dropdown-menu > li > a {
            color: white;
        }
}

@media only screen and (min-width: 1200px) {
    .navbar-nav {
        float: left;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 9.5px;
                padding-bottom: 9.5px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 0.5px;
    margin-bottom: 0.5px;
}

@media only screen and (min-width: 1200px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media only screen and (min-width: 1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 100%;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 0.5px;
    margin-bottom: 0.5px;
}

    .navbar-btn.btn-sm {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 9px;
        margin-bottom: 9px;
    }

.navbar-text {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

@media only screen and (min-width: 1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background: #fff;
    margin-bottom: 0px;
}

    .navbar-default .navbar-brand {
        color: #333; /**/
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #333; /**/
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #333; /**/
    }

    .navbar-default .navbar-nav > li > a {
        color: #333; /**/
        font-size: 1.1em;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a > .avatar {
            margin: -5px 0px -5px -10px;
        }

        .navbar-default .navbar-nav > li > a:hover .avatar:not(:hover) {
            border: 1px solid #f60;
            box-shadow: 0 0 10px #f60;
            transition: border .5s, box-shadow .5s;
        }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #222; /**/
            background-color: #f2f2f2; /**/
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #222; /**/
        background-color: #f2f2f2; /**/
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #f2f2f2; /**/
        }

        .navbar-default .navbar-toggle .icon-bar {
            color: #333; /**/
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #f60;
        box-shadow: 0 0 25px #ccc;
        z-index: 4;
        transition: box-shadow .5s;
    }


@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333; /**/
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #f60; /**/
            color: white; /**/
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #f2f2f2; /**/
        color: #222; /**/
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #333; /**/
}

    .navbar-default .navbar-link:hover {
        color: #222; /**/
    }

.navbar-default .btn-link {
    color: #333; /**/
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #222; /**/
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #df691a;
    border-color: transparent;
}

    .navbar-inverse .navbar-brand {
        color: #333; /**/
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #222; /**/
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #333; /**/
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #333; /**/
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            background-color: #f2f2f2; /**/
            color: #222; /**/
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #f2f2f2; /**/
        color: #222; /**/
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #c85e17;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            color: #333; /**/
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #bf5a16;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #f2f2f2; /**/
        color: #222; /**/
    }

@media only screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333; /**/
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #f2f2f2; /**/
            color: #222; /**/
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #f2f2f2; /**/
        color: #222; /**/
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #333; /**/
}

    .navbar-inverse .navbar-link:hover {
        color: #222; /**/
    }

.navbar-inverse .btn-link {
    color: #333; /**/
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        background-color: #f2f2f2; /**/
        color: #222; /**/
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }


/*  BREADCRUMB/SITEMAP
    ------------------------------------------------------------------- */

.page-breadcrumb {
    line-height: 28px;
    background-color: #f9f9f9;
    padding-left: 1em;
    font-weight: 500;
    margin-top: 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    /*height: 28px;*/
}

    .page-breadcrumb .breadcrumb-bar {
    }

    .page-breadcrumb .privacy-bar {
        float: right;
        margin: 0;
        padding: 0;
    }

        .page-breadcrumb .privacy-bar li {
            display: inline-block;
            margin: 0 10px 0 10px;
            line-height: 28px;
            padding-top: .1em;
            float: left;
        }

            .page-breadcrumb .privacy-bar li a,
            .page-breadcrumb .privacy-bar li a:visited {
                color: #555;
                font-size: 1em;
            }

.crumbs2 {
    display: block;
    padding: 0;
    margin: 0;
}

    .crumbs2 li:first-child {
        padding-left: 0;
    }

    .crumbs2 li {
        display: inline-block;
        padding-right: 10px;
        line-height: 28px;
        color: #ff9f2c;
        font-style: italic;
        font-size: .915em;
        font-weight: 600;
    }

        .crumbs2 li:after {
            content: "//";
            color: #ff9f2c;
            padding-left: 15px;
        }

        .crumbs2 li:last-child:after {
            content: " ";
            color: #ff9f2c;
            padding-left: 15px;
        }

        .crumbs2 li a,
        .crumbs2 li a:visited {
            line-height: 28px;
            /*color: #666;*/
            color: #f60;
            font-style: italic;
            font-weight: 600;
        }

/*  INPUT FORM (VALIDATION)
    ------------------------------------------------------------------- */
.validation-summary-errors {
    font-weight: 600;
    font-style: italic;
    font-size: 90%;
    color: red;
    margin: 10px 0;
    border: 1px solid red;
    padding: 15px 15px 10px 15px;
    background-color: #fee;
    height: 60px;
    overflow: scroll;
    overflow: auto;
}

.validation-summary-success {
    color: #4ba74b;
    font-weight: bold;
    padding: 15px 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0);
}

.validation-summary-valid {
    display: none;
}

table.inputForm {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    table.inputForm > tbody > tr {
    }

        table.inputForm > tbody > tr > td {
            /*line-height: 30px !important;*/
            padding: 5px;
            margin: 5px;
        }

            table.inputForm > tbody > tr > td:first-child, table.inputForm > tbody > tr > td:nth-child(3) {
                line-height: 30px !important;
                padding: 0 5px;
                margin: 5px;
                text-align: right;
                font-style: italic;
                /*font-weight: bold;*/
                /*display: block;*/
                vertical-align: middle !important;
            }

            table.inputForm > tbody > tr > td.requiredCtrl:before {
                content: "*" !important;
                color: red;
            }

            table.inputForm > tbody > tr > td.labelCtrl:after {
                /*content: ": " !important;*/
                font-weight: bold;
                font-style: italic;
            }

.table-scroll {
    position: relative;
}

.grid-data {
    width: 100%;
    display: block;
    overflow-x: auto;
}

    .grid-data > table {
        border-collapse: unset;
        border: solid 1px #ddd;
        width: 99%;
        margin: 0;
        padding: 0;
    }

        .grid-data > table > thead > tr > th {
            border-right: 1px dashed #ddd;
            border-bottom: 1px solid #ddd;
            color: #fff;
            background-color: #337ab7; /**/
            text-align: center;
            font-weight: bold;
            padding: 5px 10px;
            /*min-width: 140px;*/
        }

        .grid-data > table > thead > tr:first-child > th:last-child {
            border-right: solid 1px #ddd;
        }

        .grid-data > table > tbody > tr:nth-child(2n+1) {
            background-color: #f9f9f9;
        }

        .grid-data > table > tbody > tr > td {
            border-right: 1px dashed #ddd;
            border-bottom: 1px dashed #ddd;
            padding: 2px 5px;
            word-break: break-word;
        }

            .grid-data > table > tbody > tr > td:last-child {
                border-right: 1px solid #ddd;
            }

            .grid-data > table > tbody > tr > td.parent {
                color: #555;
                background-color: #f9f9f9;
                font-weight: bold;
            }

            .grid-data > table > tbody > tr > td > a {
                text-decoration: underline;
            }

        .grid-data > table > tfoot > tr > td {
            border: 1px solid #ddd;
            padding: 10px 10px 5px 10px;
        }

        .grid-data > table.permissionTable > thead > tr > th {
            border-right: 1px dashed #ddd;
        }

        .grid-data > table.permissionTable > tbody > tr > td {
            border: 1px dashed #ddd;
        }

/*New*/
.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .clone th, .clone td {
        visibility: collapse
    }

    .clone td, .clone th {
        border-color: transparent
    }

    .clone tbody th {
        visibility: visible;
        color: red;
    }

    .clone .fixed-side {
        /*border: 1px solid #000;
                background: #eee;*/
        visibility: visible;
    }

    .clone thead, .clone tfoot {
        background: transparent;
    }

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

table > tbody > tr > td > label {
    margin-right: 10px;
}

.error {
    font-weight: 600;
    font-style: italic;
    font-size: 90%;
    color: red;
    margin: 10px 0 !important;
    border: 1px solid red;
    padding: 15px 15px 10px 15px;
    background-color: #fee;
}

    .error ul {
        list-style-type: none
    }

.success {
    color: #4ba74b;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    margin: 10px 0 !important;
    border: 1px solid #72D288;
    padding: 15px 15px 10px 15px;
    background-color: #dff0d8;
}

.filter-condition {
    margin: 5px 0px;
    padding: 10px;
    display: block;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .filter-condition table > tbody > tr > td {
        padding: 3px 5px;
    }

.fixed-top {
    position: fixed;
    top: 0;
}

/*  INPUT FORM STYLE
    -------------------------------------------------------------- */

.result-action {
    width: 100%;
    text-align: center;
}

    .result-action > ul {
        margin: 0;
        padding: 0;
    }

        .result-action > ul > li {
            list-style: none;
            display: inline-block;
        }


.div-view {
    background-color: #fafafa;
    margin-bottom: 10px;
}

    .div-view .div-table {
        padding: 10px 0px;
    }

        .div-view .div-table table {
            margin: 0px;
        }

    .div-view table tbody tr td {
        border: none;
        padding: 2px 10px;
    }

        .div-view table tbody tr td label {
            margin: 0px;
            padding-top: 5px;
            width: 100%;
            font-weight: normal;
        }

        .div-view table tbody tr td.header label {
            text-align: right;
        }

            .div-view table tbody tr td.header label.strong {
                font-weight: bold;
            }

.pagination-container .pagination {
    margin: 0px;
}

.modal-dialog .bootbox-body img {
    width: 30px;
}

.grid-data p {
    padding: 5px;
    background: #f9f9f9;
}

    .grid-data p span {
        font-weight: bold;
    }


.fieldset {
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .fieldset legend {
        margin-bottom: 0px;
        width: 200px;
        border: none;
        font-size: 14px;
        background-color: #fafafa;
    }
/*
   col-height
*/
.col-h-30px {
    height: 30px !important;
}
/*
   col-width
*/
.col-w-15px {
    width: 15px;
}

.col-w-20px {
    width: 20px;
}

.col-w-25px {
    width: 25px;
}

.col-w-30px {
    width: 30px;
}

.col-w-40px {
    width: 40px;
}

.col-w-50px {
    width: 50px;
}

.col-w-60px {
    width: 60px;
}

.col-w-70px {
    width: 70px;
}

.col-w-80px {
    width: 80px;
}

.col-w-90px {
    width: 90px;
}

.col-w-100px {
    width: 100px;
}

.col-w-110px {
    width: 110px;
}

.col-w-120px {
    width: 120px;
}

.col-w-130px {
    width: 130px;
}

.col-w-150px {
    width: 150px;
}

.col-w-170px {
    width: 170px;
}

.col-w-180px {
    width: 180px;
}

.col-w-190px {
    width: 190px;
}

.col-w-200px {
    width: 200px;
}

.col-w-210px {
    width: 210px;
}

.col-w-220px {
    width: 220px;
}

.col-w-230px {
    width: 230px;
}

.col-w-240px {
    width: 240px;
}

.col-w-250px {
    width: 250px;
}

.col-w-100percent {
    width: 100%;
}

.col-w-260px {
    width: 260px;
}

.col-w-270px {
    width: 270px;
}

.col-w-280px {
    width: 280px;
}

.col-w-290px {
    width: 290px;
}

.col-w-400px {
    width: 400px;
}

.col-w-600px {
    width: 600px;
}

.col-w-620px {
    width: 620px;
}
/*
    INPUT Styles
*/
::-webkit-input-placeholder {
    color: #ccc !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}
/* not content data */
.not-content-data {
    width: 100%;
    height: 400px;
    display: table;
    background-color: #fafafa;
    text-align: center;
    margin-top: 5px;
}

    .not-content-data div {
        display: table-cell;
        vertical-align: middle;
        font-size: 20PX;
        font-weight: bold;
        color: #bbbbbb;
    }

/* text area*/
textarea {
    resize: none;
}

input[type=number], .number-input {
    text-align: right;
}

input[type=date], input[type=datetime], input[type=datetime-local], .datetime-input {
    text-align: center;
}
/* dropdow list */
.dropdown-box {
    position: relative;
}

.dataresult {
    position: relative;
    height: 200px;
    overflow-x: hidden;
    width: 100%;
}

.dropdown-list input.dropdown-search {
    margin-bottom: 5px;
    border-radius: 0px;
}

.dataresult table tr.selected {
    background-color: #4285f4 !important;
    color: white;
    font-weight: bold;
}

.dataresult table tr:not(.groupname):not(.selected):hover {
    background-color: rgba(134, 134, 133, 0.08);
}

.icondown {
    width: 32px;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
    right: 0px;
    top: 0px;
    border-color: #f0f0f0;
}

.ivs-select button {
    width: 100%;
    position: relative;
    text-align: left;
    padding-right: 32px;
}

.ivs-select.text-center table tr, .ivs-select.text-center table th {
    text-align: center;
}

.ivs-select button.btnshow {
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .ivs-select button.btnshow .icondown {
        width: 32px;
        height: 100%;
        background-color: #f7f7f7;
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 0 4px 4px 0;
        border-color: #f0f0f0;
    }

        .ivs-select button.btnshow .icondown i {
            right: 34px;
            position: absolute;
            display: none;
            color: #DF691A;
            font-size: 16px;
        }

    .ivs-select button.btnshow:hover, .ivs-select button.btnshow:focus {
        background-color: white;
        color: #333;
        box-shadow: 0px 1px 5px -2px;
    }

        .ivs-select button.btnshow:hover .icondown i {
            display: block;
            top: 20% !important;
        }

    .ivs-select button.btnshow .icondown::after {
        content: "";
        border-top: 4px solid #000;
        border-right: 4px solid transparent;
        border-bottom: 0 dotted;
        border-left: 4px solid transparent;
        position: absolute;
        right: 10px;
        top: 45%;
    }

.ivs-select .dropdown-list {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    display: none;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.ivs-select .groupname {
    font-weight: bold;
    color: #3f7aa5;
}

.ivs-select table thead {
    background-color: #428bca;
    color: white;
}

.ivs-select table th {
    font-size: 14px;
}

.ivs-select .dropdown-list a.btnsearch {
    position: absolute;
    background-color: #f60;
    color: white;
    height: 34px;
    width: 34px;
    text-align: center;
    top: 10px;
    right: 11px;
    cursor: pointer;
}

    .ivs-select .dropdown-list a.btnsearch i {
        display: block;
        margin-top: 10px;
    }

.ivs-select table > tbody > tr > td {
    padding: 8px;
    word-break: break-all;
}

.ivs-select .display {
    display: block !important;
}

.ivs-select .status {
    text-align: center;
}

.dropdown-box button {
    white-space: pre-line !important;
    word-break: break-all;
}

    .dropdown-box button[disabled] {
        background-color: #eee;
        color: black;
        /*font-weight: bold;*/
        height: 30px;
        opacity: 1;
        height: fit-content;
    }

    .dropdown-box button label {
        background-color: #2b3e50;
        color: white;
        padding: 0px 3px 0px 3px;
        margin-left: 2px;
        border-radius: 2px;
        margin-bottom: 0px;
        margin-top: 2px;
    }

.ivs-select .extensioncontrol {
    margin-top: 4px;
}

    .ivs-select .extensioncontrol button.selectcontrol {
        width: 45%;
        text-align: center;
        margin: 2%;
        font-size: 10px;
        padding: 5px;
    }

.ivs-message {
    list-style: none;
    padding: 0px;
}

    .ivs-message .alert {
        padding: 5px 25px 5px 5px;
        margin-bottom: 5px;
        text-align: left;
    }

        .ivs-message .alert i {
            margin-right: 5px;
        }

.float-right .ivs-message {
    margin-right: 0px;
}

    .float-right .ivs-message .alert:not(:last-child) {
        margin-right: 5px;
    }

    .float-right .ivs-message .alert {
        padding: 5px 25px 2px 5px;
        float: left;
    }

button.disabled[data-toggle="dropdown"] {
    background-color: #eee !important;
}
/* upload image */
.uploadimage {
    max-width: 200px;
    width: auto;
    border: 1px solid #dbdbdb;
    background-color: white;
    position: relative;
    float: left;
}

    .uploadimage input[type=file] {
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0px;
    }

table.ViewForm {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

    table.ViewForm > tbody > tr {
    }

        table.ViewForm > tbody > tr > td {
            line-height: 20px !important;
            margin: 5px;
            padding-left: 10px;
        }

            table.ViewForm > tbody > tr > td.requiredCtrl:before {
                content: "*" !important;
                color: red;
            }

.requiredCtrl1:before {
    content: "(*)" !important;
    color: red;
}


input.ViewForm {
    width: 110px;
}

input.DateTime {
    position: relative;
    top: 2px;
    left: 5px;
}

.grid-dataEdit {
    width: 100%;
    display: block;
    margin-top: 5px;
}

    .grid-dataEdit > table {
        border-collapse: collapse;
        width: 99%;
        margin: 0;
        padding: 0;
    }

        .grid-dataEdit > table > thead > tr > th {
            border: 1px dashed #ddd;
            color: #f1f1f1;
            background-color: #fff; /**/
            text-align: center;
            font-weight: bold;
            padding: 5px 10px;
        }

        .grid-dataEdit > table > tbody > tr:nth-child(2n+1) {
            background-color: #f9f9f9;
        }

        .grid-dataEdit > table > tbody > tr > td {
            border: 1px dashed #ddd;
            padding: 2px 5px;
        }

            .grid-dataEdit > table > tbody > tr > td.parent {
                border: 1px dashed #ddd;
                color: #555;
                background-color: #f9f9f9;
                font-weight: bold;
            }

            .grid-dataEdit > table > tbody > tr > td > a {
                text-decoration: underline;
            }

        .grid-dataEdit > table > tfoot > tr > td {
            border: 1px dashed #ddd;
            padding: 10px 10px 5px 10px;
        }

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.lblview240 {
    padding: 5px;
    font-weight: normal;
    background-color: rgba(187, 187, 189, 0.4);
    width: 240px;
    border-radius: 2px;
}

.txtview200 {
    padding: 5px;
    font-weight: normal;
    width: 200px;
    margin-bottom: 3px;
    border-radius: 2px;
}

.lblview150 {
    padding: 5px;
    font-weight: normal;
    background-color: rgba(187, 187, 189, 0.4);
    width: 150px;
    border-radius: 2px;
}

.lblview638 {
    padding: 5px;
    font-weight: normal;
    background-color: rgba(187, 187, 189, 0.4);
    width: 638px;
    height: 70px;
    border-radius: 2px;
}

.lblview655 {
    padding: 5px;
    font-weight: normal;
    background-color: rgba(187, 187, 189, 0.4);
    width: 655px;
    height: 70px;
    border-radius: 2px;
}

.txtview612 {
    padding: 5px;
    font-weight: normal;
    width: 100%;
    height: 60px !important;
    border-radius: 2px;
}

.font-size-11px > button {
    font-size: 11px !important;
}

.border-td {
    border-left: 2px solid #080808;
}

.icon {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 2px;
    color: #2A5A8A;
    cursor: pointer;
}

.icon-Add {
    background-image: url(/Content/templates/images/add2.png);
}

.icon-Cancel {
    background-image: url(/Content/templates/images/Delete.png);
}

.margin-left-10 {
    margin-left: 10px !important;
}

/*Label*/
.label-number {
    text-align: right;
}

/*notification*/
#notification {
    position: relative;
    display: inline-block;
}

#notification-counter {
    position: absolute;
    top: 6px;
    right: 9px;
    background-color: #f7512f;
    height: 14px;
}

.message-wrapper {
    width: 100%;
    margin: 10px;
}

@media only screen and (max-width: 767px) {
}

.message {
    height: 80px;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-top: 10px;
}

.remove-message {
    background-color: white;
    border: none;
    font-size: 20px;
    float: right;
}

.message .content {
    vertical-align: middle;
    padding-left: 5px;
    color: #1d1d1d;
    overflow: hidden;
    max-height: 50px;
    margin: 0;
}

.message .content-time {
    width: 100%;
    margin: 0 0 0 10px;
    color: #a2a2a2;
}

.no-message {
    font-size: 20px;
    color: #757575;
    text-align: left;
}
/* Label */
.is-label {
    height: auto;
    word-break: break-all;
    font-size: 12px;
    min-height: 30px;
}

.modal_mycustom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Smart Input */
.date .is-smartinput {
    text-align: center;
}
/* Modal Content */
.modal-content_mycustom {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-content_mycustom_size400 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 400px;
}

.modal-content_mycustom_size550 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 550px;
    border-radius: 5.5px;
}

.modal-content_mycustom_size800 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 90%;
}

.background_xam {
    background-color: #f7f7f7;
}

/* The Close Button */
.close_mycustom {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_mycustom_error {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close_mycustom:hover,
.close_mycustom:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* import*/
.import-error {
    background-color: red;
    color: white;
}

#importInput {
    margin: 12px 0;
}

.import-modal .modal-dialog {
    width: 800px;
}

.sk-fading-circle {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px 50%;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.col-input {
    width: 190px;
}

.row-h-60px {
    min-height: 60px;
}

/* Page error  */
.errorStatus {
    color: #0a83dc;
    font-size: 55px;
    font-weight: lighter !important;
}

.errorTitle {
    color: #0a83dc;
    margin: -10px 0;
    font-weight: lighter !important;
}

.errorMessage {
    color: gray;
    margin-top: 30px;
}

#meeting-number-noti, #schedule-number-noti, #car-number-noti, #quotation-number-noti {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 4px;
    background: red;
    color: white;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    font-size: 12px;
    left: 25px;
    z-index: 101;
    min-height: 16px;
    min-width: 16px;
}

.dropdown-menu--block {
    width: 320px;
}

:active, :focus {
    outline: 0 !important;
}

.dropdown-menu.show {
    display: block;
}

.navbar-nav > li .dropdown-menu--block {
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .8rem 0;
    margin: 0;
    font-size: 14px;
    color: #747a80;
    text-align: left;
    background-color: #FFF;
    border: 0 solid transparent;
    border-radius: 2px;
}

.dropdown-menu {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 4px 18px rgba(0,0,0,.11);
}

.dropdown-menu, .login__block {
    -webkit-animation-duration: .3s;
}

.listview__header {
    color: #333;
    padding: 1.2rem 1rem 1rem;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
}

.listview:not(.listview--inverse).listview--hover .listview__item:hover {
    background-color: #ddd;
}

.listview:not(.listview--block) .listview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-nav__notifications .listview__scroll {
    height: 360px;
    position: relative;
}

.scrollbar-inner {
    height: 100%;
    overflow: auto;
}

.listview__scroll {
    overflow-y: auto;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

.scroll-content {
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    max-height: 350px;
}

.listview__item {
    padding: 15px 2.2rem;
    transition: background-color .3s;
}

    .listview__item:hover {
        text-decoration: none;
    }

a {
    cursor: pointer;
}

.listview__heading {
    font-size: 14px;
    color: #333;
    position: relative;
}

.listview__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.listview__heading + p {
    margin: .2rem 0 0;
    font-size: 12px;
}

.listview__content p {
    overflow: hidden;
    color: #8e9499;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

.btn--icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-light {
    color: #545657;
}

/* Loader 1 */
.loader-1 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-1-1 4.8s linear infinite;
    animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-1-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-1 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    clip: rect(0, 32px, 32px, 16px);
    -webkit-animation: loader-1-2 1.2s linear infinite;
    animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(220deg);
    }
}

@keyframes loader-1-2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(220deg);
    }
}

.loader-1 span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    clip: rect(0, 32px, 32px, 16px);
    border: 3px solid #777;
    border-radius: 50%;
    -webkit-animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-1-3 {
    0% {
        -webkit-transform: rotate(-140deg);
    }

    50% {
        -webkit-transform: rotate(-160deg);
    }

    100% {
        -webkit-transform: rotate(140deg);
    }
}

@keyframes loader-1-3 {
    0% {
        transform: rotate(-140deg);
    }

    50% {
        transform: rotate(-160deg);
    }

    100% {
        transform: rotate(140deg);
    }
}

.loader-container {
    bottom: 10px;
    left: 0;
    display: flex;
    margin-left: calc((100% - 32px)/2);
}

.time-noti {
    font-size: 10px;
    color: #607d8b;
}

.unread {
    background-color: rgb(237, 242, 250);
    border-bottom: 1px solid #dddfe2;
}

.read {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #dddfe2;
}

.special-content-noti {
    color: blue;
}

/*Dialog Modal*/
/* ----- DIALOG/MODAL ----- */
/* FADE/SCALE EFFECT */
.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* DIALOG CONTENT */
.modal-content {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}

/* DIALOG HEADER */
.modal-header {
    min-height: 16px;
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    font-weight: 500;
    font-size: 21px;
    margin-left: 15px;
}

/* DIALOG BODY */
.modal-body {
    padding: 5px 24px;
}

    .modal-body p {
        font-weight: 400;
        font-size: 14px;
        color: #212121;
    }

    .modal-body label {
        font-weight: 400;
        font-size: 14px;
        color: #212121;
    }

    .modal-body .lead {
        font-weight: 300;
        font-size: 16px;
        color: #757575;
    }

        .modal-body p:last-child,
        .modal-body .lead:last-child {
            margin-bottom: 0;
        }

/* DIALOG FOOTER */
.modal-footer {
    margin-top: 5px;
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn {
        text-transform: uppercase;
    }

    .modal-footer > ul {
        margin: 0;
        padding: 0;
    }

        .modal-footer > ul > li {
            list-style: none;
            display: inline-block;
        }

            .modal-footer > ul > li:last-child {
                margin-right: 8px;
            }

.modal-footer-btn {
    margin-left: 0;
    margin-right: 1px;
}

.modal-footer-btn-last {
    margin-left: 0;
    margin-right: 8px;
}


.btn:not(.btn-link) {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dropdown-toggle.btn-info:hover, .dropdown-toggle.btn-info:focus, .dropdown-toggle.btn-info:active, .dropdown-toggle.btn-info.active, .open .dropdown-toggle.btn-info {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.dropdown-box:hover > button.btnshow, .dropdown-box:focus > button.btnshow {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.dropdown-box:hover span.icondown, .dropdown-box:focus span.icondown {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}


.tablePrice > thead > tr > th {
    border: 1px dashed #ddd;
    color: #f1f1f1;
    background-color: #fff; /**/
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
}

.tablePrice > tbody > tr > td.parent {
    border: 1px dashed #ddd;
    color: #555;
    background-color: #f9f9f9;
    font-weight: bold;
}

.tablePrice > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.tablePrice > tbody > tr > td {
    border: 1px dashed #ddd;
    padding: 2px 5px;
    word-break: break-all;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row {
    margin: 0;
}

.requiredCtrl:before {
    content: "*" !important;
    color: red;
    /*position: absolute;*/
    left: 5px;
}

.p-0 {
    padding: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 320px) {
    .text-left-xs {
        text-align: left;
    }
}

/* Small devices (tablets, 768px and up) */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
    .text-left-sm {
        text-align: left;
    }

    .m-l-10-sm {
        margin-left: 10px !important;
    }

    .pull-left-sm {
        float: left !important;
    }
}

/* Small devices (tablets, 768px and up) */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: landscape) {
    .text-left-sm {
        text-align: left;
    }

    .m-l-10-sm {
        margin-left: 10px !important;
    }

    .pull-left-sm {
        float: left !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .text-left-md {
        text-align: left;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        width: 98vw;
    }

    .text-left-lg {
        text-align: left;
    }
}

.m-r-5 {
    margin-right: 5px;
}

.label-center {
    line-height: 30px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.card-product {
    margin-bottom: 1rem;
    border-color: transparent;
}

.card {
    flex: 1;
}

.card-product .img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-min {
    min-height: 70px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.overlay-thumbnail img {
    transition: all .4s ease;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

img {
    vertical-align: middle;
    border-style: none;
}

#route-detail-from {
    border: 1px dashed #85B4E2;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 110px;
    text-transform: uppercase;
}

    #route-detail-from ul li, #route-detail-to ul li {
        list-style: none;
    }

#route-detail-to {
    border: 1px dashed #85B4E2;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 110px;
}

/*oute-group*/
.clear {
    clear: both;
}

ul.route-group {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px;
}

    ul.route-group li {
        display: inline-block;
        text-align: center;
        height: 80px;
        float: left;
    }

        ul.route-group li.arrow {
            display: inline-block;
            text-align: center;
            background: url(/../Content/templates/images/icons/arrow.png) no-repeat center center;
            width: 50px;
        }

tr.route-group.small {
    border: none;
    width: 200%;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: auto;
}

    tr.route-group.small td {
        text-align: center;
        font-size: 11px;
        min-width: 15px;
    }

        tr.route-group.small td.arrow {
            text-align: center;
            background: url(/../Content/templates/images/icons/arrow.png) no-repeat center right;
        }

.route-setting {
    margin: 0 !important;
    border: none !important;
}

    .route-setting td, .route-setting tr {
        border: none !important;
    }

.error-container {
    height: 500px;
    margin: 0 auto;
    width: 1024PX;
}

.error-title {
    font-size: 70px;
    font-family: Tahoma;
    color: #c33a2c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 120px 0 20px 0;
}

.error-content {
    font-size: 20px;
    font-family: Tahoma;
    color: #c33a2c;
    padding: 0 0 20px 0;
}

    .error-content ul {
        margin-top: 30px;
        margin-left: 65px;
    }

        .error-content ul li {
            text-decoration: none;
            padding: 10px;
        }

            .error-content ul li a, .error-content ul li a:visited {
                text-decoration: none;
                color: #c33a2c;
            }

                .error-content ul li a:hover {
                    text-decoration: underline;
                    color: #c33a2c;
                }

.exception-message {
    display: none;
    font-style: italic;
    color: gray;
    width: 90%;
    padding-right: 50px;
    padding-left: 30px;
    word-wrap: break-word;
}

    .exception-message a, .exception-message a:visited {
        text-decoration: none;
        color: #c33a2c;
    }

        .exception-message a:hover {
            text-decoration: underline;
            color: #c33a2c;
        }

.error-content input[type="button"], .error-content input[type="button"]:focus, .error-content input[type="button"]:active {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: Tahoma;
    color: #c33a2c;
    outline: none;
    font-style: italic;
}

    .error-content input[type="button"]:hover {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        font-family: Tahoma;
        text-decoration: underline;
        color: #c33a2c;
        outline: none;
        font-style: italic;
    }

.modal-backdrop {
    z-index: -1;
}

button.close {
    margin-right: 10px;
}
/*Number En*/
span.numberWaiting {
    position: absolute;
    top: 3%;
    font-size: 14px;
    color: white;
    font-weight: bold;
    right: 76%;
}

span.numberReturn {
    position: absolute;
    top: 3%;
    font-size: 14px;
    color: white;
    font-weight: bold;
    right: 77.5%;
}
/*Number En*/

/*Number En > 9*/
span.numberWaiting2Digits {
    position: absolute;
    top: 3%;
    font-size: 12px;
    color: white;
    font-weight: bold;
    right: 74.5%;
}

span.numberReturn2Digits {
    position: absolute;
    top: 3%;
    font-size: 12px;
    color: white;
    font-weight: bold;
    right: 75.7%;
}
/*Number En*/

/*Number En > 99*/
span.numberWaiting3Digits {
    position: absolute;
    top: 3%;
    font-size: 9px;
    color: white;
    font-weight: bold;
    right: 73.7%;
}

span.numberReturn3Digits {
    position: absolute;
    top: 3%;
    font-size: 9px;
    color: white;
    font-weight: bold;
    right: 75.5%;
}
/*Number En*/


/*Number Jp*/
span.numberWaitingJP {
    position: absolute;
    top: 3%;
    font-size: 14px;
    color: white;
    font-weight: bold;
    right: 66%;
}

span.numberReturnJP {
    position: absolute;
    top: 3%;
    font-size: 14px;
    color: white;
    font-weight: bold;
    right: 74%;
}
/*Number Jp*/

/*Number Jp > 9*/
span.numberWaitingJP2Digits {
    position: absolute;
    top: 3%;
    font-size: 12px;
    color: white;
    font-weight: bold;
    right: 64%;
}

span.numberReturnJP2Digits {
    position: absolute;
    top: 3%;
    font-size: 12px;
    color: white;
    font-weight: bold;
    right: 72%;
}
/*Number Jp*/

/*Number Jp > 99*/
span.numberWaitingJP3Digits {
    position: absolute;
    top: 3%;
    font-size: 9px;
    color: white;
    font-weight: bold;
    right: 63.1%;
}

span.numberReturnJP3Digits {
    position: absolute;
    top: 3%;
    font-size: 9px;
    color: white;
    font-weight: bold;
    right: 71.4%;
}
/*Number Jp*/


/*Circle En*/
i.circleWaiting {
    position: absolute;
    top: 10%;
    color: red;
    right: 72.5%;
    font-size: 22px;
}

i.circleReturn {
    position: absolute;
    top: 10%;
    color: red;
    right: 74%;
    font-size: 22px;
}
/*Circle En*/

/*Circle Jp*/
i.circleWaitingJP {
    position: absolute;
    top: 10%;
    color: red;
    right: 61%;
    font-size: 22px;
}

i.circleReturnJP {
    position: absolute;
    top: 10%;
    color: red;
    right: 70%;
    font-size: 22px;
}
/*Circle Jp*/

.modal-bodyz {
    padding: 1px 1px 6px 6px;
}

.modal-dialogz {
    position: absolute;
    left: 67.5%;
    top: 5%;
}

body.modal-open {
    overflow: visible !important;
}

li#MessageWaiting {
    cursor: pointer;
}

li#MessageReturnedRejected {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
}

.table-dialog {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    .table-dialog > thead {
        background-color: #f9f9f9;
    }

        .table-dialog > thead > tr > th {
            padding: 0.6em 0.3em 0.3em 0.3em;
            text-align: center;
            border: 1px dashed #ddd;
            color: #555555;
            text-transform: uppercase;
            font-size: 0.95em;
        }

    .table-dialog > tbody > tr:nth-child(even) {
        background-color: #fefefe;
    }

    .table-dialog > tbody > tr > td {
        border: 1px dashed #ddd;
        padding: 0.4em 0.5em 0 0.5em;
        color: #555555;
    }

@media only screen and (max-width: 768px) {
    .col-xs-3, .col-xs-4, .col-xs, .col-xs-6, .col-xs-7, col-xs-12 {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-12 {
        margin-bottom: 5px;
    }
}

#container div {
    font-size: 14px;
}

.formLabel {
    font-weight: bold;
}

.tab-content-wrapper {
    overflow-x: hidden;
    display: flex;
}

.tab-content {
    flex-shrink: 0;
    width: 100%;
    overflow-x: hidden;
    margin: 5px;
}

.tabbar-wrapper {
    color: black;
}

.tabbar {
    background: #43aade;
    color: #fff;
    display: flex;
    overflow: hidden;
    max-height: 40px;
}

    .tabbar .active {
        color: white;
        background-color: #ff9400;
    }

        .tabbar .active:hover {
            background-color: #ff8737;
        }

    .tabbar .tabs {
        display: flex;
        overflow-y: hidden;
        margin: 0 5px;
        min-height: 60px;
    }

    .tabbar button {
        border: none;
    }

.btnNav,
.tab {
    cursor: pointer;
    flex-shrink: 0;
    padding: 0 10px;
    line-height: 40px;
    min-height: 40px;
    max-height: 40px;
    user-select: none;
}

    .btnNav:hover, .tab:hover {
        background-color: rgba(0, 0, 0, .1);
    }

    .btnNav:active, .tab:active {
        background-color: rgba(0, 0, 0, .3);
    }

.rowHeader {
    background-color: #e0E0E0;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px #517FA5;
    padding: 3px;
    line-height: 30px;
}

.cssTablePermission > thead {
    background-color: #f9f9f9;
}

    .cssTablePermission > thead > tr > th {
        padding: 0.6em 0.3em 0.3em 0.3em;
        text-align: center;
        border: 1px dashed #ddd;
        color: #555555;
        text-transform: uppercase;
        font-size: 0.95em;
    }

.cssTablePermission > tbody > tr > td {
    border: 1px dashed #ddd;
    padding: 0.4em 0.5em 0 0.5em;
    color: #555555;
}

#route-details {
    border: 1px solid #85B4E2;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 82px;
}

    #route-details ul li {
        list-style: none;
    }

.cssTableWatches > thead {
    background-color: #f9f9f9;
}

    .cssTableWatches > thead > tr > th {
        padding: 0.6em 0.3em 0.3em 0.3em;
        text-align: center;
        border: 1px dashed #ddd;
        color: #555555;
        text-transform: uppercase;
        font-size: 0.95em;
    }

.cssTableWatches > tbody > tr > td {
    border: 1px dashed #ddd;
    padding: 0.4em 0.5em 0 0.5em;
    color: #555555;
}

tr.route-group.small td.arrow {
    text-align: center;
    background: url(/../Content/templates/images/icons/arrow.png) no-repeat center right;
}

/* -----------------------------------------------------------------------
            00. LOGIN FORM
        ----------------------------------------------------------------------- */
.block-sign-in {
    display: block;
    margin: 20vh auto;
    width: 330px;
    height: 440px;
    background-color: #fdfdfd;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 4px; /* Safari prototype */
    -moz-border-radius: 4px; /* Gecko browsers */
    border-radius: 4px; /* dùng cho các trình duyệt khác - */
}

    .block-sign-in .sign-in-title, .block-sign-in .title {
        margin: 10px;
        padding-bottom: 8px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #337ab7;
    }

    .block-sign-in .title {
        border-bottom: 1px dashed #ddd;
        font-size: 20px;
    }

    .block-sign-in ul.sign-in-form {
        margin: 0;
        padding: 0 1em;
    }

        .block-sign-in ul.sign-in-form > li {
            list-style: none;
            margin: 1em 0 1em 0;
            text-align: center;
        }

            .block-sign-in ul.sign-in-form > li a,
            .block-sign-in ul.sign-in-form > li a:visited {
                color: #004080;
                text-decoration: none;
            }

        .block-sign-in ul.sign-in-form li.message-container {
            margin-top: 60px;
            line-height: 2em;
        }

        .block-sign-in ul.sign-in-form li.flag-container {
            float: right;
        }

/* -----------------------------------------------------------------------
            02. REGISTER FORM
        ----------------------------------------------------------------------- */
.block-register {
    display: block;
    margin: 12vh auto;
    width: 330px;
    background-color: #fdfdfd;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 4px; /* Safari prototype */
    -moz-border-radius: 4px; /* Gecko browsers */
    border-radius: 4px; /* dùng cho các trình duyệt khác - */
}

    .block-register .register-title {
        margin: 10px;
        padding-bottom: 8px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px dashed #ddd;
        color: #337ab7;
    }

    .block-register ul.register-form {
        margin: 0;
        padding: 0 1em;
    }

        .block-register ul.register-form > li {
            list-style: none;
            margin: 1em 0 1em 0;
            text-align: center;
        }

            .block-register ul.register-form > li a,
            .block-register ul.register-form > li a:visited {
                color: #004080;
                text-decoration: none;
            }

/* -----------------------------------------------------------------------
            03. IDENTIFY FORM
        ----------------------------------------------------------------------- */
.block-identify {
    display: block;
    margin: 20vh auto;
    width: 330px;
    background-color: #fdfdfd;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 4px; /* Safari prototype */
    -moz-border-radius: 4px; /* Gecko browsers */
    border-radius: 4px; /* dùng cho các trình duyệt khác - */
}

    .block-identify .identify-title {
        margin: 10px;
        padding-bottom: 8px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px dashed #ddd;
        color: #337ab7;
    }

    .block-identify ul.identify-form {
        margin: 0;
        padding: 0 1em;
    }

        .block-identify ul.identify-form > li {
            list-style: none;
            margin: 1em 0 1em 0;
            text-align: center;
        }

            .block-identify ul.identify-form > li a,
            .block-identify ul.identify-form > li a:visited {
                color: #004080;
                text-decoration: none;
            }

.padding-2px {
    padding: 2px;
}

.searchFrom .col-lg-1, .searchFrom .col-lg-10, .searchFrom .col-lg-11, .searchFrom .col-lg-12, .searchFrom .col-lg-2, .searchFrom .col-lg-3, .searchFrom .col-lg-4, .searchFrom .col-lg-5, .searchFrom .col-lg-6, .searchFrom .col-lg-7, .searchFrom .col-lg-8, .searchFrom .col-lg-9, .searchFrom .col-md-1, .searchFrom .col-md-10, .searchFrom .col-md-11, .searchFrom .col-md-12, .searchFrom .col-md-2, .searchFrom .col-md-3, .searchFrom .col-md-4, .searchFrom .col-md-5, .searchFrom .col-md-6, .searchFrom .col-md-7, .searchFrom .col-md-8, .searchFrom .col-md-9, .searchFrom .col-sm-1, .searchFrom .col-sm-10, .searchFrom .col-sm-11, .searchFrom .col-sm-12, .searchFrom .col-sm-2, .searchFrom .col-sm-3, .searchFrom .col-sm-4, .searchFrom .col-sm-5, .searchFrom .col-sm-6, .searchFrom .col-sm-7, .searchFrom .col-sm-8, .searchFrom .col-sm-9, .searchFrom .col-xs-1, .searchFrom .col-xs-10, .searchFrom .col-xs-11, .searchFrom .col-xs-12, .searchFrom .col-xs-2, .searchFrom .col-xs-3, .searchFrom .col-xs-4, .searchFrom .col-xs-5, .searchFrom .col-xs-6, .searchFrom .col-xs-7, .searchFrom .col-xs-8, .searchFrom .col-xs-9 {
    margin: 0;
}

.margin-t-5px {
    margin-top: 5px;
}

.labelEdit {
    /*font-style: italic;*/
    margin-top: 5px;
    font-weight: normal;
}

div.inputFormClass {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.col-xs-6.margin-t-5px.labelCtrl {
    font-weight: bold;
    font-style: italic;
}

.route-approval-image {
    height: 100%;
}


.validation-summary-errors ul {
    list-style-type: none
}

#tableData tbody tr:focus {
    background-color: orange;
    outline: 0; /*remove outline*/
}
