/*Old Css*/
/* Common Css start */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html, body, form {
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, span {
    padding: 0;
    margin: 0;
}

a, img {
    border: none;
    outline: 0;
}

    a, a:hover, input:hover, a:active, a:focus {
        text-decoration: none;
        transition: 0.3s;
    }

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wrapper {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.s-container {
    width: 98%;
    margin: 0 auto;
}

.content-inner {
    display: inline-block;
    float: none;
    margin: 40px 0 86px;
    width: 100%;
}

.main-content {
    float: left;
    width: 100%;
    margin: -2px 0 0;
    padding: 0 0 80px;
}

.full-width {
    width: 100% !important;
}

.text-width2 {
    width: 20% !important;
}

.text-width {
    width: 40% !important;
}

.no-pad {
    padding: 0 !important;
}

.rt {
    float: right;
}

.ft {
    float: left !important;
}

.half-width {
    width: 50% !important;
}

.margin-top {
    margin-top: 10px !important;
}

.padding-top {
    padding-top: 10px !important;
}
/* Common Css end */
/* HEADER */
.logo-right > img {
    max-width: 96px;
    width: 100%;
}

.login-header {
    padding: 10px 0 !important;
}

.login-logo {
    margin: 0 0 0 0 !important;
}

.header {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    box-shadow: 0 0 9px rgba(0,0,0,0.21);
    background: none repeat scroll 0 0 #fff;
}

.logo {
    float: left;
    margin: 0px 0 0 0;
}

.center-header {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    margin: 46px 0 0;
    text-transform: uppercase;
    padding: 26px 0 0 0;
}

.logo-right {
    float: right;
}

.login-details {
    float: right;
}

.user-msg {
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

    .user-msg > span {
        color: #464646;
    }

.login-details .grey-btn {
    padding-left: 32px;
    background: url('/images/logout-btn.png') no-repeat #60748c;
    background-position: 10px 8px;
    margin: 0 0 0 5px;
}

    .login-details .grey-btn:hover, .login-details .grey-btn:active, .login-details .grey-btn:focus {
        background: url('/images/logout-btn.png') no-repeat #6a809b;
        background-position: 10px 8px;
    }
/* HEADER */
.login-img {
    width: 100%;
    float: left;
}
/*loginform*/
.input-box {
    float: left;
    min-height: 60px;
    width: 100%;
}

.img-left > p {
    color: #fff;
    font-size: 58px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

    .img-left > p span {
        font-size: 47px;
        display: inline-block;
        vertical-align: top;
    }

.img-left img {
    width: auto;
    border-radius: 7px 0 0 7px;
}

.login-form input[type="text"] {
   
    background-repeat: no-repeat;
    background-position: 10px center;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 12px 5px 12px 42px;
    position: relative;
    width: 100%;
    border: none;
    color: #000;
}

.login-form p {
    font-size: 12px;
    padding: 10px 0 25px;
    color: #5d5d5d;
}

.login-form h4 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.login-form a {
    color: #616161;
    float: right;
    font-size: 13px;
    padding: 0;
    text-decoration: underline;
    text-transform: capitalize;
}

.login-form input[type="password"] {
    background-image: url("/images/password-icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 12px 5px 12px 42px;
    position: relative;
    width: 100%;
    border: none;
    color: #000;
}
/*loginform*/

/* HEADER START*/


.logo-right {
    float: right;
}
/*.center-header {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    max-width: 303px;
    width: 100%;
}*/
/* HEADER START */
.content-inner {
    display: inline-block;
    float: none;
    margin: 10px 0 0;
    width: 100%;
}

.sanction-textbox {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #787474;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 0 12px 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.upload-tab {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.current_bg {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*TAB START */
.setting-menu.setting-menu2 {
    margin: 0 auto;
    width: 100%;
    float: left;
}

    .setting-menu.setting-menu2 ul {
        border: 1px solid #dddddd;
        border-radius: 3px;
        float: left;
        width: 100%;
        overflow: inherit;
    }

        .setting-menu.setting-menu2 ul li {
            padding: 0;
            text-align: center;
        }

        .setting-menu.setting-menu2 ul.tab {
            background: none repeat scroll 0 0 #fff;
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            border: 1px solid #dddddd;
        }

            .setting-menu.setting-menu2 ul.tab li {
                float: left;
                padding: 0;
                text-align: center;
                width: 20%;
            }

                .setting-menu.setting-menu2 ul.tab li a {
                    text-transform: uppercase;
                    display: block;
                    color: black;
                    text-align: center;
                    text-decoration: none;
                    transition: 0.3s;
                    color: #777;
                    font-size: 14px;
                    font-weight: 500;
                    padding: 12px 15px;
                }

                    .setting-menu.setting-menu2 ul.tab li a:hover {
                        background: #03ae48;
                        overflow: hidden;
                        color: #fff;
                    }

                    .setting-menu.setting-menu2 ul.tab li a:focus, .setting-menu.setting-menu2 ul.tab li a.active {
                        background: #03ae48;
                        overflow: hidden;
                        color: #fff;
                    }

ul.tab li a.active {
    color: #fff;
}

.tabcontent {
    display: none;
    margin: 0;
    border-top: none;
    float: left;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0 15px;
}
/*TAB END */

/*FOOTER START */
.footer {
    float: left;
    width: 100%;
    padding: 8px 0;
    background: #1c1c1c;
    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

    .footer p {
        font-size: 14px;
        color: #fff;
    }

.mahindra-pin {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 115px;
}
/*FOOTER END*/

/* CHANNEL FINANCE START*/
.logout {
    float: right;
    margin: 0;
    padding: 19px 0 0 0;
}

    .logout label {
        color: #000;
        font-size: 14px;
        text-transform: capitalize;
    }

    .logout span {
        font-weight: bold;
    }

    .logout input[type="button"] {
        background: transparent;
        border: 1px solid #959595;
        border-radius: 5px;
        color: #4e4d4d;
        cursor: pointer;
        display: inline;
        font-size: 13px;
        font-weight: 500;
        margin: 0 0 0 10px;
        padding: 10px;
        text-align: center;
        text-transform: capitalize;
    }
/* CHANNEL FINANCE END*/


.portal-screen-content {
    background: #f3f3f3;
}

.current_bg {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 30px 30px;
    ;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

    .current_bg h4 {
        border-bottom: 1px solid #dcdcdc;
        font-size: 18px;
        font-weight: 500;
        padding: 0 0 3px;
        text-align: left;
        text-transform: capitalize;
    }

.form-list {
    float: left;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
}

.form-left-box {
    float: left;
    padding: 0 15px 10px 0;
    text-align: left;
    width: 25%;
    font-weight: normal;
}

    .form-left-box label, .form-right-box label {
        color: black;
        display: block;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        padding: 0 0 6px;
        text-align: left;
        text-overflow: clip ellipsis;
        text-transform: capitalize;
        white-space: nowrap;
    }

    /*.select-textbox {
    background-image: url("/images/s-arrow2.png");
    background-repeat: no-repeat;
    background-position: 95% 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -ie-appearance: none;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #787474;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}*/

    .form-left-box option, .form-right-box option {
        padding: 0 0 0 10px;
    }

.calendar {
    padding: 12px 0 12px 10px;
    background: url("/images/s-calendar.png");
    background-repeat: no-repeat;
    background-position: 96% 12px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #787474;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.clock {
    background: url("/images/clock.png");
    background-repeat: no-repeat;
    background-position: 96% 12px;
}

.current_bg li:last-child {
    width: 100%;
}

.hover-blue:hover {
    /*background: lightblue !important;
    color: black !important;*/
    background: black !important;
    color: #fff !important;
}

.login:hover {
    background: black !important;
    color: #fff !important;
}

/*table, th, td {
    border: 1px solid black;
}*/

.reponsive-table > table { /*table-layout: fixed;*/
    border: 1px solid black; /*border: 1px solid #b7b7b7;*/
    text-align: center;
    border-collapse: collapse;
    float: left;
    width: 100%;
}

a.Acknowledgement {
    background: none repeat scroll 0 0 #3c9581;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 9px 14px;
    cursor: pointer;
    display: inline-block;
}
/*.reponsive-table tr:nth-child(2n){background:#f3f3f3;}*/
.reponsive-table > table th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
    padding: 8px 8px;
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reponsive-table > table td {
    text-align: center;
    word-break: break-word;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 8px 8px;
    color: var(--white, #2E2E2E);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.auto-width-table > table {
    width: 585px;
}

.form-row {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
}

.documents {
    float: left;
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
}

    .documents h5 {
        color: #000;
        font-size: 13px;
        padding: 0 0 10px;
        text-transform: capitalize;
        text-align: left;
    }

#file-upload-cont {
    float: left;
    position: relative;
    width: 108px;
    border-radius: 3px;
    background: #3c9581;
    color: #fff;
    height: 40px;
}

#my-button {
    font-size: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 13px;
    z-index: 99999;
}

#file-upload-cont > input[type="file"] {
    border: medium none;
    float: left;
    height: 48px;
    opacity: 0;
    -ie-opacity: 0;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}


/*asset-outer-start*/
.asset-outer {
    display: inline-block;
    width: 1200px;
    margin: 10% 0 0;
    position: relative;
}

/*dealer management-start 16/01/19*/
.login-bg {
    background-size: 100%;
    background-image: url("/images/swaraj_new1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    width: 100%;
    overflow: hidden;
    background-position: 0;
}

.box-inner {
    margin: 97px auto;
    width: 100%;
    max-width: 482px;
}

.box-left {
    float: left;
}

.box-rt {
    display: inline-block;
    width: 100%;
    max-width: 272px;
    text-align: left;
}

    .box-rt p {
        color: #fff;
        font-size: 54px;
        font-weight: bold;
    }

    .box-rt span {
        display: block;
    }

.box-left img {
    width: 100%;
    max-width: 170px;
}

.img-left {
    float: left;
    left: 0;
    position: absolute;
    width: 662px;
    background: #0009;
    height: 388px;
}

.box-rt span:last-child {
    color: #03ae48;
}

.input-box.input-box2 {
    min-height: auto;
    padding: 0 0 16px;
    float: left;
    width: 100%;
    text-align: left;
}

.input-box2 label {
    color: #525252;
    font-size: 14px;
}

.login-form {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: right;
    margin: 0;
    max-width: 32%;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 2px 5px #0000001a;
    border: rgb(190,189,189) 1px solid;
    border-radius: 10px;
}

    .login-form input[type="button"] {
        background: #03ae48;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        margin: 0;
        text-transform: uppercase;
        width: 100%;
        padding: 12px 0;
    }

.header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 0 9px rgba(0,0,0,0.21);
    background: #fff;
    min-height: 98px;
}

.logo {
    float: left;
    margin: 0;
}

.login-bg2 {
    background: #fff;
}

.dealer-inner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .dealer-inner ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .dealer-inner ul li {
            display: inline-block;
            max-width: 300px;
            width: 100%;
            margin: 0 10px 10px;
            padding: 60px 0 0;
            background: #fff;
            border-radius: 24px;
            box-shadow: 0px 0px 4px #cecece;
            min-height: 340px;
        }

.dealer-outer {
    display: inline-block;
    width: 100%;
    margin: 40px 0 0;
    position: relative;
}

.dealer-inner img {
    display: inline-block;
}

.text1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 19px 0 0 0;
    font-size: 48px;
    font-weight: bold;
    color: #3a3a3a;
}

.text2 {
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    color: #666666;
}

.dealerimg {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.text2 span {
    display: block;
}

.sec-heading {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    text-align: left;
    font-size: 24px;
    color: #313131;
    font-weight: 600;
}

.dealer-outer2 {
    margin: 20px 0;
}

.reponsive-table {
    float: left;
    margin: 0;
    padding: 25px 0 0;
    width: 100%;
    overflow-x: auto;
    background: #fff;
}

.login {
    background: lightblue;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    font-weight: 600;
    cursor: pointer;
    float: none;
    font-size: 14px;
    margin: 0 0 5px;
    text-transform: capitalize;
    padding: 8px 27px;
}

.login-logo img {
    width: auto;
}

.green-btn {
    background: lightblue;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 5px 2px;
    padding: 10px 17px;
    text-align: center;
    text-transform: uppercase;
}
/*dealer management-end 16/01/19*/
.search {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    /*padding: 0;*/
}

    .search input#txtsearchKeyword {
        border: 1px solid #b7b7b7;
        border-radius: 5px;
        color: #787474;
        /* display: block; */
        font-size: 14px;
        font-weight: normal;
        padding: 12px 0 12px 10px;
        text-align: left;
        text-transform: capitalize;
        width: 30%;
    }

    .search input#btnSearch {
        background: #03ae48;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        float: none;
        font-size: 14px;
        margin: 0 0 5px;
        text-transform: capitalize;
        padding: 13px 27px;
    }

    .search select.select-search {
        width: 17%;
        display: inline-block;
        height: 40px;
        padding: 0 0 0 0;
        margin: 0 12px 0 0;
        border-radius: 5px;
        color: #787474;
    }
/*RESPONSIVE CSS START*/
@media(min-width:1200px) and (max-width:1400px) {
    .dealer-inner ul li {
        max-width: 221px;
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .dealer-inner ul li {
        max-width: 198px;
    }
}

@media(max-width:1199px) {
    .s-container {
        padding: 0 10px;
    }

    .mahindra-pin {
        width: 350px;
        height: 84px;
    }

        .mahindra-pin img {
            width: 100%;
        }

    .form-right-box {
        margin: 0 0 0 7px;
    }
}

@media(max-width:991px) {
    .login-logo img {
        width: 176px;
    }

    .sub-dropdown {
        left: 0px;
        top: 94px;
    }

    .img-left {
        position: relative;
        width: 100%;
    }

        .img-left img {
            max-width: 533px;
            width: 100%;
        }

        .img-left > p span {
            display: block;
        }

    .login-form {
        float: none;
    }

    .asset-outer {
        width: 100%;
        box-shadow: none;
    }

    .img-left img {
        border-radius: 7px;
    }
}

@media(max-width:767px) {
    /*swaraj delear managment start*/
    .setting-menu.setting-menu2 ul.tab li {
        width: 100%;
    }

    .dealer-inner ul li {
        margin: 0 0px 15px;
    }

    .box-rt p {
        color: #fff;
        font-size: 35px;
        font-weight: bold;
    }

    .box-rt {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

        .box-rt span {
            display: inline-block;
        }

    .box-left {
        width: 100%;
    }

    .img-left img {
        max-width: 129px;
        width: 100%;
    }

    .logo {
        position: relative;
    }
    /*swaraj delear managment end*/

    .setting-menu.setting-menu2 ul.tab li {
        max-width: 100%;
    }

    .login-logo {
        margin: 0px 0 0 !important;
    }

    .login-form {
        float: none;
        margin: 7% 0;
    }

    .center-header {
        font-size: 17px;
        margin: 15px 0;
        width: 100%;
        padding: 10px 0;
    }

    .logo, .logo-right {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .header {
        padding: 30px 0;
    }

    .form-right-extreme {
        float: right;
        margin: 23px 0 0 6px;
        width: 16%;
    }

    .report-search {
        float: right;
    }

    .form-right-box {
        margin: 0 0 0 0;
        width: 100%;
    }

    .s-container {
        padding: 0 10px;
    }

    .mahindra-pin {
        width: 260px;
        height: 64px;
    }

    .logo {
        width: 100%;
    }

    .form-list.renewal_form {
        border-right: none;
        padding: 0;
        width: 100%;
    }

    .logout {
        float: none;
        text-align: center;
    }

    .form-left-box {
        width: 100%;
        margin: 0 0 15px
    }

    .form-list {
        width: 100%;
    }

        .form-list.renewal_form:last-child {
            border: medium none;
            float: left;
            padding: 0;
        }

    .mahindra-pin img {
        width: 100%;
    }

    .setting-menu.setting-menu2 ul li {
        width: 100%;
        max-width: 100%;
    }

    .setting-menu.setting-menu2.setting-menu-CFM {
        width: 100%;
    }

        .setting-menu.setting-menu2.setting-menu-CFM li {
            width: 100%;
        }

    .bank-section {
        float: left;
        margin: 0;
        padding: 0 10px 10px 0;
        width: 50%;
    }

    .logout input[type="button"] {
        margin: 0;
    }

    ul.dropdown {
        background: none repeat scroll 0 0 #fff;
        display: none;
        position: absolute;
        width: 95% !important;
        z-index: 999999;
    }

    .full-width, .text-width2, .text-width {
        width: 100% !important;
    }

    .main-content {
        text-align: center;
    }
}

@media(max-width:639px) {
    .left-add-btn {
        float: none;
    }

    .green-btn {
        font-size: 12px;
        padding: 10px 15px;
    }

    .current_bg h4 a {
        margin: -14px 0 0;
    }

    .current_bg {
        padding: 15px;
    }

    .mahindra-pin {
        display: none;
    }

    .logout label {
        display: block;
        padding: 0 0 10px;
    }

    .dashboard > ul li {
        max-width: 300px;
    }

    .dahboard-left {
        width: 86px;
    }

    .dashboard-right {
        width: 167px;
    }

        .dashboard-right > label {
            width: 61px;
        }

        .dashboard-right > a {
            font-size: 11px;
            padding: 20px 24px 0 14px;
            width: 116px;
        }

    .dashboard {
        padding: 15px;
    }

    .img-left > p, .img-left > p span {
        font-size: 36px;
    }
}

.bradcrums {
    background: #ff5a5a;
    width: 100%;
    float: left;
    margin: -20px 0 0 0;
    padding: 15px 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.links {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    margin: auto;
    display: inline-block;
}

    .links a {
        color: #111111;
    }

        .links a em {
            font-style: normal;
            margin-left: 7px;
        }

table#BenchmarkingReport1 {
    /* width: 75%; */
    /* margin-top: 20px; */
}

table#BenchmarkingReport1 {
    /* width: 75%; */
    /* margin-top: 20px; */
}

span.select2-selection.select2-selection--single {
    height: 33px;
    background-image: url(/images/s-arrow2.png);
    background-repeat: no-repeat;
    background-position: 95% 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -ie-appearance: none;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #787474;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

    span.select2-selection.select2-selection--single b {
        display: none;
    }

reponsive-table > table th {
    border: 1px solid black;
    background: #03ae48;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 5px;
    text-align: center;
    background-color: #009f49;
}

/*.highcharts-text-outline {
    stroke: none;
}
*/
label {
    font-weight: 500;
    font-size: 12px;
}

.form-left-box label, .form-right-box label {
    font-weight: 600;
}

.reponsive-table > table td select, .reponsive-table > table td input {
    width: 100% !important;
}

textarea.whiteinput.clsAnalysis.row-data, textarea {
    padding: 5px;
    width: 100% !important;
    height: 56px !important;
}

    textarea.whiteinput.clsAction.row-data, textarea {
        padding: 5px;
        width: 100% !important;
        height: 56px !important;
    }

/*RESPONSIVE CSS END*/


div#exampleModal {
    padding: 0;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0%;
    bottom: 70px;
    z-index: 99999;
    padding: 0 !important;
}

    div#exampleModal .modal-dialog {
        margin: auto;
        padding: 16px;
        width: 80%;
        position: fixed;
        top: 50px;
        bottom: 50px;
    }

    div#exampleModal table#CompetitorBenchmarkingReport {
    }

    div#exampleModal .reponsive-table.upload-bg {
        max-height: 610px;
    }

    div#exampleModal .modal-body {
        background: #fff;
        display: inline-block;
        width: 100%;
    }

td button.btn.btn-primary {
    background: none !important;
    border: none !important;
    color: blue !important;
    clear: both;
    display: inline-block;
    float: inherit;
    font-weight: 600 !important;
    cursor: pointer;
    outline: none !important;
}

.reponsive-table > table td span {
    width: 100%;
    float: left;
    margin: 0 0 4px;
}

.ImagebtnClass {
    height: 50px;
    width: 50px;
}

input.whiteinput.clsAnalysis.row-data {
    border: none;
    background: no-repeat;
    padding: 0;
    text-align: center;
    font-weight: 600;
    outline: none !important;
    font-size: 14px;
    padding: 11px 9px;
    word-break: break-all;
    box-shadow: none !important;
    cursor: text;
}

.reponsive-table > table td img {
    max-width: 20px;
}

.reponsive-table > table td input.loginbtn {
    width: auto !important;
    background: lightblue;
    border: 1px solid black;
    border-radius: 5px;
    color: Black;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px 0 0;
    padding: 6px 11px;
    text-align: center;
    text-transform: uppercase;
}

#exampleModal.newpop thead th {
    position: sticky;
    top: -30px;
}

#exampleModal.newpop .reponsive-table.upload-bg {
    padding: 0;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(2), #exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(2) {
    left: 95px !important;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(2) {
    z-index: 9999 !important;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(2), #exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(2) {
    left: 98px !important;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
}

#exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #thead tr:nth-child(1) th:nth-child(2) {
    z-index: 9999 !important;
}

