﻿
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body {
    background-color: #f9f9f9;
    font-family: 'Roboto', Arial, sans-serif !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px;
}

.datetimepicker {
    width: 250px;
}

    .datetimepicker table {
        width: 100%;
        font-size: 13px;
    }

    .datetimepicker td, .datetimepicker th {
        width: 32px !important;
        height: 32px !important;
    }

    .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
        background-image: none;
        background-color: #3c88cc !important;
    }

/*===== HEADER ====== */
header nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px;
}

header div .navbar-nav {
    float: right;
}

.nav-item .dropdown-menu {
    left: auto;
    right: 0;
}
/*===== SIDE MENU ==== */
#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #cssmenu ul {
        position: relative;
        z-index: 597;
        float: left;
    }

        #cssmenu ul ul .submenu-heading a {
            font-weight: 500;
            font-size: 14px !important;
            padding: 15px;
        }

.has-sub ul li a {
    height: auto;
    padding: 10px 15px !important;
    font-size: 12px !important;
    min-height: 0 !important;
}

#cssmenu ul li {
    float: none;
    min-height: 1px;
    /*border-bottom: 1px solid #414950;*/
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

    #cssmenu ul li.hover,
    #cssmenu ul li:hover {
        position: relative;
        z-index: 599;
        cursor: default;
    }

#cssmenu ul ul {
    /*visibility: hidden;*/
    display: none;
    position: absolute;
    top: 0;
    min-width: 160px;
    left: 99%;
    background-color: #2b2f33;
    border-radius: 0 !important;
    margin-top: 0;
    width: max-content;
    z-index: 598;
}

    #cssmenu ul ul li {
        float: none;
        width: 160px;
        line-height: 20px;
    }

#cssmenu ul li:hover > ul {
    /*visibility: visible;*/
    display: block;
}



#cssmenu ul ul li {
    font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
    width: auto;
    background: #343a40;
    zoom: 1;
    font-size: 13px;
    min-height: 100vh;
    height: auto;
    float: left;
}

    #cssmenu:before {
        content: '';
        display: block;
    }

    #cssmenu:after {
        content: '';
        display: table;
        clear: both;
    }

    #cssmenu a {
        display: block;
        padding: 10px 5px 10px 15px;
        color: #ffffff;
        min-height: 40px;
        font-size: 18px;
        text-decoration: none;
        text-transform: capitalize;
    }

li.has-sub a i {
    position: absolute;
    width: 50px;
    text-align: center;
    left: 0;
}



#cssmenu > ul > li > a {
    color: #ffffff;
    border-bottom: 1px solid #45494c;
}

    #cssmenu > ul > li > a:hover {
        color: #ffffff;
    }



#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
    background: #2b2f33;
}

#cssmenu li {
    position: relative;
}



#cssmenu ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

#cssmenu ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

#cssmenu ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}



    #cssmenu ul ul a {
        font-size: 12px;
        color: #ffffff;
    }

        #cssmenu ul ul a:hover {
            color: #ffffff;
        }





#cssmenu.align-right > ul > li > a {
    border-left: 4px solid #1b9bff;
    border-right: none;
}

#cssmenu.align-right {
    float: right;
}

    #cssmenu.align-right li {
        text-align: right;
    }

    #cssmenu.align-right ul li.has-sub > a:before {
        content: '+';
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -6px;
    }

    #cssmenu.align-right ul li.has-sub > a:after {
        content: none;
    }

    #cssmenu.align-right ul ul {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 598;
        width: 100%;
    }

        #cssmenu.align-right ul ul li.first {
            -webkit-border-radius: 3px 0 0 0;
            -moz-border-radius: 3px 0 0 0;
            border-radius: 3px 0 0 0;
        }

        #cssmenu.align-right ul ul li.last {
            -webkit-border-radius: 0 0 0 3px;
            -moz-border-radius: 0 0 0 3px;
            border-radius: 0 0 0 3px;
        }

    #cssmenu.align-right ul ul {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }


/*===== Content Block =====*/
.content-block {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
}

    .content-block .content-body {
        height: Calc(100vh - 40px);
    }


/*==== Menu Box =====*/

.menu-box {
    margin: 1%;
    min-width: 0;
    box-shadow: 6px 6px 6px #f5f5f5;
    width: 230px;
    min-height: Calc(100vh - 40px);
    background-color: #fff;
}

    .menu-box h5 {
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        font-size: 16px;
        background: #519cde;
        background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        color: #fff;
        padding: 8px 5px;
        font-weight: 500;
        font-size: 14px;
    }

    .menu-box ul {
        list-style: none;
        padding: 5px 10px;
    }

        .menu-box ul li {
            font-size: 12px;
            padding: 5px 0px;
        }

            .menu-box ul li a {
                color: #252525;
                border-radius: 3px;
                padding: 5px 5px;
                margin-left: 5px;
                cursor: pointer;
                transition-duration: .5s;
            }

            .menu-box ul li.active a {
                color: #13334f;
                background-color: #ddeefe;
            }

            .menu-box ul li a:hover {
                text-decoration: none;
                color: #252525;
                background-color: #f1f1f1;
            }

.report-block {
    margin: 1% 0;
    min-width: 0;
    min-height: Calc(100vh - 40px);
    width: Calc(100% - 235px);
    box-shadow: 6px 6px 6px #f5f5f5;
    background-color: #fff;
}

    .report-block h5 {
        border-radius: 3px 3px 0 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        font-size: 16px;
        background: #519cde;
        background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        color: #fff;
        padding: 8px 5px 8px 35px;
        font-weight: 500;
        font-size: 14px;
        position: relative;
    }

        .report-block h5:before {
            content: "\f104";
            font-size: 20px;
            color: #ffffff;
            line-height: normal;
            top: 0;
            width: 30px;
            text-align: center;
            padding: 6px;
            left: 0;
            border-radius: 4px 0px 0px 0px;
            background-color: #4c99dd;
            position: absolute;
            font-family: FontAwesome;
            cursor: pointer;
        }

            .report-block h5:before:hover {
                background-color: #bbddfa;
            }



    /*=== Inline Form ====*/
    .report-block .form-inline {
        background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    }

        .report-block .form-inline .form-group {
            padding: 8px 8px;
            font-size: 13px;
        }

        .report-block .form-inline.input-block {
            background: #ececec;
            padding-left: 5px;
        }

        .report-block .form-inline .form-group label {
            padding-right: 5px;
        }

        .report-block .form-inline .form-group input {
            padding: 2px;
            font-size: 13px;
            width: 120px;
            border-color: #89c4f7;
            border-radius: 2px;
        }

        .report-block .form-inline .form-check {
            font-size: 13px;
            padding: 0 5px;
        }

    .report-block .form-group select.form-control {
        font-size: 13px;
        padding: 2px;
        border-radius: 2px;
        border-color: #89c4f7;
        height: auto !important;
    }

        .report-block .form-group select.form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .report-block .form-inline .form-group input:focus {
        outline: none;
        border-color: #ced4da;
        box-shadow: none;
    }

    .report-block .form-inline .btn {
        font-size: 13px;
        border-radius: 0;
        background: transparent;
        position: relative;
        border: none;
        border-right: 1px solid #8cbfec;
        padding: 5px 20px;
        color: #252525;
        display: inline-block;
    }

        .report-block .form-inline .btn:hover {
            background: #afdbff;
            color: #252525;
        }

        .report-block .form-inline .btn:focus {
            outline: none;
            box-shadow: none;
        }

