* {
    margin: 0px;
    padding: 0px;
}

/*@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.otf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.otf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.otf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'VarelaRound-Regular';
    src: url('../fonts/VarelaRound-Regular.ttf');
}*/
body {
    /*font-family: 'Montserrat-Regular';*/
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

    body::-webkit-scrollbar {
        width: 16px !important;
    }

    body::-webkit-scrollbar-track {
    }

    body::-webkit-scrollbar-thumb {
        background-color: #b5b5b5;
        border-radius: 80px !important;
    }

    body.login_page:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        /*background-image: url('../assets/images/Kanhe Warehouse Image.jpg');*/
        background-image: url('../img/Mahindra_Image.png');
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        background-position: center;
    }

h5 {
    font-size: 14px;
}

.over_hidden {
    overflow: hidden;
}

.over_auto {
    overflow: auto;
}

button:hover,
button:focus,
button:visited,
button:active,
input.form-control:hover,
input.form-control:focus,
input.form-control:visited,
input.form-control:active {
    outline: 0;
    box-shadow: none;
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:visited,
textarea.form-control:active {
    outline: 0;
    box-shadow: none;
}

input:hover,
input:focus,
input:visited,
input:active,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}

.nav_box ul {
    list-style-type: none;
}

select::-ms-expand {
    display: none;
}

.comng_soon_box {
    padding-bottom: 80px;
}

.loader_screen {
    background: #080808;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    transition: 0.4s ease;
    z-index: 99999999;
    transform: translateY(0%);
    top: 0;
    left: 0;
}

.loader_box {
    width: 150px;
    height: 150px;
    position: relative;
}

.camera_png {
    width: 100%;
}

.modal-backdrop.in {
    opacity: 0.9;
}

/*textarea {
    resize: none;
}*/

.back_to_top {
    position: fixed;
    background: #000000;
    color: #fff;
    font-size: 28px;
    padding: 5px 16px;
    cursor: pointer;
    bottom: 27px;
    z-index: 5;
    right: 17px;
    display: none;
}

    .back_to_top.back_in_view {
        display: block;
    }

.body_box .body_container {
    margin-top: 15px;
    border: 1px solid #333;
    margin-bottom: 15px;
}

.Feedback1 {
    font-weight: bold !important;
    color: #000000 !important;
}
/********** login page css start ***********/
.login_main_wrapper {
    position: absolute;
    background-color: #ffffffba;
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    max-width: 500px;
    min-width: 500px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 15px 50px 0px;
}

h3.login_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #E31837;
    margin-bottom: 20px;
    margin-top: 0;
}

.login_inner_box {
    border-radius: 10px;
    background-image: url('../img/border_img.PNG');
    background-repeat: repeat;
    padding: 4px;
    margin-bottom: 15px;
}

.login_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
}

    .login_box .form-group {
        position: relative;
    }

    .login_box label {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 700;
    }

.forgot_pass {
    float: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #e31837;
}

    .forgot_pass a {
        color: #e31837;
    }

#btnToggle i, #btnToggle1 i, #btnToggle2 i {
	font-size: 1.3rem;
}

.login_box .form-control {
    height: auto;
    padding: 15px 30px;
    background-color: #eeede7;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    transition: 0.4s ease;
}

    .login_box .form-control:focus {
        background-color: #fff;
        box-shadow: 0 3px 15px 0 rgba(86, 86, 86, 0.2);
    }

.login_box .login_btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #e31837;
    color: #fff;
    padding: 8px 45px;
    border-radius: 50px;
    border: 0;
    box-shadow: none;
}

.profile-align {
    float: right;
}

.remember_me_link {
    font-family: 'Poppins', sans-serif;
    color: #a5a49e;
    float: right;
    margin-top: 16px;
}

    .remember_me_link input#remember {
        display: none;
    }

    .remember_me_link label.rem {
        width: 17px;
        height: 17px;
        background: #fff;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: top;
        box-shadow: 0 3px 10px 0 rgba(86, 86, 86, 0.43);
        border-radius: 3px;
        position: relative;
    }

        .remember_me_link label.rem:before {
            content: '';
            position: absolute;
            width: 9px;
            height: 9px;
            background: #e31837;
            border-radius: 3px;
            top: 4px;
            left: 4px;
            transition: 0.4s ease;
            transform: scale(0);
        }

    .remember_me_link input#remember:checked + label:before {
        transform: scale(1);
    }