#exampleModal.newpopup1 .reponsive-table table#CompetitorBenchmarkingReport {
    border-collapse: separate;
    border-spacing: 0;
}

textarea.whiteinput.clsAnalysis:disabled {
    border: none;
    background: none !important;
    font-weight: bold !important;
    font-family: Arial;
}

/*End Old Css*/
/*Latest CSS */

body {
    background: #fff;
    font-family: Arial;
    width: 100%;
    float: left;
    margin: auto;
}

.headerbg {
    background: #fff;
    padding: 7px 0;
    width: 100%;
    float: left;
    margin: auto;
}

.logo {
    float: left;
    margin: auto;
}

    .logo img {
        max-width: 90%;
    }

.heading {
    text-align: center;
    float: left;
    margin: auto;
    text-align: c;
}

.customer {
    color: var(--text, #2E2E2E);
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px 0 0;
}

.profilepic {
    float: right;
    margin: auto;
}

    .profilepic li.nav-item {
        list-style: none;
        width: 100%;
        margin-top: 7px;
    }

        .profilepic li.nav-item img.rounded-circle {
            float: left;
            width: 40px;
            border-radius: 100%;
            border: 1px solid #ccc;
            height: 40px;
            margin-right: 10px;
        }

        .profilepic li.nav-item .smalltext {
            width: 60%;
            float: left;
            color: var(--dark-text, #707070);
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            font-family: Arial;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .profilepic .navbar-nav {
        margin: 0;
        padding: 0;
        width: 100%;
    }

#navbar-list-4 {
    padding: 0;
    width: 100%;
}

.smalltext em {
    color: var(--text, #2E2E2E);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.middleboxes {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.fullwidths {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.paddings {
    border-radius: 15px;
    background: var(--light-green, #F2FAF6);
    width: 100%;
    float: left;
    padding: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.head {
    color: var(--swaraj-green, #009C4A);
    text-align: center;
    font-family: Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 127.273% */
    width: 100%;
    float: left;
    margin: 10px 0 0;
    height: 60px;
}

.profilepic .dropdown-menu ul {
    padding: 0;
    margin: auto;
}

.profilepic a.dropdown-item {
    color: var(--text, #2E2E2E);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.profilepic .dropdown-menu ul li {
    padding: 10px 10px;
    list-style: none;
    border-bottom: 1px solid #cccc;
}

.profilepic .dropdown-menu {
    border-radius: 5px 5px 0px 0px;
    border: 1px solid var(--background, #F5F5F5);
    background: var(--white, #FFF);
    box-shadow: 0px 14px 24px -10px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

    .profilepic .dropdown-menu ul li:last-child {
        border: none;
    }

.profilepic li.nav-item .smalltext i.far.fa-angle-down {
    position: absolute;
    right: 0;
    top: 20px;
    text-shadow: none;
    font-size: 20px;
    color: #000;
}

.headerbg .container {
    width: 98%;
}

.paddings:hover {
    border-radius: 15px;
    background: var(--swaraj-green, #009C4A);
    box-shadow: 0px 30px 50px -20px rgba(0, 156, 74, 0.40);
}

    .paddings:hover svg {
        fill: #fff;
    }

    .paddings:hover .head {
        color: #fff;
    }

#sideitems {
    padding: 0;
    background: #fff;
    width: 85%;
    float: right;
    transition: width .5s ease-in;
}

    #sideitems #navbar-list-4 {
        float: right;
        width: auto;
    }

        #sideitems #navbar-list-4 .smalltext {
            min-width: 120px;
        }

    #sideitems .customer {
        text-align: center;
    }

#sidebar {
    background: #eaeff2;
    box-shadow: 0px -15px 110px 0px rgba(0, 0, 0, 0.08);
    float: left;
    height: 100%;
    width: 15%;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 51px;
    padding: 0;
    transition: width .5s ease-in;
}

.logoimages {
    width: 100%;
    float: left;
    margin: 00px 0 10px;
    padding: 0 0;
    text-align: center;
    position: relative;
}

    .logoimages img {
        max-width: 53%;
    }

.borderred {
    position: absolute;
    z-index: 1;
    width: 20%;
    overflow: hidden;
    bottom: -20px;
    left: -20px;
}

.mapviiews {
    width: 100%;
    float: left;
    margin: 30px 0;
}

    .mapviiews img {
        max-width: 100%;
    }

.smallheading {
    color: var(--text, #2E2E2E);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
    text-align: center;
}

.miditemsss {
    width: 100%;
    float: left;
    margin: 0 0 40px;
}

.mapviews {
    padding-right: 20px;
    padding-left: 0;
    width: 36%;
    padding-top: 0;
    padding-bottom: 20px;
}

.miditemss {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    width: 64%;
    padding-right: 0;
}

.expoprt button {
    border-radius: 10px;
    background: var(--swaraj-green, #009C4A);
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 5px;
    padding: 10px 27px;
}

.content-inner > .col-sm-12 {
    padding: 0;
}

.expoprt button i.far.fa-angle-down {
    position: relative;
    right: -6px;
    top: 0;
}

.expoprt li.nav-item.dropdown {
    list-style: none;
}

.form-control {
    padding: 6px 6px;
    font-weight: normal;
}

.expoprt {
    position: absolute;
    right: 0;
    top: 0;
}

.midheadaings {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    position: relative;
}

.expoprt .dropdown-menu ul {
    padding: 0;
    margin: auto;
}

.expoprt a.dropdown-item {
    color: var(--text, #2E2E2E);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.expoprt .dropdown-menu ul li {
    padding: 10px 10px;
    list-style: none;
    border-bottom: 1px solid #cccc;
}

.expoprt .dropdown-menu {
    border-radius: 5px 5px 0px 0px;
    border: 1px solid var(--background, #F5F5F5);
    background: var(--white, #FFF);
    box-shadow: 0px 14px 24px -10px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin: 0;
    padding: 0;
    left: auto;
    right: 0;
}

    .expoprt .dropdown-menu ul li:last-child {
        border: none;
    }

.searchfilter {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.col-sm-3.wdithauto.searchbtn {
    width: 16%;
}

.searchfilter .wdithauto {
    width: 21%;
    float: left;
    padding: 0 15px;
    padding-right: 0px;
}

.search {
    border-radius: 10px;
    background: var(--swaraj-green, #009C4A);
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
}

.searchfilter .wdithauto .form-control {
    height: auto;
    padding: 7px 7px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.tablebox {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

thead tr th {
    background: var(--dark-text, #707070);
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

table.table.table-striped.table-hover {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #000;
}

/*.table > thead > tr > th:first-child {
  
    border: none;
}
*/
/*.table > thead > tr > th:last-child {*/
/*
    border: none;*/
/*position: sticky !important;
}*/

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
    padding: 8px 8px;
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.table tbody tr td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 8px 8px;
    color: var(--white, #2E2E2E);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    word-break: break-word;
}

.table tbody tr:last-child td:first-child {
    /*  border-bottom-left-radius: 10px;*/
    /*border-left: 1px solid #000 !important;*/
    /*border: none;*/
}

.table tbody tr:last-child td:last-child {
    /*   border-bottom-right-radius: 10px;*/
    border-right: none;
}

.exportbtndiv {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    text-align: right;
}

    .exportbtndiv svg {
        position: relative;
        top: 4px;
    }

    .exportbtndiv .search {
        padding: 10px 20px 13px 20px;
    }

.menuitems {
    float: left;
    width: 100%;
    margin: 0 0 0;
}

body.menuToggle #sidebar .cfg {
    display: none;
}

.side-menu-container {
    width: 100%;
    float: left;
    margin: auto;
}

.texts {
    color: #000;
    /*    font-family:Arial; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    float: left;
    width: 74%;
}

.side-menu-container .nav.navbar-nav li {
    width: 100%;
    float: left;
    margin: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

    .side-menu-container .nav.navbar-nav li svg {
        float: left;
        width: 15%;
        text-align: left;
        max-width: 20px;
        margin-right: 5px;
    }

    .side-menu-container .nav.navbar-nav li a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        float: left;
        cursor: pointer;
        padding: 10px 15px;
    }

.side-menu-container .nav > li > a:hover, .side-menu-container .nav > li > a:focus {
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}

.panel-body ul {
    margin: 0;
    padding: 0 0px;
}

    .panel-body ul li {
        list-style: none;
        line-height: 43px;
    }

        .panel-body ul li a {
            color: #000;
            font-family: Arial;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .panel-body ul li a {
            background: none !important;
            padding: 10px 10px;
        }

#dropdown .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.side-menu-container .nav.navbar-nav li#dropdown a {
    padding-bottom: 10px;
    padding-top: 10px;
}

    .side-menu-container .nav.navbar-nav li#dropdown a svg {
        position: relative;
        top: 4px;
    }

#dropdown-lvl1 {
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}

.fulboxes {
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #tab-button li {
        display: table-cell;
        width: 20%;
    }

        #tab-button li a {
            display: none;
            padding: 8px 10px;
            background: none;
            border-bottom: 3px solid #ddd;
            text-align: center;
            color: #000;
            text-decoration: none;
            font-family: Arial;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-right: 8px;
        }

        #tab-button li:not(:first-child) a {
            border-left: none;
        }

        #tab-button li a:hover, #tab-button .is-active a {
            border-bottom-color: var(--swaraj-green, #009C4A) !important;
            background: none;
        }

.tab-contents {
    padding: .5em 2em 1em;
    border: none;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 10px !important;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

li.is-active a {
    color: var(--swaraj-green, #009C4A) !important;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#tab-button li.is-active {
    width: auto;
    display: inline-block;
    background: none !important;
}

#tab-button li {
    width: auto;
    display: inline-block;
}

.firstbox {
    padding: 0;
}

    .firstbox .wdithauto {
        width: 18%;
    }

        .firstbox .wdithauto.searchbtn {
            width: 8%;
            margin-top: 4px;
        }

.tab-contents button.search {
    padding: 9px 26px;
    font-size: 13px;
    position: relative;
}

    .tab-contents button.search svg {
        top: 8px;
        position: absolute;
        left: 8px;
        max-width: 10%;
    }

.Save {
    color: var(--swaraj-green, #009C4A);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: left;
}

a.edit {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

    a.edit svg {
        float: left;
        margin-right: 3px;
        position: relative;
        top: 2px;
    }

th.actions {
    min-width: 130px;
    max-width: 130px;
}

.table tbody tr td.editbox {
    background: var(--light-green, #F2FAF6);
}

.tabs {
    width: 100%;
    float: left;
    margin: auto;
}

textarea.form-control.tabltext {
    width: 100% !important;
    height: 100px !important;
    border: 1px solid #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 5px;
}

table tr th:first-child {
    z-index: 11;
}

table tr th {
    position: sticky;
    top: -1px;
    z-index: 9;
}


/*
    table tr th:last-child, table td:last-child {
        position: sticky;
        min-width: 110px;
        right: -1px;
        z-index: 10;
    }*/

.table-responsive {
    width: 100%;
    height: auto;
    /* overflow: auto; */
}

table tr th:last-child {
    z-index: 999;
}


table.table.table-striped.table-hover tr:nth-child(2) th {
    border-radius: 0;
    border-right: 1px solid #000;
    text-align: center;
    min-width: 143px;
    border-top: 1px solid #000;
    max-width: 140px;
}

    table.table.table-striped.table-hover tr:nth-child(2) th:first-child {
        border-left: 1px solid #000;
    }

table.table.table-striped.table-hovers tr:nth-child(2) th {
    border-radius: 0;
    border-right: 1px solid #000;
    text-align: center;
    min-width: 30px;
    border-top: 1px solid #000;
    max-width: 140px;
}

table.table.table-striped.table-hover tr:nth-child(2) th:first-child {
    border-left: 1px solid #000;
}

table.table.table-striped.table-hover tr th.col {
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #cccc;
    border-left: 1px solid#ccc;
}

.table tbody tr td .form-control.option {
    font-size: 12px;
    padding: 0 3px;
}
/*
table.table.table-striped.table-hover tr:nth-child(2) th:last-child {
    position: inherit;
}*/

.searchfilter.spacebottom {
    margin: 0;
}

    .searchfilter.spacebottom .exportbtndiv {
        margin-bottom: 10px;
    }


.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0 !important;
    padding-right: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table.table-striped.table-hover {
    margin: 0;
}


.col-sm-2.searchbtn #btnSearch {
    position: relative;
    margin-top: 23px;
}

a#menuid {
    position: absolute;
    left: 5%;
    font-size: 26px;
    z-index: 999;
    color: #000;
    top: 3px;
    width: auto;
    float: left;
}

.cfg {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #000;
    position: relative;
    top: 6px;
}

body.menuToggle #sidebar {
    width: 5%;
    max-width: 100%;
}

body.menuToggle #sideitems {
    width: 95%;
    max-width: 100%;
}

body.menuToggle #sidebar .logoimages img {
    opacity: 0;
}

body.menuToggle #sidebar .texts {
    display: none;
}

body.menuToggle #sidebar .nav.navbar-nav li svg {
    width: 100%;
}

body.menuToggle #sidebar a#menuid {
    left: 28px;
    position: absolute;
}

.dropdown-menu.show {
    top: 51px !important;
}

#container {
    height: 56vh;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.searchfilter .exportbtndiv svg {
    position: absolute;
    left: 30px;
    top: 32px;
}

.searchfilter .exportbtndiv #btnExport {
    padding: 8px 20px 8px 40px;
    width: auto;
    margin-top: 24px;
}

.tablinks.active {
    border-bottom-color: var(--swaraj-green, #009C4A) !important;
    background: none;
    color: #009C4A !important;
}

.whiteinput {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 10px;
    height: auto !important;
}

.clsModel, select.clsStatus {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
}

.exportbtndiv.svg {
    margin: 0;
}

#divExport.wdithauto.searchbtn {
    margin: 0;
}



.tablebox tbody input#btnSave {
    margin-right: 3px;
    display: inline-block;
    color: var(--swaraj-green, #009C4A);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: left;
    background: none;
    border: none;
    width: auto !important;
    min-width: auto !important;
}


.tablebox tbody input#btnEdit {
    float: left;
    margin-right: 3px;
    display: inline-block;
    color: var(--swaraj-green, #009C4A);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: none;
    border: none;
    min-width: auto !important;
    width: auto !important;
}

button.close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: -4px;
}

    button.close span {
        font-size: 38px;
    }


/*table td:last-child {
    background: #F5F5F5;
}

tr:nth-child(2n) td:last-child {
    background: #ebebeb;
}*/

.topheaderbg .mainheadings {
    text-align: center;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.topheaderbg {
    background: #eaeff2;
    width: 100%;
    float: left;
    position: fixed;
    padding: 5px 0;
    z-index: 999999;
    background: var(--swaraj-green, #009C4A);
    border-bottom: 1px solid #ccc;
}

    .topheaderbg .images img {
        max-width: 30%;
    }

    .topheaderbg svg {
        width: 116px !important;
        position: absolute;
        height: 56px;
        top: -6px;
        left: 0;
    }

.table-striped > thead > tr > th, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > th, .table-striped > thead > tr > td, .table-striped > tbody > tr > td, .table-striped > tfoot > tr > td {
    border: 1px solid #333;
}

.tablebox {
    border: 1px solid #000;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    width: 100%;
    /*    float: none;
    margin: 0 auto;
    width: 80%;*/
    z-index: 9;
    border-radius: 10px;
    overflow: auto;
}

#topmids {
    margin-top: 45px;
    padding: 0 20px;
    margin-bottom: 0;
}


.tablebox tr:last-child td {
    border-bottom: none;
}

.logouts span #btnLogout {
    background: none;
    border: none;
    padding: 0;
    float: left;
    cursor: pointer;
}



.side-menu-container .nav.navbar-nav li#dropdown a i.fas {
    position: absolute;
    color: #000;
    font-size: 29px;
    right: 10px;
    transform: rotate(-180deg);
    top: 13px;
}

.side-menu-container .nav.navbar-nav li#dropdown a.collapsed i.fas {
    position: absolute;
    color: #000;
    font-size: 29px;
    right: 10px;
    transform: rotate(0);
    top: 13px;
}

.col-sm-12.firstbox .col-sm-2.wdithauto {
    width: 15%;
}

    .col-sm-12.firstbox .col-sm-2.wdithauto .calendar {
        background-position: 95% 7px;
        background-size: 17%;
    }


.searchfilter .checkbox {
    display: inline-block;
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-bottom: -10px;
}

    .searchfilter .checkbox .form-left-box {
        padding: 7px 20px;
        color: var(--dark-text, #707070);
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .searchfilter .checkbox .form-left-box label {
            color: var(--dark-text, #707070);
            font-family: Arial;
            font-size: 14px !important;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            position: relative;
            top: 2px;
        }

.logouts {
    position: absolute !important;
    bottom: 80px;
}

    .logouts path {
        fill: black;
    }

.edit path {
    fill: black;
}

.edit {
    position: absolute !important;
    bottom: 106px;
}

.logouts {
    position: absolute !important;
    bottom: 60px;
}


.header.login-header {
    min-height: 80px;
    background: var(--swaraj-green, #009C4A);
}

    .header.login-header .logo.login-logo {
    }

        .header.login-header .logo.login-logo img {
            max-width: 60% !important;
        }

    .header.login-header .center-header.login-logo {
        color: #fff;
        position: relative;
        top: -5px;
    }

.table tbody tr td select, .table tbody tr td input {
    padding: 5px 1px;
    border-radius: 5px;
    border: 1px solid #cccc;
    width: 100% !important;
    min-width: 90px;
    height: auto !important;
    line-height: normal;
}

.side-menu-container .nav.navbar-nav li a:hover, .side-menu-container .nav.navbar-nav li a.active:hover, .side-menu-container .nav.navbar-nav li a.active {
    background: #009C4A !important;
    color: #fff;
}

    .side-menu-container .nav.navbar-nav li a:hover a svg, .side-menu-container .nav.navbar-nav li .active:hover a svg, .side-menu-container .nav.navbar-nav li .active a svg {
        stroke: #fff !important;
    }

    .side-menu-container .nav.navbar-nav li a:hover span, .side-menu-container .nav.navbar-nav li .active:hover span, .side-menu-container .nav.navbar-nav li .active span {
        color: #fff;
    }

    .side-menu-container .nav.navbar-nav li a:hover svg rect, .side-menu-container .nav.navbar-nav li .active:hover svg rect, .side-menu-container .nav.navbar-nav li .active svg rect {
        stroke: white;
    }

.side-menu-container .nav.navbar-nav .edit a:hover path, .side-menu-container .nav.navbar-nav .edit .active:hover path, .side-menu-container .nav.navbar-nav .edit .active path {
    fill: white !important
}

.side-menu-container .nav.navbar-nav .logouts a:hover path {
    fill: white !important
}


body.menuToggle #sidebar i.fas.fa-angle-down {
    display: none;
}

body.menuToggle #sidebar #dropdown-lvl1 {
    display: none !important;
}

.table tbody tr td label {
    font-weight: normal;
}

#position {
    width: auto;
    /* position: absolute; */
    right: 0;
    top: 0px;
    margin: 0;
    float: right;
}

.table tbody tr td img {
    max-width: 20px;
}

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #fff;
}

.tablebox .table-responsive {
    max-height: 435px;
}

div#divProductConcern1 {
    margin-bottom: 0;
}

table thead tr:nth-child(2) th {
    top: 30px;
    z-index: 999 !important;
}


.tablebox tbody #btnSubmit {
    min-width: auto;
    float: left;
    width: auto !important;
    padding: 5px 10px;
    background: var(--swaraj-green, #009C4A);
    border: none;
    color: #fff;
}

.table tbody tr td button {
    background: no-repeat !important;
    border: none !important;
    font-weight: normal !important;
    padding: 0;
    color: #000 !important;
    text-decoration: underline !important;
    font-size: 12px !important;
    margin-bottom: 5px;
}

.select2-container .select2-selection--multiple {
    min-height: 34px !important;
    height: 34px !important;
    overflow: hidden;
}

#position .form-left-box input[type="box"] {
    border-radius: 100%;
    height: 20px;
    width: 20px !important;
    border: none;
}

#datefil {
    width: 9%;
}

#model {
    width: 10%;
}
/*.nextLine {
    width: 100%;
    float: left;
    text-align: center;
}*/


div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(3) {
}

    div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(3) th:first-child {
        border-radius: 0;
        border: 1px solid #333 !important;
    }

    div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(3) th:last-child {
        border: 1px solid #333 !important;
        border-top-right-radius: 0;
    }

div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(2) th:first-child {
    border: 1px solid #333 !important;
}

div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(2) th:last-child {
    /* border: 1px solid #333 !important; */
    border-top-right-radius: 0;
    text-align: left;
}

div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(2) th {
    text-align: left;
}

div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(3) th:first-child {
    border-radius: 0;
    border: 1px solid #333 !important;
}

div#exampleModal table#CompetitorBenchmarkingReport thead tr:nth-child(1) th:last-child {
    border-bottom: 1px solid #333 !important;
}




#exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(1), #exampleModal.newpopup1 .reponsive-table.upload-bg #tbody tr:nth-child(1) td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
}

div#exampleModal table#CompetitorBenchmarkingReport tr td:nth-child(1), div#exampleModal table#CompetitorBenchmarkingReport tr td:nth-child(2), div#exampleModal table#CompetitorBenchmarkingReport tr td:nth-child(3) {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    z-index: 2;
    background: #fff;
}

div#exampleModal table#CompetitorBenchmarkingReport tr td:nth-child(2) {
    left: 178px !important;
}

div#exampleModal table#CompetitorBenchmarkingReport tr td:nth-child(3) {
    left: 357px !important;
}

#exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(1), #exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(2), #exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(3) {
    z-index: 9999999 !important;
}

div#toolsListing {
    padding: 0;
}

#exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(1), #exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(2), #exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(3) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 180px;
}

#exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(2) {
    left: 178px;
}

#exampleModal.newpopup1 table#CompetitorBenchmarkingReport #thead tr:nth-child(1) th:nth-child(3) {
    left: 357px !important;
}

.form-control[readonly] {
    cursor: pointer;
}

#divModel {
    z-index: 99999999999;
    padding: 0;
}

    #divModel .modal-content {
        margin: auto;
        z-index: 99999999999999;
        top: 43%;
    }

        #divModel .modal-content .reponsive-table.upload-bg {
            padding: 0;
        }

        #divModel .modal-content #spnClose {
            z-index: 99999999999;
            background: #fff !important;
            opacity: 1;
            text-align: center;
            line-height: 42px;
            font-size: 35px;
        }

