body {
    /* color: #1ABB9C /*#38393a;;; */ */;
    background: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.871;
}

.main_container .top_nav {
    display: block;
    margin-left: 230px;
}

.no-padding {
    padding: 0 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-55, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    /*margin-right: -10px;
    margin-left: -10px;*/
}

.grid_slider .col-md-6 {
    padding: 0 40px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #5A738E;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, :active, :focus, :visited, a, a:active, a:focus, a:visited {
        outline: 0;
        text-decoration: none;
    }

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    background: #34495E;
}

.navbar-right {
    margin-right: 0;
}

.top_nav .navbar-right {
    margin: 0;
    width: 88%;
    float: right;
    margin-top: 5px;
}

    .top_nav .navbar-right li {
        display: inline-block;
        float: right;
        position: static;
    }

@media (min-width:480px) {
    .top_nav .navbar-right li {
        position: relative;
    }
}

.top_nav .dropdown-menu li {
    width: 100%;
}

    .top_nav .dropdown-menu li a {
        width: 100%;
        padding: 12px 20px;
        border-radius: 0px 0px 10px 10px;
    }

.top_nav li a i {
    font-size: 15px;
    position: relative;
    left: -8px;
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px;
}

    .sidebar-header:first-of-type {
        margin-top: 0;
    }

.nav.side-menu > li {
    position: relative;
    display: block;
    cursor: pointer;
    /* border-bottom: 1px dotted #023e8a; */
    margin-top: 10px;
}

.nav-sm .side-menu-1:hover .child_menu_1 {
    display: block;
}

.nav.side-menu > li > a {
    margin-bottom: 0;
}

    .nav.side-menu > li > a:hover {
        color: #F2F5F7 !important;
    }

    .nav.side-menu > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        /* background: #023e8a; */
        /*color: #b5c6ff!important;*/
    }

.nav.child_menu {
    display: none;
    background: #ffffff;
}

.nav.child_menu_1 {
    display: none;
    background: #16163d;
}

.nav-sm ul.nav.side-menu li:hover ul.nav.child_menu {
    display: block;
}

.nav.child_menu li.active, .nav.child_menu li:hover {
    background-color: #e5e5e5  /*#525252;;; */;
}

.nav.child_menu li {
    padding-left: 36px;
}