.ref_link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    /*float: right;*/
}
/********** login page css end ***********/
/********** register page css end ***********/
.reg_main_wrapper {
    position: absolute;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    max-width: 750px;
    min-width: 750px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 40px 50px 35px;
}

.all_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #a5a49e;
}

.reg_btn {
    margin-right: 30px;
}
/********** register page css end ***********/

/********** bg css start ***********/

body.wooden_bg_1:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/SwrajTractor.png');
    background-repeat: no-repeat;
    background-size: 105% 107%;
    z-index: 0;
    background-position: -44px -30px;
}


body.wooden_bg:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../img/wooden_bg.jpg');
    background-repeat: no-repeat;
    background-size: 105% 107%;
    z-index: 0;
    background-position: -44px -30px;
}

/*body.wooden_bg:before {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../img/wooden_bg.jpg');
	background-repeat: no-repeat;
	background-size: 105% 107%;
	z-index: 0;
	background-position: -44px -30px;
}*/
/********** bg css end ***********/

/********** header css start ***********/
.mlogo {
    width: 180px;
    display: inline-block;
}

.icon_box {
    font-size: 26px;
    color: #fff;
}

    .icon_box a {
        color: #fff;
    }

        .icon_box a:hover,
        .icon_box a:active,
        .icon_box a:visited,
        .icon_box a:focus {
            color: #fff;
        }

    .icon_box i {
        margin: 12px 6px;
        cursor: pointer;
    }

        .icon_box i.fa-reorder {
            cursor: pointer;
            transition: 0.4s ease;
        }

