html, body {
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    margin: 0;
    overflow-x: hidden;
    background-color: #f5f5f5 !important;
}

.login_container h1 {
    color: #013954 !important;
}

h1 {
    text-align: center;
    font-size: 35px !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    display: block !important;
}

h3 {
    text-align: left;
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    color: #013954 !important;
    margin-top: 10px !important;
}

h4 {
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    color: #013954 !important;
    font-size: 14px !important;
}

p {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.panel {
    height: 100%;
    margin: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

    .panel.table-responsive {
        height: auto !important;
        margin-bottom: 25px !important;
    }

.login_area .panel-body {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.container {
    height: 100%;
}

.common_table {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.common_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.login_container {
    display: table;
    background: #ffffff;
    border-radius: 5px;
    width: 609px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.logo {
    text-align: center;
    margin: 0px;
}

.login_wrapper {
    width: 100%;
    height: auto;
}

.user_name, .password, .login, .new_password, .confirm_password {
    width: 100%;
    text-align: center;
    border-left: 5px solid transparent;
    position: relative;
    padding: 20px;
}

    .user_name:hover, .password:hover, .new_password:hover, .confirm_password:hover {
        background: #dadada;
        border-left: 5px solid #1ac192;
    }

.login_container .password span, .login_container .user_name span {
    position: absolute;
    left: 73px;
    top: 33px;
    color: #013954;
    font-size: 18px;
}

input#SnapHost_Calendar {
    display: none;
}

.k-state-default > .k-select {
    display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: red !important;
}

.new_password span, .confirm_password span {
    position: absolute;
    left: 70px;
    top: 33px;
    color: #013b57;
    font-size: 20px;
}

.login_wrapper input {
    font-size: 16px !important;
}

    .login_wrapper input[type="text"], .login_wrapper input[type="password"] {
        background: #fff;
        border: 1px solid #013954;
        height: 46px;
        margin: 0 auto;
        color: #013954;
        padding: 10px 10px 10px 40px;
        max-width: 490px;
        border-radius: 0;
    }

input.login_button {
    width:100%;
    max-width: 486px;
    height: 46px;
    background: #1ac192;
    border: 0;
    color: #fff;
}

    input.login_button:hover {
        background: #099b72;
    }

.user_name img {
    position: absolute;
    left: 70px;
    top: 32px;
}

.password img {
    position: absolute;
    left: 70px;
    top: 32px;
}
.login span.fa-refresh {
    left: calc(50% - 100px);
}
button.login_button {
    width: 489px;
    height: 46px;
    border: 0;
    background: #1ac192;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

    button.login_button:hover {
        background: #099b72;
    }

    button.login_button img {
        margin-right: 5px;
        margin-top: -3px;
    }

.remember {
    margin-left: 48px;
    margin-bottom: 30px;
}

    .remember label {
        font-weight: normal;
        vertical-align: top;
    }

label {
    font-weight: normal;
    color: #fff;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.forgot_pass {
    text-align: right;
    margin-right: 40px;
}

.navbar-brand {
    display: none;
}

.forgot_pass a {
    color: #013954;
    text-decoration: underline;
}

.new_user {
    color: #fff;
    margin-left: 48px;
    margin-top: 13px;
    float: left;
}

    .new_user a {
        color: #fff;
        text-decoration: underline;
    }

hr.header_bdr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0;
    border-top: 1px solid #D7D7D7 !important;
}

.footer {
    position: fixed;
    z-index: 999;
    background: #d6d6d6;
    bottom: 0;
    font-size: 12px;
    left: 0;
    right: 0;
    padding: 10px;
}

ul.dropdown-menu.transport {
    bottom: 0;
    top: inherit;
    width: 270px;
}

    ul.dropdown-menu.transport li {
        width: 100%;
        text-align: left;
    }

img.ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 32px;
}

.table-responsive {
    overflow-x: hidden !important;
}

.form-control[readonly] {
    background-color: transparent !important;
}

hr.header_bdr {
    border-top: 1px solid #D7D7D7;
}

h3.main_header {
    margin-top: 10px;
}

input.trans_radiosg {
    margin: 10px !important;
}

.transorderform_left {
    margin: 10px 30px 10px 10px;
}

.content {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 1095px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

    .content table {
        margin-right: 20px;
    }

span.link_common {
    color: #0069C5;
    text-decoration: underline;
    cursor: pointer;
}

.content_location {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    margin: 10px;
    width: 500px;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

button.widow_close {
    float: right;
    margin-bottom: 15px;
    margin-right: 20px;
}

.navbar-default {
    border: 0;
    box-shadow: none;
    margin: 0;
    float: left;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

.navbar-collapse.collapse {
    /*height: 100% !important;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background: transparent !important;
    box-shadow: none;
    color: #2f99cc;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
    }

.panel-default > .panel-heading {
    background: #013954;
    color: #fff;
    border: 1px solid #013954;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #013954;
        border-radius: 0 0 3px 3px;
    }

.panel-title a.collapsed {
    background: url(../images/acc_button.png) no-repeat;
    background-position: 0px -17px;
    float: right;
    width: 15px;
    height: 14px;
}

.panel-title a {
    background: url(../images/acc_button.png) no-repeat;
    background-position: 0px 0px;
    float: right;
    width: 15px;
    height: 14px;
}

span.reset {
    font-size: 15px;
    padding-right: 5px;
}

button.back {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin: 5px 42px 5px 5px;
}

.pass_comments {
    color: #013954;
    padding: 5px 0 30px 0px;
}

    .pass_comments span {
        padding-right: 5px;
    }

button.back {
    position: absolute;
    right: -20px;
    top: -22px;
    margin: 0;
    padding: 3px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 3px solid #024d70;
    color: #024c70;
    font-size: 19px;
}

    button.back:hover {
        border: 3px solid #013d5b;
        color: #013c58;
    }

.warning_text {
    color: #013a56;
    padding: 10px;
    text-align: center;
}

    .warning_text span {
        padding-right: 5px;
    }

.login_wrapper {
    margin-top: 7px;
}

.login_container {
    height: auto;
}

button.save {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin: 5px 5px 5px 5px;
}

    button.save:hover {
        border: 2px solid #C1C1C1;
        color: #C1C1C1;
    }

button.cancel {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin: 5px 5px 5px 5px;
}

    button.cancel:hover {
        border: 2px solid #C1C1C1;
        color: #C1C1C1;
    }

hr.login {
    margin-top: 15px;
    padding: 0;
    margin-bottom: 10px;
    border-top: 1px solid #dadada;
}

button.save span {
    padding-right: 5px;
}

button.cancel span {
    padding-right: 5px;
}

.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*.header {
       background-color: #f5f5f5;
       height: 50px;
       border-bottom: 1px solid #e1e1e1;
       position: fixed;
       width: 100%;
       z-index: 999;
}*/

.main_header {
    background-color: #f5f5f5;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    width: 100%;
    z-index: 100;
    right: 0;
}

.dash_logo {
    padding: 5px;
}

.dash_login {
    margin-right: 8px;
    padding: 0;
    width: auto;
}

    .dash_login ul {
        padding: 0;
        margin: 0;
        height: 50px;
    }

        .dash_login ul li {
            list-style: none;
            float: left;
            height: 100%;
            padding: 12px 8px;
            border-right: 1px solid #e7e7e7;
        }



.dash_login p {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.dash_menu ul {
    padding: 0;
    float: none;
}

    .dash_menu ul li {
        position: relative;
        list-style: none;
        text-align: center;
        padding: 10px;
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        border-left: 5px solid transparent;
    }

        .dash_menu ul li a span {
            font-size: 35px;
        }

        .dash_menu ul li a:hover {
            color: #fff;
            text-decoration: none;
        }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .dash_menu ul li a:active {
            color: #fff;
            box-shadow: none;
        }

        .dash_menu ul li a.active {
            color: #fff;
        }

        .dash_menu ul li:hover {
            background-color: #012e44;
            width: 100%;
            border-left: 5px solid #1ac192;
        }

            .dash_menu ul li:hover:before {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #1ac192;
                left: 0;
                top: 34px;
            }

        .dash_menu ul li a {
            color: #2f99cc;
        }

.navbar-default .navbar-nav > li > a {
    color: #2f99cc;
    text-shadow: none;
    padding: 0;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #2f99cc;
    text-shadow: none;
    padding: 0;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.dropdown-menu span.caret {
    position: absolute;
    left: -20px;
    top: 46px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px dashed;
    border-bottom: 6px solid transparent;
    color: #fff;
}

.dash_login ul.dropdown-menu {
    position: absolute;
    left: inherit;
    top: 40px;
    background: #013954;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    right: 10px;
    height: auto;
}

.dash_login li.dropdown.open a {
    color: #fff;
    text-decoration: none;
}

.dash_login .dropdown-header {
    color: #fff;
    font-size: inherit;
    background: #012B40;
}

.dash_login ul.dropdown-menu li {
    border-left: 3px solid transparent;
    border-right: 1px solid #013954;
    width: 100%;
    padding: 0;
}

    .dash_login ul.dropdown-menu li:hover {
        background: #012e44;
        border-left: 3px solid #1ac192;
        border-right: 1px solid #012e44;
        width: 100%;
    }

        .dash_login ul.dropdown-menu li:hover:before {
            display: none;
        }

li.dropdown-header {
    cursor: default;
}

.dash_login ul.dropdown-menu li.dropdown-header:hover {
    background: #013954;
    border-left: 3px solid transparent;
    background: #012B40;
}

ul.dropdown-menu li {
    border-left: 5px solid transparent;
    text-align: left;
}

    ul.dropdown-menu li:hover {
        background: #012e44;
        border-left: 5px solid #1ac192;
        width: 100%;
    }

        ul.dropdown-menu li:hover:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #1ac192;
            left: 0;
            top: 22px;
        }

    ul.dropdown-menu li a {
        padding: 7px 5px;
        color: #fff;
    }

        ul.dropdown-menu li a:hover {
            color: #fff;
            background: transparent;
            padding: 7px 5px;
        }

.panel-body {
    padding: 0 !important;
}

span.nav_border {
    border-top: 1px solid #115170;
    width: 70%;
    margin: 0 auto;
    display: table;
}

.menu .active a, .menu .active a:hover {
    color: #F95700;
}

.tab {
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 20px;
}

.common_stucture .tab {
    margin-left: 0;
    margin-right: 0;
}

.tab span {
    margin-right: 8px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #013954 !important;
    border: 1px solid #013954 !important;
    border-bottom: 1px solid transparent !important;
    background-color: transparent !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #013954 !important;
}

.nav-tabs > li > a:hover {
    border-color: #013954 !important;
    background: transparent !important;
    color: #013954;
}

.nav-tabs > li > a {
    color: #fff;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: #013954;
}

.nav-tabs {
    border-bottom: 1px solid #013954;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
  color: #fff;
  background-color: #00273a;
  border-bottom: 1px solid #013954;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}*/

.page_header {
    border-bottom: 1px solid #cfdbe2;
    background-color: #f9f9f9;
    height: 38px;
    font-size: 22px;
    text-transform: uppercase;
    color: #013954;
    font-family: 'Open Sans', sans-serif !important;
    padding-top: 2px;
}

    .page_header span {
        color: #013954;
        margin-right: 10px;
        margin-left: 10px;
    }

.user_registersec {
    float: left;
    margin: 20px;
}

.user-form .form_button {
    width: auto;
    margin-top: 12px;
}

.form_button {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.user_register p {
    color: #013954;
    margin: 0;
}

label.control-label {
    color: #013954;
    margin: 0;
    font-weight: normal;
    display: inline-block;
}

label.manualreporting-control-label {
    color: #013954 !important;
    margin: 0;
    font-weight: bold !important;
    display: inline-block !important;
    font-size: 22px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    /*color: #013954 !important;
    background-color: #fff !important;
    border: 1px solid #013954 !important;*/
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.3) !important;
    border-bottom: 1px solid #f5f5f5 !important;
    position: relative;
    z-index: 9;
    outline: 0 none;
    /*padding-bottom: 10px;*/
}

    .delegation .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #f5f5f5 !important;
    }

.tab.delegation ul li.active > a, .tab.delegation ul li.active > a:hover {
    border: 0 !important;
}

ul.nav.nav-tabs a {
    font-size: 14px;
    padding: 5px 15px 5px 15px;
}

ul.nav.nav-tabs span {
    margin-right: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #013954 !important;
}

.delegation .nav-tabs {
    border-bottom: 0 !important;
}

span.k-numerictextbox {
    width: 320px;
    overflow: hidden;
}

.k-numeric-wrap .k-input {
    color: #013954;
}

.k-numeric-wrap .k-link {
    margin-top: 2px;
}

.user_register tr td {
    padding-right: 80px;
    padding-top: 30px;
}

.users_table table {
    border: 1px solid #013954;
}

.k-widget, .k-button {
    overflow: auto;
}

input[type="checkbox"] {
    margin: 0;
}

.table_head {
    background-color: #013954;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #005983;
}

.inner_box {
    padding: 15px;
    text-align: center;
    border: 1px solid #013954;
    min-height: 55px;
}

.bg_color {
    background-color: #d3d3d3;
}

.users_table th {
    background-color: #013954;
    color: #fff;
    width: auto;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-weight: normal;
    border-right: 1px solid #005f8d;
}

.users_table tr td {
    border: 1px solid #013954;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

.users_table tr:nth-child(even) {
    background: #f5f5f5;
}

.create_button {
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.create_button_float_right {
    margin-top: -34px !important;
    float: right;
}

ul.dropdown-menu li a span {
    font-size: 18px;
    margin-right: 10px;
}

.user_section {
    float: left;
    width: 100%;
}

.trans_role {
    float: left;
    margin: 10px;
}

trans_rolesec {
    float: left;
}

.trans_section {
    float: left;
}

.transportcom_add {
}

/*.tans_sec {
  float: left;
}*/

.create_user table {
    margin-bottom: 20px;
}

.create_user tr td {
    padding-right: 30px;
    padding-top: 20px;
}

.role {
    border-radius: 5px;
    overflow: hidden;
    background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    border: 1px solid #728D9A;
    cursor: pointer;
    background-size: 28px 28px;
    font-size: 12px;
}

select.role {
    padding: 3px;
    width: 100%;
    height: 28px;
    border-radius: 0px;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

    select.role:focus {
        outline: none;
    }

    select.role option {
        background-color: #013954;
        color: #fff;
    }

hr.hr_border {
    border-top: 1px solid #b5b5b5;
}

a.user_search button {
    background-color: #013954;
    border: 0;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    margin-top: 30px;
}

    a.user_search button:hover {
        background-color: #00273a;
    }

span.delate {
    color: #005781;
    font-size: 18px;
}

.role_table {
    margin-top: 30px;
}

    .role_table table {
        border: 1px solid #013954;
    }

    .role_table tr th {
        background: #013954;
        color: #fff;
        font-weight: normal;
        padding: 10px 25px 10px 25px;
        border-right: 1px solid #005883;
        text-align: center;
    }

    .role_table tr td {
        border: 1px solid #013954;
        text-align: center;
        padding: 10px 40px 10px 40px;
    }

tr.roletable_pagination td {
    border: 1px solid transparent;
    background: #c7c7c7;
    margin: 0;
    padding: 5px;
}

.pagination {
    margin: 0;
}

    .pagination > li > a, .pagination > li > span {
        background: transparent;
        border: 0;
        color: #3d3d3d;
        padding: 0px 6px;
    }

.role_table tr td.create {
    border: 1px solid transparent;
    text-align: left;
    padding: 10px 0 0 0px;
    background: #fff;
}

.user_create button {
    background-color: #013954;
    border: 0;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
}

    .user_create button:hover {
        background-color: #00273a;
    }

table.role_information span {
    color: red;
}

table.role_information tr td {
    padding-top: 10px;
}

.role_menu {
    margin-top: 30px;
}

.role_footerbtn {
    float: left;
    margin-bottom: 50px;
}

    .role_footerbtn button {
        background-color: #013954;
        border: 0;
        color: #fff;
        padding: 5px 20px 5px 20px;
        border-radius: 5px;
    }

        .role_footerbtn button:hover {
            background-color: #00273a;
        }

.role_table tr:nth-child(odd) {
    background-color: #f0f0f0;
}

span.k-sprite.folder, span.k-sprite.html, .k-treeview .k-sprite, .k-treeview .k-image {
    background: #0084c3;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 5px;
    margin-right: 8px;
    display: none;
}

.k-treeview .k-sprite, .k-treeview .k-image {
    margin-right: 5px !important;
    display: none;
}

span.k-sprite.rootfolder {
    display: none !important;
}

span.k-state-selected.k-in {
    background-color: #013954;
}

.k-treeview span.k-in {
    cursor: pointer !important;
    border: 1px dotted #c2c2c2;
    margin: 5px;
}

span.k-in {
    background-color: #005077;
    color: #fff;
}

span.k-icon.k-minus {
    background-image: url(../images/sprite.png);
    background-position: -2px -4px;
    height: 10px;
    width: 15px;
    margin-top: -13px;
}

span.k-icon.k-plus {
    background-image: url(../images/sprite.png);
    margin-top: -13px;
}

th.k-header {
    background-color: #013954;
    box-shadow: none;
    background-image: none;
    color: #fff;
    padding: 10px !important;
    border: 1px solid #005f8d;
    text-align: center !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #fff;
}

.k-grid td {
    border-color: transparent;
    border-bottom: 1px solid #013954;
    border-right: 1px solid #013954;
}

.k-pager-wrap {
    background-color: transparent;
    color: #2e2e2e;
    border-bottom: 1px solid #BBBBBB !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid transparent;
}

.k-state-selected {
    background-color: #013954;
    border-color: #013954;
}

.k-grid table {
    border: 1px solid #013954;
    border-bottom: 1px solid transparent;
}

.k-widget k-grid table-responsive {
    overflow-x: hidden;
}

.label span {
    background: #013954;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px dotted #c2c2c2;
    cursor: pointer;
}

    .label span:hover {
        background-color: #ebebeb;
        color: #428bca;
    }

table.controller td {
    padding-bottom: 10px;
}

table.controller .header {
    background: #f5f5f5;
    display: none;
}

.panel-primary {
    border-color: transparent !important;
}

.login span {
    color: #fff;
    font-size: 18px;
    left: calc(50% - 80px);
    position: absolute;
    top: 34px;
}

.transorder_top {
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.transorderform_left {
    margin-right: 15px;
    float: left;
    position: relative;
    margin-left: 18px;
}

.transorderform_right {
    float: right;
    position: relative;
    margin: 10px;
}

.transorderform_left select.role {
    width: 303px;
}

form.trans_radio {
    margin: 0;
    font-size: 16px;
    color: #013954;
}

span.mandatory {
    color: red;
    margin-left: 2px;
}

.image_hover_cont {
    float: right;
    margin-top: 32px;
}

    .image_hover_cont:hover:before {
        position: absolute;
        content: "New Contact";
        width: auto;
        height: auto;
        background-color: #bbbbbb;
        top: 75px;
        padding: 3px 5px 3px 5px;
        color: #013954;
        left: 200px;
        border-radius: 3px;
    }

    .image_hover_cont:hover:after {
        position: absolute;
        content: "";
        border-left: 10px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 15px solid #bbbbbb;
        top: 61px;
        right: 18px;
    }

.image_hover {
    float: right;
    margin-top: 40px;
}

    .image_hover:hover:before {
        position: absolute;
        content: "New Supplier";
        width: auto;
        height: auto;
        background-color: #bbbbbb;
        top: 75px;
        padding: 3px 5px 3px 5px;
        color: #013954;
        left: 200px;
        border-radius: 3px;
    }

    .image_hover:hover:after {
        position: absolute;
        content: "";
        border-left: 10px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 15px solid #bbbbbb;
        top: 61px;
        right: 18px;
    }

.form_short select.role {
    background-position: 224px 0px;
}

.locationtble_wrap {
    width: 520px;
    overflow: auto;
}

.bottom_btn {
    margin-top: 30px;
}

.dash_menu ul li a.active {
    color: #fff;
}

.dash_menu ul li:active {
    background-color: #012e44;
    width: 100%;
    border-left: 5px solid #1ac192;
}

.btn_wrap {
    float: left;
}

.select_view {
    margin: 0px 0 10px 0px;
    float: left;
    width: 100%;
}

input.inventery.user_name {
    width: 120px;
}

.transport span.caret {
    top: 128px;
    left: -20px;
}

.map {
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid #5a863c !important;
}

.location1 {
    position: absolute;
    top: 50px;
    right: 200px;
}

    .location1 ul {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 5px 35px 3px 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        .location1 ul li {
            font-size: 24px;
            color: rgb(232, 0, 0);
            display: inherit;
            margin-bottom: 7px;
        }

            .location1 ul li span {
                color: #000;
                font-size: 16px;
                position: absolute;
            }

#order_list {
    display: none;
}

.selectorder_list {
    width: 100%;
    float: left;
}

    .selectorder_list .content_location {
        width: 1060px;
        height: 300px;
    }

#selecet_order {
    display: none;
    border: 1px solid #BABABA;
}

.order_listview .content_location {
    width: 1080px;
    height: 400px;
}

.panel-group {
    float: left;
    width: 100%;
}

span.k-widget.k-dropdown.k-header {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    cursor: pointer;
    background-size: 28px 32px;
}

    span.k-widget.k-dropdown.k-header .k-dropdown-wrap {
        padding-right: 0;
    }

        span.k-widget.k-dropdown.k-header .k-dropdown-wrap .k-select {
            display: none;
        }

.k-popup.k-list-container, .k-popup.k-calendar-container {
    border: 0;
    border-style: solid;
    background: #728D9A;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.k-state-hover, .k-state-hover:hover, .k-list > .k-state-hover {
    color: #fff;
    background-color: rgba(30, 144, 255, 0.9);
    border-color: rgba(30, 144, 255, 0.9);
}

.k-state-selected, .k-list > .k-state-selected {
    color: #fff;
    background-color: rgba(30, 144, 255, 0.9);
    border-color: rgba(30, 144, 255, 0.9);
}

.panel-default > .panel-heading {
    background: #013954 !important;
    color: #fff !important;
    border: 0 !important;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
        padding: 20px !important;
    }

.second_head {
    float: left;
    width: 100%;
    display: table;
}

.sizer {
    height: auto !important;
}

.esriPopup .sizer {
    width: 300px !important;
    z-index: auto !important;
}

.esriPopup .contentPane {
    z-index: 9999;
    /*height: 120px;*/
}

.esriPopup .pointer, .esriPopup .outerPointer {
    display: none !important;
}

.esriPopup .titlePane {
    background-color: #013954 !important;
}

.form_txt {
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    /*width: 300px;*/
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.users_table .panel.custom-panel.table-responsive {
    margin: 0 !important;
    overflow-x: auto !important;
    height: auto;
}

.userTransportRoleGrid .panel {
    height: auto;
}

.users_table tr:nth-child(odd) {
    background: #f1f1f1;
}

.k-header, .k-treemap-title, .k-grid-header .k-header > .k-link {
    color: #fff !important;
    text-align: center;
}

span.k-widget.k-autocomplete {
    border: 1px solid #728D9A;
    border-radius: 0;
    width: 100%;
    margin: 0;
    color: #013954;
    text-align: left;
    padding: 0px;
    font-size: 12px;
    height: 30px !important;
}

.margin_top {
    margin-top: 30px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0px 6px !important;
    height: auto !important;
}

span.k-widget.k-autocomplete.k-state-hover {
    background-color: transparent;
    border-left: 1px solid #728D9A;
}

.k-autocomplete .k-input {
    text-indent: 5px !important;
}

.k-multiselect-wrap {
    border: 1px solid #728D9A !important;
    border-radius: 0 !important;
    height: 28px !important;
    margin: 0 !important;
    color: #013954 !important;
    text-align: left !important;
    font-size: 12px !important;
    min-height: inherit !important;
}

.k-multiselect-wrap {
    position: relative;
    border-width: 0;
    border-style: solid;
    border-radius: 4px;
    border-color: #c5c5c5;
    background-color: #FFF;
    min-height: 2.04em;
}

input.user_name {
    border: 1px solid #728D9A !important;
    border-radius: 0 !important;
    height: 28px !important;
    margin: 0 !important;
    color: #013954;
    text-align: left;
    padding: 5px !important;
    font-size: 12px !important;
    background: transparent !important;
}

    input.user_name:hover {
        background-color: transparent;
        border-left: 1px solid #728D9A;
    }

span.k-numeric-wrap.k-state-default {
    border: 1px solid #013954;
    border-radius: 5px;
    height: 37px;
    margin: 0;
    color: #013954;
    text-align: left;
    width: 270px;
    background: transparent;
    margin: 0;
}

.k-numeric-wrap .k-select {
    padding: 0;
    margin: 0;
}

input.k-formatted-value.k-input {
    height: 37px;
    padding: 0;
    border-radius: 5px;
}

.k-numeric-wrap .k-select {
    padding: 0;
    background: #013954;
    color: #fff;
    width: 34px;
}

.k-numeric-wrap .k-select {
    width: 34px !important;
}

.popup_window select.user_name {
    border: 1px solid #728D9A;
    border-radius: 0px;
    height: 18px;
    margin: 0;
    text-align: left;
    padding: 5px;
    background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 28px 28px !important;
    cursor: pointer;
    font-size: 12px;
}

select.user_name {
    border: 1px solid #728D9A;
    border-radius: 0px;
    height: 28px;
    margin: 0;
    text-align: left;
    padding: 3px 33px 3px 3px;
    background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 26px 28px !important;
    cursor: pointer;
    font-size: 12px;
}

    select.user_name:hover {
        background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
        border-left: 1px solid #728D9A;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    select.user_name option {
        background: #728D9A;
        color: #fff;
    }

option:hover {
    background-color: yellow;
}



button.common_button.get_btn {
    position: absolute;
    top: 13px;
    right: 0;
}

input:-webkit-autofill {
    color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #013954 !important;
}

.user-form.load_bottom input:-webkit-autofill {
    color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #013954 !important;
}

span.k-dropdown-wrap.k-state-default {
    background: transparent;
    border: 1px solid #728D9A;
    margin: 0;
    height: 28px;
    text-align: left;
    border-radius: 0;
}

.k-dropdown-wrap.k-state-default.k-state-focused.k-state-active.k-state-border-down {
    border: 1px solid #728D9A !important;
}

button.common_button, input#addButton, input.common_button {
    background-color: #013954;
    border: 1px solid #013954;
    color: #fff;
    padding: 3px 15px 3px 15px;
    border-radius: 0px;
}

span.k-widget.k-datepicker.k-header {
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
}

span.k-picker-wrap.k-state-default {
    border: 1px solid #728D9A;
    box-shadow: none;
    background: transparent !important;
    margin: 0;
    height: 28px;
    border-radius: 0;
}

.k-picker-wrap.k-state-default .k-input {
    height: 23px;
}

.date_pick span.k-select {
    background: transparent;
    margin: 0;
    border: 0;
    width: 30px;
}

.date_pick input#OrderDate, .date_pick input#OrderedDate {
    height: 28px;
    padding: 0;
    background: transparent;
}

    .date_pick input#OrderDate:hover, .date_pick input#OrderedDate:hover {
        background: transparent;
    }

.k-pager-wrap .k-link {
    border-color: #cacaca !important;
}

a.k-link.k-pager-nav.k-state-disabled.k-pager-last {
    border-radius: 100%;
}

.content_transorderline {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 100%;
    height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin-top: 10px;
}

.content_position {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 535px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.dropdown img {
    float: left;
    padding-right: 10px;
    position: relative;
    top: -6px;
    margin: 0;
    padding: 1px;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    background: transparent;
}

li.k-item {
    border-radius: 0;
}

.k-popup.k-list-container {
    padding: 0 !important;
}

.k-popup.k-calendar-container {
    border-width: 0 !important;
}

.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected {
    background: #445761 !important;
    border: 0 !important;
    color: #fff;
    border-radius: 0;
    border-width: 0 !important;
    border-style: none !important;
    padding: 1px 5px 1px 5px !important;
}

.dropdown, .dropup {
    list-style: none !important;
}

label span {
    color: red;
}

.k-pager-wrap .k-link.k-pager-last {
    /*border-radius: 100% !important;*/
}

textarea.user_name, textarea.user_name:hover {
    background: transparent !important;
    border: 1px solid #728D9A !important;
    border-radius: 0;
    padding: 3px 10px 5px 5px !important;
    text-align: left;
    height: 30px;
}

.click_text textarea, .click_text textarea:hover {
    padding-left: 5px !important;
}

.validation-summary-exp-col {
    background: rgba(255, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: #9E3F3F;
    margin-bottom: 10px;
}

/*.form_txt.click_text {
    width: 260px;
}*/

button.common_button.click_btn {
    position: absolute;
    top: 22px;
    right: 5px;
    height: 24px;
    border: 0 none;
    background: url(/Content/themes/Default/Images/click.png) no-repeat top right;
    background-size: 18px 24px;
}

.alert-success .alert-link {
    font-weight: normal;
}

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    background-image: url(/Content/themes/Default/Images/sprite.png) !important;
    border-color: transparent;
}

span.k-widget.k-dropdown.k-header .k-icon {
    display: none;
}

.user_wraper {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.k-picker-wrap .k-icon {
    margin: 0;
}

.alert-success ul {
    padding-left: 10px;
    display: inline-block;
    margin: 0;
}

    .alert-success ul li {
        list-style: none;
    }

.k-widget a {
    cursor: pointer;
}

div.k-window-content {
    overflow: hidden !important;
}

.form_left {
    float: left;
    margin: 10px;
    width: 300px;
    position: relative;
}

.form_right {
    float: left;
    margin: 10px;
    width: 300px;
}

div.k-window-content {
    background: transparent !important;
}

.k-block > .k-header, .k-window-titlebar {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
}

span.k-icon {
    margin: 0;
}

.k-grid tr td {
    text-align: center;
}

.custom-panel {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.popup-content .custom-panel, .tab-pane .custom-panel {
    margin: 0 !important;
}

.k-window-titlebar.k-header {
    color: #013954 !important;
    text-align: left;
}

.k-window-title {
    padding-left: 10px;
}

.content_map {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 1090px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.user-form {
    display: table;
    width: 100%;
}

.search_sec {
    margin-top: 30px;
    display: block;
    width: 100%;
}

.prev_head {
    float: left;
    width: 100%;
}

.role_tree {
    padding-top: 0px;
    float: left;
    height: 305px;
    overflow: auto;
    width: 100%;
    margin-top: 10px;
}

.pull-right.edit-pg-btn-gp {
    float: left !important;
    margin-left: 70px;
}

button.btn-primary {
    margin-right: 10px;
}

.location_map {
    display: block;
    width: 100%;
}

button.common_button:hover, input#addButton:hover, input.common_button:hover {
    background-color: #fff;
    color: #00273a;
    border: 1px solid #00273a;
}

.k-numeric-wrap .k-select {
    padding: 0;
    background: #E6E4E4;
    border-left: none !important;
}

span.k-icon.k-i-arrow-s, span.k-icon.k-i-arrow-s:hover {
    height: 11px;
}

.k-widget.k-window {
    background: #fff;
    width: auto !important;
    height: auto !important;
    position: fixed;
    overflow: hidden;
    top: 20% !important;
    left: 20% !important;
    right: 20% !important;
}

.form_button.popup_btn {
    margin-left: 10px;
}

.map_pin {
    width: 55px;
    display: table;
    margin-bottom: 5px;
}

    .map_pin ul {
        padding: 0;
    }

        .map_pin ul li {
            font-size: 15px;
            color: #013954;
            float: left;
            margin: 5px;
        }

table#LinesGrid {
    margin-top: 20px;
}

button.common_button.click_btn:hover {
    background-color: transparent;
    border: 0;
}

.prog_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}

.pross_bar {
    /*background: #fff;*/
    width: auto;
    height: 50px;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 48%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #013954;
}

img.prog_image {
    padding: 10px;
}

.panel-group .panel-body {
    position: inherit;
}

.create_button.grid_button {
    margin-left: 245px;
}

.TransPort_Ordergrid tr th {
    padding: 2px 5px 2px 5px;
}

.TransPort_Ordergrid tr td {
    padding: 2px 5px 2px 5px;
}

.TransPort_Ordergrid .k-grid-header th.k-header {
    padding: 6px 0 6px 0px !important;
}

.TransPort_Ordergrid.content {
    float: left;
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

table.controller {
    border-collapse: collapse;
    font-size: 14px;
}

    table.controller .l1 .control {
        width: 10px;
        min-height: 100%;
    }

    table.controller .control, table.controller .expander, table.controller .label {
        float: left;
    }

    table.controller .control {
        font-size: 14px;
    }

    table.controller .contracted .expander, table.controller .expanded .expander {
        background: url(../Images/tree-expander.png) no-repeat 0 0;
        margin-top: 8px;
        cursor: pointer;
    }

    table.controller .label {
        margin-right: 20px;
        margin-top: 5px;
        color: black;
    }

table.controller {
    border-collapse: collapse;
    font-size: 14px;
}

    table.controller .control {
        font-size: 14px;
    }

    table.controller .line {
        position: relative;
        height: 26px;
        width: 15px;
        float: left;
    }

        table.controller .line .vert {
            width: 1px;
            height: 100%;
        }

        table.controller .line .horz {
            position: absolute;
            top: 50%;
            width: 10px;
            height: 1px;
        }

        table.controller .line.level1 .vert {
            background-color: transparent;
        }

        table.controller .line.level1 .horz {
            background-color: transparent;
        }

        table.controller .line.level2 .vert {
            background-color: transparent;
        }

        table.controller .line.level2 .horz {
            background-color: transparent;
        }

        table.controller .line.level3 .vert {
            background-color: transparent;
        }

        table.controller .line.level3 .horz {
            background-color: transparent;
        }

    table.controller tr.hidden {
        display: none;
    }

    table.controller .expander {
        margin-right: 2px;
    }

    table.controller .l1 .control {
        width: 10px;
        min-height: 100%;
    }

    table.controller .l2 .control {
        width: 30px;
        min-height: 100%;
    }

    table.controller .l3 .control {
        width: 60px;
        min-height: 100%;
    }

    table.controller .l4 .control {
        width: 90px;
        min-height: 100%;
    }

    table.controller .l1.contracted .control .line.level1 {
        display: none;
    }

    table.controller .l2.contracted .control .line.level2 {
        display: none;
    }

    table.controller .l3.contracted .control .line.level3 {
        display: none;
    }

    table.controller .l4 .expander {
        display: none;
    }

    table.controller .label {
        margin-right: 20px;
        margin-top: 5px;
        color: black;
    }

    table.controller th.data {
        text-align: center;
        min-width: 35px;
        background-color: #ebebeb;
        border-bottom: 1px solid #d4d4d4;
    }

    table.controller td.data {
        text-align: center;
        min-width: 35px;
        border-bottom: 1px solid #eeeeee;
    }

    table.controller .control,
    table.controller .expander,
    table.controller .label {
        float: left;
    }

    table.controller .contracted .expander {
        width: 10px;
        height: 20px;
        background-position: 0px 5px;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAABMUlEQVQ4ja2VPUvDUBSG3zctBAMOuuvm5Ogg+iN0spOLKAgdHNss6T00HdwCXXXSQcGlf0E3waHYRX9GQFMRLsfBBuJHaJLm2c7Hfc653OESGYwxNyQ3rLVHYRhOUAEnG5DcVNWtRqPxKCInCwtTVHVJVS9EZOT7/srCwox433XdcRAEO7UIZ6w7jvPQ6/W6AFiHEACaJM+NMSMRWa1DmLIHYCwiu3UJoaprqnov3/w5X1o4o6mqBsBtp9NZ/lGoKAQAqOqB53mfAA7TXNUNszi5QVlI3iVJcprNVboyyXcAbRG5+l0rLSQ5AdASkZf/6mWFwziO/SiKpnkNRYVvqtru9/vX8xqLCJ+tta3BYPBaZPK8Vx6S3C4qA3I2JDkFcCYil0VFecInkh/W2uOqX8AXLgNp5aJbT/cAAAAASUVORK5CYII=);
    }

    table.controller .expanded .expander {
        width: 10px;
        height: 20px;
        background-position: 0px 5px;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTRGQzMxRDlGQzExMUUzODBEOEVDQTdCODg2NDBDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRTRGQzMxRTlGQzExMUUzODBEOEVDQTdCODg2NDBDNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFNEZDMzFCOUZDMTExRTM4MEQ4RUNBN0I4ODY0MEM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFNEZDMzFDOUZDMTExRTM4MEQ4RUNBN0I4ODY0MEM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+I8q8PAAAAQxJREFUeNpi/P//PwM1ARMDlQHVDWRpbGycB6RNqGEYMPiusgBpHSBDlxoGMjIy/mL6+/dvMpDxnQqGfQealcjU3Nx8GcjPo4ID80BmMcJ49fX1E8k1GOi6jQ0NDQEosQwULAdSl8gw79GPHz8SMZIN0IYfwDAIAzK/kGDYn3///kV0dHS8x5oOW1pabgJjPIuEZFIDDLfjKN7HppDI8NwETMOgcPtPMKd8+vSpAhiml/FEwmMgTkQ3DKeB/f39oHQZBtT0FVu4AXEEMMzfkZSXgRpuAKksLK5rBcodI6twAGpcBDRgNZJhIHYT3sKBUEx++/YtmYuLC+TNf0B2ZldX1z+8iXzkFbAAAQYATlZraA/C4aUAAAAASUVORK5CYII=);
    }

    table.controller .childless .expander {
        display: none;
    }

    table.controller .control .line.level1 .horz {
        display: none;
    }

    table.controller .l1-first .control .line.level1 .horz {
        display: block;
    }

    table.controller .l1-last .control .line.level1 .horz {
        display: block;
        width: 10px;
        height: 1px;
    }

    table.controller .l1-first .control .line.level1 .vert {
        bottom: 0px;
        position: absolute;
        width: 1px;
        height: 50%;
    }

    table.controller .l1-last .control .line.level1 .vert {
        width: 1px;
        height: 50%;
    }

    table.controller .l1-last .control .line.level1 .horz {
    }

    table.controller .control .line.level2 .horz {
        display: none;
    }

    table.controller .l2-first .control .line.level2 .horz {
        display: block;
    }

    table.controller .l2-last .control .line.level2 .horz {
        display: block;
        width: 10px;
        height: 1px;
    }

    table.controller .l2-first .control .line.level2 .vert {
        bottom: 0px;
        position: absolute;
        width: 1px;
        height: 50%;
    }

    table.controller .l2-last .control .line.level2 .vert {
        width: 1px;
        height: 50%;
    }

    table.controller .control .line.level3 .horz {
        display: none;
    }

    table.controller .l3-first .control .line.level3 .horz {
        display: block;
    }

    table.controller .l3-last .control .line.level3 .horz {
        display: block;
        width: 10px;
        height: 1px;
    }

    table.controller .l3-first .control .line.level3 .vert {
        bottom: 0px;
        position: absolute;
        width: 1px;
        height: 50%;
    }

    table.controller .l3-last .control .line.level3 .vert {
        width: 1px;
        height: 50%;
    }

    table.controller .glyphicon.glyphicon-plus,
    table.controller .glyphicon.glyphicon-remove,
    table.controller .glyphicon.glyphicon-pencil,
    table.controller .contracted .expander,
    table.controller .expanded .expander,
    table.controller .glyphicon.glyphicon-th,
    table.controller .glyphicon.glyphicon-file {
        background: url(../Images/tree-add.png) no-repeat 0 0;
        width: 13px;
        height: 13px;
        display: inline-block;
    }

    table.controller .glyphicon.glyphicon-th,
    table.controller .glyphicon.glyphicon-file {
        margin-right: 5px;
    }

    table.controller .glyphicon.glyphicon-th {
        background: url(../Images/tree-glyphicon-th.png) no-repeat 0 0;
    }

    table.controller .glyphicon.glyphicon-pencil {
        background: url(../Images/tree-edit.png) no-repeat 0 0;
    }

    table.controller .glyphicon.glyphicon-remove {
        background: url(../Images/tree-delete.png) no-repeat 0 0;
    }

    table.controller .glyphicon.glyphicon-file {
        background: url(../Images/tree-glyphicon-file.png) no-repeat 0 0;
    }

    table.controller .header {
        background: #f5f5f5;
    }

        table.controller .header .data {
            background: none;
        }

        table.controller .header td,
        table.controller .header th {
            border-bottom: 1px solid #d4d4d4;
            padding: 5px;
        }

    table.controller .glyphicon.glyphicon-plus:before,
    table.controller .glyphicon.glyphicon-remove:before,
    table.controller .glyphicon.glyphicon-pencil:before,
    table.controller .glyphicon.glyphicon-th:before,
    table.controller .glyphicon.glyphicon-file:before {
        content: "";
    }

    table.controller .contracted .expander,
    table.controller .expanded .expander {
        background: url(../Images/tree-contracted.png) no-repeat 0 0;
        margin-top: 11px;
        cursor: pointer;
    }

    table.controller .expanded .expander {
        background: url(../Images/tree-expander.png) no-repeat 0 0;
    }

.tab.delegation {
    margin-top: 20px;
}

.fav_button {
    margin-top: 30px;
    float: left;
    cursor: pointer;
}

.tab.delegation .tab-pane.active {
    border: 1px solid #013954;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    margin-top: -1px;
}

.tab.delegation ul li.active > a, .tab.delegation ul li.active > a:focus, .tab.delegation ul li.active > a:hover, .tab.delegation ul li > a:focus, .tab.delegation ul li > a:hover {
    border-radius: 5px 5px 0 0px;
    box-shadow: none;
    border: 0;
}

.tab.delegation li a {
    margin-right: 0px;
    border: none;
}

.tab.delegation .nav-tabs > li > a {
    box-shadow: none;
    border-radius: 3px 3px 0px 0px;
}

.form_button.delegation_popbtn {
    margin-bottom: 20px;
}

.form_txt.comt_hitry textarea {
    position: relative;
    width: 270px;
}

.history {
    position: absolute;
    top: 23px;
    right: -24px;
    cursor: pointer;
}

.popup_edit.history_pop {
    padding: 0px 20px 20px 20px;
}

.history_pop .users_table th {
    width: 28%;
}

.history:hover:before {
    position: absolute;
    content: "Comments History";
    width: 140px;
    height: auto;
    background-color: #D4D3D3;
    top: 45px;
    padding: 3px 5px 3px 5px;
    color: #415f6d;
    left: 0;
    border-radius: 3px;
    text-align: center;
}

.history:hover:after {
    position: absolute;
    content: "";
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #D4D3D3;
    top: 30px;
    left: 16px;
}

.roadCondition {
    position: absolute;
    top: 23px;
    right: -24px;
    cursor: pointer;
}

.popup_edit.roadCondition_pop {
    padding: 0px 20px 20px 20px;
}

.roadCondition_pop .users_table th {
    width: 28%;
}

.roadCondition:hover:before {
    position: absolute;
    content: "Road Condition";
    width: 140px;
    height: auto;
    background-color: #D4D3D3;
    top: 45px;
    padding: 3px 5px 3px 5px;
    color: #415f6d;
    left: 0;
    border-radius: 3px;
    text-align: center;
}

.roadCondition:hover:after {
    position: absolute;
    content: "";
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #D4D3D3;
    top: 30px;
    left: 16px;
}

.his_content {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 653px;
    height: 189px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin-top: 20px;
}

.common_stucture {
    padding: 10px 10px 26px 10px;
    float: left;
    width: 100%;
    margin: 0px;
}

.popup_close {
    border: 3px solid #013954;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -14px;
    top: -16px;
    background: #fff;
    cursor: pointer;
}

    .popup_close span {
        margin: 0px;
        padding: 7px;
    }

/*.drag_base {
    background-color: #fff;
    border: 1px solid #a5a5a5;
	float: left;
    width: 46%;
}*/


/*.tab.delegation .nav-tabs {
    border-bottom: 0 !important;
}*/
.delegation .nav-tabs > li {
    margin-bottom: 0px;
}

#tab_pop {
    display: none;
}

.popup_edit.delegation_pop {
    width: 500px;
    top: 30px;
}

li.btn_drag.tab_btn.active {
    background-color: #013852;
}

input.default {
    margin-top: 9px;
    margin-right: 5px;
}

.highlight {
    background-color: #00273A !important;
}


li.highlight:before {
    background: #024667 !important;
}

ul.dropdown-menu.load {
    width: 240px;
}

    ul.dropdown-menu.load li {
        margin: 0;
        width: 240px;
        text-align: left;
    }

        ul.dropdown-menu.load li a, ul.dropdown-menu.load li a:hover {
            padding: 7px 15px;
        }

.form_txt.convier_sec {
    margin-top: 15px;
}

.vehicle_list {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 850px;
    height: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.equi_list {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 910px;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.vehicletype_list {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 514px;
    height: 176px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.load_grid {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 1074px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.load_gridfirst {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 1075px;
    height: 218px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

    .load_gridfirst th.large {
        padding: 15px;
    }

.load_first {
    margin-top: 20px;
}

.users_table.vehicle_grid {
    margin-top: 25px;
}

.edit_vehicle {
    margin-top: 20px;
}

.equi_add {
    margin-top: 22px;
    margin-left: -50px;
}

.form_txt textarea {
    border-radius: 0;
    text-align: left;
    height: 28px;
    border: 1px solid #728D9A;
    width: 99.5%;
    background-color: transparent;
}

    .form_txt textarea:hover {
        background: transparent !important;
        border: 1px solid #728D9A;
    }

.search_button {
    margin-top: 52px;
    margin-left: -41px;
}

.already_load {
    margin-top: 30px;
}

ul.truck_drop {
    list-style: none;
    padding: 0;
    text-align: center;
    display: table;
    margin: 0 auto;
}

    ul.truck_drop li {
        list-style: none;
        padding: 0;
        text-align: left;
    }

        ul.truck_drop li ul {
            margin-top: 5px;
        }

            ul.truck_drop li ul li {
                margin-bottom: 5px;
            }

ul.dropbtn_cntfirst, ul.dropbtn_cntsec {
    display: none;
    padding: 0;
}


th.large {
    padding: 0;
}


.truck_scroll {
    float: left;
    overflow: auto;
    position: relative;
    padding: 0;
    width: 100%;
    height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
}

.truck_sec {
    width: 2610px;
    margin: 10px;
}

ul.truck_drop {
    list-style: none;
    padding: 0;
    text-align: center;
    display: table;
    margin: 0 auto;
}

    ul.truck_drop li {
        list-style: none;
        padding: 0;
        text-align: left;
    }

        ul.truck_drop li ul {
            margin-top: 5px;
        }

            ul.truck_drop li ul li {
                margin-bottom: 5px;
            }

ul.dropbtn_cntfirst, ul.dropbtn_cntsec {
    display: none;
    padding: 0;
}

.truck_head {
    float: left;
    margin-top: 87px;
}

.truck {
    background: url(/Content/themes/Default/Images/truck.png) no-repeat;
    width: 100%;
    height: 184px;
    margin-top: 10px;
}

.truck_base.pile_1 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_1.png) no-repeat bottom right;
    width: 267px;
    height: 310px;
}

.truck_base.pile_2 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_2.png) no-repeat bottom right;
    width: 381px;
    height: 310px;
}

.truck_base.pile_3 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_3.png) no-repeat bottom right;
    width: 381px;
    height: 310px;
}

.truck_base.pile_4 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_4.png) no-repeat bottom right;
    width: 484px;
    height: 310px;
}

.truck_base.pile_5 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_5.png) no-repeat bottom right;
    width: 643px;
    height: 301px;
}

.truck_base.pile_B1 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_B1.png) no-repeat bottom right;
    width: 267px;
    height: 310px;
}

.truck_base.pile_B2 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_B2.png) no-repeat bottom right;
    width: 354px;
    height: 310px;
}