.form-block .form-inline {
    margin: 20px;
}

    .form-block .form-inline input {
        font-size: 13px;
        padding: 4px;
        font-size: 13px;
        border-color: #89c4f7;
        border-radius: 2px;
    }

        .form-block .form-inline input:focus {
            box-shadow: none;
            border-color: #ccc;
            outline: none;
        }

    .form-block .form-inline .form-check-input {
        margin-left: 0;
        position: relative;
        margin-top: 0;
    }

    .form-block .form-inline label {
        font-size: 13px;
        padding-right: 15px;
        /*min-width: 180px;*/
        justify-content: start;
    }

    .form-block .form-inline textarea {
        resize: none;
        padding: 5px;
        font-size: 13px;
        border-color: #89c4f7;
    }


        .form-block .form-inline textarea:focus {
            outline: none;
            box-shadow: none;
            border-color: #ccc;
        }

    .form-block .form-inline select {
        width: 162px;
        padding: 5px;
        font-size: 13px;
        border-color: #89c4f7;
        height: auto !important;
        border-radius: 2px;
    }

        .form-block .form-inline select:hover, .form-block .form-inline select:focus {
            outline: none;
            border-color: #ccc;
            box-shadow: none;
        }
/*==== Table 18 ======*/
.theme18-table {
    padding: 15px;
}

    .theme18-table h3 {
        background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        margin-bottom: 0;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        padding: 6px;
    }

    .theme18-table .table thead th {
        background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
        padding: 5px;
        font-size: 13px;
        font-weight: 500;
        border-color: #b1d2ef;
    }

    .theme18-table .table-hover tbody tr {
        padding: 5px;
        font-size: 13px;
    }

        .theme18-table .table-hover tbody tr td {
            padding: 8px;
        }

        .theme18-table .table-hover tbody tr:hover {
            background-color: #e1f1ff;
        }

        .theme18-table .table-hover tbody tr:nth-of-type(odd) {
            background-color: #edf4ff;
        }



    .theme18-table .table-hover tfoot td {
        font-size: 13px;
        text-align: right;
        padding: 8px;
    }


/*====Add Section =====*/
.add-block .add-details .form-inline {
    margin: 0;
    padding: 5px 15px;
    background-color: #f7fafd;
}

    .add-block .add-details .form-inline:nth-of-type(even) {
        background-color: #edf4ff;
    }

.form-inline label span {
    color: red;
}

.add-block h5 {
    font-size: 16px;
    margin-bottom: 0;
    background: #519cde;
    background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    color: #fff;
    padding: 5px 15px;
}

.add-block .btn-group {
    background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -moz-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -o-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -ms-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    width: 100%;
}

    .add-block .btn-group .btn {
        border: none;
        background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
        border-radius: 0;
        font-size: 13px;
        margin-left: 0 !important;
        border-right: 1px solid #8cbfec;
        color: #252525;
    }

        .add-block .btn-group .btn:focus {
            outline: none;
            background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
            box-shadow: none;
        }



.block-detail {
    background-color: #e8e8e8;
    padding: 15px;
}

    .block-detail .form-group {
        margin-bottom: 0;
    }

        .block-detail .form-group label {
            font-size: 13px;
        }

            .block-detail .form-group label.label-title {
                font-weight: 500;
            }

.form-check.form-inline {
    padding-left: 0;
}



.add-details nav {
    background-color: #e8e8e8;
    padding: 0 0 0 8px;
}

    .add-details nav .nav-item {
        font-size: 13px;
        line-height: normal;
        margin: 0 5px -1px 0;
        border: 1px solid #aaa;
        color: #252525;
    }




/*=== Page Bar =====*/
.page-bar {
    list-style: none;
    float: left;
    margin-bottom: 0px;
    padding: 0;
}

    .page-bar li {
        float: left;
        border: 1px solid #ccc;
        /*padding: 5px 10px;*/
        transition-duration: .5s;
        margin-left: -1px;
    }

        .page-bar li a {
            padding: 5px 10px;
            line-height: 30px;
        }

        .page-bar li:first-child {
            border-radius: 4px 0 0 4px;
            margin-left: 0;
        }

        .page-bar li:last-child {
            border-radius: 0 4px 4px 0;
        }

        .page-bar li a:hover {
            text-decoration: none;
        }

        .page-bar li.active a, .page-bar li:hover a, .page-bar li.lat:hover a {
            color: #fff;
        }

        .page-bar li.int, .page-bar li.lat {
            background: #f3f3f3;
        }

        .page-bar li.active, .page-bar li:hover {
            background-color: #3c90da;
        }

        .page-bar li.disable, .page-bar li.disable a {
            cursor: not-allowed;
        }

        .page-bar li.lat a, .page-bar li.int a {
            color: #252525;
        }