.head_txt {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.profile_box {
    display: block;
    float: right;
    margin: 12px 0;
    color: #fff;
}

.owl-itempic img {
    /*display: block;*/
    max-width: 100%;
    height: auto;
    width: 290px;
    height: 316px;
}

.profile_box label {
    font-weight: 700;
}

.search_box {
    font-size: 20px;
}

    .search_box .fa {
    }

.notification_box {
    margin: 0 20px;
    font-size: 20px;
    position: relative;
}

    .notification_box .fa {
    }

.notification_count {
    font-size: 11px;
    background: #fff;
    color: #e31837;
    padding: 5px 4px;
    line-height: 5px;
    border-radius: 50px;
    position: absolute;
    right: -6px;
}

.profile_box span {
    display: inline-block;
    vertical-align: middle;
}

    .profile_box span.drp_arrow {
        font-size: 18px;
    }

.profile_name {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.profile_pic_box {
}

    .profile_pic_box img {
        width: 40px;
        margin: 0 5px 0;
        /*border-radius: 50px;
        border: 2px solid #fff;*/
    }

.drp_arrow {
    cursor: pointer;
}
/********** header css end ***********/

/********** page details css start ***********/
.details_box {
    margin: 30px 0;
    position: relative;
}

.left_right_wrapper {
    overflow-x: hidden;
}

.left_box {
    background: #283c54;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    width: 280px;
    transition: 0.4s ease;
}

    .left_box.out_view {
        transform: translateX(-200%);
    }

.nav_list_box {
}

    .nav_list_box ul {
        list-style-type: none;
    }

        .nav_list_box ul li {
        }

            .nav_list_box ul li a {
                font-family: 'Poppins', sans-serif;
                display: block;
                padding: 10px 10px;
                margin: 2px 0;
                border-radius: 10px;
                font-size: 15px;
            }

                .nav_list_box ul li a:hover {
                    background: #325277;
                    color: #fff;
                }

                .nav_list_box ul li a:visited,
                .nav_list_box ul li a:active,
                .nav_list_box ul li a:focus {
                    color: #fff;
                }

                .nav_list_box ul li a.active_link {
                    background: #041a2d;
                    color: #fff;
                }

.right_outer_box {
    padding-left: 300px;
    /* padding-right: 15px; */
    transition: 0.4s ease;
}

.right_box {
    padding: 20px;
    background: #fbfbfb;
    border-radius: 10px;
}

.right_outer_box.right_full_width {
    padding-left: 0px;
}

.page_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
}

.filter_icon {
    float: right;
    cursor: pointer;
}

.filter_box {
    background: #36404a;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.filter_box .anim {
    position: relative;
}

    .filter_box .anim .form-control {
        height: auto;
        padding: 10px 8px;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        /* border: 0; */
        box-shadow: none;
        border-radius: 0;
        transition: 0.4s ease;
        position: relative;
        z-index: 2;
        color: #c3c3c3;
        border-color: #c3c3c3;
    }

        .filter_box .anim .form-control:focus {
            /* background-color: #fff; */
            /* box-shadow: 0 3px 15px 0 rgba(86, 86, 86, 0.2); */
            border-color: #ccc;
        }

    .filter_box .anim label {
        position: absolute;
        top: 12px;
        left: 15px;
        z-index: 1;
        transition: 0.4s ease;
        font-weight: 500;
        background: #36404a;
        font-size: 13px;
        color: #c3c3c3;
    }

        .filter_box .anim label.move {
            top: -7px;
            font-size: 12px;
            z-index: 3;
            padding: 0 5px;
            left: 4px;
            font-weight: 100;
        }

ul.multiselect-container {
    background-color: #e6e6e6;
    max-height: 150px;
    overflow: auto;
}

.filter_box .anim ul.multiselect-container li a label {
    position: relative;
    top: 0;
    margin: 3px 0;
    background: transparent;
}

.filter_box .anim ul.multiselect-container li a:hover,
.filter_box .anim ul.multiselect-container li a:active,
.filter_box .anim ul.multiselect-container li a:focus,
.filter_box .anim ul.multiselect-container li a:visited {
    background-color: transparent;
}

.open .dropdown-toggle.btn-default {
    text-align: left;
    padding: 6px 8px;
}

.filter_box .anim select.form-control {
    -webkit-appearance: none;
    padding-right: 25px;
}

.dwn_arrow {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 18px;
}

.table_box {
    font-family: 'Poppins', sans-serif;
}

.dataTables_filter, .dataTables_paginate {
    text-align: right;
}

.table_box input[type=search] {
    margin-left: 5px;
    padding-left: 25px;
}

.custom_table table {
    border: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-spacing: 0 8px;
    border-collapse: separate;
    padding: 0;
}

    .custom_table table thead tr th {
        font-size: 16px;
        background: #283c54;
        color: #fff;
        font-weight: 500;
        border: 0;
        padding: 12px 8px;
    }

    .custom_table table thead tr {
        box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.2);
    }

    .custom_table table tbody tr {
        box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.2);
    }

.pagination {
    margin: 0;
}

#myTable_filter label {
    position: relative;
}

    #myTable_filter label .table_search_icon {
        position: absolute;
        top: 6px;
        left: 12px;
        color: #9c9a9a;
    }
/********** page details css end ***********/

/********** modal css start **********/
.modal-title {
    font-family: 'Poppins', sans-serif;
}
/********** modal css end **********/

/********** dashboard page css start ************/
.dashboard_box {
    display: block;
    width: 100%;
    height: calc(99vh - 70px);
    padding-top: 15px;
    padding-left: 95px;
    overflow-x: hidden;
}

.dash_inner_box {
    /* display: table-cell; */
    /* vertical-align: top; */
}

.dashboard_wrapper {
}

.card_box {
    width: 300px;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

.card_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
}

