﻿@charset "utf-8";
/* CSS Document */

body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

html {
    height: 100%;
    width: 100%;
}

a, img {
   /* margin: -2px;
    padding: 25px;*/
    border: none;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

*:hover {
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

a:hover, a:active, a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}

input, button, a {
    outline: none;
}

li {
    list-style: none;
}

p {
    margin: 0px;
}

#MainLogo, img {
    max-width: 67%;
}

.logoImg {
    margin-top: 30px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'digital';
    src: url('../fonts/digital-7-webfont.eot');
    src: url('../fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/digital-7-webfont.woff2') format('woff2'), url('../fonts/digital-7-webfont.woff') format('woff'), url('../fonts/digital-7-webfont.ttf') format('truetype'), url('../fonts/digital-7-webfont.svg#digital-7regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

/*Login Section Styles*/
.login-section {
    width: 100%;
    float: left;
    height: 100%;
}

.left-bg {
    height: 100%;
    background: #288548 url(../images/bg.jpg) no-repeat center bottom;
    background-size: 100%;
    position: relative;
}

.login-section .container-fluid, .login-section .container-fluid .row {
    height: 100%;
}

.logo-container {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0px;
    transform: translate(0, -200%);
    -moz-transform: translate(0, -200%);
    -webkit-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
}

.cdms-container {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
    padding-top: 40px;
    padding-right: 40px;
    letter-spacing: 2px;
}

.right-form {
    position: relative;
    height: 100%;
}

.form-container {
    max-width: 610px;
    position: absolute;
    left: 0px;
    margin-left: 80px;
    bottom: 50%;
    transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    width: 80%;
}

.right-form h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #545454;
}

.right-form p {
    font-size: 17px;
}

.text-box {
    background-color: transparent;
    font-size: 14px;
    border: none;
    border-bottom: 0.8px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    font-weight: normal;
    color: #333;
    transition: all 0.3s;
    padding: 0 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

    .text-box:focus {
        outline: none;
        box-shadow: none;
    }

.right-form form {
    margin-top: 70px;
}

.email {
    background: url(../images/email.png) no-repeat 30px 23px;
}

.password {
    background: url(../images/password.png) no-repeat 30px 23px;
}

.text-box.filled {
    background-position: 30px -46px;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.text-box:focus {
    background-position: 30px -46px;
}

.right-form .form-group {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.show-password {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

    .show-password img {
        vertical-align: bottom !important;
    }

.forgot-password-link {
    font-size: 15px;
    color: #016AAB;
    float: right;
    margin-top: 20px;
    font-weight: 500;
}

.green-btn {
    background: #016AAB;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 40px;
    min-width: 140px;
    padding: 0px 20px;
    border: none;
    outline: none;
    border: 1px solid #016AAB;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

    .green-btn:hover {
        color: #fff;
    }

.blue-btn {
    background: #0b88ad;
    color: #9bd7ec;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 200;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 40px;
    min-width: 140px;
    padding: 0px 20px;
    border: none;
    outline: none;
    border: 1px solid #2e7bbd;
}

    .blue-btn:hover {
        color: #fff;
    }

.grey-btn {
    background: #b8bcbd;
    color: #e5e8e8;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 40px;
    min-width: 140px;
    padding: 0px 10px;
    border: none;
    outline: none;
    border: 1px solid #b8b9b9;
}

    .grey-btn:hover {
        color: #fff;
    }

.sign-up {
    margin-top: 110px;
    font-size: 17px;
    color: #5c5c5c;
}

    .sign-up a {
        color: #016AAB;
    }

        .sign-up a:hover {
            color: #5c5c5c;
        }

.right-form footer p {
    font-size: 13px;
    color: #a9a9a9;
    position: absolute;
    bottom: 0px;
    padding-left: 80px;
    left: 0px;
}

.error-message {
    color: red;
}

p.mainheadbg {
    background: #016AAB;
    padding: 6px 20px;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 0 0 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: none;
    position: relative;
    width: 100%;
    float: left;
}


#accordion button.btn.btn-info {
    background: none;
    border: none;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
}

    #accordion button.btn.btn-info p.mainheadbg {
        margin-bottom: 0;
    }

.panel-group .panel + .panel {
    margin: 0;
}

fieldset {
    min-width: 0;
    padding: 10px 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: left;
    margin: auto;
}

.table-section.shadownone {
    box-shadow: none;
}

fieldset.checkbox.radiobox .col-sm-3 label {
    line-height: normal;
    min-height: 100%;
    float: left;
    position: relative;
    color: #000;
    font-weight: 600;
    top: -2px;
}

fieldset.checkbox.radiobox .col-sm-3 {
    width: auto;
}

.checkbox.radiobox input[type=checkbox] {
    margin: 0 !important;
    top: 2px;
    z-index: 9;
    float: left;
    left: 7px;
}

.margintop label.control-label {
    padding-left: 0;
    color: #000;
    font-weight: 600;
}
/*Dashboard*/
header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 8px 0px 8px 0px;
    height: auto;
    position: fixed;
    top: 0px;
    z-index: 999;
}

.col-md-9.relativeheading {
    padding: 0;
}

.cdms {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    right: 40px;
    top: 3px;
    font-size: 15px;
    letter-spacing: 2px;
}

.main-content {
    margin-top: 60px;
    z-index: 1;
}

.side-nav {
    width: 60px;
    float: left;
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    transition: width .5s ease-in;
    -moz-transition: width .5s ease-in;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    z-index: 99;
    overflow-y: auto;
    padding-top: 66px;
    overflow-x: hidden;
}

.side-menu {
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
}

    .side-menu.show-nav {
        overflow-x: visible;
    }

    .side-menu li {
        list-style: none;
        border: 1px solid #f5f5f5;
        width: 100%;
        float: left;
        position: relative;
    }

        .side-menu li a {
            width: 100%;
            display: block;
            padding: 10px 0px;
            font-size: 15px;
            color: #3d3d3d;
            font-weight: 300;
            padding-left: 10px;
            float: left;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

    .side-menu li {
        border-left: 3px solid transparent;
    }

.toggle-button {
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 10px;
    line-height: 44px;
}

    .toggle-button img {
        cursor: pointer;
    }

.menu-icon {
    width: 35px;
    height: 32px;
    margin-right: 5px;
    float: left;
}

.menu-text {
    float: left;
    position: relative;
    top: 5px;
    display: none;
}

.show-nav {
    width: 272px;
}

#content-area {
    margin-left: 0;
    transition: all .5s ease-in !important;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

    #content-area.push-right {
        margin-left: 275px;
        transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
    }

.open > a {
    text-decoration: none;
}

.first-level {
    position: relative;
}

.dropdown-menu li a {
    background: #fff;
    cursor: pointer;
}

.dropdown-menu li {
    border-bottom: 0px;
}

ul.dropdown-menu.first-level {
    padding: 0px;
    border: 0px;
    box-shadow: none;
}

.plus {
    color: #b5b5b6;
    font-size: 28px;
    position: absolute;
    right: 14px;
    top: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a {
        cursor: pointer;
    }

    .dropdown-submenu > .dropdown-menu {
        top: inherit;
        left: 250px;
        margin-top: -6px;
        margin-left: 0px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: none;
        box-shadow: none;
        padding: 0px 0px 0px 7px;
        background: transparent;
        width: 350px;
        padding-left: 24px;
    }
        /*.show-nav .dropdown-submenu>.dropdown-menu{  position: static; max-height: 300px;    overflow: auto;    word-wrap: break-word;}*/
        .dropdown-submenu > .dropdown-menu li a {
            background: #fff;
        }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #7a7a7a;
        margin-top: 5px;
        margin-right: 9px;
        position: absolute;
        right: 10px;
        top: 17px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.overflow-class {
    overflow: visible;
}

.dropdown-submenu .dropdown-menu li a {
    padding-right: 26px;
}

.upper-area {
    width: 100%;
    float: left;
    line-height: 44px;
    color: #afafaf;
    font-size: 15px;
    padding: 0px 20px;
    background: #fff;
}

.lower-area {
    background: #f2f2f2;
    padding: 7px 20px 0px 20px;
    float: left;
    width: 100%;
}

.box {
    width: 100%;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 2px #eaeaea;
    min-height: 548px;
}

    .box ul {
        padding: 0px;
        width: 100%;
        float: left;
    }

    .box h2 {
        padding: 20px 35px 10px 10px;
        font-size: 19px;
        color: #3d3d3d;
        font-weight: 400;
        border-bottom: 1px solid #f5f5f5;
    }

    .box ul li {
        padding: 20px 36px;
        border-bottom: 1px solid #f5f5f5;
        font-size: 15px;
        color: #424242;
        width: 100%;
        float: left;
    }

        .box ul li:last-child {
            border-bottom: 0px;
        }

.green-text {
    color: #288548;
}

.box ul li .grey-text {
    display: block;
    color: #c6c6c6;
    width: 100%;
    font-style: italic;
    margin-top: 5px;
    font-size: 13px;
}

.alerts-ul {
    width: 100%;
    float: left;
}

    .alerts-ul li h3 {
        font-size: 15px;
    }

.text-success {
    color: #6bb255;
}

.text-warning {
    color: #aa8d0e;
}

.text-danger {
    color: #6c1515;
}

.text-info {
    color: #3a99be;
}

.text-success {
    color: #288548;
}

.alert-text {
    width: 85%;
    float: left;
}

.alert-icon {
    width: 15%;
    float: left;
}

.box ul.activity-ul .grey-text {
    margin-top: 0px;
    font-style: normal;
    font-size: 15px;
}

.box ul.activity-ul li {
    position: relative;
    padding-left: 74px;
}

    .box ul.activity-ul li:before {
        content: " ";
        position: absolute;
        width: 13px;
        height: 13px;
        background: #cccccc;
        -ms-border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -o-border-radius: 7px;
        top: 24px;
        left: 33px;
    }

    .box ul.activity-ul li:after {
        content: "";
        position: absolute;
        height: 100%;
        background: #cccccc;
        width: 1px;
        left: 39px;
        top: 0px;
    }

    .box ul.activity-ul li:first-child:after {
        height: 90px;
        top: 30px;
    }

    .box ul.activity-ul li:last-child:after {
        height: 37px;
        top: -1px;
    }

.slider-container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.carousel-caption h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.carousel-indicators li {
    background-color: #41453d;
    border: 1px solid #41453d;
}

.carousel-indicators .active {
    background-color: #288548;
    border: 1px solid #288548;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.carousel-control img {
    top: 50%;
    position: absolute;
}

.left.carousel-control img {
    left: 20px;
}

.right.carousel-control img {
    right: 20px;
}

.quick-links-ul {
    width: 100%;
    float: left;
}

    .quick-links-ul li {
        padding: 10px !important;
    }

.quick-links-icon {
    width: 15%;
    float: left;
    min-width: 34px;
}

.quick-links-text {
    width: 85%;
    float: left;
}

    .quick-links-text a {
        font-size: 17px;
        color: #288548;
        position: relative;
        top: 3px;
    }

        .quick-links-text a:hover {
            color: #288548;
        }

.right-menu .box {
    height: auto;
    min-height: 325px;
}

h2 .quick-link-toggle-icon {
    cursor: pointer;
    width: 33px;
    margin-right: 23px;
    margin-top: -4px;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.right-menu .box h2 {
    padding-left: 10px;
}

.carousel-inner > .item {
    min-height: 551px;
    background-size: cover !important;
}

.header-nav {
    float: right;
    padding: 0px;
}

    .header-nav > li {
        float: left;
        padding: 2px 11px;
        position: relative;
        top: 5px;
        font-size: 22px;
    }

    .user-name, .header-nav .caret {
        color: #000;
        font-size: 15px;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

.number {
    width: 16px;
    height: 16px;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    position: absolute;
    font-size: 10px;
    right: 10px;
    top: 3px;
}

.show-nav .toggle-button img {
    transform: rotate(180deg);
}

.right-menu {
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

    .right-menu.collapseNav {
        width: 7%;
        transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
    }

.collapseNav .quick-links-icon {
    width: 100%;
    text-align: center;
}

.collapseNav h2 span {
    display: none;
}

.collapseNav h2 {
    padding-left: 0px !important;
    padding-right: 0px;
    text-align: center;
}

    .collapseNav h2 .quick-link-toggle-icon {
        margin: 0px;
        margin: 0px auto;
    }

.slider {
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

    .slider.expand-content {
        width: 100%;
        transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
    }

.ieView .slider.expand-content {
    width: 93%;
}

.ieView .inner-left-content .slider.expand-content {
    width: 93%;
}

.collapseNav .quick-link-toggle-icon {
    transform: rotate(180deg);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.content-container {
    width: 100%;
    float: left;
}

footer {
    font-size: 13px;
    text-align: center;
    color: #b8b8b8;
    line-height: 29px;
    background: #f2f2f2;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-nav .dropdown-menu a {
    padding: 17px 25px;
    border-bottom: none;
    background: #fff;
    width: 100%;
    float: left;
    color: #333;
    font-weight: 400;
}

.header-nav .dropdown-menu > a:hover {
    color: #016AAB;
}

.header-nav .dropdown-menu > a img {
    margin-right: 20px;
}

.header-nav .dropdown-menu > a:last-child > {
    border-bottom: 0px;
}

.header-nav .dropdown-menu {
    min-width: 230px;
    left: inherit;
    right: 0px;
    padding: 0;
    box-shadow: none;
}

    .header-nav .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        position: absolute;
        top: -8px;
        right: 7px;
    }

.dashboard {
    background: url(../images/dashboard.svg) no-repeat;
}

.user-management {
    background: url(../images/user_manage.svg) no-repeat;
}

.masters {
    background: url(../images/master.svg) no-repeat;
}

.announcements {
    background: url(../images/announcements.svg) no-repeat;
}

.feedback {
    background: url(../images/feedback.svg) no-repeat;
}

.role-management {
    background: url(../images/role.svg) no-repeat;
}

.my-accounts {
    background: url(../images/myaccount.svg) no-repeat;
}

.settings {
    background: url(../images/setting.svg) no-repeat;
}

.pre-sales {
    background: url(../images/presales.svg) no-repeat;
}

.sales {
    background: url(../images/role.svg) no-repeat;
}

.services {
    background: url(../images/service.svg) no-repeat;
}

.spare {
    background: url(../images/spare.svg) no-repeat;
}

.generic {
    background: url(../images/generic.svg) no-repeat;
}

.products {
    background: url(../images/products.svg) no-repeat;
}

.side-menu li:hover > a .menu-icon {
    background-position: 0px -32px !important;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

.side-menu li:hover > a {
    color: #288548;
}

.dropdown-submenu > a:after {
    transform: rotate(90deg);
}

.side-menu .first-level > li:hover > a:after {
    border-left-color: #288548;
    transform: rotate(0deg);
    transition: transform .2s ease-in;
    -moz-transition: transform .2s ease-in;
    -webkit-transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in;
}

.side-menu .first-level > li ul li:hover > a:after {
    border-left-color: #288548;
}

.side-nav .plus {
    display: none;
}

.side-nav .dropdown-menu.first-level {
    display: none;
}

.side-nav.show-nav .open .dropdown-menu.first-level {
    display: block;
}

.dropdown-submenu > .dropdown-menu li:first-child {
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
}

.dropdown-submenu > .dropdown-menu li:last-child {
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
}

.dropdown-menu.first-level {
    display: none;
}

.side-nav .first-level {
    display: none;
}

a.grey-text:hover {
    color: #424242;
}

.show-nav ul.dropdown-menu.first-level li a {
    padding-left: 50px;
    font-size: 15px;
    line-height: 31px;
}

.dropdown.active > a {
    color: #288548;
    background: #f0f0f0;
}

    .dropdown.active > a .menu-icon {
        background-position: 0px -32px !important;
    }

.inner-dd-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    padding-left: 0px !important;
}

.high-charts-container {
    background: #fff;
    box-shadow: 2px 2px 2px #eaeaea;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 40px 20px;
}

    .high-charts-container h2 {
        font-size: 16px;
        color: #727272;
        font-weight: 600;
        margin-bottom: 10px;
    }

.chart {
    margin-bottom: 40px;
}

    .chart img {
        width: 100%;
    }

/*Manage Dealer*/
.table-section {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: none;
    position: relative;
}

.table-heading {
    width: 100%;
    float: left;
    padding: 30px 20px 20px 25px;
}

.section-heading {
    font-size: 25px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.leadslinks {
    color: #016AAB !important;
}

.table-responsive.scroll.scy tr:nth-child(2n) {
    background: #f2f2f2;
}

.table-hover > tbody > tr:hover {
    background: none;
}

i.fa.fa-home.homebreadcrums {
    color: #016AAB;
    font-size: 14px;
    position: relative;
    top: 0px;
    margin-right: 6px;
}

.table-top-section-ul {
    float: right;
    padding-left: 0px;
}

    .table-top-section-ul li {
        float: left;
        margin: 0px 10px;
    }

        .table-top-section-ul li:last-child {
            margin-right: 0px;
        }

        .table-top-section-ul li a {
            font-size: 17px;
            color: #414141;
            font-weight: 400;
        }

            .table-top-section-ul li a span {
                position: relative;
                top: 3px;
            }

.inner-text-box {
    width: 0;
    border: none;
    box-shadow: -3px -1px 20px 1px #eaf8ef;
    border: none;
    color: #545454;
    padding: 5px 10px;
    height: 35px;
    margin-right: 10px;
    border-bottom: 2px solid #016AAB;
    opacity: 0;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.expand-text-box {
    width: 300px;
    opacity: 1;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.table-container .table th {
    background: #989898;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

.table-container .table td {
    padding: 8px 10px;
    word-break: break-word;
    vertical-align: middle;
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    font-family: 'Montserrat', sans-serif;
}

.table-icons {
    width: 38px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.table-container td .table-icons:last-child {
    margin-right: 0px;
}

.edit {
    background: url(../images/edit.svg) no-repeat;
}

.delete {
    background: url(../images/delete.svg) no-repeat;
}

.search {
    background: url(../images/search.svg) no-repeat;
}

.table-section [type="checkbox"]:not(:checked), .table-section [type="checkbox"]:checked {
    position: absolute;
    left: 25px;
    z-index: 9999999;
    opacity: 0;
    width: 21px;
    height: 16px;
}

div#cropContainer #cropdata {
    top: -33px;
    cursor: unset;
}

div#implementedContainer #implementedData {
    top: -33px;
}

.table-section [type="checkbox"]:not(:checked) + label, .table-section [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
    top: -11px;
}

    .table-section [type="checkbox"]:not(:checked) + label:before, .table-section [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        border: 2px solid #fff;
        background: transparent;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    }

    .table-section [type="checkbox"]:not(:checked) + label:after, .table-section [type="checkbox"]:checked + label:after {
        content: '\f00c';
        position: absolute;
        line-height: 23px;
        left: 4px;
        font-size: 15px;
        color: #fff;
        transition: all .2s;
        font-family: 'FontAwesome';
    }

    .table-section [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }

    .table-section [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }

.table-section td [type="checkbox"]:not(:checked) + label:before, .table-section td [type="checkbox"]:checked + label:before {
    border: 2px solid #9b9b9b;
}

.table-section td [type="checkbox"]:not(:checked) + label:after, .table-section td [type="checkbox"]:checked + label:after {
    color: #9b9b9b;
}



.pagination-container {
    text-align: center;
    width: 100%;
    float: left;
}

    .pagination-container ul li a {
        color: #9a9697;
        font-weight: 600;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #016AAB;
    border-color: #016AAB;
}

.search-section-container {
    width: 100%;
    float: left;
    background: #e5e4e4;
    padding: 14px 10px 6px;
    font-size: 14px;
    color: #414141;
    font-weight: 400;
}

    .search-section-container > div > span {
        margin: 0px 15px;
        display: inline-block;
    }

.date-picker-textbox {
    background: transparent;
    border: none;
    border-bottom: 1px solid #afafaf;
    padding: 5px 0px;
    max-width: 145px;
    margin-left: 5px;
    background: url(../images/arrow-down.png) no-repeat 97% center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.inner-right-menu .box {
    margin-bottom: 20px;
}

.collapseNav .box .alert-icon {
    min-width: 35px;
    width: 100%;
    text-align: center;
}

.collapseNav .box .alert-text {
    display: none;
}

.collapseNav.inner-right-menu .box .alerts-ul li {
    padding-left: 0px;
    padding-right: 0px;
}

.transparent-btn {
    background: transparent;
    border: 1px solid #afafaf;
    line-height: 37px;
    min-width: 111px;
    padding: 0px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: 29px;
}

    .transparent-btn:hover {
        color: #fff;
        border-color: #fff;
        background: #016AAB;
    }

.upload-modal .modal-header h4 {
    color: #016AAB;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0px;
}

.upload-modal .modal-header p {
    text-align: center;
    font-size: 15px;
    color: #414141;
}

.upload-modal .modal-header {
    border-bottom: 0px;
    padding-top: 25px;
}

.upload-modal button.close {
    top: 16px;
    position: absolute;
    right: 20px;
    /* border: 2px solid #b5b5b5; */
    width: 30px;
    height: 30px;
    /* border-radius: 15px; */
    opacity: 1;
}

.upload-modal label {
    color: #424242;
    font-size: 13px;
    font-weight: 400; /*margin-bottom:20px;*/
}

.upload-modal .modal-body p {
    font-size: 13px;
    color: #aaaaaa;
    /*font-style: italic;*/
    font-weight: 400;
    margin-top: 5px;
}


.inputfile {
    display: none !important;
}

.file-upload label {
    cursor: pointer;
}

.file-upload span, .drag-drop label {
    font-size: 15px;
    color: #016AAB;
    line-height: 25px;
}

.drag-drop {
    cursor: pointer;
}

.popup-ul {
    display: inline-block;
    margin-top: 35px;
    padding: 0px;
}

    .popup-ul li {
        float: left;
        margin: 0px 20px;
    }

.modal-dialog {
    width: 677px;
}

.dashboard-logo-container img {
    max-width: 82%;
    position: relative;
    top: 6px;
    cursor: pointer;
}

.col-sm-4.boxone.userboxone p.counts span.full, .col-sm-4.boxtwo.userboxtwo p.counts span.full, .firstboxone.third span.full {
    width: 100%;
}

.modal-body {
    padding-left: 60px;
    padding-right: 60px;
}

#myModal .modal-body .text-box {
    padding-left: 20px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: url(../images/arrow_down.svg) no-repeat 97% center !important;
    background-size: 20px auto !important;
}

    select::-ms-expand {
        display: none;
    }

.alert-box {
    margin-bottom: 0px;
}

.upper-area p a {
    color: #afafaf;
}

    .upper-area p a:hover {
        color: #016AAB;
    }

.alert-box {
    margin-bottom: 0px !important;
}

.inner-dd-menu li a {
    padding-left: 64px !important;
}

.date-container img {
    cursor: pointer;
}

.table-heading.mainheads {
    padding: 15px;
}
/*Add Dealer*/
.steps-container {
    width: 100%;
    float: left;
    padding: 40px 40px 80px 40px;
    border-top: 1px solid #ededed;
}

.steps-ul {
    padding: 0px;
    width: 105.5%;
    float: left;
    margin-left: -5.5%;
}

    .steps-ul li {
        list-style: none;
        float: left;
        width: 13.5%;
        text-align: center;
        position: relative;
    }

        .steps-ul li:after {
            content: "";
            position: absolute;
            width: 50%;
            background: #ededed;
            height: 1px;
            right: 0px;
            top: 14px;
            z-index: 1;
        }

        .steps-ul li:before {
            content: "";
            position: absolute;
            width: 50%;
            background: #ededed;
            height: 1px;
            left: 0px;
            top: 14px;
            z-index: 1;
        }

        .steps-ul li:first-child:before {
            width: 0;
        }

        .steps-ul li:last-child:after {
            width: 0;
        }

        .steps-ul li span {
            position: relative;
            display: inline-block;
            width: 27px;
            height: 27px;
            border-radius: 14px;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            -o-border-radius: 14px;
            background: #b5b5b5;
            z-index: 9;
        }

        .steps-ul li p {
            font-size: 15px;
            font-weight: 400;
            margin-top: 11px;
        }

        .steps-ul li.done span {
            background: #288548;
        }

        .steps-ul li.done p {
            color: #288548;
        }

        .steps-ul li.done.active:after {
            background: #ededed;
        }

        .steps-ul li.done.active:before {
        }

        .steps-ul li.done:before, .steps-ul li.done:after {
            background: #288548;
        }

        .steps-ul li.active span:before {
            content: "";
            background: #fff;
            width: 10px;
            height: 10px;
            left: 50%;
            margin-left: -5px;
            top: 50%;
            margin-top: -5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            display: inline-block;
            position: absolute;
        }

.dealer-form-container {
    width: 100%;
    float: left;
    padding: 0px 25px;
    padding-bottom: 50px;
}

    .dealer-form-container h2 {
        margin-bottom: 55px;
    }

    .dealer-form-container .form-group {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }

.house {
    background: url(../images/house.svg) no-repeat;
}

.address {
    background: url(../images/address.svg) no-repeat;
}

.city {
    background: url(../images/city.svg) no-repeat;
}

.state {
    background: url(../images/state.svg) no-repeat;
}

.phone {
    background: url(../images/phone.svg) no-repeat;
}

.mobile {
    background: url(../images/mobile.svg) no-repeat;
}

.fax {
    background: url(../images/fax.svg) no-repeat;
}

.pin {
    background: url(../images/postel.svg) no-repeat;
}

.code {
    background: url(../images/dealer.svg) no-repeat;
}

.name {
    background: url(../images/name.svg) no-repeat;
}

.short-name {
    background: url(../images/name_short.svg) no-repeat;
}

.details {
    background: url(../images/details.svg) no-repeat;
}

.form-control {
    background-position: 30px 23px;
}

.no-color-btn {
    background: transparent;
    color: #c4c4c4;
    border: 1px solid #c4c4c4;
}

    .no-color-btn:hover {
        color: #fff;
        background: #016AAB;
    }

.dealer-form-container .green-btn {
    margin-right: 20px;
    margin-top: 20px;
    line-height: 39px !important;
    line-height: 33px !important;
    margin-bottom: 24px;
    width: auto !important;
}

textarea {
    max-width: 100%;
    min-height: 150px;
    resize: none;
    border-color: #ccc;
    margin-top: 1px;
    line-height: normal;
}

.upload-image-container .file-upload {
    width: 100%;
    text-align: center;
}

    .upload-image-container .file-upload span {
        font-size: 15px;
        color: #a9a9a9;
        font-weight: 400;
    }

textarea.text-box.form-control.details {
    padding-top: 21px;
}

.details:focus {
    background-position: 30px -106px;
}

.text-box.details.filled {
    background-position: 30px -106px;
}

.red-text {
    font-size: 17px;
    font-weight: 500;
    color: #bc3d30;
    margin-top: 10px;
}

.no-record-container {
    min-height: 1100px;
}

.no-record-section {
    width: 100%;
    float: left;
    padding-top: 200px;
    padding-bottom: 200px;
    border-top: 1px solid #ededed;
}

.user-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    display: inline-block;
    overflow: hidden;
}

    .user-image img {
        width: 100%;
        height: 100%;
    }

.right-menu .dashboard-quick-links, .high-charts-container {
    min-height: 861px;
}

span.to {
    margin: 0px;
}

.tin {
    background: url(../images/tin.svg) no-repeat;
    background-position: 30px 28px;
}

.vat {
    background: url(../images/vat.svg) no-repeat;
    background-position: 30px 28px;
}

.gst {
    background: url(../images/gst.svg) no-repeat;
    background-position: 30px 28px;
}

.pan {
    background: url(../images/pan.svg) no-repeat;
    background-position: 30px 28px;
}

.cin {
    background: url(../images/cin.svg) no-repeat;
    background-position: 30px 28px;
}

.oem {
    background: url(../images/oem.svg) no-repeat;
    background-position: 30px 28px;
}

.territory {
    background: url(../images/manager.svg) no-repeat;
    background-position: 30px 28px;
}

.area {
    background: url(../images/postel.svg) no-repeat;
    background-position: 30px 28px;
}

.zonal {
    background: url(../images/office.svg) no-repeat;
    background-position: 30px 28px;
}

.office-name {
    background: url(../images/address.svg) no-repeat;
    background-position: 30px 28px;
}

.branch {
    background: url(../images/suffix.svg) no-repeat;
    background-position: 30px 28px;
}

.type {
    background: url(../images/firn.svg) no-repeat;
    background-position: 30px 28px;
}

.calender {
    background: url(../images/calender1.svg) no-repeat;
    background-position: 30px 25px;
}

.concentration {
    background: url(../images/note.svg) no-repeat;
    background-position: 30px 28px;
}

.owner {
    background: url(../images/owner.svg) no-repeat;
    background-position: 30px 28px;
}

.qualification {
    background: url(../images/qualification.svg) no-repeat;
    background-position: 30px 28px;
}

.passport {
    background: url(../images/passport.svg) no-repeat;
    background-position: 30px 28px;
}

.franchises {
    background: url(../images/note.svg) no-repeat;
    background-position: 30px 28px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

/*Login*/
.top-header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0px 0px 0px 0px;
}

    .top-header p {
        color: #000;
        font-size: 26px;
        font-weight: 500;
        margin-top: 20px;
        letter-spacing: 5px;
    }

.login-section {
    width: 100%;
    float: left;
}

.login-container {
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
    box-shadow: 0px 0px 20px #ccc;
    padding: 20px 70px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 20px;
    overflow: hidden;
}

    .login-container h1 {
        color: #505050;
        font-size: 32px;
        text-align: center;
        font-weight: 500;
    }

    .login-container p {
        text-align: center;
        margin-top: 10px;
        color: #505050;
        font-size: 15px;
        font-weight: 500;
    }
    /*.login-container .login-text-box{ background-color:#fafafa; height:60px; border:1px solid #efefef; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; box-shadow:none; padding-left:62px;}*/
    .login-container form {
        margin-top: 50px;
        position: relative;
    }

    .login-container .login-btn {
        background: #016AAB;
        line-height: 57px;
        text-align: center;
        color: #016AAB;
        border: 1px solid #fff;
        color: #fff;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 700;
        outline: none;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        width: 287px;
        margin: 0px auto;
        float: left;
        display: inherit; /*margin-top:15px;*/
    }

        .login-container .login-btn:hover {
            background: #fff;
            color: #016AAB;
            border: 1px solid #016AAB;
        }

.form-group {
    position: relative;
}

.footerP {
    color: #a8a8a8;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
}

.empid {
    background: url(../images/id.svg) no-repeat;
    background-position: 20px 13px;
}

.login-text-box:focus {
    background-position: 20px -54px;
}

.pass {
    background: url(../images/pass.svg) no-repeat;
    background-position: 20px 13px;
}

.login-text-box.filled {
    background-position: 20px -54px;
}

span#aOpenForgotPassword, #aOpenForgotPassword {
    line-height: 60px;
    color: inherit;
}

.steps-ul.nav-tabs > li.active > a, .steps-ul.nav-tabs > li.active > a:focus, .steps-ul.nav-tabs > li.active > a:hover {
    border: none;
    background: none;
}

.steps-ul.nav-tabs {
    border: none;
}

.steps-ul.nav > li > a {
    padding: 0px;
    color: #777;
}

.steps-ul.nav-tabs > li > a:hover {
    border-color: transparent;
}

.steps-ul.nav > li > a:focus, .steps-ul.nav > li > a:hover {
    background-color: transparent;
}

.steps-ul.nav-tabs > li > a {
    pointer-events: none;
    cursor: default;
}

/*New Campaign Table*/
.dropdown-text {
    background: transparent;
    margin: 0 6px;
    border: none;
    border-bottom: 1px solid #afafaf;
    padding: 5px 0px;
    margin-left: 5px;
    background: url(../images/arrow-down.png) no-repeat 97% center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    min-width: 110px;
    font-family: 'Montserrat', sans-serif;
    padding-right: 29px;
}

    .dropdown-text:focus {
        outline: none;
    }

.big-modal .modal-dialog {
    width: 800px;
}

.big-modal .modal-body {
    padding-bottom: 60px;
}

.big-modal .green-btn {
    margin-right: 10px;
}

.group {
    background: url(../images/group.svg) 30px 28px no-repeat, url(../images/arrow-down.png) 97% no-repeat !important;
}

.system {
    background: url(../images/system_code.svg) no-repeat;
    background-position: 30px 28px;
}

/*Follow up*/
.follow-up-table.table > thead > tr > th {
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.table-container .follow-up-table tr td:first-child, .table-container .follow-up-table tr th:first-child {
    text-align: left;
}

.header-nav .inner-text-box {
    box-shadow: none;
    border-bottom-color: #fff;
    color: #fff;
    background: transparent;
    padding-left: 0px;
}

    .header-nav .inner-text-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header-nav .inner-text-box::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .header-nav .inner-text-box:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .header-nav .inner-text-box:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

.popup-label {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

* {
    box-sizing: border-box;
}

label {
    font-weight: 200;
}

.customLabel {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}

.follow-up-table thead tr th {
    border-right: 0 !important;
    text-align: left;
    border-bottom: 1px solid #fff;
}

    .follow-up-table thead tr th:last-child {
        border-right: 1px solid #fff !important;
        text-align: center;
    }

.follow-up-table tbody tr td:last-child {
    text-align: center;
}

.follow-up-table thead tr:nth-child(2) th {
    border-right: 0 !important;
    border-top: 0 !important;
}

    .follow-up-table thead tr:nth-child(2) th:last-child {
        text-align: left;
    }



/* form starting stylings ------------------------------- */
.material-group {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .material-group input {
        background-color: transparent;
        border: none;
        border-bottom: 0.2px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        color: #333;
        height: 3rem;
        width: 100%;
        margin: 0px;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all 0.3s;
        font-size: 14px;
    }

        .material-group input:focus {
            outline: none;
        }

    /* LABEL ======================================= */
    .material-group label {
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: -20px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        font-weight: 600;
        font-size: 15px;
    }

    /* active state */
    .material-group input:focus ~ label, .material-group input:valid ~ label {
        top: -20px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

    /* BOTTOM BARS ================================= */
    .material-group .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .material-group .bar:before, .material-group .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 1px;
            position: absolute;
            background: #016AAB;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .material-group .bar:before {
            left: 50%;
        }

        .material-group .bar:after {
            right: 50%;
        }

    /* active state */
    .material-group input:focus ~ .bar:before, .material-group input:focus ~ .bar:after {
        width: 50%;
    }

    /* HIGHLIGHTER ================================== */
    .material-group .highlight {
        position: absolute;
        height: 60%;
        width: 100%;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

    /* active state */
    .material-group input:focus ~ .highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }

    .material-group input[type="password"] {
        padding-right: 80px;
        box-sizing: border-box;
    }

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.search-icon {
    cursor: pointer;
}

/*village master*/
.village-form-container {
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

.village-accordion {
    width: 100%;
    float: left;
    background: #016AAB;
    padding: 10px;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    height: 40px;
}

.village-form {
    width: 100%;
    float: left;
}

.village-accordion:after {
    content: url('../images/accordion-arrow.png');
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

.village-accordion.minus:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

.radio-container {
    float: left;
    margin-right: 20px;
}

    .radio-container input[type="radio"] {
        display: none;
    }

        .radio-container input[type="radio"] + label {
            color: #808080;
            font-weight: 200;
            font-size: 16px;
        }

            .radio-container input[type="radio"] + label span {
                display: inline-block;
                width: 19px;
                height: 19px;
                margin: -1px 4px 0 0;
                vertical-align: middle;
                cursor: pointer;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .radio-container input[type="radio"] + label span {
                background-color: #ccc;
            }

        .radio-container input[type="radio"]:checked + label span {
            background-color: #016AAB;
        }

        .radio-container input[type="radio"] + label span,
        .radio-container input[type="radio"]:checked + label span {
            -webkit-transition: background-color 0.4s linear;
            -o-transition: background-color 0.4s linear;
            -moz-transition: background-color 0.4s linear;
            transition: background-color 0.4s linear;
        }

.full-label {
    width: 100%;
    float: left;
    margin-top: -17px;
    margin-bottom: 10px;
    font-size: 15px;
}

.less-padding-bottom {
    padding-bottom: 30px;
}

.village-accordion h3 {
    color: #fff;
    font-size: 20px;
}

.no-icon:after {
    content: "";
}

.checkbox-container {
    float: right;
    margin-top: 10px;
}

    .checkbox-container [type="checkbox"]:not(:checked), .checkbox-container [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .checkbox-container [type="checkbox"]:not(:checked) + label, .checkbox-container [type="checkbox"]:checked + label {
            position: relative;
            cursor: pointer;
            top: -11px;
            padding-left: 30px;
        }

            .checkbox-container [type="checkbox"]:not(:checked) + label:before, .checkbox-container [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 22px;
                height: 22px;
                border: 2px solid #fff;
                background: transparent;
                border-radius: 4px;
                box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            }

            .checkbox-container [type="checkbox"]:not(:checked) + label:after, .checkbox-container [type="checkbox"]:checked + label:after {
                content: '\f00c';
                position: absolute;
                line-height: 23px;
                left: 4px;
                font-size: 15px;
                color: #fff;
                transition: all .2s;
                font-family: 'FontAwesome';
            }

            .checkbox-container [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .checkbox-container [type="checkbox"]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

            .checkbox-container [type="checkbox"]:not(:checked) + label:before, .checkbox-container [type="checkbox"]:checked + label:before {
                border: 2px solid #9b9b9b;
            }

            .checkbox-container [type="checkbox"]:not(:checked) + label:after, .checkbox-container [type="checkbox"]:checked + label:after {
                color: #9b9b9b;
            }

ul.dropdown-menu.inner-dd-menu.last-dd-menu li a {
    padding-left: 90px !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}



.parts-tab {
    padding-top: 50px;
}

.sale-tax-tab-table td, .sale-tax-tab-table th, .sale-tax-tab-table tr {
    border: none !important;
}

.sale-tax-tab-table td {
    vertical-align: middle !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #016AAB;
    color: #fff;
}

.nav-tabs > li a {
    color: #444;
}

ul.nav.nav-tabs {
    background: #e8e8e8;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #016AAB;
    color: #fff;
}

.edit-container {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

.tab-content .table-top-section-ul {
    margin-bottom: 0px;
}

#tabEditModal .modal-content {
    overflow: hidden;
}

#tabEditModal .table label {
    font-size: 14px;
    font-weight: 700;
    min-width: 100px;
}

#tabEditModal .table td {
    vertical-align: middle;
}

#tabEditModal .modal-dialog {
    width: 800px;
}

#tabEditModal .text-box {
    color: #424242;
    font-weight: 200;
    font-size: 15px;
}

#newCampaignModal .text-box {
    color: #424242;
    font-weight: 700;
    font-size: 15px;
}

#recevMiscModal .text-box {
    color: #424242;
    font-weight: 700;
    font-size: 15px;
}

#tabLabourEdit .text-box {
    color: #424242;
    font-weight: 700;
    font-size: 15px;
}

#side-nav .dropdown-menu {
    position: static;
    box-shadow: none;
}

#side-nav .dropdown-submenu > .dropdown-menu {
    padding: 0px;
    box-shadow: none;
    background: #f7f7f7;
}

.side-menu .first-level > li:hover > a:after {
    transform: rotate(90deg);
}

.dropdown-submenu > .dropdown-menu {
    width: 100%;
}

.active-menu li, .active-menu a {
    background: #fff !important;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.active-menu > a {
    color: #288548 !important;
}

    .active-menu > a .menu-icon {
        background-position: 0px -32px !important;
    }

.customTable {
    border: 1px solid #ccc;
    box-shadow: none;
    margin-bottom: 30px;
}

    .customTable.table-section [type="checkbox"]:not(:checked) + label:before, .customTable.table-section [type="checkbox"]:checked + label:before {
        top: 15px !important;
    }

    .customTable.table-section [type="checkbox"]:not(:checked) + label:after, .customTable.table-section [type="checkbox"]:checked + label:after {
        top: 15px !important;
    }

.customDatePopup {
    width: 100%;
}

    .customDatePopup .date-picker-textbox {
        width: 100%;
        max-width: 72%;
    }

.model-form-container {
    width: 100%;
    float: left;
    padding: 0px 25px;
}

.SelectInBox {
    background-color: #016AAB;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.SelectOutBox {
    background-color: #016AAB;
    padding: 20px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.selectIn {
    position: absolute;
    left: 45%;
    top: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transform: rotate(90deg);
}

.selectOut {
    position: absolute;
    left: 40%;
    top: -3px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transform: rotate(-90deg);
    margin-top: 10px;
}

.total_Block {
    float: left;
    margin-top: 20px;
}

.customSelectBox .text-box {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 200;
    font-size: 15px;
}

.addBtnTxt {
    font-size: 17px;
    color: #414141;
    font-weight: 400;
    display: inline-block;
    padding: 3px;
    float: right;
}

.actionBtn:last-child {
    margin-right: 0;
    float: right;
}

.actionBtn {
    font-size: 18px;
    color: #016AAB;
    font-weight: 400;
    display: inline-block;
    float: none;
    cursor: pointer;
    border: 1px solid #bbafaf;
    padding: 7px 26px;
    margin-right: 20px;
    border-radius: 7px;
    line-height: normal;
    float: left;
}

.editIcn {
    margin-right: 30px;
}


.col-md-4.relativeheading {
    position: relative;
    top: 10px;
}

.all_prod {
    background-image: url(../images/tractor.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .all_prod:hover {
        background-image: url(../images/tractor_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.new_prod {
    background-image: url(../images/badge.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .new_prod:hover {
        background-image: url(../images/badge_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.order_prod {
    background-image: url(../images/list.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .order_prod:hover {
        background-image: url(../images/list_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.sales_cer {
    background-image: url(../images/graph.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .sales_cer:hover {
        background-image: url(../images/graph_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.best_sale {
    background-image: url(../images/tractor_new.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .best_sale:hover {
        background-image: url(../images/tractor_new_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.general_disscuss {
    background-image: url(../images/discuss_issue.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .general_disscuss:hover {
        background-image: url(../images/discuss_issue_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.service_policy {
    background-image: url(../images/tools.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .service_policy:hover {
        background-image: url(../images/tools_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.help_policy {
    background-image: url(../images/questions_mark.png);
    width: 25%;
    height: 32px;
    background-repeat: no-repeat;
}

    .help_policy:hover {
        background-image: url(../images/questions_mark_green.png);
        width: 25%;
        height: 32px;
        background-repeat: no-repeat;
    }

.tabBtn a, .tabBtn .firstboxone {
    background-color: #016AAB;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    float: left;
}

.customLbl {
    width: 65%;
    float: left;
    margin-top: 0;
    margin-bottom: 35px;
}

/*---------Dealer Npcc --------*/
.dlr_npccTbl table th {
    padding: 10px 5px !important;
    text-align: center !important;
}

.dlr_npccTbl table td {
    padding: 20px 5px !important;
    text-align: center !important;
}

.dlr_npccTbl table tr td:last-child, .dlr_npccTbl table tr th:last-child {
    min-width: 80px;
}

.tractorModelList .modal-dialog {
    width: 400px !important;
}

.tractorModelList .modal-body {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}

.customHead h2:first-child span {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
}

.customHead h2:nth-child(2) span {
    vertical-align: top;
}

.customHeadDet span {
    color: #fff;
    vertical-align: top;
}

.customHeadDet h3 {
    font-size: 15px;
    font-weight: 300;
}

.npccPage .material-group {
    margin-bottom: 20px;
}

.assignPopup .modal-dialog {
    width: 97% !important;
    /*top:9%;*/
}

.assignPopup hr {
    margin: 10px 0;
}

.counter {
    font-family: digital;
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.trendtxt {
    font-size: 14px;
    margin-bottom: 10px;
}

.npcc_callCenTbl thead tr th, .npcc_callCenTbl tbody tr td {
    text-align: center;
}

.dashBrdCall a {
    display: block;
    margin: 0 auto;
    max-width: 50%;
}

.call_dashSec {
    padding: 17px 0;
}

    .call_dashSec .date-picker-textbox {
        max-width: 105px;
    }

.customInputTxt {
    text-transform: capitalize;
}

.ConfirmBlk.big-modal .modal-dialog {
    width: 390px;
}

.ConfirmBlk .modal-body {
    padding: 30px !important;
}

.ConfirmBlk p {
    font-size: 22px !important;
    color: #000 !important;
    font-style: normal !important;
    height: 75px !important;
    text-align: center;
}

.notifyTxt {
    font-size: 18px !important;
    color: #898686 !important;
    font-style: normal !important;
    padding: 25px 0 !important;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.noticeBlk {
    width: 390px;
}

    .noticeBlk .modal-body {
        padding: 30px !important;
    }

.notifyTxt span {
    color: red;
    font-style: italic;
}

.slctBx.big-modal .modal-dialog {
    width: 390px;
}

.slctBx .modal-body {
    padding: 0px 30px 30px 30px !important;
}

.slctBx p {
    font-size: 22px !important;
    color: #000 !important;
    font-style: normal !important;
    height: 75px !important;
    text-align: center;
}

.selectBox {
    margin: 10px 30px;
}

    .selectBox .rdoBtn {
        text-align: center;
    }

    .selectBox .radio-container {
        margin-bottom: 10px;
    }

.customFind .expand-text-box {
    width: 60% !important;
}

.errorMsg {
    background-color: red;
    color: #fff !important;
}

.warnMsg {
    background-color: yellow;
    color: #fff !important;
}

    .errorMsg:hover, .warnMsg:hover {
        color: #fff;
    }

.customTblInput {
    width: 150px;
}

.cstmInput {
    width: 100px;
}

    .cstmInput input, .customTblInput input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        outline: none;
        height: 3rem;
        width: 100%;
        margin: 0px;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all 0.3s;
        font-size: 15px;
        float: left;
    }

.addPopup {
    float: left;
    margin-left: 5px;
}

.table-section .table-hover > tbody > tr:hover td .customTblInput .addPopup img {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: left;
}
/*-------------------Browse File Path-------------------------*/
div.browse-wrap {
    top: 0;
    left: 0;
    /* margin:20px;*/
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    position: relative;
    /*background-color:#f6f7f8;*/
    border: solid 1px #d2d2d7;
    width: 50px;
    float: right;
}

div.title {
    color: #3b5998;
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma, arial, sans-serif;
}

input.upload {
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    height: 300px;
    outline: none;
    cursor: inherit;
    position: absolute;
    font-size: 1000px !important;
}

div.upload-path {
    display: block;
    float: left;
    margin: 5px;
    border: 1px solid #d2d2d7;
    padding: 5px;
    background-color: #eee;
    width: 490px;
    text-align: left;
}
/*-------------------Browse File Path-------------------------*/

/*---------Dealer Npcc --------*/



@media only screen and (min-device-width : 1366px) and (max-device-width : 1400px) {
    .customFormWizard {
        padding: 20px;
        width: 104.6%;
        float: left;
        margin-left: -4.6%;
    }
}


/************************************************Call Center page *************************/

.bottommargin {
    padding-top: 30px;
}

.table-container .centertable tr th:first-child {
    min-width: 160px;
}

.col-sm-6.slecttop {
    margin-top: -22px;
}

.col-sm-12.aligncentertext {
    text-align: center;
}

    .col-sm-12.aligncentertext button.green-btn {
        margin-top: 0;
    }

.fullcall_dashSec .search-section-container {
    background: none;
    padding: 10px 15px;
    width: 33.333333%;
    position: relative;
    display: inline-block;
    margin-right: 0;
}

.col-sm-12.pull-right.dropdown-holder {
    text-align: right;
    padding: 0;
}

.fullcall_dashSec .search-section-container input.input {
    background-color: #e5e4e4;
    box-shadow: -3px -1px 20px 1px #eaf8ef;
    border: none;
    color: #545454;
    padding: 5px 10px;
    width: 320px;
    height: 44px;
    margin-right: 10px;
    border-bottom: 2px solid #016AAB;
}

.fullcall_dashSec.eventsearch a.search-icon {
    position: absolute;
    top: 20px;
    right: 28px;
    background: #fff;
    padding: 0 7px;
}

.col-sm-4.datebox input[type="text"] {
    float: left;
    width: 36%;
    padding: 10px 10px;
    position: relative;
    top: 7px;
}

.daterangepicker.ltr {
    left: 92px !important;
    right: auto !important;
}

.daterangepicker.opensleft:before {
    left: 16px;
    display: none;
}

.daterangepicker.opensleft:before {
    right: auto !important;
    display: none;
}

.subtypes {
    position: relative;
    top: 14px;
    margin: 0 14px;
}

.fullcall_dashSec .search-section-container img {
    max-width: 22px;
}

label.subtext {
    font-weight: bold;
    color: #000;
    position: relative;
    line-height: 33px;
    font-size: 15px;
}

.col-sm-12.pull-right.dropdown-holder .dropdown {
    float: right;
    position: relative;
    width: auto;
    right: 15px;
    padding: 0;
}

.fullcall_dashSec.eventsearch input.input {
    background: none !important;
    width: auto;
    width: 100%;
    float: right;
    box-shadow: none;
}

.col-sm-3.search-section-container.flll {
    width: auto;
    float: none !important;
    margin-right: 20px;
}

.col-sm-2.dropdown.excelboxes {
    position: relative;
    top: 6px;
    right: 0;
}

.col-sm-12.pull-right.dropdown-holder button#dropdownMenu1 {
    background: none !important;
    border: none;
    color: #016AAB;
    padding: 0px 0;
    font-size: 20px;
    border-radius: 7px !important;
    float: right;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
    width: auto;
    top: 22px;
}

.col-sm-12.pull-right.dropdown-holder ul.dropdown-menu {
    position: absolute;
    top: 57px;
    margin: 0;
    padding: 0;
    left: auto;
    border-radius: 5px;
    right: 0;
}

    .col-sm-12.pull-right.dropdown-holder ul.dropdown-menu li {
        padding: 0;
    }

        .col-sm-12.pull-right.dropdown-holder ul.dropdown-menu li a {
            padding: 15px 10px;
        }

.radiobuttons label {
    font-size: 15px;
    margin-right: 14px;
}

.col-sm-12.radiobuttons {
    padding: 0;
    margin: 10px 0 0 0;
}

.col-sm-12.textarea {
    margin-top: -20px;
}


.col-sm-4.datebox {
    position: relative;
    top: 9px;
    padding-left: 10px;
}

.col-sm-3.subtypes {
    position: relative;
    top: 17px;
}

.col-sm-4.datebox label {
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    top: 12px;
}

.col-sm-12.radiobuttons [type="checkbox"]:not(:checked), .col-sm-12.radiobuttons [type="checkbox"]:checked {
    position: relative;
    left: 0;
    opacity: 0;
}

    .col-sm-12.radiobuttons [type="checkbox"]:not(:checked) + label:before, .col-sm-12.radiobuttons [type="checkbox"]:checked + label:before {
        left: -22px;
        background: #ccc;
    }

    .col-sm-12.radiobuttons [type="checkbox"]:not(:checked) + label:after, .col-sm-12.radiobuttons [type="checkbox"]:checked + label:after {
        left: -18px;
        color: #000;
    }

.col-sm-6.textarea textarea {
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px;
    min-height: 100px;
}

.col-sm-12.textarea textarea {
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px;
    min-height: 100px;
}

.col-sm-12.pull-right.dropdown-holder button#dropdownMenu1:focus, .col-sm-12.pull-right.dropdown-holder button#dropdownMenu1:active {
    border: none !important;
    background: none !important;
}

.col-sm-6.datebox label {
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    color: #000;
    top: 12px;
}

.col-sm-6.datebox input[type="text"] {
    float: left;
    width: 36%;
    padding: 10px 10px;
    position: relative;
    top: 7px;
}

.col-sm-6.datebox {
    position: relative;
    top: 8px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #016AAB !important;
    border-color: #016AAB !important;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0px !important;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #fff !important;
        background-color: #016AAB !important;
        border-color: #016AAB !important;
    }

.pagination img {
    position: relative;
    top: 0px;
}

.pagination-container ul li a {
    height: 33px;
}

.table-heading.mainheads {
    padding: 6px 15px;
    margin-top: 2px;
}

#content-area.rights.push-right .col-sm-4.end-date.pull-left input#txtSearch.SearchChangesnew {
    width: 100%;
}

.breadcrums {
    width: 100%;
    float: left;
    margin: auto;
    background: #f2f2f2;
    padding: 1px 20px;
    margin-bottom: 7px;
}

    .breadcrums p.pull-left {
        margin: 0;
        font-size: 14px;
        line-height: 32px;
        color: #000;
        font-weight: 300;
    }

.side-menu li a:hover + ul {
    display: block !important;
}

.slider-container.inner-left-content.bottom {
    margin: 0;
}

.side-nav.show-nav li a:hover + ul {
    display: none !important;
}




.col-sm-12.lower-area.bottom {
    width: 100%;
    float: left;
    color: #afafaf;
    font-size: 15px;
    padding: 0px 15px;
    background: #fff;
}




nav.side-nav.show-nav li a:hover + .dropdown-menu` {
    display: none;
}

nav.side-nav.show-nav li.active a:hover + .dropdown-menu {
    display: block !important;
    left: 0 !important;
    top: 100% !important;
    position: relative !important;
}

nav#side-nav.show-nav {
    overflow: auto;
}

nav#side-nav {
    overflow: inherit;
}

li.dropdown.first-level-dd.mobile.active ul.dropdown-menu.first-level {
    position: absolute;
    left: 100%;
    top: 0;
}

.side-nav.show-nav li.dropdown.first-level-dd.active ul {
    display: block !important;
    top: 0;
    position: relative !important;
    left: 0%;
}

.side-menu li:hover, li.menuactive {
    background: #f5f5f5;
    border-left: 3px solid #288548;
    color: #288548;
    color: #288548;
}

    li.menuactive > a {
        color: #288548;
    }

.side-nav.show-nav li.dropdown.first-level-dd.active.mobile ul {
    display: block !important;
    top: 0;
    position: relative;
    left: 0%;
}

li.dropdown.first-level-dd.active ul {
    display: block !important;
    top: 0;
    position: absolute !important;
    left: 100%;
}


i.pdfimages {
    width: 33px;
    margin: 0 10px 0 0;
    float: left;
}

.col-sm-2.dropdown.excelboxes {
    line-height: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.pdfimages img {
    max-width: 85%;
}

.dealer-form-container.callingpage {
    padding: 0;
    float: left;
    margin-bottom: 20px;
}

    .dealer-form-container.callingpage .col-sm-12 {
        padding: 0;
        width: 100%;
        display: inline-block;
    }


.reset_btn {
    float: left;
    margin-left: 0;
    margin-top: 30px;
    clear: both;
}

    .reset_btn span.actionBtn.ResetAction {
        margin: 0;
    }

    .reset_btn span.actionBtn {
        background: #1f211f;
        color: #fff;
        border-color: #1f211f;
        padding: 4px 14px;
        border-radius: 4px;
    }

.submit_btn span.actionBtn {
    background: #016AAB;
    color: #fff;
    border-color: #016AAB;
    padding: 4px 14px;
    border-radius: 4px;
}

input[readonly] ~ label {
    top: -24px;
    font-size: 14px;
    font-weight: 600 !important;
    color: #000 !important;
}

.form-horizontal.editprofile input.control-label {
    font-weight: normal !important;
    font-size: 14px;
    color: #888 !important;
}

input:read-only {
    color: #888;
}

.col-md-12.slider.expand-content.paddingleft {
    padding: 0;
}

.margintop {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.fullwidth {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.form-horizontal.editprofile .control-label {
    text-align: left;
    line-height: 32px;
    font-size: 13px;
    font-weight: 600 !important;
    color: #000 !important;
}

.form-horizontal.editprofile .controls {
    float: right;
    width: 55%;
    margin: auto;
}

fieldset.checkbox.radiobox {
    margin-top: 0;
}

.form-horizontal.editprofile .controls input, .form-horizontal.editprofile .controls select, .form-horizontal.editprofile .controls textarea, .ms-choice {
    padding: 7px 10px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 14px;
    float: left;
    line-height: normal;
    height: auto;
    width: 100%;
    color: #333;
}

.start-date.pull-left input, .end-date.pull-left input {
    background: none;
    border: none;
    width: 105px;
    height: 24px;
    border-bottom: 1px solid #afafaf;
    margin-right: 20px;
}

.col-sm-4.end-date.pull-left input#txtSearch {
    width: auto !important;
}

.dealer-form-container.paddings {
    padding: 0;
}

.village-form.form-horizontal.editprofile .col-sm-6:nth-child(2n) {
    float: right;
    padding-left: 15px;
}

    .village-form.form-horizontal.editprofile .col-sm-6:nth-child(2n) .controls {
        float: right;
        width: 46%;
    }

@media only screen and (max-width: 1280px) {
    .slider.expand-content {
        width: 100% !important;
    }
}

datalist {
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
    clear: both !important;
}

.village-form.form-horizontal.editprofile .col-sm-4 {
    margin: 0 0 15px;
}

.village-form.form-horizontal.editprofile .form-group {
    margin: 0;
}

.col-sm-6.control-group.receive label.control-label {
    line-height: normal;
}

.col-sm-6.control-group.receive .controls {
}

.table-heading.PADDINGnone {
    padding: 19px 0;
}

.col-sm-6.control-group.lineheight label.control-label {
    line-height: normal;
    position: relative;
    top: 5px;
}

select#Status {
    padding-left: 10px;
    height: 24px;
    padding-right: 10px;
}

.validated {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    font-size: 11px;
    line-height: normal;
}

span#vmNewPassword {
    bottom: -26px;
}

.form-horizontal.editprofile .controls {
    float: left;
    width: 46%;
    margin: auto;
    position: relative;
}

span.table-icons.edit {
    position: relative;
    top: 3px;
}

#dvLead td a {
    color: #016AAB;
}

.village-form.form-horizontal.editprofile .col-sm-6 {
    width: 50%;
}

@media only screen and (max-width: 1800px) {
    .dealer-form-container .green-btn {
        width: 45%;
        margin-right: 1% !important;
        min-width: 116px;
        padding: 0px 10px;
        max-width: 169px;
    }
}


.radioboxes {
    float: left;
    margin: auto;
}

.col-sm-12.control-group.radioboxes label.control-label {
    float: left;
    margin-right: 10px;
    color: #016AAB;
    width: 40%;
}

.radioboxes div {
    float: left;
    margin-right: 25px;
    color: #000;
    position: relative;
    top: 1px;
}

.col-sm-12.control-group.radioboxes {
    padding: 0 12px;
}

p.counts {
    font-size: 52px;
    float: left;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.boxthree .tabBtn .third, .boxthree .tabBtn .third a {
    background: #003a8a;
}

.reset_btn.margin {
    margin: 0;
}

.row.editbottom {
    margin-bottom: 0px;
    height: 58px;
}

.search-section-container.paddingsnormal {
    padding: 10px;
    /* background: none; */
    box-shadow: none;
}

.col-sm-4.boxtwo .second, .col-sm-4.boxtwo .second a {
    background: #f15a22;
}

.col-sm-4.boxfour .fourth, .col-sm-4.boxfour .fourth a {
    background: #ff3f3f;
}

.col-sm-4.boxfour .fourth, .col-sm-4.boxfour.superhot .fourth a {
    background: #643488;
}

p.counts span {
    font-size: 24px;
}

select {
    padding: 0 7px !important;
}

.topcountsdiv {
    float: left;
    position: relative;
    top: 0px;
}

p.counts span a {
    width: auto;
    float: none;
    margin: auto;
    font-size: 24px;
    padding: 0;
    position: relative;
    top: 1px;
}

p.counts span {
    font-size: 15px;
    position: relative;
    float: left;
    padding: 0px;
    display: inline-block;
    border-right: 1px solid #fff;
    width: 33%;
}

.col-sm-4.boxone p.counts span {
    width: 25%;
}

    .col-sm-4.boxone p.counts span.counttop, .col-sm-4.boxone.userboxone p.counts span.counttop {
        width: 100%;
    }

.col-sm-4.boxtwo p.counts span {
    width: 25%;
}

    .col-sm-4.boxtwo p.counts span.counttop, .col-sm-4.boxtwo.userboxtwo p.counts span.counttop {
        width: 100%;
    }


.col-sm-4.boxone.userboxone p.counts span {
    width: 33%;
}

.col-sm-4.boxtwo.userboxtwo p.counts span {
    width: 33%;
}

span.textremarks {
    line-height: 22px;
    /* font-size: 13px; */
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

p.counts span:last-child {
    position: relative;
    border: none;
    top: 1px;
}

.col-sm-12.control-group.remarksdiv label.control-label {
    position: absolute;
    top: -24px;
    color: #016AAB;
}

.col-sm-4.end-date.pull-left label {
    position: absolute;
    right: 0;
}

.date-container.pull-right .start-date.pull-left {
    width: auto;
    position: relative;
    top: 5px;
}

.end-date.pull-left, .start-date.pull-left {
    position: relative;
    top: 6px;
}

.col-sm-4.end-date.pull-left {
    position: relative;
    top: 0;
    padding: 0;
    width: auto;
}

a.AddMoreFieldSetArea2 {
    color: #fff !important;
    cursor: pointer;
    top: 4px;
    position: relative;
}

input.clsRemove, input.btnclsRemove {
    background: #016AAB;
    border: none;
    width: auto;
    padding: 1px 11px;
    float: right;
    line-height: normal;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    position: relative;
    top: 0;
    font-family: 'Montserrat', sans-serif;
}

a.AddMoreRBExchangeFieldSetArea2 {
    color: #fff !important;
    cursor: pointer;
}

.languagebox {
    width: 94%;
    display: inline-block;
    margin: 0 0px 10px 0;
}

#AssignModal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
}

.languageboxright {
    display: inline-block;
    width: auto;
    margin: 0 0 0 0;
}

.languagebox select {
    min-width: 100%;
    padding: 10px !important;
    font-size: 14px;
}

.centerbox {
    width: 100%;
    text-align: center;
    margin: auto;
}

div#AssignModal .modal-dialog {
    margin: auto;
    top: 50%;
    width: 470px;
    transform: translateY(-50%);
}




p.counts span.counttop, p.counts span.counttop a {
    width: 100%;
    font-size: 23px;
    border: none;
    line-height: normal;
    padding: 0 0 0px 0;
    margin: 16px 0;
}

.material-group label.control-label.labeldemo {
    top: -30px;
}

p.countshead {
    font-size: 23px;
    margin-bottom: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}



.validation {
    width: 40px;
    height: 40px;
    background: #016AAB;
    color: #000;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    margin: 0 2px 0 0;
    border: 2px solid #000;
}


.welcome {
    width: 40px;
    height: 40px;
    background: #f15a22;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    margin: 0 2px 0 0;
}


.psf {
    width: 40px;
    height: 40px;
    background: #003a8a;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    margin: 0 2px 0 0;
}

.animate-me {
    animation: 0.4s infinite bgcolorchange;
}

@keyframes bgcolorchange {
    0% {
        color: #fff;
    }

    50% {
        background: red;
    }

    100% {
        background-color: #016AAB;
    }
}

@-webkit-keyframes bgcolorchange {
    0% {
        background: #016AAB;
    }

    50% {
        background: red;
    }

    100% {
        background: #016AAB;
    }
}

a.getAllReminder {
    width: 40px;
    height: 40px;
    background: #FF0000;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    margin: 0 2px 0 0;
    top: 2px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    height: auto;
    border-top: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translatey(45%);
}

div#callModal .modal-dialog {
    top: 14%;
}

.modal-backdrop.fade.in {
    display: none;
}

.modal-open .modal.fade.upload-modal.in {
    background: rgba(0,0,0,0.5);
    z-index: 999 !important;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0;
    min-height: auto !important;
    position: relative;
}

.multiselect-container > li > a {
    padding: 0;
    float: left;
    width: 100%;
}

.multiselect-container > li {
    padding: 0;
    float: left;
    width: 100%;
    position: relative !important;
    display: inline-block;
    float: left;
}

ul.multiselect-container.dropdown-menu {
    background: #fefefe;
    left: 0;
    right: 0;
    width: 100%;
    top: 32px;
    height: 154px;
    float: none;
    position: absolute;
    min-width: 100% !important;
    padding-bottom: 20px;
    overflow-y: scroll;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    height: auto;
    border-top: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
    text-align: left;
    margin: 0 0 19px 0;
    font-family: 'Montserrat', sans-serif;
}

.material-group .btn-group {
    width: 100%;
    float: left;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px;
    width: auto;
    height: auto;
    top: 7px;
}

span.multiselect-native-select {
    position: relative;
    width: 100%;
    float: left;
}

    span.multiselect-native-select .btn-group {
        width: 100%;
        border-radius: 0;
    }

        span.multiselect-native-select .btn-group button.multiselect.dropdown-toggle.btn.btn-default {
            border-radius: 0;
            padding: 6px 10px;
        }

span.leadcount {
    position: absolute;
    top: -9px;
    right: -14px;
    width: 25px;
    background: #fff;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
}

.col-sm-12.control-group.radioboxes.newradiolabel label.control-label {
    width: 57%;
    line-height: normal;
    position: relative;
    top: 6px;
}


.col-sm-6.application select {
    float: left;
    position: relative;
    width: 100%;
    margin: 24px 0 0 0;
}

.col-sm-6.crop span.multiselect-native-select {
    margin-top: -23px;
}

.col-sm-6.labelboxes textarea {
    border-top: none;
    border-left: none;
    border-right: 0;
    margin-top: 6px;
    min-height: 35px;
    height: 35px;
    line-height: normal;
    font-size: 12px;
    color: #000;
}

.col-sm-6.labelboxes label.control-label {
    position: absolute;
    top: -8px;
    line-height: normal;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
}

.col-sm-6.labelboxes textarea:focus {
    outline: none !important;
}

.breadcrums p.pull-right {
    line-height: normal;
    top: 8px;
    font-size: 12px;
    position: relative;
    color: #000;
}

.col-sm-12.control-group.radioboxes.newradiolabel .radioboxes div {
    margin-left: 40px;
    margin-right: 0;
}



.col-sm-6.application label.control-label {
    line-height: normal;
    margin: 0;
    padding: 0;
}

.col-sm-6.crop label.control-label {
    line-height: normal;
    padding: 0;
    position: relative;
    top: -15px;
}


#unwillingModal .modal-dialog, #validationModal .modal-dialog,
#backToPendingModal .modal-dialog, #removeImpModal .modal-dialog,
#removeBuyerModal .modal-dialog, #LogoutModal .modal-dialog {
    width: 480px;
}

#unwillingModal .green-btn, #validationModal .green-btn,
#backToPendingModal .modal-dialog, #removeImpModal .green-btn,
#removeBuyerModal .green-btn, #LogoutModal .green-btn {
    line-height: normal;
    padding: 6px 4px;
    min-width: 100px;
    margin: 15px 0;
}

#resetModal .green-btn, #activeModal .green-btn {
    line-height: normal;
    padding: 6px 4px;
    min-width: 100px;
    margin: 15px 0;
}

#unwillingModal .modal-dialog, #validationModal .modal-dialog,
#removeImpModal .modal-dialog, #removeBuyerModal .modal-dialog, #LogoutModal .modal-dialog {
    width: 450px;
    top: 40%;
    transform: translateY(-43%);
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
}

div#LogoutModal a.green-btn.pull-left {
    float: none !important;
    display: inline-block;
}

div#LogoutModal a.green-btn:hover {
    color: #fff !important;
}

div#LogoutModal a.green-btn:focus {
    color: #fff !important;
}

div#LogoutModal a.no-color-btn:hover {
    color: #c4c4c4 !important;
}

div#LogoutModal a.no-color-btn:focus {
    color: #c4c4c4 !important;
}

#validationModal h4.modal-title {
    color: #333;
}

div#SuccessModal .modal-dialog {
    width: 40%;
    text-align: center;
}

div#SuccessModal a.green-btn.pull-left {
    float: none !important;
    display: inline-block;
}

#backToPendingModal .modal-dialog {
    width: 540px;
    top: 40%;
    transform: translateY(-43%);
    padding: 30px;
    margin: auto;
}

#activeModal .modal-dialog, #resetModal .modal-dialog {
    width: 450px;
    top: 40%;
    transform: translateY(-43%);
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
}

.col-sm-12.control-group.radioboxes.newradiolabel .radioboxes div label {
    top: -24px;
    font-size: 14px;
    font-weight: normal !important;
    color: #000 !important;
}

.col-sm-12.control-group.radioboxes.newradiolabel .radioboxes div input[type=radio] {
    position: relative;
    top: 2px;
}

.multiselect-container > li > a > label.checkbox {
    padding-bottom: 7px;
}


#content-area.right {
    margin-left: 50px;
}

    #content-area.right.push-right {
        margin-left: 260px;
    }

#content-area.rights.push-right .date-container.pull-left.selctbox select {
    min-width: 60px;
    width: 140px;
    padding: 0 17px 0 0 !important;
}

#content-area.rights.push-right .col-sm-12.bottomdiv.clearboth {
    clear: both;
    float: left;
    width: 100%;
}

#content-area.rights.push-right p.counts span {
    font-size: 12px;
}

#content-area.rights.push-right span.counttop {
    font-size: 20px !important;
}

/*li.dropdown.new .dropdown-menu, li.dropdown.new ul.dropdown-menu {
    display: block !important;
}*/

#content-area.rights.push-right .reset_btn {
    margin-left: 0;
}

.date-container.pull-left.selctbox select {
    width: 100px;
    height: 24px;
    min-width: 80px;
    padding-bottom: 3px !important;
}

.pull-left.countsboxs {
    margin-top: 30px;
}

.date-container.pull-left.selctbox .reset_btn {
    float: left;
    margin-left: 0;
    clear: both;
    margin-top: 10px;
    margin-bottom: 6px;
}

span.radiobtns {
    position: relative;
    top: 2px;
}

select#AgentList {
    padding-right: 24px !important;
}

.selctbox .end-date.pull-left input, .selctbox .start-date.pull-left input {
    width: 90px;
    height: 24px;
    margin-right: 9px;
    padding-bottom: 2px !important;
}

.date-container.pull-left.selctbox div {
    padding: 0px;
    box-sizing: border-box;
}

#content-area.rights.push-right .col-sm-4.end-date.pull-left input#txtSearch {
    width: 100px;
}

.fullwidths {
    width: 100%;
    float: left;
    margin: auto;
}

section.counts {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    margin: 5px 0;
    position: relative;
}

.col-sm-12.control-group.remarksdiv {
    margin-bottom: 20px;
    margin-top: 20px;
}

#content-area.rights {
    margin-left: 57px;
}

    #content-area.rights.push-right {
        margin-left: 260px;
    }

#exportData {
    background: #016AAB;
    color: #fff;
    border-color: #016AAB;
    padding: 4px 17px;
    float: right;
    border-radius: 4px;
    position: relative;
    top: 0px;
    font-family: 'Montserrat', sans-serif;
}

div#datewise input {
    width: 80px;
    margin-right: 9px;
}

div#datewise {
    margin: 0 10px;
}

.date-container.pull-left.leadssearch #datewise1 .pull-left {
    position: relative;
    top: 0px;
}

#content-area.rights.push-right div#datewise {
    margin: 0 0px;
}



div#datewise .pull-left {
    top: 0;
}

.col-sm-6.crop label.control-label.cropdata {
    width: 100%;
    top: -27px;
    border-bottom: 0.8px solid #9e9e9e;
    padding-bottom: 6px;
    font-size: 14px;
    color: #afafaf !important;
    font-weight: normal !important;
}

#content-area.rights.push-right .col-sm-12.control-group.radioboxes.newradiolabel label.control-label {
    font-size: 13px;
}

span.menu-icon.generic.dashboard {
    background: url(../images/Swaraj_website_Icon_CC_dashboard.png) no-repeat;
}

span.menu-icon.generic.dashboard_digital {
    background: url(../images/Digital-lead-ic.png) no-repeat;
    background-position: 0 -2px;
}

.side-menu li:hover > a .menu-icon.generic.dashboard_digital {
    background-position: 0px -36px !important;
}

span.menu-icon.generic.layout {
    background: url(../images/Swaraj_website_Icon_CC__adv_dashboard.png) no-repeat;
}

span.menu-icon.generic.Assign {
    background: url(../images/Swaraj_website_Icon_CC_enquiry.png) no-repeat;
}

span.menu-icon.generic.Manageleads {
    background: url(../images/Swaraj_website_Icon_CC_assignleads.png) no-repeat;
}

span.menu-icon.generic.Manage {
    background: url(../images/Swaraj_website_Icon_CC_leads.png) no-repeat;
}

span.menu-icon.generic.ManageUsers {
    background: url(../images/Swaraj_website_Icon_CC_users.png) no-repeat;
}

span.menu-icon.generic.dashboard_digital.tollfree {
    background: url(../images/TollFree-lead-ic.png) no-repeat;
    background-position: 0 -2px;
}


.side-menu li:hover > a span.menu-icon.generic.Manage, .side-menu li.menuactive > a span.menu-icon.generic.Manage {
    background-position: 0px -36px !important;
}

.side-menu li:hover > a span.menu-icon.generic.Manageleads {
    background-position: 1px -35px !important;
}

.side-menu li:hover > a span.menu-icon.generic.layout, .side-menu li.menuactive > a span.menu-icon.generic.layout {
    background-position: 0px -36px !important;
}

.side-menu li:hover > a span.menu-icon.generic.Assign, .side-menu li.menuactive > a span.menu-icon.generic.Assign {
    background-position: 0px -33px !important;
}

span#spnMobile {
    top: 38px;
}

.side-menu li:hover > a span.menu-icon.generic.ManageUsers, .side-menu li.menuactive > a span.menu-icon.generic.ManageUsers {
    background-position: 0px -35px !important;
}

.side-menu li:hover > a span.menu-icon.generic.dashboard, .side-menu li.menuactive > a span.menu-icon.generic.dashboard {
    background-position: 0px -35px !important;
}

.col-sm-6.application.margintops {
    top: -15px;
}

#ForgotPasswordModal .modal-dialog {
    top: 44%;
    transform: translateY(-45%);
    width: 549px;
    padding: 60px;
    position: absolute;
    left: 0;
    right: 0;
}

span#spnMobileInvalid {
    bottom: -9px;
}

.village-form.form-horizontal.editprofile .fullwidtss .col-sm-6:nth-child(2n) {
    float: right;
    padding-left: 15px;
}



#state.stateclass {
    float: left;
}



#tehsil.tehsil, div#dob.dob {
    float: left;
}

div#village.village, div#alter.alter {
    float: right;
}


select.form-control.text-box.removeSelectIcon {
    background-image: none !important;
}

fieldset.welcomecalls .material-group {
    margin-bottom: 30px;
}

.welcomecalls .material-group input:valid ~ label {
    top: -28px;
}

.panel-body .fullwidths:last-child .material-group {
    margin-bottom: 0;
}


.panel-body {
    padding: 15px 0 0;
    float: left;
    width: 100%;
}

.panel-group .panel {
    margin-bottom: 20px !important;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 0;
    border: none !important;
}

.panel-title i.n_nav-right-icon.glyphicon.glyphicon-chevron-down, #accordion button.btn.btn-info i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}

#accordion button.btn.btn-info:focus {
    border: none;
    outline: none;
}

#accordion button.btn.btn-info i {
    transform: rotate(180deg);
    top: 8px;
}

#accordion button.btn.btn-info.collapsed i {
    transform: rotate(0);
    top: 10px;
}

.margintop .material-group input {
    height: 4rem;
}

    .margintop .material-group input:valid ~ label {
        position: absolute;
        left: 0;
        top: -24px;
        padding: 0;
    }

.margintop .col-sm-6.crop span.multiselect-native-select {
    margin-top: -35px;
}

.margintop .col-sm-6.crop label.control-label {
    line-height: normal;
    padding: 0;
    position: relative;
    top: -24px;
}

.margintop .col-sm-6.crop input {
    margin: 0 !important;
    top: 8px;
    z-index: 99;
    float: none;
    left: 10px;
}

.margintop .col-sm-6.crop label.control-labe {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: 200;
    font-size: 15px;
}

.margintop span.bar {
    position: initial !important;
}

.pull-right.countsboxs {
    font-weight: bold;
}

.col-sm-3.pull-right.clsIsAdmin .reset_btn {
    margin-top: 0;
    float: right;
}

nav#side-nav.side-nav li.dropdown.first-level-dd .menu-text {
    border-left: 3px solid;
}

nav#side-nav.side-nav.show-nav li.dropdown.first-level-dd span.menu-text {
    background: transparent;
}

nav.side-nav.show-nav li:hover a span.menu-text {
    position: relative;
    background: none;
    left: 0;
    padding: 0;
    top: 5px;
    min-width: auto;
}

.side-menu li:hover > a .menu-text {
    display: block !important;
    position: absolute;
    left: 57px;
    border: 1px solid #ccc;
    background: #fff;
    top: -2px;
    min-width: 200px;
    padding: 16px 14px;
}

.side-menu li.dropdown.first-level-dd:hover > a .menu-text {
    display: none !important;
}

nav#side-nav.side-nav ul.dropdown-menu.first-level.plushover li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.col-sm-12.bottomdiv {
    width: auto;
    float: left;
    position: relative;
}

.table-heading.mainheads .col-md-12 {
    padding-left: 0;
}


a.Advance {
    font-weight: bold;
    color: #016AAB !important;
}

div#callModal .modal-body {
    padding-bottom: 40px;
}


.breadcrumsnew {
    background: #ccc;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    padding: 0 20px;
}

    .breadcrumsnew p.pull-right {
        float: left !important;
    }


i.homebreadcrums.advanceicon img {
    max-width: 20px;
    margin: 0 7px 0px 4px;
}

input.form-control.text-box.SearchChange {
    width: auto !important;
    height: 26px;
    margin-right: 9px;
    line-height: normal;
    position: relative;
    top: 1px;
    padding-right: 21px;
}

.breadcrumsnew p.pull-right {
    float: left !important;
    padding-right: 20px;
    border-right: 1px solid #fff;
    padding-left: 20px;
    font-size: 13px;
}

    .breadcrumsnew p.pull-right:first-child {
        padding-left: 0;
    }

.reset_btn.bottomtop {
    margin-top: 4px;
}

.background_green {
    background: #008000;
}

.background_yellow {
    background: #FFFF00;
    color: #000 !important;
}

.background_orange {
    background: #FFA500;
}

.background_red {
    background: #FF0000;
}

.color_red {
    color: #FF0000;
}

.counterLeads {
    /* padding: 3px 10px; */
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

button.green-btn.dvActionBtns.backpending {
    min-width: 200px;
}

#workshop_remarks_container, #spares_availability_remarks_container, #mechanic_work_remarks_container, #dealership_remarks_container {
    display: none;
}


/*#dvManageUser td{
    font-size:12px;
}*/

div#ValidationLeadsCount > p {
    width: 100%;
    float: left;
    margin: auto;
    background: #016AAB;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

div#adminDashboardLeads .slider-container.inner-left-content {
    margin-bottom: 0;
}

div#WelcomeLeadsCount > p {
    width: 100%;
    float: left;
    margin: auto;
    color: #fff;
    background: #f15a22;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

div#PSFLeadsCount > p {
    width: 100%;
    float: left;
    margin: auto;
    color: #fff;
    background: #003a8a;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.topfullwidths {
    width: 100%;
    float: left;
}

.box-shadow {
    width: 100%;
    float: left;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0 0px 3px rgba(0,0,0,0.3);
    padding: 36px 12px 10px;
    box-sizing: border-box;
}


div#ValidationLeadsCount, div#WelcomeLeadsCount, div#PSFLeadsCount, div#DigitalLeadsCount {
    padding: 0 20px;
    background: #f2f2f2;
    float: left;
    width: 100%;
}

span.border {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

    span.border:first-child {
        padding-left: 0;
    }

    span.border:last-child {
        border-right: none !important;
    }

html input[disabled] {
    cursor: default;
    color: #888;
}

/* additional header */
.table > thead > tr#additionalHeader > th {
    text-align: center !important;
}

#additionalHeader th {
    border-right: 1px solid #ccc !important;
    text-align: center;
}

.table > thead > tr#additionalHeader > th {
    text-align: center !important;
}

#dvAdvanceLead.texttable th, #dvAdvanceLead.texttable td {
    border-right: 1px solid #ccc;
    text-align: center !important;
}

}

.clsAdditionalAppendedDiv span#spnddlTractorBrandList_1 {
    bottom: -7px;
}

#dvAdvanceLead.texttable th:nth-child(2), #dvAdvanceLead.texttable td:nth-child(2) {
    text-align: left;
}

#dvAdvanceLead.texttable th:nth-child(3), #dvAdvanceLead.texttable td:nth-child(3) {
    text-align: left;
}

.centerText {
    text-align: center !important;
}

nav#side-nav.side-nav.show-nav ul.dropdown-menu.first-level.plushover {
    margin-left: -13px;
    padding-left: 10px;
}




nav#side-nav.side-nav ul.dropdown-menu.first-level.plushover {
    margin-left: 1px;
    padding-left: 10px;
    border-radius: 0;
    margin-top: -2px;
}


nav#side-nav.side-nav ul.dropdown-menu.first-level.plushover {
    padding-left: 0;
    min-width: 260px;
}

nav#side-nav.side-nav ul.dropdown-menu.first-level.plushover {
    top: 54px;
}

nav#side-nav.side-nav.show-nav ul.dropdown-menu.first-level.plushover {
    top: 0;
}

nav#side-nav.side-nav.show-nav span.menu-text {
    border-left: 3px transparent !important;
}

nav#side-nav.side-nav li.dropdown.first-level-dd .menu-text {
    background: #f5f5f5;
}

li.dropdown.first-level-dd.active {
    border-left: 3px solid #288548;
}

/** Grid Td data*/


.psftextinput select {
    width: auto;
    max-width: 156px;
    padding-right: 27px !important;
}

#content-area.rights.push-right .psftextinput select {
    max-width: 103px;
}

select#DateType {
    width: 126px;
    padding: 0 22px 0 6px !important;
}

.col-sm-12.control-group.radioboxes.newradiolabel {
    padding: 0;
}

.col-sm-6.bottommargins.psfradiobox .col-sm-12.control-group.radioboxes.newradiolabel .radioboxes div {
    line-height: normal;
}

    .col-sm-6.bottommargins.psfradiobox .col-sm-12.control-group.radioboxes.newradiolabel .radioboxes div:nth-child(1) {
        margin-left: 0;
    }

.col-sm-6.bottommargins.psfradiobox .col-sm-12.control-group.radioboxes.newradiolabel .radioboxes {
    margin-right: 0;
    position: relative;
    top: -6px;
}

.col-sm-6.bottommargins.psfradiobox .col-sm-12.control-group.radioboxes.newradiolabel label.control-label {
    width: 100%;
    top: -13px;
}

fieldset.welcomecalls.paddingnone {
    padding: 10px;
}

    fieldset.welcomecalls.paddingnone label.control-label {
        color: #000 !important;
        font-weight: 600;
        font-size: 14px;
    }


div#NoOfTractorWrapper {
    top: -6px;
}

#implementedContainer.implementscontant label#implementedData {
    width: 100%;
    top: 0;
    border-bottom: 0.8px solid #9e9e9e;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: normal;
    color: #afafaf !important;
    font-weight: normal !important;
}

#content-area.rights.push-right select#DateType {
    width: 96px;
    min-width: 10px;
}

#content-area.rights.push-right select#Duration {
    min-width: 97px;
}

#content-area.rights.push-right div#datewise input {
    width: 90px;
    margin-right: 9px;
}
/*
#content-area.rights.push-right select#EnquiryType {
    min-width: auto;
}

#content-area.rights.push-right select#EnquiryFilter {
    min-width: 100px;
}*/
/*
#content-area.rights.push-right #datewise .end-date.pull-left:last-child {
    clear: both;
    left: -147%;
    top: 13px;
}*/
#content-area.rights.push-right .date-container.pull-left.leadssearch #datewise1 .pull-left {
    position: relative;
    top: 15px;
}

.date-container.pull-left.leadssearch #datewise1 .pull-left label img {
    margin-top: -2px;
    max-width: 52% !important;
}

.date-container.pull-left.leadssearch #datewise1 .pull-left label {
    margin: 0;
}

.date-container.pull-left.leadssearch #datewise1 .pull-left input {
    height: 20px;
}

@media only screen and (min-width:1360px) and (max-width:1680px) {
    .date-container.pull-left.selctbox select {
        width: 124px;
    }

    select#DateType {
        width: auto;
        padding: 0 22px 0 6px !important;
    }

    select#AgentList {
        padding-right: 28px !important;
    }

    .psftextinput select {
        width: auto;
        max-width: 190px !important;
        padding-right: 27px !important;
    }

    #content-area.rights.push-right select#DateType {
        width: auto;
    }

    #content-area.rights.push-right div#datewise input {
        margin-right: 2px;
    }
}

#content-area.rights.push-right select#Duration {
    width: 85px;
    min-width: 94px;
}

#content-area.rights.push-right .psftextinput select {
    max-width: 146px !important;
}

}

nav#side-nav.side-nav li.dropdown.first-level-dd.active ul.dropdown-menu.first-level.plushover {
    display: none !important;
}

nav#side-nav.side-nav li.dropdown.first-level-dd.active:hover span.menu-text {
    display: block !important;
}

nav#side-nav.side-nav li.dropdown.first-level-dd.active:hover ul.dropdown-menu.first-level.plushover {
    display: block !important;
}

nav#side-nav.side-nav.show-nav li.dropdown.first-level-dd.active ul.dropdown-menu.first-level.plushover {
    display: block !important;
    width: 105%;
}

.side-menu li:hover > a span.menu-icon.generic.Manage {
    background-position: 0 -35px !important;
}

#content-area.rights.push-right #psfReport .SearchChange {
    width: 170px !important;
    height: 23px;
}

nav#side-nav.side-nav ul.dropdown-menu.first-level.plushover {
    top: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #288548;
    text-decoration: none;
    background-color: #f0f0f0;
    outline: 0;
}

nav#side-nav.side-nav.show-nav .side-menu li.dropdown.first-level-dd:hover > a .menu-text {
    display: block !important;
}

.side-menu li.menuactive > a span.menu-icon.generic.Manage {
    background-position: 0 -35px !important;
}

.side-nav li:hover .dropdown-menu.plushover {
    display: block !important;
    position: absolute !important;
    right: 0;
    top: 0;
    left: 100%;
}

nav#side-nav.side-nav.show-nav ul.dropdown-menu.first-level.plushover {
    display: none !important;
    position: relative !important;
    top: 0 !important;
}

#otherCrop, .OtherTractorImplement {
    display: none;
}

.col-sm-6.lastdiv {
    float: none !important;
    display: inline-block !important;
}

.col-sm-6.firstdiv {
    position: relative;
    top: 7px;
}

.clsAdditionaltxtmodel {
    position: relative;
    top: -6px;
}

.rbdivbox .material-group input:focus ~ label, .rbdivbox .material-group input:valid ~ label {
    top: -30px;
}

.additional .radioboxes div {
    line-height: normal;
}

    .additional .radioboxes div:nth-child(1) {
        margin-left: 0 !important;
    }

.additional label.control-label {
    width: 48% !important;
}
/*
#datewise .start-date.pull-left, #datewise .end-date.pull-left:last-child {
    margin-top: -4px;
}*/
div#datewise .pull-left label {
    margin: 0;
}
/* Move Pagination out of grid*/
#fixedGridHeader tfoot.pagniationPosition {
    width: 59%;
}

.col-sm-6.application.marginnone {
    margin-top: -5px;
}

    .col-sm-6.application.marginnone select#ddlStateList {
        margin-top: 12px;
    }

.col-sm-6.application.langmargin label.control-label {
    top: -4px;
}

.col-sm-6.application.langmargin select {
    margin-top: 7px;
}

.form-group.top select {
    margin-top: -15px;
}

.material-group.bottomnew {
    margin-bottom: 0;
}

#content-area.rights.push-right .start-date.pull-left.clearnone {
    clear: both;
}

.col-sm-2.pull-right.clsIsAdmin.centerboxs .reset_btn {
    margin-top: 0;
    text-align: center;
    float: none;
    margin: auto;
    width: 100%;
}

    .col-sm-2.pull-right.clsIsAdmin.centerboxs .reset_btn span.btnAssign.actionBtn {
        float: right;
    }

#content-area.rights.push-right .start-date.pull-left.clearnone select {
    width: 280px;
}

#content-area.rights.push-right input#txtSearch.SearchChange {
    width: 200px !important;
}

.ccnamefont {
    color: #000;
    font-size: 23px;
    font-family: 'Lato', sans-serif;
    padding-top: 5px;
}

.firstbox, .secondbox, .thirdbox {
    width: 25% !important;
}

.thirdbox {
    margin: 10px auto 10px;
}

.assignenquiryadmin {
    margin: 0px auto 10px;
}

.firstbox input, .secondbox input {
    width: 63% !important;
}

.start-date.pull-left.firstbox select#EnquiryType {
    width: 67%;
}

.col-sm-4.end-date.pull-left.searchbox.firstbox input#txtSearch {
    width: 100% !important;
}

.secondbox select {
    width: 62% !important;
}

.thirdbox select {
    width: 72% !important;
}

.assignenquiryadmin select {
    width: 73% !important;
}

.secondbox select#ccLangType {
    width: 50% !important;
}

.col-sm-12.bottomdiv.secondbox .start-date.pull-left {
    width: 100%;
}

.col-sm-12.bottomdiv.secondbox select#ddlStatus {
    width: 79% !important;
    min-width: auto !important;
    float: right;
    margin: 0;
}


#content-area.rights.push-right .firstbox input, #content-area.rights.push-right .secondbox input {
    width: 63% !important;
}

#content-area.rights.push-right .col-sm-4.end-date.pull-left.searchbox.firstbox input#txtSearch.SearchChange {
    width: 100% !important;
}

#content-area.rights.push-right .secondbox select {
    width: 52% !important;
}

#content-area.rights.push-right .start-date.pull-left.firstbox select#EnquiryType {
    width: 66% !important;
}

#content-area.rights.push-right .col-sm-12.bottomdiv.secondbox select#ddlStatus {
    width: 78% !important;
}

.start-date.pull-left.secondbox.assignenquiryadmin select#AgentList {
    width: 79% !important;
}

.col-sm-12.bottomdiv.secondbox.assignenquiryadmin select#ddlStatus {
    width: 70% !important;
    float: none;
    margin: 0 0 0px 9px;
}

.start-date.pull-left.secondbox select#AgentList {
    width: 78.3% !important;
}

#content-area.rights.push-right .secondbox select#ccLangType {
    width: 47% !important;
}

#content-area.rights.push-right .secondbox select#Callcenter {
    width: 60% !important;
}

#content-area.rights.push-right .secondbox select#Language {
    width: 62% !important;
}


#content-area.rights.push-right .start-date.pull-left.secondbox select#AgentList {
    width: 76% !important;
}

#content-area.rights.push-right .start-date.pull-left.secondbox.assignenquiryadmin select#AgentList {
    width: 72% !important;
}

#content-area.rights.push-right .col-sm-12.bottomdiv.secondbox.assignenquiryadmin select#ddlStatus {
    width: 62% !important;
}

.start-date.pull-left.widths.secondbox.assignenquiryadmin select#Language {
    width: 67% !important;
}

#content-area.rights.push-right .start-date.pull-left.widths.secondbox.assignenquiryadmin select#Language {
    width: 62% !important;
}

/* Fixed Header in Report*/
#fixedGridHeader

* {
    box-sizing: border-box;
}

#fixedGridHeader {
    width: 100%;
    overflow-x: scroll;
}

    #fixedGridHeader thead {
        display: table-row;
    }

    #fixedGridHeader tfoot td {
        padding: 18px 16px !important;
        float: right;
        width: 100%;
        text-align: right;
    }

/* only styling below here */
#constrainer, #fixedGridHeader {
    border: 1px solid lightgrey;
}
    /*div#fixedGridHeader td {
    padding: 7px 10px;
    min-width: 140px;
    vertical-align: middle;
    font-size: 14px;
    color: #3d3d3d;
    word-break: break-word;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
}

div#fixedGridHeader tr th {
    background: #989898;
    color: #fff;
    padding: 10px;
    min-width: 140px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}
*/

    #fixedGridHeader .table-responsive.scroll.scy tr:nth-child(2n) {
        background: #f2f2f2;
    }

    #fixedGridHeader tbody tr:nth-child(2n) {
        background: #f2f2f2;
    }

    #fixedGridHeader table#grid {
        margin-bottom: 0;
    }


    #fixedGridHeader tfoot tr td {
        border: none !important;
    }

    #fixedGridHeader tfoot tr {
        position: absolute;
        right: 19px;
        bottom: -52px;
    }

div#fixedGridHeader td.maxWidth {
    min-width: 124px !important;
}

.col-sm-4.end-date.pull-left.searchbox.ui-widget.firstbox input#dealerLocation {
    width: 100% !important;
}

.end-date.pull-left.psftextinput.secondbox select#agentData {
    width: 71% !important;
    max-width: 100% !important;
}

.end-date.pull-left.firstbox input#txtDateTo {
    width: 72% !important;
}

.start-date.pull-left.psftextinput.firstbox select#stateData {
    max-width: 100% !important;
    width: 65%;
}

div#fixedGridHeader {
    margin-bottom: 0 !important;
}

/*Forget Password*/
#forgetPasswordError {
    color: red;
    display: none
}

.firstbox, .secondbox {
    margin-bottom: 10px;
}

.login-container span.field-validation-error {
    position: absolute;
}

.loginErrorMessage span.field-validation-error {
    position: relative;
}

.dealer-form-container .green-btn:focus {
    outline: 3px solid #ccc !important;
}

a:focus {
    outline: 2px solid;
}

.login-container .login-btn:focus, .green-btn:focus {
    outline: 3px solid #ccc;
}

.breadcrumsnew label {
    font-weight: normal;
}

.login-section .form-group .material-group {
    margin-bottom: 34px;
}

.login-section span#validateMessage {
    top: 100px !important;
}

.end-date.pull-left.LeadCreatorRoles select#ddlLeadCreatorRoles, .start-date.pull-left.LeadCreatorRoles select {
    min-width: 140px;
}

p.modal-title {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-style: normal !important;
    margin: 0 !important;
}

.col-sm-3.reset_btn.bottomtop {
    clear: none;
    margin-top: -5px;
    margin-left: 50px;
}

.table {
    margin-bottom: 0;
    position: r;
}

.reset_btn.bottomtop.clearnone {
    clear: none;
    margin: -1px 0 0 12px;
}

.reset_btn.clearnone {
    clear: none !important;
}

.col-sm-4.boxfour {
    margin-top: 30px;
}

.firstboxone.boxthree.fourth span.full {
    width: 100% !important;
}

.firstboxone.boxthree.fifth span.full {
    width: 100% !important;
}

.firstboxone.boxthree.fourth, .firstboxone.boxthree.fourth a {
    background: #ff3f3f;
}

.firstboxone.boxthree.fifth {
    background: #643488;
}

.tabBtn .fifth a {
    background: #643488;
}

.firstboxone.boxthree.sixth span.full {
    width: 100% !important;
}

.tabBtn .sixth a {
    background: #0fb99a;
}

.firstboxone.boxthree.sixth {
    background: #0fb99a;
}

.tabBtn .fourth a {
    background: #ff3f3f;
}

.digital {
    width: 40px;
    height: 40px;
    background: #ff3f3f;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    margin: 0 2px 0 0;
}

.boxfour.paddingboth {
    padding: 0 15px;
}
    /*.boxfour.paddingboth .counts span {
    width: 16.6%;
    padding: 0 5px;
    box-sizing: border-box;
}*/
    .boxfour.paddingboth span.counttop, .boxfour.paddingboth span.totalleads {
        width: 100%;
        padding: 0;
    }

.date-container.pull-left.marginbottom label {
    margin-bottom: -1px !important;
}

tbody {
    overflow-y: auto !important;
}

div#ValidationLeadsCount.leadsred p {
    background: #ff3f3f;
}

.boxfour.paddingboth {
    padding: 0 15px;
    margin-top: 0;
}

.widthfull {
    width: 25%;
    float: left;
}

.start-date.pull-left.widthfull input {
    width: 55%;
    margin-right: 0;
}

.end-date.pull-left.widthfull input {
    width: 60%;
    margin-right: 0;
}

.widthfull select {
    min-width: 72%;
}

    .widthfull select#Zone {
        min-width: 74%;
    }

.col-sm-4.end-date.pull-left.widthfull {
    width: 23.2%;
}

#content-area.rights .widthfull input#txtSearch.SearchChange {
    width: 98% !important;
    min-width: 59% !important;
}

.start-date.pull-left.LeadCreatorRoles.widthfull #tractorModel {
    min-width: 100px !important;
    width: 147px;
}

#content-area.rights.push-right select#tractorModel {
    width: 103px;
}

#content-area.rights.push-right .start-date.pull-left.widthfull input {
    width: 49%;
    margin-right: 0;
}

p.pull-right.rightsmargin {
    margin-right: 20px;
}
/*p.pull-right.digitalmargin img {
    max-width: 23px;
}*/
.col-md-4.upper-side-nav {
    padding-left: 0;
}

#content-area.rights.push-right .breadcrums p.pull-right {
    font-size: 10px;
    top: 9px;
    left: 7px;
}

#content-area.rights.push-right .breadcrums p.pull-left {
    font-size: 11px;
}

#content-area.rights.push-right span.border {
    padding: 0 3px;
}

/*.col-sm-4.leadsboxss {
    padding: 2px 30px;    margin-left: 20%;

}
p.leadsboxesfb {
    background: #3b5998;
    padding: 10px;
    width: 100%;
    float: left;
    margin: 0 0 34px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
p.leadsboxesfb.websites {
    background: #228B22;
}
p.leadsboxesfb.others {
    background: #171a1c;
    margin-bottom: 0;
}*/
.col-sm-4.boxone .greenboxes p.counts span {
    width: 33% !important;
}

.col-sm-4.boxthree.leadslists p.counts span {
    width: 25%;
}

.col-sm-4.boxthree.leadslists span.counttop {
    width: 100% !important;
}

tfoot tr td:nth-child(1) {
    min-width: 100% !important;
}


#dealarmapping {
    background: #333;
    color: #fff;
    border-color: #333;
    padding: 4px 17px;
    float: right;
    border-radius: 4px;
    position: relative;
    top: 0px;
}

.text-center.col-md-12.fileSelection.digitalupload .drag-drop.pull-left {
    width: 33%;
    padding: 0 10px;
}

    .text-center.col-md-12.fileSelection.digitalupload .drag-drop.pull-left img, .text-center.col-md-12.fileSelection.digitalupload .inputfile-box.pull-left span.file-button img {
        max-width: 30%;
        float: left;
        margin-right: 6px;
        position: relative;
        top: 7px;
    }

    .text-center.col-md-12.fileSelection.digitalupload .drag-drop.pull-left label, .text-center.col-md-12.fileSelection.digitalupload .inputfile-box.pull-left .slectFile {
        float: right;
        width: 65%;
        text-align: left;
        font-size: 13px;
        margin: 0;
        padding: 0;
        line-height: normal;
        position: relative;
        top: 7px;
    }

        .text-center.col-md-12.fileSelection.digitalupload .drag-drop.pull-left label a {
            color: #000;
            margin: auto;
            padding: 0 0px;
        }

.text-center.col-md-12.fileSelection.digitalupload .inputfile-box.pull-left .slectFile {
    position: relative;
    top: 19px;
}

.text-center.col-md-12.fileSelection.digitalupload {
    padding: 8px 0 20px;
    float: left;
    width: 100%;
}

.pull-left.liststyle li {
    list-style: none;
    float: left;
    padding: 0 7px;
    position: relative;
    width: 100%;
}

.pull-left.liststyle em {
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: 0;
}

.pull-left.liststyle li {
    list-style: none;
    float: left;
    padding: 2px 20px;
    position: relative;
    width: 100%;
}

.pull-left.liststyle b {
    margin: 3px 0 10px;
    float: left;
    width: 100%;
}

.pull-left.liststyle b {
    margin: 3px 0 10px;
    float: left;
    width: 100%;
}

#content-area.rights.push-right .col-md-9.relativeheading.widthauto {
    padding: 0;
    width: 70%;
}

.newwidthroles select {
    min-width: 210px;
}

.col-sm-4.end-date.pull-left.clearbothnone.searchboxxx {
    top: 20px;
}

#content-area.rights.push-right .newwidthroles select {
    min-width: 184px !important;
}

#content-area.rights.push-right .start-date.pull-left.newwidthroles.bottomnew {
    clear: both;
    margin-top: 19px;
}

span#vmNewPassword.newclass {
    bottom: -14px;
}

div#modalChangePasswordContent {
    padding: 0 20px;
}

.col-sm-6.fbtop select#ddlLeadSourceList {
    margin-top: 7px;
}

.col-sm-6.application.marginnone.statess select#ddlStateList {
    margin-top: 4px;
}

.col-sm-6.application.marginnone.statess label.control-label {
    position: absolute;
    top: -6px;
}

a.delLead.topnew {
    position: relative;
    top: 4px;
}



div#delModal .modal-dialog {
    width: 38%;
    top: 40%;
    transform: translateY(-43%);
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
}

div#ChangePasswordModal .modal-dialog {
    top: 40%;
    transform: translateY(-43%);
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
    width: 10% !important;
}

.bootstrap-datetimepicker-widget table {
    overflow: hidden;
}

.datepicker-months td, .datepicker-months th, .datepicker-years td, .datepicker-years th {
    min-width: 100% !important;
    height: auto;
    overflow: hidden;
    text-overflow: inherit;
    max-width: 100% !important;
    padding: 5px !important;
    word-break: normal;
    width: 100% !important;
    line-height: normal !important;
}

    .datepicker-months th:nth-child(1), .datepicker-months td:nth-child(1), .datepicker-years th:nth-child(1), .datepicker-years td:nth-child(1) {
        min-width: 100% !important;
        max-width: 100% !important;
    }

.col-sm-4.boxone p.counts span.smalltextssnew, .col-sm-4.boxtwo p.counts span.smalltextssnew, .col-sm-4.boxthree p.counts span.smalltextssnew {
    width: 100%;
}

.leadststus select#leadstatus {
    min-width: 61%;
}

table {
    font-family: 'Montserrat', sans-serif !important;
}

.cdmsstatus select#cdmsstatus {
    min-width: 56%;
}

.leadststus select#leadstatus {
    min-width: 62%;
}

.cdmsstatus select#cdmsstatus {
    min-width: 56%;
}


#content-area.rights.push-right .leadststus select#leadstatus {
    min-width: 59%;
}

div#DigitalLeadsCount > p {
    width: 100%;
    float: left;
    margin: auto;
    color: #fff;
    background: #ff3f3f;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.col-sm-4.boxone.rationboxes .counts span {
    width: 25%;
}

.col-sm-4.boxone.rationboxes p.counts span.counttop, .col-sm-4.boxone.rationboxes p.counts span.smalltextssnew {
    width: 100%;
}

div#tollfreeDashboardLeads .slider-container.inner-left-content {
    margin: 0;
}

.material-group.checkbox {
    position: relative;
}

    .material-group.checkbox label {
        line-height: normal;
    }

.reset_btn.bottomtop.autowidth {
    clear: none;
    margin-top: 0;
    margin-left: 10px;
}

a#lnkBrochure, .sendlink {
    color: #016AAB;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}

.dealer-form-container .green-btn.sendlink {
    color: #016AAB;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    background: none !important;
    border: none;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    min-width: 100px;
    max-width: 160px;
}

label.digital.lead {
    background: #643488;
}

a.getAllReminder img {
    max-width: 22px;
    position: relative;
    top: -4px;
}

span.user-name {
    /* width: auto; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 74px;
    display: inline-block;
    top: 7px;
}

.toast-message, .toast-success {
    color: #ffffff !important;
    font-weight: normal !important;
    text-align: left !important;
}

.col-sm-4.boxfour.margintopss {
    margin-top: 0;
    margin-bottom: 20px;
}

    .col-sm-4.boxfour.margintopss span.smalltextssnew {
        width: 100% !important;
    }

#Srchbtn {
    z-index: 9 !important;
}

.toast.toast-success button.btn.verifyclick {
    display: block !important;
    margin: auto;
}

.toast.toast-success .toast-message {
    text-align: center !important;
}

.toast.toast-success .toast-message {
    text-align: center;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
}

span.table-icons.view {
    background: url(../images/ic_view.png) no-repeat;
}

    span.table-icons.view.Reopen {
        background: url(../images/ic_open.png) no-repeat;
        background-size: 74%;
        background-position: center;
    }

    span.table-icons.view.closed {
        background: url(../images/ic_close.png) no-repeat;
        background-size: 74%;
        background-position: center;
    }

    span.table-icons.view.Finalclose {
        background: url(../images/ic_final_close_button.png) no-repeat;
        background-size: 100%;
        background-position: center;
        width: 90px;
        height: 41px;
        height: 41px;
    }

th:nth-child(24), td:nth-child(24) {
    min-width: 240px;
    max-width: 240px;
    text-align: center;
}

a.Advance {
    cursor: pointer;
}

span.menu-icon.generic.tractor {
    background: url(../images/ic_complaint_listing.png) no-repeat;
}

.side-menu li:hover > a .menu-icon.generic.tractor {
    background-position: 0px -0 !important;
}

select.form-control[disabled] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
}

.firstboxone.boxthree.sixth.grey, .tabBtn .sixth.grey a {
    background: #aaa !important;
}

.firstboxone.openpages.closed {
    margin-top: 30px;
    background: #313131;
}

    .firstboxone.openpages.closed p.countshead {
        color: #fff;
        outline: none;
        border-bottom: 1px solid #ccc;
    }

    .firstboxone.openpages.closed span.totals a, .firstboxone.openpages.closed span.totals span.full {
        color: #fff;
        outline: none;
    }

    .firstboxone.openpages.closed p.counts span.totals, .firstboxone.openpages.closed p.counts span.greentotals, .firstboxone.openpages.closed p.counts span.yellowtotals, .firstboxone.openpages.closed p.counts span.redtotals {
        border-right: 1px solid #ccc !important;
    }

    .firstboxone.openpages.closed p.counts span.redtotals {
        border: none !important;
    }


.griddata {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0 15px;
}

    .griddata thead th {
        background: #016AAB !important;
        padding: 11px 0;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .griddata tbody tr td {
        padding: 11px 0;
        text-align: center;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .griddata tbody tr:nth-child(2n) {
        background: #f7f7f7;
    }

    .griddata tbody tr {
        background: #fff;
    }

    .griddata table {
        border: 1px solid #333;
    }

    .griddata tbody tr td.green {
        background: #92d050;
        font-weight: bold;
    }

    .griddata table td.yellow {
        background: #ffff00;
        font-weight: bold;
    }

    .griddata table td.red {
        background: #ff0000;
        font-weight: bold;
    }

    .griddata thead th {
        border-right: 1px solid #000;
    }

        .griddata thead th:last-child {
            border: none;
        }

    .griddata tbody tr td {
        border-right: 1px solid #000;
    }

        .griddata tbody tr td:last-child {
            border: none;
        }

tr.totalsbg {
    background: #ccc !important;
}

.bottomsdivs {
    width: 100%;
    float: left;
    margin: 0;
}

    .bottomsdivs p {
        font-size: 18px;
        color: #016AAB;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

.threeboxs {
    width: 100%;
    float: left;
    margin: auto;
}

    .threeboxs .colorbox {
        width: 23%;
        float: left;
        position: relative;
        margin: auto;
        font-size: 14px;
        padding-left: 45px;
        font-weight: 600;
        position: relative;
        line-height: 25px;
    }

        .threeboxs .colorbox:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 34px;
            height: 24px;
            top: 0;
            background: #92d050;
        }

        .threeboxs .colorbox.yeelow:before {
            background: #ffff00;
        }

        .threeboxs .colorbox.red:before {
            background: #ff0000;
        }

#reminderModal th:nth-child(1), #reminderModal td:nth-child(1) {
    min-width: 190px !important;
    max-width: 190px !important;
}

#reminderModal th:nth-child(2), #reminderModal td:nth-child(2) {
    min-width: 185px !important;
    max-width: 185px !important;
}

#reminderModal th:nth-child(3), #reminderModal td:nth-child(3) {
    min-width: 180px !important;
    max-width: 180px !important;
}

section.main-content > .container-fluid > .row {
    margin: 0;
}

.header-nav .dropdown-menu a:hover, .header-nav .dropdown-menu a:focus {
    background: #016AAB;
}

.side-menu li a:hover {
    background: #f5f5f5;
    color: #288548;
}

.breadcrums .pull-right {
    font-size: 15px;
    line-height: normal;
    top: 5px;
    position: relative;
}


#dvLead {
    position: relative;
    float: left;
    width: 100%;
}

.col-sm-12 {
    clear: both;
}

#XlUpload .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
}


button.tablinks {
    font-family: 'Montserrat', sans-serif;
}

#cancelModal .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