.calendar {
    background-color: #fff !important;
}

table.table.table-striped.table-hover tr {
    background: #fff !important;
}
/*.table tbody tr td .login.clsCancelBtn {
    margin: 0 !important;
}*/
.xdsoft_datetimepicker {
    z-index: 9999999;
}

table.table.table-striped.table-hover tr {
    background: #fff !important;
}

.side-menu-container .show .nav.navbar-nav li:hover a {
    color: #009C4A;
}


body.menuToggle #sidebar .collapse.in.show {
    display: none !important;
}

.col-sm-12.middletables {
    padding: 0;
}


#CompetitorBenchmarkingReport tbody tr:nth-child(1) td:nth-child(1), #CompetitorBenchmarkingReport tbody tr:nth-child(1) td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}

#CompetitorBenchmarkingReport thead tr:nth-child(1) th:nth-child(1), #CompetitorBenchmarkingReport thead tr:nth-child(1) th:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 99999;
}

#CompetitorBenchmarkingReport thead tr:nth-child(1) th:nth-child(1), #CompetitorBenchmarkingReport tbody tr:nth-child(1) td:nth-child(1) {
    min-width: 160px;
    max-width: 160px;
}

#CompetitorBenchmarkingReport thead tr:nth-child(1) th:nth-child(2), #CompetitorBenchmarkingReport tbody tr:nth-child(1) td:nth-child(2) {
    min-width: 160px;
    max-width: 160px;
    left: 159px;
}


