/*.login-card {
    padding: 20px;
    border-radius: 10px;
    width: 410px;
    border: 1px solid #ccc;
}*/

.error-500, .error-503, .error-404, .error-400, .error-403, .login {
    background: none;
}

.focused-form {
    /*height: 100%;
    background: url(../images/Login-BG.jpg) #282e3c bottom;
    background-size: cover;
    padding: 0;*/
    background-size: cover;
    background: url(../images/Login-BG.jpg) no-repeat center left;
}

.login-bg-hr {
    background: url('../images/LS3.jpg') no-repeat center left;
    background-size: cover;
}
/*-------------------------------------------------------------------------------------------------------------- Login legend //*************/

.main-header-top .logo {
    text-align: left;
    background: #fff;
}

.main-header-top .sidebar-toggle {
    background-color: rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease;
}

.main-header-top > .navbar {
    background-color: #fff;
    width: 50%;
    float: right;
}

.sidebar-menu > li.active > a {
    color: #fff;
    font-weight: 600;
    background: #0e5061;
    text-transform: uppercase;
}

.sidebar-menu > li {
    /* background: #e17a1c; */
    color: #ccc;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 13px;
    color: #000;
}

/*.fixed .main-header-top {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.39);
}*/

.sidebar .user-panel {
    padding: 20px 10px;
    background-image: none;
    background-size: cover;
    background-color: rgb(21, 24, 31);
}

.nav-level {
    border-top: 0 solid #efefef;
}

.sidebar-menu .treeview-menu {
    padding-top: 0;
    padding-bottom: 0;
}

    .sidebar-menu .treeview-menu > li.active > a {
        color: #232834;
        background: #0e5061;
    }

.sidebar-menu > li > a {
    color: #282e3c;
    font-weight: 500;
}

.user-panel .info p {
    color: #707580;
}

.main-header h4 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
}

.main-header {
    padding: 14px 0 10px 15px;
    /* background: #fff; */
    margin-bottom: 25px;
}

.sidebar-menu > li > a:hover {
    background-color: #0e5061;
    color: #fff;
}

.card-header {
    padding: 10px 15px;
    background-color: #282e3c;
    color: #757575;
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: none; /**/
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: 0px !important;
    height: 30px !important;
    text-indent: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/*--------------------------------------------------------- data table css customization ------------------------------------------------*/
.pagination > li > a, .pagination > li > span {
    color: #ffffff;
    background-color: #e6e6e6;
    border: 1px solid #c8c9ca;
    color: #0e5061 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0e5061;
    border-color: #0f1c44;
    cursor: default;
    color: #fff !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #bdbdbd !important;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
}

.pagination > li {
    display: inline;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }


::-webkit-scrollbar-thumb {
    background: #35383e;
    border: thin solid #6c6e6f;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #d3d3d3;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 0;
}

.tab-content > .active {
    width: 100%;
    display: inline-block;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #ccc;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
    color: #1b8bf9;
    border: none;
    /*background-color: rgba(0, 0, 0, 0.06);*/
    border-radius: 0;
}

.nav-tabs {
    border-bottom: 0 solid #ddd; /* */
}

.table th {
    padding: 8px;
}

.table td {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.color-picker {
    top: 75px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
}

    .form-control:focus {
        border-radius: 0 !important;
    }

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #01c3f4;
    background-color: #ddd;
    border-color: #ddd #ddd transparent;
}

label {
    color: #767676;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 5px;
}

.btn-default, .btn-default:focus, .btn-default:hover {
    background-color: #ffffff;
    color: #000;
}

    .btn-default:hover {
        background-color: #ffffff;
        color: rgb(33, 164, 197);
    }
/*.content-wrapper{
    padding-top:20px;
}*/

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-indent: 10px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 767px) {
    .horizontal-fixed .main-sidebar .sidebar-menu li .treeview-menu li {
        display: list-item;
        min-width: 220px;
    }

    .horizontal-fixed.fixed .container-fluid {
        margin-top: 105px;
        min-height: 500px;
        padding-bottom: 50px;
    }
}

.horizontal-fixed.fixed .content-wrapper {
    margin-left: 0;
}

@media (max-width: 767px) {
    .horizontal-fixed.content-wrapper {
        margin-top: 100px;
    }

    .content-wrapper {
        margin-top: 50px;
    }

    .fixed .content-wrapper {
        margin-top: 110px;
    }

    .main-header-top .top-nav {
        margin: 0px;
    }

    .sidebar-menu li > a > .icon-arrow-down {
        right: 10px;
    }

    .sidebar-menu > li.active > a, .sidebar-menu .treeview-menu > li.active > a {
        font-weight: normal;
        color: #fff;
        text-transform: none;
    }
}