.red_grad_box {
    background-image: url('../img/red_grad_bg.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.6);
}

.recom_box {
    height: 287px;
    overflow: auto;
}

    .recom_box::-webkit-scrollbar {
        width: 3px;
    }

    .recom_box::-webkit-scrollbar-track {
        background: #ff7077;
    }

    .recom_box::-webkit-scrollbar-thumb {
        background-color: #ca4c51;
        border-radius: 98px;
    }

    .recom_box ul {
        list-style-type: none;
    }

        .recom_box ul li {
            border-radius: 8px;
            overflow: hidden;
        }

            .recom_box ul li a {
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                color: #fff;
                padding: 13px 13px;
                margin: 0px 0 3px;
                transition: 0.4s ease;
                border-radius: 8px;
                display: block;
            }

                .recom_box ul li a:hover,
                .recom_box ul li a:active,
                .recom_box ul li a:visited,
                .recom_box ul li a:focus {
                    color: #fff;
                }

            .recom_box ul li:last-child {
                margin-bottom: 0;
            }

            .recom_box ul li:hover {
                background-color: rgba(255, 255, 255, 0.2);
            }

            .recom_box ul li img {
                display: inline-block;
                margin-right: 10px;
                width: 20px;
                vertical-align: middle;
            }

.e_learning_link {
    padding: 44px 20px;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
    color: inherit;
}

.e_learning_link1 {
    padding: 20px 20px;
    height: 125px;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
    color: inherit;
}

    .e_learning_link:hover,
    .e_learning_link:active,
    .e_learning_link:visited,
    .e_learning_link:focus {
        color: #333;
    }

.e_learning_link1:hover,
.e_learning_link1:active,
.e_learning_link1:visited,
.e_learning_link1:focus {
    color: #333;
}

.e_learning_link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.e_learning_link1 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    /*margin-right: 12px;*/
    width: 130px;
    margin-top: 8px;
}

    .e_learning_link .right_arrow {
        float: right;
        font-size: 24px;
        margin-top: 0px;
        margin-right: 10px;
        transition: 0.4s ease;
    }

    .e_learning_link:hover .right_arrow {
        margin-right: 5px;
        transform: scale(1.05);
    }

.e_learning_link1 .right_arrow {
    float: right;
    font-size: 24px;
    margin-top: 25px;
    margin-right: 10px;
    transition: 0.4s ease;
}

.e_learning_link1:hover .right_arrow {
    margin-right: 5px;
    transform: scale(1.05);
}