#CompetitorBenchmarkingReport thead tr:nth-child(1) th:nth-child(3), #CompetitorBenchmarkingReport tbody tr:nth-child(1) td:nth-child(3) {
    min-width: 160px;
    max-width: 160px;
    left: 318px;
}

table#CompetitorBenchmarkingReport {
    border-collapse: separate;
}

table#CompetitorBenchmarkingReportN {
    border-collapse: separate;
}

.submenu {
    display: none;
}

.side-menu-container .nav.navbar-nav li#dropdown {
    display: block !important;
}

.side-menu-container .nav.navbar-nav li a:hover path {
    fill: white !important;
}

hr {
    clear: both;
    float: left;
    width: 100%;
    margin: 2px 0 7px;
}

.submenus {
    display: none;
}

a.collapsed.intro i.fas.fa-angle-down {
    transform: rotate(180deg) !important;
}



@media only screen and (min-width:1000px) and (max-width:1200px) {
    .texts {
        font-size: 12px;
        width: 68%;
    }

    body.menuToggle #sidebar a#menuid {
        left: 21px;
        position: absolute;
    }

    .side-menu-container .nav.navbar-nav li a {
        font-size: 12px;
    }

    .smallheading {
        font-size: 14px;
    }

    label {
        font-size: 11px;
    }

    #datefil {
        width: 11%;
    }

    .firstbox .wdithauto.searchbtn {
        width: 10%;
        margin-top: 4px;
    }

    .side-menu-container .nav.navbar-nav li#dropdown a.collapsed i.fas, .side-menu-container .nav.navbar-nav li#dropdown a i.fas {
        font-size: 21px;
        top: 14px;
    }

    .searchfilter .exportbtndiv svg {
        position: absolute;
        left: 22px;
        top: 30px;
        max-width: 15px;
    }

    .searchfilter .wdithauto {
        padding: 0 7px;
        padding-right: 0px;
    }

    .form-control {
        font-size: 11px;
    }
}