/*===Text Box ====*/

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}




/*=== Login Page =====*/
.login-page {
    background-color: #f5f5f5;
    max-height: 100vh;
    height: 100vh;
    text-align: center;
}

.login-box {
    max-width: 400px;
    margin: 20px auto;
    background-color: #fff;
    text-align: left;
    box-shadow: 6px 6px 6px #f9f9f9;
}

    .login-box h5 {
        background: #519cde;
        background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        color: #fff;
        border-radius: 5px 5px 0px 0px;
        font-weight: 400;
        padding: 10px 15px;
    }

    .login-box label {
        width: auto;
        display: inline-block;
        position: relative;
    }

    .login-box input {
        margin: 0 0 20px;
        padding: 6px;
        border-radius: 2px;
        max-width: 100%;
    }

    .login-box button {
        padding: 6px 22px;
        display: inline-block;
        margin: 15px 0;
        box-shadow: 6px 6px 6px #f9f9f9;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        border: none;
        float: right;
        background-color: #59a0df;
        border-radius: 2px;
    }

    .login-box input:focus {
        outline: none;
        box-shadow: none;
    }

.input-grp {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
}

/*==== Post Table ====*/


.post-table thead tr th {
    background: #519cde;
    background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    color: #fff;
    padding: 5px;
}

.post-table tbody tr td {
    padding: 5px;
    font-size: 13px;
    line-height: 24px;
    border-color: #c3e2fd;
    /*background: #edf4ff;*/
}

.post-table tbody tr {
    background-color: #f7fafd;
}

    .post-table tbody tr:nth-of-type(odd) {
        background-color: #edf4ff;
    }

.post-table tr td a {
    color: #252525;
}

    .post-table tr td a:hover {
        text-decoration: none;
    }
/*==Log Table ===*/
.log-table {
    padding: 5px;
    overflow-x: inherit !important;
}

table tbody tr td a {
    cursor: pointer !important;
    color: #252525;
}

    table tbody tr td a:hover {
        color: #252525;
        text-decoration: none;
    }

.log-table h3 {
    background: #519cde;
    background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
    color: #fff;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}

.log-table thead tr th {
    background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -moz-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -o-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -ms-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
}

    .log-table thead tr th a {
        color: #252525;
    }

        .log-table thead tr th a:hover {
            text-decoration: none;
        }

.log-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #edf4ff;
}

.log-table .table-striped tbody tr {
    background-color: #f7fafd;
}

.log-table tbody tr td {
    padding: 5px;
    font-size: 13px;
    line-height: 24px;
    border-color: #c3e2fd;
    /*background: #edf4ff;*/
}

.log-table tfoot tr td {
    font-size: 13px;
    padding: 6px 0;
    vertical-align: middle;
    border: none;
}

.log-table .table-striped tbody tr:hover {
    background-color: #e1f1ff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #aaa #aaa #fff !important;
}

.add-details .tab-content .tab-pane {
    border-top: 1px solid #aaa;
    margin-top: -1px;
}
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:none;
}*/

/*== Combo Box == */
.scombobox select {
    display: none !important;
}

.add-block .alert, .report-block .alert {
    margin-bottom: 0 !important;
    border: none;
    position: fixed;
    border-radius: 4px;
    padding: 10px 15px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 2px 20px #a2a2a2;
    z-index: 9;
    color: #fff;
}

select.form-control {
    font-size: 13px;
}

.btn-primary:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #252525 !important;
}

.form-inline .btn {
    font-size: 13px;
    border-radius: 0;
    background: transparent;
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
    border-right: 1px solid #8cbfec;
    padding: 5px 20px;
    color: #252525;
    display: inline-block;
}

