body {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

/*-------------------- Base --------------------*/
body {
    font-family: 'Poppins', sans-serif;
    background-color: #eef5f9;
    color: #6d7375;
    font-size: 12px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

/*-------------------- Utility Classes --------------------*/
.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.f300 {
    font-weight: 300 !important;
}

/*------------------------------------
    Buttons
------------------------------------*/
.btn-orange {
    color: #fff !important;
    background-color: #1c79bb;
    border-color: #1866A5;
    transition: all 0.2s ease-in-out;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .show > .btn-orange.dropdown-toggle {
        background-color: #165f9a !important;
        border-color: #145685 !important;
        color: #fff !important;
        box-shadow: 0 0 0 0.2rem rgba(28, 121, 187, 0.25);
    }

    .btn-orange.active, .btn-orange.show, .btn-orange:first-child:active {
        background-color: #165f9a !important;
        border-color: #145685 !important;
    }

    .btn-orange:disabled, .btn-orange.disabled {
        background-color: #1c79bb;
        border-color: #1866A5;
        opacity: 0.65;
    }

/*------------------------------------
    Links
------------------------------------*/
a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

    a:focus,
    a:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    a.link:hover {
        color: #1c79bb;
    }

/*------------------------------------
    Text Colors
------------------------------------*/
.text-yellow {
    color: #FFC107 !important;
}

.text-white {
    color: #fff !important;
}

.text-lightGray {
    color: #ccc !important;
}

.text-gray {
    color: #a2a2a2 !important;
}

.text-orange {
    color: #1c79bb !important;
}

.text_red {
    color: #e8625f !important;
}

.text_green {
    color: #008000 !important;
}

/*------------------------------------
    Backgrounds
------------------------------------*/
.bg_white {
    background-color: #fff !important;
}

/*------------------------------------
    Typography
------------------------------------*/
.f19 {
    font-size: 19px !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #1c79bb;
}

/*------------------------------------
    Inner Input Icons
------------------------------------*/
.inner-addon {
    position: relative;
}

    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        color: #6c757d;
    }

.left-addon .fa {
    left: 0;
}

.right-addon .fa {
    right: 0;
}

.left-addon input.form-control {
    padding-left: 2.2rem;
}

.right-addon input.form-control {
    padding-right: 2.2rem;
}

/*Inner text box icon*/


/*End Of Comman classes*/

/*Login Page*/
.login {
    margin-top: 25%;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(10, 10, 10, 0.29);
    box-shadow: 0px 0px 7px 2px rgba(58, 58, 58, 0.42);
}

    .login .loginBg {
        background-image: url();
    }

    .login .header {
        /* background-image: url(../Content/images/loginheaderBg2.jpg); */
        padding: 24px;
        color: #fff;
        background-color: #ffffff;
        border-top: 4px solid #489df1;
        border-bottom: 1px solid #ddd;
    }

        .login .header h3 {
            color: #1c79bb;
        }

    .login .body {
        padding: 15px 15px;
        background-color: #ffffff;
    }

        .login .body .form-control {
            border-radius: 0px;
            height: 42px;
            padding: 6px 30px;
        }

        .login .body .inner-addon .fa {
            padding: 13px;
            color: #bdbdbd;
        }

    .login .footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
        text-align: center;
        background-color: #1a6eb4;
        color: #fff;
        padding: 15px 0px;
    }

/*End of Login Page*/

/*------------------------------------
    Side Navigation  (Bootstrap 5.3.8)
------------------------------------*/
.sidenav {
    height: 100vh;
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    background-color: #1c79bb;
    background-image: url("../Content/images/sidenavBg.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    transition: width 0.5s ease;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

    /*------------------------------------
    Profile Section
------------------------------------*/
    .sidenav .profile {
        background-color: #ebf2f7;
        text-align: center;
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }

        .sidenav .profile li {
            list-style: none;
        }

            .sidenav .profile li a {
                display: block;
                padding: 11px 0;
                color: #1c79bb;
                text-decoration: none;
            }

    /*------------------------------------
    Menu
------------------------------------*/
    .sidenav .menuBar {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidenav .menuBar li {
            position: relative;
        }

            .sidenav .menuBar li a {
                display: block;
                color: #fff;
                padding: 14px 43px;
                font-weight: 300;
                font-size: 14px;
                text-decoration: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                transition: all 0.2s ease-in-out;
            }

                /* Active & Hover States */
                .sidenav .menuBar li.active a,
                .sidenav .menuBar li a:hover {
                    background-color: rgba(0, 0, 0, 0.2);
                    border-left: 4px solid rgba(0, 0, 0, 0.3);
                }

            .sidenav .menuBar li::before {
                content: "\f192";
                position: absolute;
                font-family: "FontAwesome";
                font-weight: 900;
                color: rgba(0, 0, 0, 0.3);
                left: 15px;
                top: 13px;
                font-size: 16px;
                pointer-events: none;
                transition: color 0.2s ease-in-out;
            }

            .sidenav .menuBar li.active::before,
            .sidenav .menuBar li:hover::before {
                color: rgba(255, 255, 255, 0.7);
            }

        /*------------------------------------
    Submenu
------------------------------------*/
        .sidenav .menuBar .leftside_submenu {
            background-color: rgba(0, 0, 0, 0.1);
            padding-left: 0;
        }

            .sidenav .menuBar .leftside_submenu ul {
                list-style: none;
                padding-left: 0;
                margin-bottom: 0;
            }

                .sidenav .menuBar .leftside_submenu ul li {
                    padding-left: 15px;
                }

                    .sidenav .menuBar .leftside_submenu ul li a {
                        padding: 12px 20px 12px 40px;
                        display: block;
                        color: #e8e8e8;
                        text-decoration: none;
                        font-size: 13px;
                    }

                    .sidenav .menuBar .leftside_submenu ul li:hover,
                    .sidenav .menuBar .leftside_submenu ul li.active {
                        background-color: #103b63;
                    }

        /*------------------------------------
    Arrows (Expand/Collapse)
------------------------------------*/
        .sidenav .menuBar li a .fa.arrow {
            float: right;
            line-height: 20px;
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .sidenav .menuBar li a.collapsed .fa.arrow::before {
            content: "\f105";
        }

        .sidenav .menuBar li a .fa.arrow::before {
            content: "\f107";
        }

    /*------------------------------------
    Header & Close Button
------------------------------------*/
    .sidenav .sidenav-header {
        background-color: #fff;
        padding: 15px;
        border-bottom: 1px solid #dee2e6;
        text-align: center;
    }

        .sidenav .sidenav-header h4 {
            font-size: 20px;
            margin-top: 15px;
            color: #1c79bb;
            letter-spacing: 0.25px;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.5rem;
        padding: 4px 8px;
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        background: transparent;
        border: none;
        transition: color 0.2s ease-in-out;
    }

        .sidenav .closebtn:hover {
            color: #000;
        }

/*------------------------------------
    Responsive
------------------------------------*/
@media (max-width: 992px) {
    .sidenav {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .sidenav {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 1050;
    }
}


/*------------------------------------
    Right Side Panel & Header (Bootstrap 5.3.8)
------------------------------------*/
#main {
    transition: margin-left 0.5s ease;
    margin-left: 280px;
}

/* Custom Navbar */
.nav-custom {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    min-height: 48px;
    padding: 0.25rem 1rem;
    position: relative;
    z-index: 100;
}

    .nav-custom .navbar-brand {
        color: #1c79bb;
        position: fixed;
        z-index: 999;
        background-color: #fff;
        left: 0;
        top: 0;
        border-bottom-right-radius: 100%;
        padding: 6px 7px;
        height: 40px;
        width: 40px;
        text-align: center;
        font-weight: 600;
        line-height: 28px;
        transition: all 0.2s ease-in-out;
    }

        .nav-custom .navbar-brand:hover {
            color: #165f9a;
        }

    /* Profile image on navbar */
    .nav-custom .profile-img {
        padding: 0;
    }

        .nav-custom .profile-img img {
            height: 47px;
            width: 47px;
            border-radius: 50%;
            border: 1px solid #e5e6e6;
            margin: 2px 0;
            object-fit: cover;
        }

    /* Navbar links */
    .nav-custom .navbar-nav > li > a,
    .nav-custom .nav-link {
        color: #a7a7a7;
        font-size: 16px;
        padding: 0.5rem 0.75rem;
        transition: color 0.2s ease-in-out;
    }

        .nav-custom .navbar-nav > li > a:hover,
        .nav-custom .nav-link:hover {
            color: #1c79bb;
        }

/*------------------------------------
    Dropdown
------------------------------------*/
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/*------------------------------------
    Page Heading
------------------------------------*/
.page-heading {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .page-heading .page-title h4 {
        font-size: 15px;
        color: #1c79bb;
        margin: 0;
        font-weight: 600;
    }

    .page-heading .breadcrumb {
        padding: 0;
        margin: 0;
        background-color: transparent;
        color: #1c79bb;
        font-size: 14px;
    }

/*------------------------------------
    Table Actions / Icons
------------------------------------*/
.edit .fa,
.openDeletePopup .fa,
a.fav-icon .fa {
    width: 100%;
    text-align: center;
    font-size: 17px;
    transition: color 0.2s ease-in-out;
}

/* Hover states */
a.fav-icon:hover .fa {
    color: #FFC107;
}

.openDeletePopup .fa:hover {
    color: #d63b37;
}

/*------------------------------------
    Responsive Behavior
------------------------------------*/
@media (max-width: 992px) {
    #main {
        margin-left: 0;
    }

    .nav-custom .navbar-brand {
        position: relative;
        border-radius: 0;
        height: auto;
        width: auto;
        padding: 0.25rem 0.75rem;
    }
}


/* -------------------- Table Styling -------------------- */
.table > thead > tr > th {
    border-bottom: 2px solid #e9ecef;
    vertical-align: middle;
}

.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #dee2e6;
}

.table .tbl-action {
    text-align: center;
}

    .table .tbl-action a .fa {
        color: #1c79bb;
        margin-right: 10px;
        transition: color 0.2s ease-in-out;
    }

    .table .tbl-action a:last-child .fa {
        margin-right: 0;
    }

    .table .tbl-action a .fa:hover {
        color: #165f9a;
    }

.table {
    font-size: 12px;
    width: 100% !important;
    background-color: #fff;
}

/* -------------------- DataTables Layout -------------------- */
.dataTables_info {
    float: left;
    width: 40%;
    font-size: 13px;
    color: #6c757d;
}

.dataTables_paginate {
    float: right;
    width: 60%;
    text-align: right;
    margin-bottom: 10px;
}

    .dataTables_paginate .pagination > li > a {
        color: #6d7375;
        background-color: #fff;
        border: 1px solid #1c79bb;
        border-radius: 4px;
        transition: all 0.2s ease-in-out;
    }

    .dataTables_paginate .pagination > .active > a {
        color: #fff !important;
        background-color: #1c79bb !important;
        border-color: #1c79bb !important;
    }

    .dataTables_paginate .pagination > li > a:hover {
        color: #fff;
        background-color: #165f9a;
        border-color: #165f9a;
    }

    .dataTables_paginate .paginate_button {
        padding: 0;
        border: 0;
        color: #1c79bb;
        display: inline-block;
    }

        .dataTables_paginate .paginate_button.current {
            background-color: #1c79bb;
            color: #fff !important;
            border: 1px solid #1c79bb;
            border-radius: 4px;
        }

    .dataTables_paginate .pagination > .disabled > a {
        border: 1px solid #ccc;
        color: #adb5bd;
    }

/* -------------------- DataTables Length & Filter -------------------- */
.dataTables_length {
    float: left;
    width: 50%;
}

    .dataTables_length label {
        margin: 0;
        font-weight: 400;
        line-height: 26px;
    }

    .dataTables_length select {
        width: 80px;
        margin: 0 5px;
        height: 31px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* Filter Search Box */
.dataTables_filter {
    float: right;
    width: 50%;
    text-align: right;
}

    .dataTables_filter label {
        margin: 0;
        font-weight: 400;
        line-height: 26px;
    }

    .dataTables_filter input {
        width: 160px;
        margin-left: 5px;
        height: 31px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 8px;
    }

/* -------------------- DataTables Sorting Icons -------------------- */
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 0.6 !important;
    color: #1c79bb;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    opacity: 0.2;
    font-size: 1.8em !important;
    color: #1c79bb;
}

/* -------------------- End Table Styling -------------------- */

/* -------------------- Buttons -------------------- */

/* Primary Blue Button */
.btn-blue,
.btn-blue.disabled {
    background-color: #1c79bb;
    border: 2px solid #1c79bb;
    color: #fff;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

    .btn-blue:hover,
    .btn-blue.disabled:hover {
        background-color: #fff;
        color: #1c79bb;
        border-color: #1c79bb;
    }

    .btn-blue:active,
    .btn-blue:focus,
    .btn-blue.disabled:active,
    .btn-blue.disabled:focus {
        background-color: #fff;
        color: #1c79bb;
        border-color: #1c79bb;
    }

/* Dark (Black) Button */
.btn-darkcustom,
.btn-darkcustom.disabled {
    background-color: #444;
    border: 2px solid #444;
    color: #fff;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

    .btn-darkcustom:hover,
    .btn-darkcustom.disabled:hover {
        background-color: #fff;
        color: #444;
        border-color: #444;
    }

    .btn-darkcustom:active,
    .btn-darkcustom:focus,
    .btn-darkcustom.disabled:active,
    .btn-darkcustom.disabled:focus {
        background-color: #fff;
        color: #444;
        border-color: #444;
    }

/* Rounded Button Option */
.btn-rounded {
    border-radius: 50px !important;
}

/* Shadow Variant (Optional Utility) */
.btn-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

    .btn-shadow:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    }

/* Disabled State (Bootstrap override) */
.btn:disabled,
.btn.disabled {
    opacity: 0.6;
    pointer-events: none;
}

/* -------------------- End Buttons -------------------- */

/* -------------------- Panels -------------------- */
.panel.panel-default {
    border-top: 3px solid #1c79bb;
    border-bottom: 3px solid #1c79bb;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

    .panel.panel-default > .panel-heading {
        color: #1c79bb;
        background-color: #fff;
        border-color: #1c79bb;
    }

.panel-heading.p-heading {
    padding: 15px 15px 0px 15px;
}

.panel-title.p-title {
    font-size: 18px;
    border-bottom: 1px solid #1c79bb;
    padding-bottom: 12px;
    color: #1c79bb;
    font-weight: 300;
}

.panel.p-panel label {
    font-weight: normal;
}

.panel-footer {
    background-color: #fff;
    border-color: #1c79bb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* -------------------- Cards -------------------- */
/* Replace .card-custom with .card */
.card {
    border-top: 3px solid #1c79bb;
    border-bottom: 3px solid #1c79bb;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

    .card .card-header {
        color: #1c79bb;
        background-color: #fff;
        border-bottom: 1px solid #1c79bb;
        padding: 15px;
        font-weight: 300;
    }

    .card .card-title {
        font-size: 18px;
        border-bottom: 1px solid #1c79bb;
        padding-bottom: 12px;
        color: #1c79bb;
        font-weight: 300;
    }

    .card .card-body {
        padding: 15px;
    }

.card-footer {
    background-color: #fff;
    border-top: 1px solid #1c79bb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
}

/* -------------------- Modal Popup -------------------- */
.modal .modal-content {
    border-radius: 0;
}

.modal .modal-header {
    border-top: 3px solid #1c79bb;
    border-bottom: 1px solid #1c79bb;
}

    .modal .modal-header .close {
        color: #1c79bb;
    }

    .modal .modal-header .modal-title {
        font-weight: 300;
        color: #1c79bb;
    }

.modal .modal-body h4 {
    font-weight: 300;
    text-align: center;
}

.modal .modal-footer {
    border-top: 1px solid #1c79bb;
    border-bottom: 3px solid #1c79bb;
}

/* -------------------- Alerts -------------------- */
.my-alert {
    color: #1c79bb;
    background-color: rgba(233, 116, 81, 0.1);
    border-color: #1c79bb;
}

    .my-alert .close {
        color: #1c79bb;
    }

/* -------------------- Star Checkbox -------------------- */
.star {
    visibility: hidden;
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
    position: relative;
}

    .star:before {
        content: "\2605"; /* Unicode for star */
        position: absolute;
        visibility: visible;
    }

    .star:checked:before {
        content: "\2605";
        color: #FFC107;
    }

/* -------------------- Animations -------------------- */
@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translateZ(0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%, 20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.tada {
    animation-name: tada;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

/* -------------------- Button Wave Effects -------------------- */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all 0.1s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.3);
        transform: scale(0);
        pointer-events: none;
        transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

/* -------------------- Form Controls -------------------- */
.form-control {
    border: 1px solid #1c79bb !important;
    height: 36px;
    border-radius: .375rem;
    transition: all 0.2s ease-in-out;
}

    .form-control:focus {
        outline: 0;
        /*box-shadow: none;*/ /* Remove default focus shadow */
        border-color: #1c79bb;
        background-color: rgba(233, 116, 81, 0.05);
    }

.date-range-input,
.date-range-btn {
    height: calc(1.5em + 0.75rem + 2px); /* match default Bootstrap input height */
}

.date-range-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 .375rem .375rem 0; /* match input right border-radius */
    border: 1px solid #1c79bb !important;
}

.date-range-input {
    border-radius: .375rem 0 0 .375rem; /* left side only */
}
/* -------------------- Loader -------------------- */
.loader {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: -2px 0 0 3px;
    vertical-align: middle;
    border: 0.25em solid #1c79bb;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* -------------------- Responsive Media Queries -------------------- */
@media (max-width: 650px) {
    .sidenav {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nav-custom .container-fluid .col-xs-4 {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sidenav {
        width: 0;
    }

    #main {
        margin-left: 0;
    }

    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .dataTables_paginate {
        text-align: left;
    }

        .dataTables_paginate .paginate_button {
            padding: 7px 12px;
        }

    .dataTables_length {
        margin-top: 15px;
    }
}


/* -------------------- Field Validation -------------------- */
.field-validation-error {
    color: red;
}

/* -------------------- Table Styles -------------------- */
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 4px;
}

.ellipsisClass {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

td.BoldFontForContact,
td.BoldFontForContactName,
span.BoldFontForContact,
span.BoldFontForContactName {
    font-weight: 600;
    color: #1c79bb;
    font-size: 14px;
    width: 150px;
    text-space-collapse: collapse;
}

td.BoldFontForContactName,
span.BoldFontForContactName {
    white-space: nowrap;
}

td.NoWrap {
    font-size: 14px;
    text-space-collapse: collapse;
    white-space: nowrap;
}

td.NumberStyle {
    font-family: 'Javanese Text';
}

/* -------------------- Side Navigation -------------------- */
.sidenav .menuBars {
    padding: 0;
}

    .sidenav .menuBars .leftside_submenu {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .sidenav .menuBars li.active .leftside_submenu li a {
        background: none;
        border-left: 0;
        padding: 14px 20px 14px 40px;
        border-bottom: 0;
    }

    .sidenav .menuBars .leftside_submenu ul {
        list-style: none;
        padding-left: 0;
    }

        .sidenav .menuBars .leftside_submenu ul li {
            padding-left: 15px;
        }

            .sidenav .menuBars .leftside_submenu ul li:hover,
            .sidenav .menuBar .leftside_submenu ul li.active {
                background-color: #103b63;
                padding-left: 15px;
            }

    .sidenav .menuBars li::before {
        content: "\f192";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: rgba(0, 0, 0, 0.3);
        padding: 13px;
        font-size: 17px;
    }

    .sidenav .menuBars li a .fa.arrow {
        float: right;
        padding-top: 0;
        line-height: 18px;
        font-size: 20px;
    }

        .sidenav .menuBars li a .fa.arrow::before {
            content: "\f107";
        }

    .sidenav .menuBars li.panel {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .sidenav .menuBars.panel-group .panel + .panel {
        margin-top: 0;
    }

    .sidenav .menuBars li a {
        color: #fff;
        padding: 14px 43px;
        border-bottom: 1px solid #D27D2D;
        font-weight: 300;
    }

    .sidenav .menuBars li.active a {
        border-left: 4px solid rgba(0, 0, 0, 0.3);
        background-color: rgba(0, 0, 0, 0.1);
    }

/* -------------------- Contact Section -------------------- */
.contact-section {
    background-color: #f1f2f3;
}


/* -------------------- White Buttons -------------------- */
a.btnWhite {
    color: #fff;
}

/* -------------------- Side Navigation - Submenus -------------------- */
.sidenav .menuBar li.active ul li a,
#dealUserMaster li a {
    background-color: #fff;
    border-bottom: 0;
    color: #175996;
    font-weight: 400;
}

.sidenav .menuBar li ul li::before {
    content: '';
}

/* -------------------- Required Field Indicator -------------------- */
.req {
    color: red;
    font-weight: 700;
    font-size: 13px;
    margin-top: -3px;
    margin-left: 4px;
    vertical-align: middle;
}

/* -------------------- Delete Icon -------------------- */
.delete_img {
    background: url(../Content/images/delete.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