.truck_base.pile_B3 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_B3.png) no-repeat bottom right;
    width: 354px;
    height: 310px;
}

.truck_base.pile_B4 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_B4.png) no-repeat bottom right;
    width: 460px;
    height: 310px;
}

.truck_base.pile_B5 {
    float: left;
    background: url(/Content/themes/Default/Images/TruckBase_B5.png) no-repeat bottom right;
    width: 447px;
    height: 303px;
}

.truck_seperator {
    float: left;
}

    .truck_seperator img {
        margin-top: 248px;
    }

.truck_sec ul {
    margin: 0;
    padding: 0;
}

ul.load_space.pile_level1 {
    margin-left: 0px;
    margin-right: 0px;
}

ul.pile_level1 {
    /*width: 250px;
    height: 113px;
    background: #fff;
    border: 2px solid black;
    list-style:none;
    float:left;*/
}

li.pileSlit1 {
    width: 430px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /* margin-right: 10px; */
    list-style: none;
    float: left;
}

ul.load_space.pile_level2 {
    /*margin-left: 35px;*/
}

li.pileSlit2 {
    width: 209px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlit3 {
    width: 136px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlit4 {
    width: 99px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlit5 {
    width: 77px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlitT1 {
    width: 620px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /* margin-right: 10px; */
    list-style: none;
    float: left;
}

li.pileSlitT2 {
    width: 305px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlitT3 {
    width: 200px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlitT4 {
    width: 148px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.pileSlitT5 {
    width: 115px;
    height: 168px;
    background: #fff;
    border: 1px solid black;
    /*margin-right: 10px;*/
    list-style: none;
    float: left;
}

li.TwoPile {
    width: 97px;
    height: 56px;
    background: #F0AD4E;
    border: 1px solid black;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.pileSplit {
    float: left;
    width: 96px;
    margin-right: 9px;
}

li.last {
    margin: 0;
}

ul.splited1 li {
    height: 166px;
    width: 100%;
    /*border-top: 2px solid black;
    border-bottom: 2px solid black;*/
    margin-bottom: 1px;
    list-style: none;
}

ul.splited2 li {
    height: 83px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited3 li {
    height: 55px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited4 li {
    height: 41px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited5 li {
    height: 32.5px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited6 li {
    height: 27px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited7 li {
    height: 23px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited8 li {
    height: 20px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
}

ul.splited9 li {
    height: 17.6px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
    font-size: 12px;
}

ul.splited10 li {
    height: 15.8px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    list-style: none;
    font-size: 10px;
}

select.drop_load {
    max-width: 85px;
}


/* -------- */
.pile_load {
    float: left;
}

.truck_drop {
    text-align: center;
    margin-top: 10px;
    margin-right: 15px;
}

.trucksub_drop {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

/* ---- pile Drop ---- */
.pile_drop1 ul {
    margin-left: 20px;
}

.pile_drop2 ul, .pile_drop3 ul, .pile_drop4 ul, .pile_drop5 ul {
    margin-left: 35px;
}

.pile_drop1 ul li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pile_drop2 ul li {
    width: 166px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pile_drop3 ul li {
    width: 112px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pile_drop4 ul li {
    width: 110px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pile_drop5 ul li {
    width: 110px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pileLevel_button {
    border: 0;
    border-radius: 100%;
    width: 36px;
    height: 25px;
    font-size: 26px !important;
    background: transparent;
}

ul.mainul {
    padding-left: 8px;
    margin-top: 20px;
}

ul.submainul {
    padding-left: 10px;
    margin-top: 18px;
    display: table;
}

li.levelli {
    float: left;
    list-style: none;
    margin-right: 10px;
}

ul.levelul {
    padding: 0;
}

li.level_button {
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    min-height: 25px;
}

li.level_pile1 {
    width: 103px;
    height: 114px;
    border: 2px solid #000;
    list-style: none;
}



li.pileColor {
    background-color: green !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.loadedPileColor {
    background-color: red !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.unloadedPileColor {
    background-color: chocolate !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.selectedPileColor {
    background-color: rgba(41, 130, 255, 1) !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
li.firstPileColor {
    background-color: #1589FF !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
li.secondPileColor {
    background-color: #4B0082 !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
li.thirdPileColor {
    background-color: #E8A317 !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.fourthPileColor {
    background-color: #9DC209 !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.fifthPileColor {
    background-color: #F75D49 !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.sixthPileColor {
    background-color: #E56717 !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.seventhPileColor {
    background-color: #7D0552 !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

li.blankPileColor {
    background-color:  white !important;
    text-align: center;
    font-weight: bold;
    color: black;
}

.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

/*.header {
	background-color: #f5f5f5;
	height: 50px;
	border-bottom: 1px solid #e1e1e1;
	position: fixed;
	width: 100%;
	z-index: 999;
}*/

.dash_logo {
    float: left;
    /*padding: 5px;*/
    width: 240px;
    height: 50px;
    margin-left: -10px;
}

.login_logo {
    width: 100%;
    max-width:600px;
    /*    background-image:url(../../../themes/Default/Images/login_logo_2.png);
    background-repeat:no-repeat;
    background-size:contain;
*/
}

.dash_login p {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.dash_menu ul {
    padding: 0;
    float: none;
}

    .dash_menu ul li {
        position: relative;
        list-style: none;
        text-align: center;
        padding: 10px;
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        border-left: 5px solid transparent;
    }

        .dash_menu ul li a:hover {
            color: #fff;
            text-decoration: none;
            background-color: transparent !important;
            border-bottom: 0 !important;
        }


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
    color: #fff;
    box-shadow: none;
}

.dash_menu ul li:hover a {
    color: #fff;
}

.dash_menu ul li:hover {
    background-color: #012e44;
    width: 100%;
    border-left: 5px solid #1ac192;
}

    .dash_menu ul li:hover:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #1ac192;
        left: 0;
        top: 34px;
    }

.navbar-default .navbar-nav > li > a {
    color: #2f99cc;
    text-shadow: none;
    padding: 0;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.dash_menu ul li a {
    color: #2f99cc;
}

ul.dropdown-menu li {
    border-left: 5px solid transparent;
    text-align: left;
}

    ul.dropdown-menu li:hover {
        background: #012e44;
        border-left: 5px solid #1ac192;
        width: 100%;
    }

        ul.dropdown-menu li:hover:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #1ac192;
            left: 0;
            top: 16px;
        }

    ul.dropdown-menu li a:hover {
        color: #fff;
        background: transparent;
        padding: 7px 5px;
    }

.dropdown-header {
    padding: 3px 5px !important;
}

ul.dropdown-menu li a p {
    margin: 0;
}


.menu .active a, .menu .active a:hover {
    color: #F95700;
}

.dashfirsttile_icon {
    background: #922d26;
    width: 87px;
    height: 107px;
    display: table;
    position: relative;
}

.add_2ndfont {
    line-height: inherit !important;
    left: 0px !important;
    top: 44px;
    color: #fff;
    font-size: 18px !important;
}

.dashfirsttile_cnt {
    background: #da574f;
    width: 100%;
    height: 107px;
    display: table;
}

.dashsecondtile_icon {
    background: #026277;
    width: 87px;
    height: 107px;
    display: table;
}

.dashthirdtile_icon {
    background: #8b5303;
    height: 107px;
    width: 87px;
    display: table;
}

.dashsecondtile_cnt {
    background: #02a3c7;
    width: 100%;
    height: 107px;
    display: table;
}

.dashthirdtile_cnt {
    background: #e88a05;
    width: 100%;
    height: 107px;
    display: table;
}

.dashforthtile_icon {
    width: 87px;
    height: 107px;
    background: #721046;
    display: table;
}

.dashforthtile_cnt {
    background: #a32068;
    width: 100%;
    height: 107px;
    display: table;
}

.dashfirsttile_icon span, .dashsecondtile_icon span, .dashthirdtile_icon span, .dashforthtile_icon span {
    color: #fff;
    font-size: 3em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashfirsttile_cnt p, .dashsecondtile_cnt p, .dashthirdtile_cnt p, .dashforthtile_cnt p {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
}

.tile_cnt {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

img.app_image {
    width: 100%;
}

.truck_sec select.role {
    min-width: 100px;
    margin-bottom: 20px;
    display: table;
    margin: 0px auto 20px;
    width: auto;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 92px !important;
    padding: 0px !important;
    margin: 2px !important;
}

.form_txt.already_load {
    width: 100%;
}

.users_table.grid_result td {
    font-size: 12px;
}

.TransportOrder .k-grid-content {
    height: auto !important;
}

.role_management .panel-group {
    margin-bottom: 0px !important;
}

.dash_login span.hidden-xs {
    color: #013954;
    margin-left: 4px;
}

b.caret {
    margin: 0;
    color: #013954;
}

    .dash_login span.hidden-xs:hover, b.caret:hover {
        color: green;
        text-decoration: underline;
    }

.trans_already .k-grid-content {
    height: auto !important;
}

.location_map #mapMain {
    margin: 0;
}

.create_button.bottom_zero {
    margin-bottom: 0;
}


/* ---------------------------------- 16/03/2016 (Map) ------------------------------------------- */
.esriBasemapGalleryNode {
    float: none !important;
    width: 50px !important;
    margin: 0px 0px 20px 0px !important;
    font-size: 0.7em;
}

.esriBasemapGalleryThumbnail {
    height: 40px !important;
    width: 50px !important;
}

.map_thump {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.esriBasemapGalleryLabelContainer {
    height: auto !important;
}

.base_map {
    position: absolute;
    right: 0;
    top: 0;
    z-Index: 9;
    background: #fff;
    padding: 5px;
    bottom: 0;
}

/* ---------------------------------------------------------------------------------------- */


.k-grid-content {
    height: auto !important;
}

.popup_window.form_txt {
    width: 100%;
}

h3.margin-top-zero {
    margin-top: 0;
}

button[disabled], html input[disabled] {
    cursor: pointer !important;
}

.search_sec .form_button {
    margin-top: 0;
}

.k-grid-content {
    height: auto !important;
}

.users_table a {
    cursor: pointer;
}

ul.inventory_tab li {
    margin-top: 20px;
}

.small_map #mapMain {
    height: 340px !important;
}

.role_tree.transport_order {
    height: auto;
}

.user-form.load_bottom {
    margin-bottom: 15px;
}

.user_wraper .panel-group {
    margin-bottom: 0 !important;
}

#inventoryPopUp img.ui-datepicker-trigger {
    top: 27px;
}

#inventoryPopUp .form_txt {
    width: auto;
}

.dash_menu ul li ul.submenu li {
    padding: 5px 10px;
}

html {
    -ms-overflow-style: scrollbar;
}

#mapSearch path {
    stroke: none;
}

.content_transorderline {
    height: auto;
}

.tab {
    margin-top: 0;
}

#SearchTransportOrderGrid .k-grid .k-group-col, .k-grid .k-hierarchy-col {
    width: 38px !important;
}

#SearchTransportOrderGrid .k-grid-header-wrap > table, .k-grid-header-locked > table {
    margin-bottom: 0px !important;
}

#SearchTransportOrderGrid .k-grid-content {
    min-height: 100px !important;
    max-height: 400px !important;
}

#SearchTransportOrderGrid td th.k-header {
    background-color: #2F98B4;
}

#SearchTransportOrderGrid TransPort_Ordergrid {
    min-height: 100px;
    max-height: 450px
}

#SearchTransportOrderGrid span.k-widget.k-dropdown.k-header{
width:70px;
}

th.k-header {
    padding: 6px 8px !important;
}

.users_table tr td {
    padding: 3px 3px;
}

span.nav_border {
    display: block;
}

.esriPopup .actionsPane .zoomTo {
    display: none;
}

/* -------------------------------------- map Sec (07/04/2016) ---------------------------------------- */

.map_flag {
    position: relative;
    /*width: 39px;*/
    border-radius: 3px;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
    padding: 0px;
}
/*.map_flag:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.4);
}

.map_flag:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}*/

/*.map_flag :before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.4);
}

.map_flag :after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}*/


.leaflet-div-icon {
    background: none !important;
    border: none !important
}

#basemaps-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 410 !important;
    background: white;
    padding: 10px;
    width: 240px;
}

.map_flag ul {
    padding: 0;
    margin: 0;
}

    .map_flag ul li {
        list-style: none;
        border-radius: 2px;
        color: #000;
        font-size: 12px;
    }

.map_flag span {
    background: transparent;
    font-size: 11px;
    padding: 4px;
    border: 0;
}

.map_flag ul li span {
    color: #000 !important;
    background: transparent;
}

    .map_flag ul li span:hover {
        color: #000 !important;
        background: transparent;
    }
/*.map_flag ul{
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    margin-left: -19px;
    margin-top: -9px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    min-width: 40px;
    text-align: center;
    background: #fff;
    padding: 3px;
}*/
/*.map_flag ul:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.4);
}*/

/*.map_flag ul:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}*/
.map_flag ul li p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

    .map_flag ul li p span {
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }

.map_grid {
    padding-top: 20px;
    width: 100%;
    display: inline-block;
    overflow-x: scroll;
}

    .map_grid table {
        width: 100%;
    }

        .map_grid table th {
            padding: 5px;
        }

.location_map span.k-widget.k-dropdown.k-header {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    cursor: pointer;
    background-size: 26px 28px;
}

.location_map span.k-dropdown-wrap.k-state-default {
    background: transparent;
    border: 1px solid #728D9A;
    padding: 3px;
    margin: 0;
    height: 20px;
    text-align: left;
    border-radius: 5px;
}

.location_map span.k-input {
    padding: 0;
}

.location_map .k-popup.k-list-container, .k-popup.k-calendar-container {
    border-width: 0 !important;
    border: none !important;
}

/* ----------------------------------------------------------------------------------------- */

.navbar {
    border: 0 !important;
}

.navbar-collapse {
    padding: 0 !important;
}

.dash_menu {
    background-color: #013954;
    color: #2f99cc;
    height: 100%;
    position: fixed;
    width: 225px !important;
    margin-top: 49px;
    z-index: 999;
}

nav.navbar.navbar-default .navbar-collapse.collapse {
    height: 100% !important;
}

.dash_menu .nav > li > a {
    padding: 0 !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
}

.dash_menu ul li p {
    margin: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    border-bottom: 0 !important;
}

.users_table .custom-panelfooter.clearfix {
    display: none;
}

.small_map {
    position: relative;
    height: 450px !important;
    border: 2px solid #5a863c !important;
    margin-top: 0;
    margin-bottom: 10px;
}

.tab_btn input.default {
    margin: 9px;
}

.leaflet-bar select {
    width: 100%;
    margin: 0 !important;
    padding: 2px;
    border: 1px solid #013954;
    color: #013954;
    background: url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    background-size: 22px 23px;
    border-radius: 5px;
}
/*:focus {outline:none;}*/
::-moz-focus-inner {
    border: 0;
}

.form_txt label span:focus {
    outline: 2px solid red;
}

input:focus, label span:focus {
    outline: 1px solid #a1c3fa;
}

.Focus_none input:focus {
    outline: 1px solid transparent;
}



/* ----------- 20/04/2016 -------------- */


.extra-marker-square-red.extra-marker.leaflet-zoom-animated.leaflet-interactive {
    background: #fff;
    color: #000;
    border-radius: 5px;
}

    .extra-marker-square-red.extra-marker.leaflet-zoom-animated.leaflet-interactive:before {
        position: absolute;
        content: "";
        left: 11px;
        bottom: -11px;
        border-left: 6px solid transparent;
        border-right: 7px solid transparent;
        border-top: 12px solid #fff;
    }

/* ----------------------- Trans Top Menu ----------------------- */
ul.trans_topmenu {
    padding: 0;
    margin: 0px 15px 10px 0px;
    float: right;
}

    ul.trans_topmenu li {
        list-style: none;
        float: left;
        /*border-right: 1px solid #bcbcbc;*/
        padding: 0px 2px 0px 25px;
        position: relative;
    }

li.trans_btn {
    color: #013954;
    font-size: 13px;
}

.trans_search {
    position: relative;
}

    .trans_search .form-control {
        border: 1px solid #444 !important;
        border-radius: 0px !important;
        height: 21px !important;
        color: #444 !important;
        font-size: 13px !important;
        padding: 0 30px 0 5px !important;
        background: transparent;
    }

button.trans_searchbtn {
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 0 !important;
    background: transparent;
    width: 27px;
    bottom: 1px;
    border-radius: 0px 15px 15px 0px !important;
    border: 0 !important;
}

    button.trans_searchbtn:hover, button.trans_searchbtn:focus, button.trans_searchbtn:active {
        color: #444;
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

li.trans_collaps .panel-heading {
    padding: 0;
}

li.trans_collaps.last {
    border: 0;
    padding-right: 0;
}

ul.trans_topmenu li a, ul.trans_topmenu li a:hover {
    color: #013954;
    text-decoration: none;
}
/*ul.trans_topmenu li a, ul.trans_topmenu li a:focus {
    outline: medium none;
}*/
li.trans_btn span {
    margin-right: 5px;
}

.trans_acc {
    border: 0 !important;
    /*padding-bottom: 5px;
    padding-top: 5px;*/
    box-shadow: none !important;
}

.trans_form {
    padding: 10px;
    border: 1px solid #728D9A;
    border-radius: 0 0 5px 5px;
    position: relative;
    margin-bottom: 10px;
}

/*.trans_form:before {
    right: 19px;
    top: -1px;
    border-left: 12px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #728D9A;
    content: "";
    position: absolute;
}

.trans_form:after {
    right: 20px;
    top: -1px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
}*/
.map.base_map {
    margin: 0;
}

.adsearch input, .adsearch select {
    height: 30px;
}

    .adsearch select.user_name, .adsearch select.user_name:hover {
        background-size: 25px 32px;
    }

.adsearch span.k-widget.k-datepicker.k-header.k-input {
    height: 30px;
}

.adsearch span.k-picker-wrap.k-state-default {
    height: 28px;
    font-size: 12px;
}

.adsearch .k-picker-wrap .k-input {
    margin: 0;
    height: 23px;
    border-radius: 10px;
}

.adsearch .form_txt {
    margin: 7px 0px 7px 0px;
}

.k-picker-wrap.k-state-default.k-input {
    box-shadow: none !important;
}

.k-picker-wrap.k-state-active.k-state-border-down, .k-dropdown-wrap.k-state-active.k-state-border-down {
    box-shadow: none !important;
}

.k-picker-wrap.k-state-border-down, .k-dropdown-wrap.k-state-border-down {
    padding-bottom: 0 !important;
}

.k-dropdown-wrap .k-input {
    padding: 0 !important;
}

.k-popup.k-list-container, .k-popup.k-calendar-container {
    border-width: 0 !important;
}

ul.k-list li, .k-state-hover, ul.k-list li:hover {
    border-bottom: 1px solid #475A63;
    box-shadow: none !important;
}

.k-popup .k-list.k-state-hover {
    padding: 1px 7px 1px 5px !important;
}

.k-dropdown-wrap {
    border-radius: 0 !important;
}

.grid_top {
    margin-top: 20px;
}

.margin-bottom-twent {
    margin-bottom: 20px;
}

table#PrivelegeTable span {
    /*color: #013954;*/
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent !important;
}

.history_grid {
    margin-top: 20px;
}

/*div.k-grid-header {
    padding-right: 2px !important;
}*/

.adsearch input, .adsearch select {
    height: 30px;
}

    .adsearch select.user_name, .adsearch select.user_name:hover {
        background-size: 25px 32px;
    }

.adsearch span.k-widget.k-datepicker.k-header.k-input {
    height: 30px;
}

.adsearch .k-picker-wrap .k-input {
    margin: 0;
    height: 23px;
    border-radius: 10px;
}

.adsearch .form_txt {
    margin: 7px 0px 7px 0px;
}


.history_popupcontainer input {
    width: 100%;
    padding: 0 0 0 5px;
}

.inventory_popup {
    width: 100%;
    overflow-y: scroll;
}

.not_loaded {
    background: #34ba06;
    border-color: #2da106;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.loaded {
    background: #f80303;
    border-color: #d40404;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.started {
    background: #fcb998;
    border-color: #fb7f41;
}


footer#footer {
    position: fixed;
    z-index: 999;
    background: #DADADA;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 4px;
    font-size: 13px;
    left: 0;
}

.tabBox_left {
    width: 45%;
    float: left;
}

.tabBox_right {
    width: 45%;
    float: right;
}

    .tabBox_left .drag_wrap, .tabBox_right .drag_wrap {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 315px;
    }



/*div.k-grid-header, div.k-grid-footer {
    padding-right: 1px !important;
}*/

.common_button.margin_right {
    margin-right: 4px;
}

.map_arrow {
    display: block;
    margin: 0 auto;
}

.k-grid tr td {
    color: #000;
}

td.k-state-focused {
    box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.2) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flag_leaf {
    float: left;
}

    .flag_leaf ul li {
        padding-left: 3px;
        padding-right: 3px;
    }

.map_bottom {
    margin-bottom: 20px !important;
}
/* --------- 27/06/2016 ------- */
/*li.k-item.k-state-default.k-first.k-tab-on-top, .k-tabstrip-items .k-item.k-state-active {
    border: 1px solid #013954 !important;
    border-bottom: 1px solid transparent !important;
}*/
ul.k-reset.k-tabstrip-items {
    border-bottom: 1px solid #013954;
    text-align: left;
}

span.k-loading.k-complete.k-progress {
    border: none !important;
}

.k-tabstrip-items .k-item.k-state-active {
    background: #f5f5f5 !important;
    border: 1px solid #013954 !important;
    border-bottom: 1px solid transparent !important;
}

.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    text-align: left;
    border-width: 0 !important;
    padding: 0 !important;
}

.k-tabstrip-items .k-item {
    background: #013954 !important;
    margin-right: 2px !important;
}

.k-tabstrip-items .k-state-default.k-state-hover {
    border-color: #013954 !important;
}

.k-tabstrip-items .k-state-default .k-link, .k-tabstrip-items .k-state-hover .k-link {
    color: #fff !important;
}

.k-tabstrip-items .k-state-active .k-link {
    color: #013954 !important;
}

.k-tabstrip-items .k-link {
    padding: 5px 15px !important;
}

.k-tabstrip-wrapper input.user_name {
    height: auto;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tab_text {
    width: 22% !important;
}

.transport_popupcontainer .tab_text {
    width: 29% !important;
}

.form_txt input.user_name {
    box-sizing: border-box;
}

.k-widget.k-tabstrip {
    overflow: hidden !important;
}

/* ---- 28/6/2016 ----- */

.k-multiselect.k-header, .k-multiselect.k-state-hover {
    border-color: transparent !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0;
}

.k-widget {
    border-width: 0px !important;
}

    .k-widget.k-multiselect {
        height: auto !important;
    }

.k-multiselect .k-loading-hidden {
    display: none;
}
/* ---30/06/2016--- */
.map-loading {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
}
/* ----------- 30/06/2016 ------------- */
span.k-sprite {
    font-size: 14px !important;
    line-height: inherit !important;
}

/*29-6-2016*/
.refresh_search {
    position: absolute;
    top: 5px;
    right: -12px;
    font-size: 12px !important;
    color: #6a6a6a;
    font-weight: normal !important;
    cursor: pointer;
    z-index: 2;
}
/* -- 11/7/2016 -- */
#InentoryChart {
    margin-top: 10px;
}

body.login_area {
    background: #013954; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#03618e 15%, #013954 80%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#03618e 15%, #013954 80%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#03618e 15%, #013954 80%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#03618e 15%, #013954 80%); /* Standard syntax (must be last) */
}

.login_container label {
    color: #013954;
}

.panel-heading {
    background-color: transparent !important;
}

.k-multiselect-wrap {
    background: transparent !important;
}

.k-autocomplete .k-input {
    border-radius: 0 !important;
    height: 28px !important;
    margin: 0 !important;
    color: #013954 !important;
    text-align: left !important;
    padding: 5px !important;
    font-size: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
}

    .k-autocomplete .k-input:hover {
        border: none;
    }

.k-autocomplete.k-state-default {
    background: transparent !important;
}

.k-autocomplete, .form-control:focus {
    box-shadow: none !important;
}

.k-input {
    background: transparent !important;
    outline: 0;
    -webkit-tap-highlight-color: inherit !important;
}

input:-webkit-autofill:focus {
    background-color: transparent !important;
}

.k-pager-wrap > .k-link, .k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    border-radius: 0 !important;
}

.k-tabstrip .k-content.k-state-active {
    background-color: transparent !important;
}

.k-picker-wrap .k-select {
    top: -2px !important;
}

.position_popup .modal-dialog {
    min-width: 730px !important;
}

.users_table.margin_bottom {
    margin-bottom: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*.panel-heading .active.collapsed:before{
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #013954;
    right: -14px;
    top: 9px;
}*/
/*#accordion .collapse.in:before {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #013954;
    right: 0px;
    top: -24px;
}*/
.margin_bottom {
    margin-bottom: 15px;
}


/* ---- Loading ---- */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulse {
    50% {
        background: white;
    }
}

@keyframes pulse {
    50% {
        background: white;
    }
}

.loading {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-top-color: #059ac3;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: inline-block;
}

.map_loader {
    color: #383838;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px !important;
}

.conveyor_popupcontainer span.k-dropdown-wrap.k-state-default {
    height: 35px;
    border-radius: 0px !important;
}

.conveyor_popupcontainer .k-dropdown-wrap .k-input {
    height: 30px;
    padding: 3px !important;
}

.conveyor_popupcontainer span.k-widget.k-dropdown.k-header {
    background-size: 32px 36px;
    background: #fff url(/Content/themes/Default/Images/select_arrow.png) no-repeat top right;
    border-radius: 0px;
}

li.dropdown span {
    color: green;
}

.ConveyorLabel {
    color: #fff;
    background: #146c97;
    border-radius: 3px;
    font-size: 10px;
    padding: 1px 4px 1px 4px;
    margin-left: 5px;
    vertical-align: 2px;
}

li.login_drop.dropdown.last {
    border: none;
    margin-top: 3px;
}

ul.dropdown-menu .divider {
    height: 1px;
    width: 100%;
    background: #909090;
    opacity: 0.5;
}
/* -------- Delegation:- 29/07/2016 --------- */
ul.delegation_ul, ul.delPop_ul {
    padding: 6px;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    min-height: 130px;
    background: #f5f5f5;
}

    ul.delegation_ul li {
        text-decoration: none;
        color: #254554;
        margin: 0 0 5px 0px;
        cursor: move;
        border-radius: 5px;
        list-style: none;
    }

        ul.delegation_ul li p {
            margin: 0;
        }

.delegation_wraper {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.delegation li {
    padding: 7px;
}

.list-wrapper li span {
    margin-left: 5px;
}

.delegation li input[type="radio"] {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.fav_list li.list_item {
    background: #01608e;
}

    .fav_list li.list_item span {
        color: #fff;
    }

.current_list li.list_item {
    color: #fff;
    background: #254554;
    border: 1px dashed #a2a2a2;
}

    .current_list li.list_item span {
        color: #fff;
    }

.all_user li.list_item {
    background: #01608e;
}

    .all_user li.list_item span {
        color: #fff;
    }

.my_fav li.list_item {
    color: #fff;
    background: #254554;
    border: 1px dashed #a2a2a2;
}

    .my_fav li.list_item span {
        color: #fff;
    }

li.list_item {
    background: #2e2e2e;
    list-style: none;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

li.placeholder {
    border: 1px dashed #3e3e3e;
    padding: 5px;
}

select.delPop_dropdown {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.delPop_selectdrag {
    width: 100%;
    margin: 0 auto;
}

.conveyor_icon {
    color: #444;
}

ul.drag_icon {
    padding: 0;
    height: 220px;
    display: table;
    text-align: center;
    width: 100%;
}

@media screen and (min-width:240px) and (max-width:749px) {
    ul.drag_icon {
        padding: 0;
        height: 60px;
        display: table;
        text-align: center;
        width: 100%;
    }

    #UserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none;
    }

    #delegatedUserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none;
    }

    #favoriteListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none
    }

    #favoriteuserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none
    }
}

/*@media screen and (min-width:750px) and (max-width:1225px) {
    ul.drag_icon {
        padding: 0;
        height: 320px;
        display: table;
        text-align: center;
        width: 100%;
    }

    #UserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none;
    }

    #favoriteListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none
    }
}*/

@media screen and (pointer: coarse) and (min-width:750px) {
    ul.drag_icon {
        padding: 0;
        height: 200px;
        display: table;
        text-align: center;
        width: 100%;
    }

    #UserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none;
    }

    #favoriteListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none
    }

    #delegatedUserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none;
    }

    #favoriteuserListId {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: none
    }
}
/*ul.drag_icon_mobile {
    padding: 0;
    height: 5px;
    display: table;
    text-align: center;
    width: 100%;
}*/

ul.login_drop {
    padding-left: 7px;
    display: inline-block;
}

ul.drag_icon li {
    text-decoration: none;
    list-style: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: -2;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

    ul.drag_icon li span {
        color: #506873;
        font-size: 18px;
    }

ul.delPop_ul {
    height: 250px;
    overflow-y: auto;
}

ul.delegation_ul {
    height: 300px;
    overflow-y: auto;
    text-decoration: none;
    color: #254554;
    margin: 0 0 5px 0px;
    cursor: move;
    border-radius: 5px;
    list-style: none;
}

.k-multiselect-wrap {
    height: auto !important;
    padding: 3px;
    box-shadow: none !important;
}

li.dropdown a:hover {
    text-decoration: none !important;
}

button.sync_db {
    background: transparent;
    border: 0;
    color: #013954;
}

ul.trans_topmenu span {
    color: #013954;
}

.k-multiselect-wrap {
    height: auto !important;
    padding: 3px;
    box-shadow: none !important;
}

ul.delPop_ul li {
    margin-bottom: 5px;
    cursor: move;
}

.disabled {
    background-color: #FF0000;
    opacity: 0.5;
    cursor: auto;
}

.reset_pass {
    /*text-align: center;*/
}

.conveyor_icon {
    font-size: 18px !important;
}

li.dropdown span.fa.fa-user {
    font-size: 18px;
}

#LoadTruck {
    cursor: pointer;
}

#LoadTruck:hover span {
    color: #0093da;
}

#LoadTruck:hover span.ConveyorLabel {
    color: white;
}
#LoadHistory {
    cursor:pointer;
}
    #LoadHistory:hover {
        color: #0093da;
    }
    a.active:before {
        content: "";
        position: absolute;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #013954;
        right: -11px;
        top: 9px;
    }

a.active.collapsed:before {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 5px solid #013954;
    right: -11px;
    top: 9px;
}

/* ---------------------------------- 26/10/2016 ---------------------------------------- */
.ident {
    margin-top: 10px;
    font-size: 12px;
    color: #013954;
}

span.load_indet {
    margin-right: 40px;
    margin-left: 20px;
    position: relative;
}

span.notload_indet {
    position: relative;
}

span.load_indet:before {
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    content: "";
    left: -15px;
    top: 3px;
}

span.notload_indet:before {
    width: 10px;
    height: 10px;
    background: #34ba06;
    position: absolute;
    content: "";
    left: -15px;
    top: 3px;
}

.page_error {
    margin-top: 20%;
}

    .page_error h1 {
        color: #444 !important;
        font-size: 22px !important;
        font-weight: 600 !important;
        margin-bottom: 20px !important;
        text-transform: uppercase;
        text-align: left;
    }

    .page_error img {
        margin: 0 auto;
        display: block;
        width: 80%;
    }

    .page_error .panel-danger > div {
        color: #444;
        font-size: 16px;
    }

    .page_error .panel-danger {
        border: none !important;
    }

    .page_error .panel-footer {
        border: none !important;
        padding: 20px 0 0 0;
    }

.k-multiselect-wrap .k-input {
    width: 100% !important;
}

td.ContractedVolumeclass {
    width: 40px;
}

td.Inventoryclass {
    width: 73px;
}

td.FWDVolumeclass {
    width: 61px;
}

.multiselectFixed {
    height: 60px !important;
    padding: 0 !important;
    overflow: auto;
}

.k-multiselect:hover {
    padding: 0 !important;
    background: transparent !important;
    border: 0px !important;
    border-width: 0px !important;
}

span.k-widget.k-dropdown.k-header.SnowDropDownClass {
    width: 100px;
    position: relative;
    z-index: 20;
    background: transparent;
}
/*span.k-widget.k-dropdown.k-header.SnowDropDownClass .k-grid .k-state-hover{
    width: 70px !important;
}
.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-selected, .k-fieldselector .k-list .k-item, .k-state-focused.k-list-optionlabel, .k-state-selected.k-list-optionlabel{
    width: 50px !important;
    border:1px solid red;
}*/
.SnowDropDownClass .k-input {
    width: 100px !important;
}

.road_sec {
    width: 100%;
}

    .road_sec ul {
        padding: 0;
        float: left;
        margin: 0;
        width: 100%;
    }

    .road_sec li {
        list-style: none;
        float: left;
        width: 23.7%;
        margin-right: 10px;
    }

.snow_sec .form_txt, .reserve_sec .form_txt, .reloading_sec .form_txt {
    width: 30%;
}

.road_sec {
    display: inline-block;
}

.popup_hr {
    border-top: 1px solid #e2dfdf;
    margin-bottom: 0;
    margin-top: 12px;
}

.k-grid tr td {
    word-break: break-all;
}

.noteSize {
    width: 46% !important;
}

.noteHeight {
    height: 80px !important;
}

.width100 {
    width: 100%;
}

.userMailList {
    margin: 5px 0px 0px 5px;
}


td.ExpandArrow:before {
    position: absolute;
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #564a44;
    top: 6px;
    left: 9px;
}

.filterList.user_name {
    width: 55%;
    margin-left: 20px !important;
}

.favAllFilterList.user_name {
    width: 80%;
}

.favFilterList.user_name {
    width: 80%;
}

.gridBorder table {
    border-bottom: 1px solid #ccc !important;
}

.red {
    background-color: #EF423D;
}

.green {
    background-color: #03A762;
}

.orange {
    background-color: #FFA500;
}

.k-grid .k-loading-mask {
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}

.speedometer_orange {
    background-image: url('../Images/speedometer_orange.png');
    background-repeat: no-repeat;
    background-position: center;
}

.speedometer_green {
    background-image: url('../Images/speedometer_green.png');
    background-repeat: no-repeat;
    background-position: center;
}

.change_status {
    height: 22px !important;
}

#TOLinesGrid .k-grid-content {
    overflow: hidden;
}

#mapView_container svg image {
    cursor: pointer;
}

.gridrowhightlightcolor {
    background-color: #428bca !important;
    text-align: center;
    font-weight: bold;
}


.pass-notification {
    float: left;
    margin: 15px 0px;
}

.PasswordExpireNotification {
    color: red;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
}

.ConveyorMenu {
    float: left;
}
.k-datetimepicker {
    width: 100% !important;
}
span.k-datetimepicker .k-select {
    top: 0px !important;
}

.greenCircle {
    border-radius: 50%;
    width: 3px;
    height: 3px;
    padding: 8px;
    background: green;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
    margin-left: 21px;
    float: right;
}

.redCircle {
    border-radius: 50%;
    width: 3px;
    height: 3px;
    padding: 8px;
    background: red;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
    margin-left: 58px;
    float: right;
}

.yellowCircle {
    border-radius: 50%;
    width: 3px;
    height: 3px;
    padding: 8px;
    background: yellow;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
    margin-left: 10px;
    float: right;
}

.sub_page_header {
    height: 38px;
    font-size: 22px;
    text-transform: uppercase;
    color: #013954;
    font-family: 'Open Sans', sans-serif !important;
    padding-top: 2px;
}

.circle {
    border: 0.1em solid red;
    border-radius: 100%;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    background-color: red;
    float: right;
}

.circle p {
    margin-top: 0.1em;
    font-size: 1em;
    font-family: sans-serif;
    color: black;
}

/*Chat related CSS*/

.fl-right {
    float: right !important;
}

.chat-main {
    width: 100%;
    float: left;
    position: relative;
    height: 80vh;
    border-left: 1px solid #094e6f;
    padding-left:20px;
    box-sizing:border-box;
}

.chat-scroll {
    width: 100%;
    float: left;
    height: 59vh;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-right: 20px;
}

.chat-scroll::-webkit-scrollbar {
    width: 8px;
}

.chat-scroll::-webkit-scrollbar-track {
    background: #dedede;
}

.chat-scroll::-webkit-scrollbar-thumb {
    background: #00aaee;
}

.chat-scroll::-webkit-scrollbar-thumb:hover {
    background: #00aaee;
}

.chat-main h4 {
    font-size: 22px;
    color: #000a0c;
    padding: 0;
    margin: 20px 0 40px;
}

.chat-leftside {
    width: 80%;
    float: left;
    margin-bottom: 20px;
}

.chat-leftside h6 {
    font-size: 16px;
    color: #101010;
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: 300;
}

.chat-massage {
    width: 100%;
    float: left;
    border: 2px solid #134760;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.chat-massage p {
    font-size: 16px;
    color: #101010;
    margin: 0;
    padding: 0;
}

.send-message {
    width: 97%;
    position: absolute;
    bottom: 10px;
    /*background: #ffffff;*/
    padding: 20px;
    box-sizing: border-box;
    border-color: #013954;
    border: 2px solid #134760;
}

.send-message-box {
    width: 60%;
    float: left;
    border: 2px solid #134760;
    border-radius: 10px;
    padding: 14px;
    box-sizing: border-box;
    font-size: 16px;
    color: #404040;
    margin-right: 16px;
    border-color: #013954;
    background: transparent !important;
}

.send-message-box:focus {
    outline: none;
    box-shadow: none;
}

.send-message-btn {
    border-radius: 10px;
    padding: 15px;
    background: #013954;
    font-size: 16px;
    background-color: #013954 !important;
    width: 20%;
    border: 1px solid #013954;
    cursor: pointer;
    float: left;
    color:white;
}

.send-message-btn:hover {
    background: #094e6f;
    border: 1px solid #094e6f;
}

.icon-attachment {
    position: relative;
    float: left;
    margin-left: 4px;
}

.upload-file {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #013954 !important;
}

.attachment {
    width: 56px;
    height: 56px;
    float: left;
    background: url('../Images/icon-attachment.png') no-repeat;
    cursor: pointer;
}

.manual_reporting_form_txt {
    position: relative;
    margin-bottom: 0px;
    margin-top: 19px;
    /*width: 300px;*/
}

#loadconveyordashboardwindow.k-window-content.k-content:has(#createauthenticationwindow) {
    background: #013954 !important; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#03618e 15%, #013954 80%) !important; /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#03618e 15%, #013954 80%) !important; /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#03618e 15%, #013954 80%) !important; /* For Firefox 3.6 to 15 */
    background: radial-gradient(#03618e 15%, #013954 80%) !important; /* Standard syntax (must be last) */
}

#loadconveyordashboardwindow .container {
    width: 100%;
}

#loadconveyordashboardwindow * {
    box-sizing: border-box;
}
.status-delivered {
    color: #30702b; /* Green for delivered */
}

.status-received {
    color: #e7ca0e; /* Yellow for successfully received */
}

.status-sent {
    color: darkgray; /* Grey for checked */
}

.status-error {
    color: #cf1209; /* Red for error */
}
/* Style the secondary grid to match the primary grid */
.k-detail-cell .k-grid-header th {
    background-color: #013954;
    color: white;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

.k-detail-cell .k-grid-content td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

/* Make the secondary grid match the primary grid's width */
.k-detail-cell .k-grid {
    width: 100% !important; /* Match the primary grid's width */
}