.orange_grad_box {
    background-image: url('../img/org_grad_bg.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.6);
    height: 317px;
}

.cust_de_stories_box {
}

.q_icon_img {
    width: 45px;
    margin: 0 auto 10px;
}

.str_carousel_box {
    margin: 0 10px;
    overflow: hidden;
}

    .str_carousel_box .owl-item {
        display: inline-block;
    }

    .str_carousel_box .owl-nav {
        display: none;
    }

    .str_carousel_box .owl-dots {
        text-align: center;
    }

        .str_carousel_box .owl-dots button {
            margin: 0 5px;
            background: rgba(255, 255, 255, 0.3);
            border: 0;
            width: 5px;
            height: 5px;
            border-radius: 50px;
        }

            .str_carousel_box .owl-dots button.active {
                background: rgba(255, 255, 255, 1);
            }

.story_box {
    color: #fff;
    text-align: center;
}

    .story_box .str_heading {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .story_box .str_desc {
        font-family: 'Poppins', sans-serif;
        /*padding-bottom: 15px;*/
        margin-bottom: 15px;
        position: relative;
        font-size: 13px;
    }

        .story_box .str_desc:after {
            content: '';
            position: absolute;
            width: 70px;
            height: 2px;
            background: #fff;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
        }

    .story_box .cust_pic {
        margin: 0 auto 5px;
        border-radius: 50px;
    }

	.story_box .cust_name {
		font-family: 'Poppins', sans-serif;
		/*margin-bottom: 10px;*/
		margin-bottom: 0px;
	}

	.story_box .cust_loc {
		font-size:12px;
		/*margin-bottom: 10px;*/
		margin-bottom: 0px;
	}


    .story_box .feedback_box {
        margin-bottom: 5px;
    }

.feedback_box ul {
    list-style-type: none;
}

    .feedback_box ul li {
        display: inline-block;
        margin: 0 10px;
    }

        .feedback_box ul li img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            width: 16px;
        }

        .feedback_box ul li span {
        }

.bulletin_box {
    padding: 12px 15px;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
    color: #333;
}

    .bulletin_box .heading_txt {
        font-size: 15px;
        margin-bottom: 5px;
    }

        .bulletin_box .heading_txt a {
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            color: #736cf4;
            float: right;
            margin-top: 3px;
        }

.bulletin_carousel_box {
    padding-bottom: 8px;
    overflow: hidden;
    padding-right: 60px;
    position: relative;
}

.b_carousel {
    overflow: hidden;
}

    .b_carousel .owl-item {
        display: inline-block;
    }

    .b_carousel .owl-nav {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .b_carousel .owl-nav button {
            background-color: transparent;
            border: 0;
            margin: 0 0 0 6px;
        }

.bulletin_item_box {
    font-family: 'Poppins', sans-serif;
    padding-right: 0;
}

    .bulletin_item_box .b_txt {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
    }

    .bulletin_item_box .b_date {
        color: rgba(0, 0,0, 0.5);
        margin-bottom: 0;
        font-size: 11px;
    }

.msg_sbu_box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.6);
    background-image: url(../img/blue_grad_bg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    /*position: relative;*/
}

.msg_carousel {
    /* overflow: hidden; */
}

    .msg_carousel .owl-item {
        display: inline-block;
    }

    .msg_carousel .owl-dots {
        float: left;
        position: absolute;
        bottom: 14px;
        left: 20px;
    }

        .msg_carousel .owl-dots button {
            margin: 0 8px 0 0;
            background: rgba(255, 255, 255, 1);
            border: 0;
            width: 5px;
            height: 5px;
            border-radius: 50px;
        }

            .msg_carousel .owl-dots button.active {
                background: #051837;
            }

    .msg_carousel .owl-nav {
        float: right;
        position: absolute;
        bottom: 8px;
        right: 20px;
    }

        .msg_carousel .owl-nav button {
            background-color: transparent;
            border: 0;
            margin: 0 0 0 6px;
        }

.msg_box {
    /* background-image: url('../img/blue_grad_bg.JPG'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    color: #fff;
    padding: 13px;
    margin-bottom: 39px;
}

    .msg_box .msg_heading {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        margin-bottom: 0px;
    }

    .msg_box .msg_txt {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .msg_box .msg_read_more_link {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
    }

        .msg_box .msg_read_more_link:hover,
        .msg_box .msg_read_more_link:focus,
        .msg_box .msg_read_more_link:visited,
        .msg_box .msg_read_more_link:active {
            color: #fff;
        }

.msg_read_more_link .fa {
    font-size: 10px;
}

.link_box {
}

    .link_box ul {
        list-style-type: none;
    }

        .link_box ul li {
            margin-bottom: 25px;
            box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.6);
            border-radius: 10px;
            overflow: hidden;
        }

            .link_box ul li a {
                display: block;
                font-family: 'Poppins', sans-serif;
                font-size: 16px;
                color: #fff;
                /*background-color: #283c54;*/
                /*background-color: #245a88;*/
                background: linear-gradient(to right, #085078, #85d8ce);
                padding: 18px 30px;
                /* border-radius: 8px; */
            }

                .link_box ul li a:hover,
                .link_box ul li a:focus,
                .link_box ul li a:visited,
                .link_box ul li a:active {
                    color: #fff;
                }

            .link_box ul li img {
                display: inline-block;
                width: 20px;
                margin-right: 10px;
            }

.reports_box {
    background-image: url('../img/report_blue_grad_bg2.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.6);
}

.box_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

    .box_heading img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: sub;
    }

.reports_list_box {
    max-height: 391px;
    overflow: auto;
}

    .reports_list_box::-webkit-scrollbar {
        width: 3px;
    }

    .reports_list_box::-webkit-scrollbar-track {
        background: #7d5cf1;
    }

    .reports_list_box::-webkit-scrollbar-thumb {
        background-color: #4830a0;
        border-radius: 98px;
    }

    .reports_list_box ul {
    }

        .reports_list_box ul li {
        }

            .reports_list_box ul li a {
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                padding: 10px 20px 10px 35px;
                display: block;
                transition: 0.4s ease;
                border-radius: 8px;
                position: relative;
            }

                .reports_list_box ul li a:before {
                    content: '';
                    width: 6px;
                    height: 2px;
                    background-color: #fff;
                    top: 19px;
                    left: 23px;
                    position: absolute;
                }

                .reports_list_box ul li a:hover,
                .reports_list_box ul li a:focus,
                .reports_list_box ul li a:visited,
                .linreports_list_boxk_box ul li a:active {
                    color: #fff;
                    background-color: rgba(255, 255, 255, 0.2);
                }

.claims_box {
    background-image: url('../img/claim_red_grad_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 1px 9px 0 rgba(32, 33, 36, 0.6);
}

.box_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

    .box_heading img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: sub;
    }

.claims_list_box {
    max-height: 391px;
    overflow: auto;
}

    .claims_list_box::-webkit-scrollbar {
        width: 3px;
    }

    .claims_list_box::-webkit-scrollbar-track {
        background: #7d5cf1;
    }

    .claims_list_box::-webkit-scrollbar-thumb {
        background-color: #4830a0;
        border-radius: 98px;
    }

    .claims_list_box ul {
    }

        .claims_list_box ul li {
        }

            .claims_list_box ul li a {
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                padding: 10px 20px 10px 35px;
                display: block;
                transition: 0.4s ease;
                border-radius: 8px;
                position: relative;
            }

                .claims_list_box ul li a:before {
                    content: '';
                    width: 6px;
                    height: 2px;
                    background-color: #fff;
                    top: 19px;
                    left: 23px;
                    position: absolute;
                }

                .claims_list_box ul li a:hover,
                .claims_list_box ul li a:focus,
                .claims_list_box ul li a:visited,
                .claims_list_box ul li a:active {
                    color: #fff;
                    background-color: rgba(255, 255, 255, 0.2);
                }




.check-icon {
    color: green;
    cursor: pointer;
    font-size: 20px;
}


.reject-icon {
    color: red;
    cursor: pointer;
    font-size: 20px;
}


tr td:last-child {
    text-align: center;
}


.btn-addmenu {
    background-color: #e31837;
    border-color: #e31837;
}



    .btn-addmenu:hover {
        background-color: #283c54;
    }

.modal-body-App {
    padding: 18px;
}

.ZonalAppSpan {
    margin-left: 5px;
}

.profile-dropdown input[type="checkbox"] {
    display: none;
}

    .profile-dropdown input[type="checkbox"]:checked ~ ul {
        display: block;
        animation: pulse 0.5s;
    }

.profile-dropdown ul {
    z-index: 999999;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 84%;
    right: 0;
    width: 37%;
    border-radius: 3px;
}

    .profile-dropdown ul li a {
        display: block;
        padding: .50rem 1rem;
        text-decoration: none;
        color: #737373;
        font-size: 1rem;
    }

        .profile-dropdown ul li a i {
            font-size: 1.5rem;
            vertical-align: middle;
            margin: 0 .75rem 0 -.25rem;
        }

        .profile-dropdown ul li a:hover {
            background: #e5e5e5;
        }



/*marquee css*/
.footerboard_Dash {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    background-color: #e31837;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
}


.text {
    padding-top: 5px;
    vertical-align: middle;
    font-size: 15px;
    color: white;
    margin: 0;
    width: 100%;
    animation: marquee 10s linear infinite;
    display: inline-block;
    padding-right: 10px;
}


.news {
    height: auto;
    background-color: Blue;
    padding: 10px 30px 10px 30px;
    font-size: x-large;
    color: white;
    z-index: 1;
    display: block;
}

.check-group input {
    display: inline;
    padding: 0;
    height: 20px;
    width: 20px;
    margin-bottom: 0;
    /* margin-left: 5px; */
    cursor: pointer;
}

.check-group {
    display: block;
}

    .check-group label {
        display: inline;
        margin-left: 5px;
    }



/*ui-datepicker*/
.ui-datepicker {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}


.ui-datepicker-calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    /*font-size: 0.8rem;*/
    font-weight: 400;
    color: #353535;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0;
}



    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 50%;
        line-height: 2rem;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #353535;
        font-size: 1rem;
        text-decoration: none;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }

        .ui-datepicker-calendar tbody td a:hover {
            background: #e17981;
            color: #ffffff;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            background: #d33a47;
            color: #ffffff !important;
        }

        .ui-datepicker-calendar tbody td a.ui-state-highlight {
            color: #d33a47;
            border: 1px solid #d33a47;
        }