.nav-md ul.nav.child_menu li:before {
    background: #4b6fe8 /*#f3f3f3; */;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 11px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

.nav-md ul.nav.child_menu li:after {
    /* border-left: 1px solid #1565ed /*#ffffff*/ */;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.nav.top_menu > li > a, .nav > li > a {
    position: relative;
    display: block;
}

.nav.child_menu > li > a, .nav.side-menu > li > a {
    color: #ffffff /*#131212; */;
    font-weight: 400;
}

.nav li li.current-page a, .nav.child_menu li li a.active, .nav.child_menu li li a:hover {
    color: #d2070b /*#fff*/;
}

.nav.child_menu li li.active, .nav.child_menu li li:hover {
    background: 0 0;
}

.nav > li > a {
    padding: 5px 10px;
}

.nav.side-menu > li.active, .nav.side-menu > li.current-page {
    /* border-right: 5px solid #d2070b; */
}

.nav li.current-page {
    background: #d2070b /*rgba(255,255,255,.05)*/;
}

.nav li li li.current-page {
    background: 0 0;
}

.navbar-brand, .navbar-nav > li > a, .site_title {
    color: #4b6fe8 !important;
    margin-left: 0 !important;
}

.nav.side-menu > li.active > a {
    text-shadow: rgba(0,0,0,.25) 0 -1px 0;
    background: #006cc1;
    box-shadow: rgba(0,0,0,.25) 0 1px 0,inset rgba(255,255,255,.16) 0 1px 0;
    color: #F2F5F7 !important;
}

.navbar-brand, .navbar-nav > li > a {
    font-weight: 500;
    line-height: 32px;
}

.site_title {
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    /* line-height:59px; */
    display: block;
    /* height:55px; */
    margin: 0;
    padding: 3px;
}

.nav-md .site_title1 {
    display: none;
}

.nav-sm .site_title {
    display: none;
}

.nav.navbar-nav > li > a {
    /* color: black !important; */
    position: relative;
    left: 10px;
}

.nav.top_menu > li > a {
    padding: 10px 15px;
    color: #34495E !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 12%;
}

    .toggle a {
        padding: 15px 15px 0;
        margin: 0;
        cursor: pointer;
        color: #a7a7a7;
    }

        .toggle a i {
            font-size: 26px;
        }

.nav.child_menu > li > a {
    color: #585858;
    font-size: 13px;
    padding: 5px;
}

.main_menu_side {
    padding: 5px 0px 0px 0px;
    /*overflow-y: auto;
    max-height: 573px;*/
}

.bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 6px;
}

/*footer {
    background: #fff;
    padding: 10px 20px;
    display: block;
}*/

.nav-sm footer {
    margin-left: 70px;
}

.footer_fixed footer {
    position: fixed;
    /*left: 0;*/
    bottom: 0;
    width: 100%;
}

.dropdown-menu {
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    /*top: 100%;*/
    z-index: 9998;
    /* border: 1px solid #D9DEE4; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .dropdown-menu > li > a {
        color: #4b6fe8;
    }

/*.navbar-nav .open .dropdown-menu {
     position: absolute; 
    background: #efeff0;
    margin-top: 0;
    border: 1px solid #9c9ca9;
    -webkit-box-shadow: none;
    right: 5px;
    left: auto;
    width: 246px;
}*/
/*.navbar-nav .open .dropdown-menu {
    / position: absolute;
    / background: #efeff0;
    margin-top: 0;
    border: 1px solid #9c9ca9;
    -webkit-box-shadow: none;
    right: 5px;
    left: auto;
    width: 220px;
}*/
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #ffffff;
    margin-top: 0;
    /* border: 1px solid #3f61d2; */
    -webkit-box-shadow: none;
    right: -5px;
    left: auto;
    width: 96%;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid #3f61d2;
    border-left: 1px solid #3f61d2;
    border-right: 1px solid #3f61d2;
    border-top: 1px solid #3f61d2;
}

    .navbar-nav .open .dropdown-menu.msg_list {
        width: 300px;
    }

.info-number .badge {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    top: 8px;
}

.sidebar-footer {
    bottom: 0;
    clear: both;
    display: block;
    /* padding: 5px 0 0; */
    position: fixed;
    width: 230px;
    background: #053d6e;
    z-index: 999;
}

    .sidebar-footer a {
        border-top: 2px solid #1565ed;
        padding: 0px 0 0px;
        text-align: center;
        width: 100%;
        font-size: 16px;
        display: block;
        float: left;
        background: #023e8a;
        cursor: pointer;
        color: #ffffff;
        line-height: 22px;
    }

.dsgn {
    font-size: 14px;
}

.sidebar-footer a:hover {
    /* background: #0f314e; */
}

ul.msg_list li a .image img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    margin-right: 10px;
    width: 11%;
}

ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
}

ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
}

.dropdown-menu.msg_list span {
    white-space: normal;
}

a.user-profile {
    color: #5E6974 !important;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #000000;
}

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
}

.left_col {
    background: #004d89;
    /*border-right: 1px solid #f78222;*/
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 70px;
    padding: 0;
    z-index: 9999;
    position: absolute;
    height: 424vh;
}

.overflow_hidden, .sidebar-widget, .site_title, .tile, .weather-days .col-sm-2, .x_title h2, table.tile_info td p {
    overflow: hidden;
}

.nav-sm .hidden-small {
    visibility: hidden;
}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    z-index: 2;
}

.nav-sm .navbar.nav_title {
    width: 70px;
}

    .nav-sm .navbar.nav_title a span {
        display: none;
    }

    .nav-sm .navbar.nav_title a i {
        font-size: 27px;
        margin: 13px 0 0 3px;
    }

.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2;
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 10px;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    /*border-right: 5px solid #4c3927;*/
}

    .nav-sm .nav.side-menu li.active-sm ul ul, .nav-sm ul.nav.child_menu ul {
        position: static;
        width: 200px;
        background: 0 0;
    }

.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #1ABB9C !important;
}

.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important;
}

.nav-sm .menu_section h3, .nav-sm .profile, .nav-sm span.fa {
    display: none;
}

.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #e2e8ff;
    display: none;
}

    .nav-sm ul.nav.child_menu li {
        padding: 0 10px;
    }

        .nav-sm ul.nav.child_menu li a {
            text-align: left !important;
        }

.menu_section {
    margin-bottom: 0;
}

    .menu_section h3 {
        padding-left: 10px;
        color: #060630;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 700;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 0;
        text-shadow: 1px 1px #000;
        background: #fff;
    }

    .menu_section > ul {
        margin-top: 0px;
        font-size: 14px;
    }

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #ffffff /*#d4cdcd*/;
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px;
}

.nav-sm .menu_section {
    margin: 0;
}

.nav-sm li li span.fa {
    display: inline-block;
}