.alert {
    font-size: 13px;
}

label.label-title {
    font-weight: 500;
}

.form-group label a {
    color: #252525;
    font-size: 13px;
    padding: 0 5px;
    display: inline-block;
}

.pageHeader18 .form-group label {
    width: auto !important;
}

a.menubar18 {
    color: #ffffffcf;
    position: absolute;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.navbar-dark .navbar-brand {
    padding-left: 0;
}

#cssmenu {
    width: 50px;
    -webkit-transition: width .5s; /* Safari */
    transition: width .5s;
}

    #cssmenu ul {
        width: 100%;
    }

        #cssmenu ul li a span {
            padding-left: 35px;
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            display: none;
            transition-duration: .8s;
        }

    #cssmenu.openmenu ul li a span {
        display: inline-block;
        transition-duration: .8s;
    }

.alert .fa {
    font-size: 25px !important;
    position: absolute;
    top: 10px;
    left: 10px;
}

.alert span {
    padding: 0px 0px 0 25px;
    position: relative;
    line-height: 26px;
}

.alert-success {
    border-color: #48bd63 !important;
}

.alert-warning {
    border-color: #d2b150 !important;
}

.alert-danger {
    border-color: #bb555e !important;
}

.alert-info {
    border-color: #3190a0 !important;
}

.menu-box ul li {
    font-size: 13px !important;
}



/*==== PageHeader18===========*/
.PageHeader18 h5 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    background: #519cde !important;
    background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%) !important;
    background: -moz-linear-gradient(top,#66a8e2 40%,#3c90da 100%) !important;
    background: -o-linear-gradient(top,#66a8e2 40%,#3c90da 100%) !important;
    background: -ms-linear-gradient(top,#66a8e2 40%,#3c90da 100%) !important;
    color: #fff !important;
    padding: 5px 15px !important;
}

.PageHeader18 .btn-group {
    background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
    background: -moz-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
    background: -o-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
    background: -ms-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
    width: 100% !important;
}

    .PageHeader18 .btn-group .btn {
        border: none !important;
        background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
        border-radius: 0 !important;
        font-size: 13px !important;
        margin: 0 !important;
        border-right: 1px solid #8cbfec !important;
        color: #252525 !important;
    }

        .PageHeader18 .btn-group .btn:focus {
            outline: none !important;
            background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%) !important;
            box-shadow: none !important;
        }


/*==== LabelGrid18====*/

.lbl-grid-item {
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0 15px;
    -webkit-border-image: -webkit-linear-gradient(to top, #d4d4d4, #b1b1b1, #d4d4d4)10 100%;
    -moz-border-image: -moz-linear-gradient(to top, #d4d4d4, #b1b1b1, #d4d4d4)10 100%;
    -o-border-image: -o-linear-gradient(to top, #d4d4d4, #b1b1b1, #d4d4d4)10 100%;
    border-image: linear-gradient(to top, #d4d4d4, #b1b1b1, #d4d4d4)10 100%;
}

.form-group {
    font-size: 13px !important;
}




/*====Multi Entry======*/
#dataTable thead tr {
    border-bottom-width: 1px;
    background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    line-height: normal;
    font-size: 13px;
    border-color: #b1d7f9;
}

    #dataTable thead tr th {
        line-height: normal;
        font-size: 13px;
        border-color: #9ecbf3;
        padding: 8px;
    }

#dataTable tbody tr td {
    font-size: 13px;
    padding: 5px;
    border-color: #c3e2fd;
    vertical-align: middle;
}

    #dataTable tbody tr td .form-control {
        padding: 5px;
        font-size: 13px;
    }

#dataTable.table-striped tbody tr:nth-of-type(odd) {
    background-color: #edf4ff;
}

#dataTable.table-striped tbody tr:hover {
    background-color: #e1f1ff;
}

.multi-entry-table {
    max-width: 600px;
    padding: 0 15px;
}