body.menuToggle #sidebar .menuitems {
    margin-top: 30px;
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
    z-index: 9999999999 !important;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999999999 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60px;
}

@media only screen and (min-width:1500px) and (max-width:1700px) {
    body.menuToggle #sidebar a#menuid {
        left: 27px;
        position: absolute;
    }
}

@media only screen and (min-width:1700px) and (max-width:1900px) {
    body.menuToggle #sidebar a#menuid {
        left: 38%;
        position: absolute;
    }
}

body {
    padding: 0 !important;
}

#SuitabilityModelImplementsNew td, #SuitabilityModelImplementsNew th {
    /*border: none;*/
    min-width: 30px;
    max-width: 30px;
    /*padding: 6px 3px;*/
    width: 30px;
    word-wrap: break-word;
    white-space: initial;
    border-left: 1px solid black;
}

    #SuitabilityModelImplementsNew td:nth-child(1), #SuitabilityModelImplementsNew th:nth-child(1) {
        border: 1px solid #000;
        min-width: 60px;
        max-width: 60px;
    }

#SuitabilityModelImplementsNew th {
    word-wrap: break-word;
    white-space: inherit;
    width: 10px !important;
    font-size: 12px !important;
    font-weight: 800;
}

#SuitabilityModelImplementsNew td .clsNS2 {
    width: 100%;
    /*display: block;*/
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #fff;
}