/*-----------------------------------------------------------------------------------------------------------------------------------------*/
.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #1a8099 !important;
    border-color: #1a8099 !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
}

    .btn-primary:hover {
        background-color: rgb(33, 164, 197) !important;
        border-color: rgb(33, 164, 197) !important;
    }

.main-sidebar {
    background: #0e5061;
}

.sidebar-menu > li > a {
    background-color: #0e5061;
}

.sidebar-menu > li > a {
    color: #fff;
    font-weight: 500;
}

.main-header-top .navbar .top-nav > li > a {
    opacity: 0.9;
    color: rgb(3, 79, 95);
}

.main-header-top .logo {
    text-align: left;
    background: #fff;
    color: #000 !important;
    width: 500px !important;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px !important;
    line-height: 56px;
}

.main-header-top .logo {
    padding: 0px;
}

.able-logo {
    display: inline-block;
    margin-right: 10px;
    z-index: 10;
    position: absolute;
    height: 45px;
    margin-top: 10px;
    margin-left: 10px;
}

.main-header-top .top-nav .notification-menu .not-head {
    background-color: #f3f3f3;
}

.card-header-text {
    color: #000;
}

.card-header {
    padding: 10px 15px;
    background-color: #ffffff;
}

table thead tr {
    color: #ffffff;
    background-color: #97a0a5;
    border-color: #263238;
    font-size: 14px;
    font-weight: normal;
}

.card {
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.card-block {
    padding: 15px;
}


@media (max-width: 767px) {
    .main-header-top .navbar {
        width: 100%;
        float: none;
        margin: 0;
        background-color: #c7c7c7;
    }

        .main-header-top .navbar .top-nav > li > a {
            opacity: 0.9;
            color: #fff;
        }

    .sidebar-menu > li > a {
        border-bottom: 1px solid #092948;
    }
}


.table-bordered a > i {
    font-size: 22px;
    margin-right: 15px;
    color: #000;
}

.treeview .h-active > a {
    color: rgb(21, 24, 31) !important;
    font-weight: 500;
    background: #ccc;
}

.h-active .s-active > a {
    color: rgb(21, 24, 31) !important;
    font-weight: 500;
    background: #efefef;
}

.custom-control-indicator {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #999;
}

.input-group-addon {
    border-radius: 0px;
}

.input-group .form-control {
    height: 35px;
    border: 0px;
}

.input-group-addon {
    border: 0px solid rgba(0, 0, 0, .15);
}

.notification-menu .fa {
    font-size: 26px;
    color: #6a6a6a;
}

.pc-rheader-submenu .fa {
    font-size: 26px;
    color: #6a6a6a;
}

.main-header-top .navbar .top-nav > li > a:hover i, .main-header-top .navbar .top-nav > li > a:active i, .main-header-top .navbar .top-nav > li > a:focus i .main-header-top .navbar .top-nav .open > a i {
    font-weight: 500;
}

.md-content h2 {
    padding: 10px 20px;
    color: #000;
}

.md-content {
    background: rgb(235, 235, 235);
}

.md-content-body {
    padding: 10px 20px !important;
    min-height: 300px;
    text-align: left;
}

.card-title {
    margin-bottom: 0;
    padding: 10px 20px;
}

    .card-title a {
        font-size: 18px;
        font-weight: 500;
        color: #1e92af;
    }

        .card-title a:hover {
            color: rgb(62, 190, 222);
        }

#myDiv, #MySupportDiv, #myEditDiv {
    background: rgb(235, 235, 235);
    display: none;
    position: fixed;
    top: 0px;
    width: 82%;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}

.edit-block .icon-edit-block {
    visibility: hidden;
}

.edit-block:hover .icon-edit-block {
    visibility: visible;
}

.profile-block-tag {
    padding: 10px 15px;
    min-height: 65px;
}

.edit-block .card-block {
    min-height: 302px;
}

.login-width {
    width: 100% !important;
}

.footer-area {
    position: relative !important;
}

.main-wrapper {
    width: 1240px;
    margin: auto;
}

.md-tabs .nav-item-new {
    background-color: #fff;
    width: calc(100% / 6) !important;
    text-align: center;
}