.ui-datepicker-header a span {
    display: none;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.5rem;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
}

    .ui-datepicker-header a.ui-datepicker-prev::after {
        font-family: "Material Icons";
        content: "\e314";
        font-size: 1.5rem;
        color: #353535;
    }

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
}

    .ui-datepicker-header a.ui-datepicker-next::after {
        font-family: "Material Icons";
        content: "\e315";
        font-size: 1.5rem;
        color: #353535;
    }

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    /* font-size: 0.875rem;*/
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #353535;
    font-weight: 400;
    font-size: 0.75rem;
}

.ui-datepicker {
    position: relative;
    sz-index: 10000 !important;
}

.nav_list_box {
    overflow: auto;
    max-height: 464px;
}

.nav_list_box {
    overflow: auto;
    max-height: 633px;
}



    .nav_list_box::-webkit-scrollbar {
        width: 5px;
    }

    .nav_list_box::-webkit-scrollbar-track {
    }



    .nav_list_box::-webkit-scrollbar-thumb {
        background-color: #b5b5b5;
        border-radius: 98px;
    }




@media (max-width: 479px) {

    .reg_main_wrapper {
        transform: translate(0px, 0px);
        left: 0;
        position: inherit;
        max-width: 100%;
        min-width: 100%;
        top: 0;
        padding: 5px 23px 35px;
    }

    .login_main_wrapper {
        min-width: 350px !important;
        padding: 0px 20px 0px !important;
    }

    .mobile-margin-form {
        padding: 20px 10px;
    }

    h3.login_heading {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 22px;
    }

    .login_box .form-control {
        padding: 5px 30px;
    }

    .login_box .login_btn {
        padding: 5px 25px !important;
        margin-top: 0 !important;
    }

    .forgot_pass {
        font-size: 11px;
    }

    .mobileHide, .cardBoxMobHide {
        display: none !important;
    }

    .footerboard_Dash1 {
        display: block !important;
    }
}