.nav_menu {
    float: left;
    background: #ffffff;
    /* border-bottom: 1px solid #f78222; */
    margin-bottom: 28px;
    width: 100%;
    position: relative;
    box-shadow: 6px -5px 5px 4px;
    height: 57px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

@media (min-width:480px) {
    .nav_menu {
        position: static;
    }
}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

    .nav-md .container.body .col-md-3.left_col.menu_fixed {
        height: 100%;
        position: fixed;
    }

body .container.body .right_col {
    background: #F7F7F7;
}

.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    margin-left: 232px;
}

.nav_title {
    width: 230px;
    float: left;
    background: #fdfdfd;
    border-radius: 0;
    height: 57px;
}

@media (max-width:991px) {
    .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none;
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;
    }

    .right_col {
        padding: 10px !important;
    }
}

@media (max-width:1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }

    .graph, .tile {
        zoom: 85%;
        height: inherit;
    }
}

@media (max-width:1270px) and (min-width:192px) {
    .x_title h2 small {
        display: none;
    }
}

.left_col .mCSB_scrollTools {
    width: 6px;
}

.left_col .mCSB_dragger {
    max-height: 400px !important;
}

.container {
    width: 100%;
    padding: 0;
}

.top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover, .top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover {
    background: none;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -5px;
    position: relative;
    left: 10px;
}

.badge {
    background-color: #d62126;
}