tbody#tbodyN {
    text-align: center;
}

#titleDiv {
    position: relative;
    float: right;
    font-size: 18px;
    cursor: pointer;
}

span.select2.select2-container {
    width: 100% !important;
}

span.select2-selection.select2-selection--single {
    height: 33px;
    background-image: url(/images/s-arrow2.png);
    background-repeat: no-repeat;
    background-position: 95% 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -ie-appearance: none;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #787474;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    background-size: 9px;
}

#SuitabilityModelImplementsNew td, #SuitabilityModelImplementsNew th {
    /* border: none; */
    min-width: 5px;
    max-width: 20px;
    padding: 1px 0px;
    width: 20px;
    word-wrap: break-word;
    white-space: initial;
}

    #SuitabilityModelImplementsNew td:nth-child(1), #SuitabilityModelImplementsNew th:nth-child(1) {
        border: 1px solid #000;
        min-width: 60px;
        max-width: 60px;
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-right: none;
    }

#thead2New th {
    white-space: nowrap;
    transform: rotate(50deg);
    border: none;
}

#CompetitorBenchmarkingReport tbody tr #preceptionattribute, #CompetitorBenchmarkingReport tbody tr td#preceptionAttributePoints, #CompetitorBenchmarkingReport tbody tr#preceptionAttributePointsNew {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}