.footerboard_Dash1 {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    background-color: #e31837;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
}
/********** dashboard page css end ************/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.insurance-claim-margin h4 {
    font-size: 18px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-star:before {
    content: "\e006";
}

.btn {
    font-size: 14px;
}

.dataTables_length select {
    margin: 0 5px;
}

.dataTables_scroll .form-inline, .table_box .form-inline {
    display: inherit;
}

.modal-header {
    padding: 10px;
    align-items: center;
}

h4.modal-title {
    font-size: 18px;
}

.modal-header .close {
    position: relative;
    top: -7px;
}

.modal-btn-align {
    float: right;
}

#myTableCategory-plant td {
    color: #fff;
}

.partdetailtd td {
    color: black !important;
}

.plantpopuptd td {
    color: #fff !important;
}

.dataTables_scroll {
    overflow: auto !important;
}

.btn-align {
    margin-top: 25px;
}

.panel-head1 {
    margin-bottom: 10px;
}

.flex-rev1 label {
    font-weight: 500 !important;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.flex-rev1 {
    width: 100%;
}



    .flex-rev1 button {
        margin-top: 6px;
        color: #4e4949;
        background-color: #e6e6e6 !important;
    }

    .flex-rev1 .dropdown-menu {
        background-color: #e6e6e6;
    }

.multiselect-container li a label {
    padding: 3px 20px 3px 25px !important;
    font-weight: 500 !important;
}

.multiselect-container li a {
    display: block !important;
}

.multiselect-container li.active a {
    background-color: transparent !important;
}

.qry-table td {
    color: #000 !important;
}

.overflow_tbl {
    overflow-y: auto;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.upload-btn-i {
    padding: 8px 13px;
}

.table-scroll {
    overflow: auto;
}

.tbl-icon td a {
    color: #fff !important;
    border-bottom: none !important;
}

.qltPpmRepBtn {
    margin-top: 27px;
}

.exercise-u label input {
    word-wrap: break-word;
    width: 260px;
    overflow: auto;
}

.tdSpan {
    display: block;
    width: 135px;
    word-wrap: break-word;
}

.sweet-alert p {
    word-wrap: break-word;
}

.chkDnld {
    color: #fff !important;
    position: relative;
    top: 14px;
}

.expBtn {
    background-color: #858585;
    border: none;
}

.expbtnMargin {
    margin-top: 27px;
}

/*#myTableCategory-plant1 tr td {
    color: #fff;
}*/

/*.messageTbl thead {
	table-layout: fixed !important;
	width: 100% !important;
	display: table !important;
}

	.messageTbl tbody {
		width: 100% !important;
		display: block !important;
		max-height: 200px !important;
		overflow-y: scroll !important;
	}*/

.massageTblDiv {
	height: 200px;
}

.blink {
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.zigzag {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256'> <path d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(16.36deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(32.73deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(49.09deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(65.45deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(81.81deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(98.18deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(114.54deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(130.90deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(147.27deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='white' width='256' style='transform:rotate(164.2deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>");
    background-size: 100% 100%;
    font-size: 7.5px;
    font-weight: bold;
    line-height: 27px;
    color: #e31837;
    text-align: center;
    right: 16px;
    top: 2px;
    position: absolute;
}

.zigzag1 {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256'> <path d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(16.36deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(32.73deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(49.09deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(65.45deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(81.81deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(98.18deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(114.54deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(130.90deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(147.27deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-97 0 256 256' fill='red' width='256' style='transform:rotate(164.2deg);'> <path  d='M48 240 L48 16 L32 0 L16 16 L16 240 L32 256 Z' /></svg>");
    background-size: 100% 100%;
    font-size: 7.5px;
    font-weight: bold;
    line-height: 27px;
    color: #fff !important;
    text-align: center;
    left: 80px;
    top: -2px;
    position: absolute;
}

.empmth-att {
    position: relative;
}

.blink {
    color: #e31837;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


/*Diwali theme css*/

.firepot {
    width: 30px;
    height: 15px;
    background-color: #d94545;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    display: inline-block;
}

    .firepot:before {
        content: '';
        width: 25px;
        height: 20px;
        background-color: white;
        position: absolute;
        border-radius: 50%;
        top: -12px;
        left: 25px;
    }

    .firepot:after {
        content: '';
        width: 25px;
        height: 20px;
        background-color: white;
        position: absolute;
        border-radius: 50%;
        top: -12px;
    }

.light-pot {
    content: "";
    width: 3px;
    height: 4px;
    background-color: yellow;
    position: absolute;
    top: -4px;
    left: 2px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 1px solid red;
    animation-name: fire;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: bottom right;
    transform: rotate3d(1, 1, 1, 40deg );
    z-index: 1;
}

@keyframes fire {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

.firepot2 {
    width: 10px;
    height: 5px;
    background-color: #954240;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    display: inline-block;
    left: 22px;
    top: 16px;
    transform: scale(2);
}

    .firepot2:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: #6a2b30;
        position: absolute;
        border-bottom-left-radius: 4px;
        top: 0px;
        border-bottom-right-radius: 4px;
    }

    .firepot2:after {
        content: '';
        width: 50%;
        right: 0;
        position: absolute;
        height: 100%;
        background: rgba(0, 0, 0, 0.39);
        border-bottom-right-radius: 50px;
    }

    .firepot2:nth-child(2) {
        left: 47px !important;
    }

    .firepot2:nth-child(3) {
        left: 72px !important;
    }

    .firepot2:nth-child(4) {
        left: 97px !important;
    }

    .firepot2:nth-child(5) {
        left: 122px !important;
    }

.select-raise {
    border: 1px solid #464648 !important;
    color: #6a6969 !important;
}

#SOSRemarkDiv div {
    width: 100% !important;
    text-align: left !important;
}

span.part_desc_span {
    width: 290px;
    display: block;
}

span.part_desc_span1 {
    width: 120px;
    display: block;
}