/*====Login18page==========*/
.LoginBox18 {
    background-color: #eef2f4;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 5%;
    min-height: 100vh;
    text-align: center;
}

    .LoginBox18 form {
        max-width: 350px;
        border-radius: 5px;
        border: 1px solid #f1f1f1;
        margin: 15px auto;
        box-shadow: 5px 5px 5px #00000003;
        background-color: #fff;
        text-align: left;
    }

        .LoginBox18 form header {
            background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
            padding: 6px 15px;
            color: #fff;
            font-size: 18px;
        }

            .LoginBox18 form header i {
                padding-right: 10px;
            }

    .LoginBox18 fieldset {
        padding: 10px 15px;
    }

        .LoginBox18 fieldset .form-inline {
            margin-bottom: 15px;
        }

            .LoginBox18 fieldset .form-inline input {
                padding: 5px 8px;
                border-color: #a3cff7;
                margin: 8px 0 0;
                font-size: 14px;
                border-radius: 3px;
            }

                .LoginBox18 fieldset .form-inline input:focus {
                    box-shadow: none;
                    border-color: #ccc;
                }

            .LoginBox18 fieldset .form-inline label, .LoginBox18 fieldset .form-inline input {
                display: block;
                max-width: none;
                width: 100% !important;
            }

        .LoginBox18 fieldset .login-btn {
            background-color: #1ba1e2;
            color: #fff;
            padding: 6px 20px;
            cursor: pointer;
            font-size: 16px;
            float: right;
            font-weight: 400;
            border: 1px solid #1ba1e2;
            transition-duration: .5s;
        }

            .LoginBox18 fieldset .login-btn:hover {
                background-color: #168ec7;
            }


.form-group.form-inline label {
    display: inline-block !important;
    margin-bottom: .5rem !important;
}


/*========Dashboard============*/
.dash {
    display: inline-block;
    width: auto;
    padding: 15px 0;
}

.dash-box {
    width: 320px;
    padding: 15px;
    float: left;
    margin-left: 15px;
    min-height: 180px;
    background-color: #5CB85C;
    border-radius: 5px;
}

    .dash-box h4 {
        color: #fff;
        padding-bottom: 8px;
        font-size: 20px;
        border-bottom: 1px solid #48a248;
    }

    .dash-box ul {
        padding: 0;
    }

        .dash-box ul li {
            list-style: none;
            font-size: 14px;
            color: #fff;
        }

            .dash-box ul li span:last-child {
                float: right;
            }

#header {
    position: absolute;
    display: inline-block;
    width: calc(100% - 60px);
    left: 60px;
    z-index: 999;
    background-color: #343a40;
    left: 45px;
    padding-left: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #afdbff !important;
}

.nav-tabs .nav-link:hover {
    border-color: #aaa !important;
    background-color: #f7f7f7;
}

.theme-responsive-table {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
}

    .theme-responsive-table .table-bordered {
        border: none !important;
        table-layout: auto !important;
    }

.dropdown-item i {
    padding-right: 8px;
    color: #353535;
}