/* form */
.x_panel {
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
    background: #fff;
    /* border: 1px solid #cacaca; */
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    overflow: auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.x_title {
    border-bottom: 1px solid #E6E9ED;
    padding: 0;
    background: #213ea4;
    line-height: 22px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.web_container {
    border: 1px solid #E6E9ED;
    padding: 14px;
    background: white;
    margin-top:29px;
    line-height: 43px;
    border-radius: 5px 5px 5px 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.x_panel, .x_title {
    margin-bottom: 5px;
}

    .x_title h2 {
        margin: 5px 10px;
        float: left;
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

        .x_title h2 small {
            margin-left: 10px;
        }

.form-horizontal .control-label {
    color: #624b67;
    font-weight: bold;
    font-size: 12px;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
}

.form-control {
    border-radius: 4px;
    width: 100%;
    /*height: 30px;*/
    min-height: 30px;

}

.panel_toolbox > li > a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px;
}

.panel_toolbox > li > a {
    padding: 4px;
    color: #C5C7CB;
    font-size: 14px;
}

.panel_toolbox > li {
    float: left;
    cursor: pointer;
}

.panel_toolbox {
    /* float: right; */
    min-width: 70px;
}

.navbar-right {
    margin-right: 0;
}
/* /form */
.form-group {
    margin-bottom: 5px;
}

.right_col .btn-search, .right_col .btn-export, .right_col .btn-reset {
    border-radius: 5px;
    padding: 5px 15px;
    border: none;
    background-color: #0056a0;
}

.right_col .btn-reset {
    background: #f44336;
}

.row.margin-top-10 {
    margin-top: 10px;
}

table.table tr > th {
    font-weight: normal;
    /* font-size: 12px; */
    /*text-align: center;*/
    white-space: nowrap;
}

table.table thead tr th {
    background: #4b6fe8!important;
    color: #fff;
}

table.table tbody tr td i {
    margin: 0 auto;
    /*display: table;*/
    text-align: center;
}

table.table tbody tr td {
    /*text-align: center;*/
    padding: 2px;
}

ul.panel_toolbox input {
    position: relative;
}

.search {
    position: absolute;
    top: 5px;
    right: -3px;
    background: #0096c7;
    padding: 9px 6px;
    border-radius: 5px;
}

.table-responsive {
    padding: 0px;
    /*height: 200px;*/
    /* overflow-y: hidden;
    overflow-x: hidden;
    max-height:300px;
    }
    .table-responsive:hover{
    overflow-y: scroll;
    overflow-x: scroll;*/
}

    .table-responsive::-webkit-scrollbar {
        width: 2px;
        height: 5px;
    }

    .table-responsive::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgb(255, 255, 255);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

        .table-responsive::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(2, 2, 15, 0.53);
        }

.nav-md .main_menu {
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc( 98vh - 100px );
}

    .nav-md .main_menu:hover {
        overflow-y: scroll;
        /*overflow-x: scroll;*/
    }

    .nav-md .main_menu::-webkit-scrollbar {
        width: 7px;
    }

    .nav-md .main_menu::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #b3cfff;
    }

    .nav-md .main_menu::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #1565ed;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

        .nav-md .main_menu::-webkit-scrollbar-thumb:window-inactive {
            background: #1565ed;
        }
/* .nav-sm .main_menu{
    padding: 0px;
    overflow-y: hidden;
    max-height: 690px;
    direction: rtl;
}
.nav-sm .main_menu:hover{
    overflow-y: scroll;
}
.nav-sm .main_menu::-webkit-scrollbar {
    width: 2px;
}
.nav-sm .main_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.nav-sm .main_menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d2070b; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
        
.nav-sm .main_menu::-webkit-scrollbar-thumb:window-inactive {
    background: #d2070b; 
} */
.right_col {
    min-height: calc( 100vh - 40px ) !important;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.hover {
    display: none;
}
/* extr */
.div {
    margin-bottom: 0;
    width: 900px;
    height: 50px;
    word-wrap: break-word;
    overflow-y: hidden;
    overflow-x: scroll;
}

/* login-screen */
.login-screen {
    background: url(../images/bg.jpg) bottom center;
}

.form-control:focus {
    border-color: #1565ed;
    box-shadow: none;
}

.login-main {
    padding: 30px;
    background: #fff;
    height: 400px;
    width: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
}

.inner {
    position: relative;
    text-shadow: 0 0 black;
    display: table;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

/*.inner-text {
    \: translate(-50%,-50%);
    \: 50%;
    \: 50%;
    \: absolute;
    \: 50%;
    \: block;
    display: table-cell;
    vertical-align: middle;
}*/

.login-area {
    background: #fff url(../img/texture_top.png) center top no-repeat;
    height: 130%;
    position: relative;
    top: -51px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 3px;
}

.login-block {
    background: #DE6262;
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
    background: linear-gradient(to bottom, #FFB88C, #DE6262);
    float: left;
    width: 100%;
    padding: 50px 0;
}

.heading {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

img {
    /*width: 100%;*/
    /*height: 86vh;*/
}

.form-check {
}

.spna2 {
    width: 100%;
    float: right;
}

@media (min-width:768px) {
    .login-main {
        /* background:none; */
        padding: 30px;
        overflow: visible;
    }

    .img-hedden {
        display: none;
    }
}

@media (max-width:550px) {
    .login-main {
        width: 80%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .login-main {
        width: 80%;
    }
}

@media (max-width:767px) {
    .login-sec {
        position: relative !important;
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        /* height: 100%; */
        display: table-cell;
        vertical-align: middle;
    }

        .login-sec h2 {
            font-size: 24px !important;
        }

    .spna2 {
        width: 100%;
        float: right;
        display: inline-block;
        margin-top: 20px;
    }

    .img-hedden {
        display: block;
        width: calc(100% - 30%);
    }

    .login-area {
        top: 0px !important;
        width: 100% !important;
        height: 100%;
        display: table;
    }

    .login-main {
        /* background:none; */
        padding: 0;
        height: 500px;
    }

    .inner-text {
        background: #000;
    }

    .login-main .col-sm-4 {
        display: none;
    }
}

.login-main .form-control {
    border-radius: 20px;
}

.banner-sec {
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    position: absolute;
    width: 100%;
    padding: 5%;
    box-sizing: border-box; /* height: 100%; */
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #0554ba;
        text-align: left;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #eb1749;
            display: block;
            margin-top: 20px;
            border-radius: 3px; /* margin-left:auto; */
            margin-right: auto;
        }

.btn-login {
    background: #0554ba;
    color: #ffffff;
    font-weight: 600;
    border-radius: 19px;
    border: 1px solid #fff;
}

    .btn-login:hover {
        border: 1px solid #e23636;
        color: #e23636;
        background: #fff;
    }

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

/*.footer {
    position: absolute;
    bottom: 0;
    left: 32%;
}

    .footer ul li {
        list-style: none;
    }

        .footer ul li, .footer ul li a {
            color: #fff;
        }*/
/* end-login-screen */

.mandatory {
    color: red;
}

.Pager1 .page {
    padding: 6px 9px;
    background: #993529;
    margin: 5px 2px;
    color: #fff;
    text-decoration: none;
}

.Pager1 span {
    margin: 5px 2px;
    padding: 10px;
}

.x_panel_button {
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
    background: #fff;
    margin-left:-7px;
    border-top: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.Time {
    color: red;
    font-family: verdana;
    font-weight: bolder;
    font-size: 15px;
    font-style: italic;
    border-style: solid;
    background-color: #EFE6E6;
    border-radius: 30px;
    /*margin: 10px;
padding-top: 10px;
padding-bottom: 10px;*/
    padding-left: 7px;
    padding-right: 7px;
    border-color: #694f36;
}


fieldset {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 2px;
    border-bottom: none;
}

.White {
    color: white;
}

.ui-dialog {
    z-index: 9999 !important;
}

#txtAwbNoH {
    border-radius: 5px;
    height: 34px;
    padding: 5px;
}

#txtSearchText {
    border-radius: 15px;
    margin-top: 5px;
    border-radius: 5px;
    height: calc(3.76rem + 2px);
    padding: 0.63rem 1rem;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.4;
    color: #1e2022;
    background-color: #ebecef;
    background-clip: padding-box;
    border: 1px solid #213ea4;
}

    #txtSearchText::-webkit-input-placeholder {
        color: #000000;
        padding: 5px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        /* position: absolute; */
        background: #efeff0;
        margin-top: 0px;
        border: 1px solid #9c9ca9;
        -webkit-box-shadow: none;
        right: -5px;
        left: auto;
        width: 98%;
    }
}

.plan {
    margin-left: 12px;
    text-decoration: none;
    border: 1px solid #f78222;
    box-shadow: 2px 2px 6px rgba(187,184,184,1);
    padding: 10px;
    background: #fff;
    margin-bottom: 29px;
    padding-bottom: 4px;
    color: #333;
    min-height: 170px;
    border-radius: 10px;
}

.plannameborder {
    background: #b3b3b3;
    height: 22px;
    color: #fff !important;
    font-size: 15px;
    border-radius: 20px;
    margin-bottom: 16px;
    position: relative;
    left: 50%;
}

.treeview {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.menu_section ul li a img {
    width: 22px !important;
    height: 24px !important;
}

.user-profile {
    margin-top: -5px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

@media (max-width: 767px) {
    .nav_menu {
        float: left;
        background: #ffffff;
        /* border-bottom: 1px solid #f78222; */
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        box-shadow: 6px -5px 5px 4px;
        height: auto!important;
    }

    .CloseErrorMsg {
        position: relative;
        top: -22px;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
    .navbar-nav .open .dropdown-menu {
        /*position: absolute;*/
        background: #efeff0;
        margin-top: 0px;
        border: 1px solid #9c9ca9;
        -webkit-box-shadow: none;
        right: 0px;
        left: auto;
        width: 94%;
    }
}

.fa-bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 100% !important;
        margin: 0 auto;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .nav-sm .container.body .col-md-3.left_col {
        min-height: 100%;
        width: 70px;
        padding: 0;
        z-index: 9999;
        position: absolute;
        height: 100vh;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .nav-sm .container.body .col-md-3.left_col {
        min-height: 100%;
        width: 70px;
        padding: 0;
        z-index: 9999;
        position: absolute;
        height: 340vh;
    }
}

#ddlDayWiseContainer:focus {
    border-color: #bfbfbf;
}

@media (max-width: 1219px){
        .pckt-bokng button{
            margin-left: 10px;
            margin-top: 10px;
        }
    }

@media (max-width: 1100px){
.ui-resizable {
position: absolute;
height: auto;
width: 98%!important;
top: 109px;
left: 50%!important;
display: inline-block;
z-index: 10000;
transform: translate(-50%, 0%);
}
}

.JCLRFlex {
    width: 100%;
} 

.x_content{
    overflow: auto;
} 

#RecordTable input[type="checkbox"]{
    margin-left:5px;
}

#txtSearch{
    height: 27px;
}

.add_document button{
       background: #4b6fe8;
    color: #fff!important;
}

.cna_docuemnt button{
    background: #fd6042;
    color: #fff!important;
}

.accept-format img{
    width: 30px!important;
    height: 30px!important;
}

.upload-dcu {
    margin-top: 44px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    border: 1px solid #eee;
    padding-bottom: 10px;
    /*height:150px;*/
}

/*#DivUploadDocument {
    border: 1px solid #b9c1da;
    padding: 5px 5px;
    border-radius: 6px;
}*/

.alertclose{
         opacity: 1.2!important;
}

/*Vacancy Dashboard*/
.Vheader
{
    /*width: 176.85pt;*/
    border: 1px solid black;
    text-align: center;
}
.VTData{
    /*width:38.85pt;*/
     border: 1px solid black;
     text-align: center;
}
.vtdData
{
    border: 1px solid black;
    padding-left: 21px;
}
.Vtable
{
    border: 0.75pt solid #000000;
    width:100.4%;
}
.Vx_panel{
    margin-top: 15px;
    border-radius:10px;
}
.boxshadow {
        border: 1px solid #e1e1e1;
        margin: 15px 5px;
        box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 0px 9px rgba(0,0,0,0.24);
        border-radius: 5px;
        width:99%;
    }
.vtdData1
{
    border: 1px solid black;
    padding-left: 10px;
    font-weight:bold;
}
.textVTData{
    text-align:center;
    padding-right:5px;
}