#CompetitorBenchmarkingReport tbody tr #preceptionattribute {
    min-width: 160px;
    max-width: 160px;
}

#CompetitorBenchmarkingReport tbody tr #preceptionAttributePoints, #CompetitorBenchmarkingReport tbody tr td#preceptionAttributePointsNew {
    min-width: 160px;
    max-width: 160px;
    left: 159px !important;
    z-index: 99999;
}

#CompetitorBenchmarkingReport tbody tr td#preceptionAttributePointsNew {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}

#preceptionAttribute {
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}

#preceptionAttributee {
    position: sticky;
    left: 0;
    z-index: 999;
    background: #fff;
}

#firstTable {
    position: sticky;
    left: 0;
    z-index: 99999;
    background: #fff;
}

#firstTable2 {
    position: sticky;
    left: 155px;
    z-index: 99999;
}

#preceptionAttributePoints {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}

#preceptionAttributePointss {
    position: sticky;
    left: 155px;
    background: #fff;
}

#TotalTable {
    position: sticky;
    left: 0;
    z-index: 99999;
    background: #fff;
}

#TotalTable2 {
    position: sticky;
    left: 155px;
    z-index: 99999;
}

#TotalAttributee {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}

#TotalSubattributeAttributee {
    position: sticky;
    left: 155px;
    background: #fff;
}


#totalCounts {
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
}

#CompetitorBenchmarkingReport thead tr:nth-child(2) th {
    top: 44px;
    z-index: 999 !important;
}

#CompetitorBenchmarkingReport thead tr:nth-child(1) th:nth-child(3), #CompetitorBenchmarkingReport tbody tr:nth-child(1) td:nth-child(3) {
    left: auto !important;
}

table#tableCropCylinder {
    border-collapse: separate;
    border-spacing: 0;
}

table#ucfgInput {
    border-collapse: separate;
    border-spacing: 0;
}

#tableCropCylinder tr:nth-child(3) th, #tableCropCylinder tr:nth-child(4) th {
    top: 60px;
}

#CompetitorBenchmarkingReport thead tr:nth-child(1) th, #CompetitorBenchmarkingReport tbody tr:nth-child(1) td {
    min-width: 213px;
    max-width: 213px;
    /*left: 318px;*/
}

table#tableucfginput {
    margin-bottom: 0px;
}

#CompetitorBenchmarkingReportN thead tr:nth-child(1) th, #CompetitorBenchmarkingReportN tbody tr:nth-child(1) td {
    min-width: 156px;
    max-width: 263px;
}

table#tableCropCylinder {
    margin-bottom: 0;
}

.norecordss tbody {
    top: 0 !important;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 58%;
    display: inline-block;
}

.cover {
    width: 200px;
    height: 500px;
    background-color: #000000;
    float: right;
    overflow: auto;
}

#multiModelText {
    color: var(--text, #2E2E2E);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
    text-align: center;
}

#sidebar ul.nav.navbar-nav > li a span {
    top: 5px;
    position: relative;
    font-size: 17px;
}

#sidebar .panel-body ul.nav.navbar-nav li a svg {
    max-width: 20px;
}

#sidebar .panel-body ul.nav.navbar-nav li a .texts {
    font-size: 12px;
}

#sidebar .panel-body {
    padding: 0 0;
}

#sidebar #btnLogout {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 18px;
    color: #000;
}

#sidebar .panel-body li a {
    padding: 10px 15px;
}

#sidebar .panel-body ul.nav.navbar-nav li i {
    font-size: 17px !important;
    right: 10px !important;
}

body.menuToggle #sidebar .nav.navbar-nav li svg {
    width: 100%;
    left: 15px;
    position: relative;
}

body.menuToggle #sidebar a#menuid {
    left: 28px;
    position: absolute;
}

/*@import "https://raidboxes.de/fonts/roboto.css";*/

/*body {
    background-color: #222222;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    color: #001E40;
}*/
#floating-menu-container {
    position: fixed;
    z-index: 999998;
    right: 5%;
    width: auto;
    height: auto;
    bottom: 10%;
}

    #floating-menu-container > #floating-menu-content-wrapper > #floating-menu-content {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        border-radius: 90px;
        background: #fff;
        padding: 0 1px 0 2em;
        height: auto;
    }

        #floating-menu-container > #floating-menu-content-wrapper > #floating-menu-content > #floating-menu-info-txt {
            font-size: 1.2em;
            margin: 0 25px;
            font-weight: 700;
        }

            #floating-menu-container > #floating-menu-content-wrapper > #floating-menu-content > #floating-menu-info-txt > a#floating-menu-info-link {
                display: block;
                color: rgba(2, 31, 63, 0.6);
                margin-top: 5px;
            }

        #floating-menu-container > #floating-menu-content-wrapper > #floating-menu-content > #floating-menu-logo {
            margin-top: 4px;
        }

#floating-menu-logo,
#floating-menu-minimize-icon {
    cursor: pointer;
}
/*service*/

.services a {
    text-decoration: none;
}

.services .service-box {
    text-align: center;
}

    .services .service-box h2 {
        color: #222;
        font-size: 20px;
        padding-top: 10px;
        text-decoration: none;
    }

.services a .service-box:hover h2 {
    color: #FB0626;
}

.services .investor-box {
    /*background-color: #2e9f30;*/
    background-position: center center;
    padding: 10px;
    width: 100%;
    min-height: 90px;
    display: block;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    color:;
    border-radius: 10px;
}

    .services .investor-box h2 {
        font-size: 18px !important;
        font-weight: bold;
        min-height: 50px;
        width: 100%;
    }

    .services .investor-box .flip-view {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: red;
        left: -10%;
        padding: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 333ms;
    }

    .services .investor-box a {
        color: black !important;
        font-size: 22px;
        font-weight: 600;
    }

    .services .investor-box:hover .flip-view {
        left: 0;
        visibility: visible;
        opacity: 1;
    }

.services .col-md-2 {
    float: none;
    display: table-cell;
    margin: auto;
}