.navbar-dark {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.set-dates {
    height: auto;
    background-color: transparent !important;
    padding: 0 !important;
}

.set-btn {
    font-size: 13px;
    border-radius: 0;
    background: transparent;
    position: relative;
    border: none;
    border-right: 1px solid #8cbfec;
    padding: 5px 20px !important;
    color: #252525 !important;
    display: inline-block;
}

.set-drop-menu {
    position: absolute !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #89c4f7 !important;
    background-color: #bedefb !important;
    min-width: 0 !important;
    width: auto;
    font-size: 13px !important;
}

    .set-drop-menu .dropdown-item {
        padding: 8px 15px;
        cursor: pointer;
    }

        .set-drop-menu .dropdown-item:hover {
            background-color: #7cbcf5;
            color: #252525;
        }

.log-table .table-striped tbody tr.sub-nav {
    background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -moz-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -o-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    background: -ms-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
}

button.textbox-btn {
    border: 1px solid #4494db;
    margin: 0 10px;
    color: #fff;
    background-color: #61a5e1;
}

body {
    font-family: Roboto !important;
}

.LoginBox18 fieldset p {
    line-height: 40px;
    display: inline-block;
}

.LoginBox18 p a {
    color: #252525;
    font-size: 14px;
}

.LoginBox18 .login18-form-box {
    max-width: 350px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    margin: 15px auto;
    box-shadow: 5px 5px 5px #00000003;
    background-color: #fff;
    text-align: left;
}

    .LoginBox18 .login18-form-box header {
        background: -webkit-linear-gradient(top,#66a8e2 40%,#3c90da 100%);
        padding: 6px 15px;
        color: #fff;
        font-size: 18px;
    }

        .LoginBox18 .login18-form-box header i {
            padding-right: 10px;
        }


.error_box {
    text-align: center;
    margin-top: 3%;
}

    .error_box img {
        width: auto;
    }

    .error_box h2 {
        font-size: 42px;
        font-weight: 500;
        color: #acacac;
    }

.btn-go-1 {
    display: inline-block;
    text-decoration: none;
    padding: 10px 22px;
    color: #fff;
    border-radius: 6px;
    background-color: #4f9add;
    box-shadow: 5px 5px 5px #0000001a;
}

.btn-go-2 {
    display: inline-block;
    text-decoration: none;
    padding: 10px 22px;
    color: #fff;
    border-radius: 6px;
    background-color: #343a40;
    box-shadow: 5px 5px 5px #0000001a;
}

header .navbar-nav .nav-item .dropdown-toggle::after {
    display: none !important;
}


header .navbar-nav li {
    padding-left: 10px;
}

header .dropdown-toggle i + span {
    background-color: #fff;
    font-size: 12px;
    position: absolute;
    color: #252525;
    top: 2px;
    right: -3px;
    border-radius: 50%;
    padding: 0px 5px;
}

.info-drop-block ul {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}

.info-drop-block {
    width: 350px;
    padding-top: 0;
}

    .info-drop-block ul li {
        padding: 0;
    }

        .info-drop-block ul li a {
            color: #252525;
            padding: 9px;
            display: inline-block;
        }

            .info-drop-block ul li a:hover {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    .info-drop-block .btn {
        float: right;
        background-color: #4193dc;
        font-size: 12px;
        margin: 5px 15px 0 0;
    }

.mini-cart {
    margin: 10px;
    width: 325px !important;
    border-radius: 5px;
}

    .mini-cart tr th {
        padding: 5px 8px;
        font-weight: 500;
        color: #fff;
        font-size: 12px;
        background-color: #66a8e2;
    }

    .mini-cart tr td {
        font-size: 12px;
        padding: 8px;
    }

    .mini-cart tfoot tr td {
    }

a.dropdown-item:focus {
    background-color: #66a8e2 !important;
}


.menu-box ul li.secondry_inner_heading {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.menu-box ul li hr {
    margin-bottom: 5px;
    margin-top: 5px;
}


.menu-box-hide {
    width: 0 !important;
    margin: 0 !important;
    transition-duration: 1s;
}

.report-box-full {
    width: 100% !important;
    transition-duration: 1s;
}

.menu-box, .report-block {
    transition-duration: 1s;
}

.report-box-full h5:before {
    content: "\f105" !important;
}

.content-body {
    background-color: #343a40;
    padding-top: 40px;
}

.team-box h5:before {
    content: "" !important;
    width: 0 !important;
    padding: 0 !important;
}

.alert-dismissible .close {
    display: none;
}

.alert-danger {
    background-color: #c85d57 !important;
}

.alert-success {
    background-color: #70b270 !important;
}

.alert-info {
    background-color: #0e87ab !important;
}

.alert-warning {
    background-color: #b98d0c !important;
}

.theme-responsive-table table tbody tr td .fa.fa-envelope:before {
    content: "" !important;
    height: 16px !important;
    left: 40% !important;
    position: absolute !important;
    top: 35% !important;
    background-size: 100% 100% !important;
    width: 16px !important;
    background-image: url(GroupMail.png) !important;
}

.form-check-label.readonly {
    pointer-events: none !important;
}

.new-check-container {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

    .new-check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    margin: 5px 4px 4px 0px;
    border: 1px solid #89c4f7;
    background-color: #fff;
}

.new-check-container:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ccc;
}

.new-check-container input:checked ~ .checkmark {
    background-color: #519cde;
    border: 1px solid #519cde;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.new-check-container input:checked ~ .checkmark:after {
    display: block;
}

.new-check-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 576px) {
    .checkmark {
        margin: 5px 4px 4px -5px;
    }
}

.data-table-multi thead tr {
    border-bottom-width: 1px;
    background: -webkit-linear-gradient(top,#d1e8fc 40%,#b9dcfa 100%);
    line-height: normal;
    font-size: 13px;
    border-color: #b1d7f9;
}

    .data-table-multi thead tr th {
        line-height: normal;
        font-size: 13px;
        border-color: #9ecbf3;
        padding: 8px;
    }

.data-table-multi tbody tr td {
    font-size: 13px;
    padding: 5px;
    border-color: #c3e2fd;
    vertical-align: middle;
}

.add-details nav {
    padding-top: 10px;
}

.data-table-multi tbody tr td .form-control {
    padding: 5px;
    font-size: 13px;
}

.data-table-multi.table-striped tbody tr:nth-of-type(odd) {
    background-color: #edf4ff;
}

.data-table-multi.table-striped tbody tr:hover {
    background-color: #e1f1ff;
}

.loading-page {
    position: fixed;
    height: 100%;
    background-color: #00aef012;
    width: 100%;
    text-align: center;
    z-index: 99;
    vertical-align: middle;
}

    .loading-page img {
        height: 40px;
        position: absolute;
        top: 50%;
    }
.block-detail.LabelGrid18 {
    padding-bottom: 0;
}

.LabelGrid18 .lbl-grid-item .form-group:last-child label {
    margin-bottom: 0 !important;
}

.LabelGrid18 .col-md-12 {
    padding: 0;
}

.LabelGrid18 .row .lbl-grid-item {
    border-right-width: 0;
}
.theme-responsive-table table tbody tr td {
    vertical-align: middle;
}

.load-bar {
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 5px;
    background-color: #343a40;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

    .bar:nth-child(1) {
        background-color: #519cde;
        -webkit-animation: loading 2s linear infinite;
        animation: loading 2s linear infinite;
    }

    .bar:nth-child(2) {
        background-color: #343a40;
        -webkit-animation: loading 2s linear 1s infinite;
        animation: loading 2s linear 1s infinite;
    }

    .bar:nth-child(3) {
        background-color: #343a40;
        -webkit-animation: loading 2s linear 2s infinite;
        animation: loading 2s linear 2s infinite;
    }

@-webkit-keyframes loading {
    from {
        left: 0%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

@keyframes loading {
    from {
        left: 00%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

#loadicon {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #ffffff24;
}


.more-filter {
    position: absolute;
    top: 0;
    padding: 8px;
    right: 0;
}

    .more-filter a {
        display: inline-block;
        height: 25px;
        overflow: hidden;
        width: 25px;
        transition-duration: .5s;
        background-color: #d4d4d4;
    }

        .more-filter a:hover {
            text-decoration: none;
        }

        .more-filter a i {
            height: 25px;
            width: 25px;
            line-height: 25px;
            color: #252525;
            text-align: center;
            background-color: #d4d4d4;
        }

    .more-filter span {
        position: absolute;
        right: 35px;
        line-height: 25px;
        color: #fff;
        padding: 0 8px;
        width: max-content;
        font-size: 14px;
        background-color: #579fdf;
        height: 25px;
    }

    .more-filter:hover span {
    }


#search-filter {
    height: fit-content;
    -webkit-transition: height .5s;
    transition: height .5s;
    overflow: hidden;
}