.nav-tabs-new .slide {
    width: calc(100% / 6) !important;
}

.md-tabs .nav-item-new a {
    font-size: 12px !important;
    font-weight: 600;
}

    .md-tabs .nav-item-new a i {
        font-size: 20px !important;
        margin-right: 5px;
        color: #01c3f4;
    }

        .md-tabs .nav-item-new a i:nth-child(1), .md-tabs .nav-item-new a i:nth-child(4) {
            font-size: 15px !important;
        }

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    text-indent: 5px !important;
}

textarea {
    padding-top: 5px !important;
}

.md-content .input-group .form-control, .modal-body .input-group .form-control {
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

.md-content .input-group-addon, .modal-body .input-group-addon {
    padding: 6px .75rem !important;
}

.modal {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 9999;
}

/*.modal .modal-content {
    background: rgb(235, 235, 235);
}*/

.modal .modal-body {
    background-color: #fff;
}

.modal .modal-header, .modal .modal-footer {
    padding: 10px 15px;
}

    .modal .modal-header h4 {
        font-size: 1rem;
        font-weight: 600;
    }

.dataTable.table > tfoot > tr > td, .dataTable.table > tfoot > tr > td a {
    font-size: 14px;
    font-weight: 600;
}

.Expander span {
    display: none;
}

.main-header i {
    color: #1a8099 !important;
}

.rolodex i {
    color: #adacac !important;
}

.rolodex label, .edit-block .icon-edit-block i {
    color: #000 !important;
}

.card-header-text i {
    color: #37adca;
}

.no-sorting.sorting_asc:after {
    display: none !important;
}









/* TOP MENU BAR START */

.navbar-brand {
    float: left;
    height: 49px;
    padding: 15px 15px;
    line-height: 20px;
}

#bs-example-navbar-collapse-1 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: middle;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-left: 0em solid transparent;
}

#bs-example-navbar-collapse-1 li > a > .icon-arrow-down {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    padding: 0;
    float: none;
    margin-left: 6px;
    margin-top: 5px;
    transition: all 0.3s ease;
    font-size: 10px;
    position: relative;
    display: inline;
}

#bs-example-navbar-collapse-1 .mega-menu {
    display: block;
}

.mega-list-new li {
    display: inline-block;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > .dropdown-megamenu {
        position: static;
        display: inline-block;
    }

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 13px !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-container {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .nav > .dropdown-megamenu {
        display: block;
    }

    .nav > li > a {
        padding: 8px !important;
    }
}

.dropdown-megamenu > .dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 15px;
    min-height: 150px;
}

.dropdown-megamenu .dropdown-menu {
    display: block;
}


/* TOP MENU BAR END */

@media (min-width: 1601px) and (max-width: 1920px) {
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1365px) {
}

@media (max-width: 1239px) {
    .main-wrapper, .fixed .main-header-top {
        width: 100%;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }


    .sidebar .user-panel {
        display: none;
    }
}

@media (max-width: 640px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

@media (max-width: 375px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }

    .main-header-top .top-nav > li:nth-child(1), .main-header-top .top-nav > li:nth-child(7) span:nth-child(2), .main-header-top .top-nav > li:nth-child(2) {
        display: none;
    }
}


.report-table td {
    padding: 3px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}


.RadMenu_Bootstrap .rmRootGroup {
    border: 0px !important;
    color: #fff;
    background: #0e5061 !important;
    border-radius: 0px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.RadMenu .rmLink {
    position: relative !important;
    display: block !important;
    padding: 15px 15px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.RadMenu_Bootstrap .rmRootLink:hover {
    color: #fff !important;
    background: #0e5061 !important;
}



.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgEditRow > td, .RadGrid_Bootstrap .rgFooter > td, .RadGrid_Bootstrap .rgFilterRow > td, .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgResizeCol, .RadGrid_Bootstrap .rgGroupHeader td {
    padding: 6px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding: 6px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

    .RadGrid .rgHeader, .RadGrid .rgHeader a {
        font-size: 13px !important;
        font-weight: 600 !important;
    }

.RadGrid .rgEditForm td > [type="text"] {
    padding: 4px 8px !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.rgDataDiv {
    height: 600px !important;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #d3d3d3;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #002140;
    border: thin solid #004e75;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #001324;
    }


.rgHeaderWrapper .rgHeaderDiv {
    margin-right: 8px !important;
}

.main-header-top {
    background-color: #fff !important;
}
