﻿@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: 0px;
    padding: 0px;
    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;
}

img {
    max-width: 100%;
}

@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;
}


/*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;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    box-sizing: border-box;
}

    .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;
    top: 0px;
}

.forgot-password-link {
    font-size: 15px;
    color: #2c9450;
    float: right;
    margin-top: 20px;
    font-weight: 500;
}

.green-btn {
    background: #2c9450;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 30px;
    min-width: 94px;
    padding: 0px 20px;
    border: none;
    outline: none;
    border: 1px solid #2c9450;
}

    .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: #2c9450;
    }

        .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;
}

/*Dashboard*/
header {
    width: 100%;
    float: left;
    background: #2c9450;
    padding: 10px 0px 10px 0px;
    /* height: 84px; */
    position: fixed;
    top: 0px;
    z-index: 999;
}

.cdms {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    right: 0;
    top: 6px;
    font-size: 30px;
    letter-spacing: 2px;
    left: 0;
    font-weight: bold;
    text-align: center;
}

.dashboard-logo-container img {
    position: relative;
    top: 4px;
}

.main-content {
    margin-top: 60px;
    z-index: 1;
}

.side-nav {
    width: 70px;
    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: 59px !important;
    !i;
    !;
    overflow-x: hidden;
    padding: 0;
}

.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;
            border-left: 3px solid transparent;
            padding-left: 10px;
            float: left;
        }

            .side-menu li a:hover {
                background: #f5f5f5;
                border-left: 3px solid #288548;
                color: #288548;
            }

.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 {
    padding-left: 80px;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

    #content-area.push-right {
        padding-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;
    }

.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;
    width: 100%;
    box-shadow: none;
}

.plus {
    color: #b5b5b6;
    font-size: 28px;
    position: absolute;
    right: 14px;
    top: 7px;
}

.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: #fff;
    padding: 0px 20px 0px 20px;
}

.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: 99%;
    float: left;
    margin-bottom: 0;
}

.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: 0px 11px;
        position: relative;
    }

    .user-name, .header-nav .caret {
        color: #fff;
        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: 12px;
    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 {
        display: none;
    }

    .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 {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    left: 0;
}

.header-nav .dropdown-menu > li > a {
    padding: 13px 18px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.header-nav .dropdown-menu > li:hover > a {
    color: #2c9450;
}

.header-nav .dropdown-menu > li > a img {
    margin-right: 20px;
}

.header-nav .dropdown-menu > li:last-child > a {
    border-bottom: 0px;
}

.header-nav .dropdown-menu {
    min-width: 230px;
    left: inherit;
    right: 0px;
    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;
}

    .dashboard.servicejob {
        background: url(../images/ic_jobcard_web.png) no-repeat;
    }

.user-management {
    background: url(../images/user_manage.svg) no-repeat;
}

.tractor-purchase {
    background: url(../images/ic_trcator_purchase.png) 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;
    padding-top: 10PX;
    padding-bottom: 10PX;
    padding-right: 20px;
}

.dropdown.active > a {
    color: #288548;
    background: #f0f0f0;
}

.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;
}

.table-heading {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}

.section-heading {
    font-size: 19px;
    color: #414141;
    font-weight: 500;
    margin-top: 5px;
}

.table-heading .col-md-6, .table-heading .col-md-4 {
    padding-left: 0;
}

.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 #2c9450;
    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: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.table-container .table td {
    padding: 6px 8px !important;
    vertical-align: middle;
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
}

.table-icons {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

.edit {
    background: url(../images/edit.svg) no-repeat;
}

.download {
    background: url(../images/download.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}

.notify {
    background: url('../images/ic_sms_notification.png') no-repeat;
    width: 41px;
}

.delete {
    background: url(../images/delete.svg) no-repeat;
}

.search {
    background: url(../images/search.svg) no-repeat;
}
/*.table-section .table tr:hover .table-icons{ background-position: 0px -35px; transition:all .2s ease-in; -moz-transition:all .2s ease-in; -webkit-transition:all .2s ease-in; -o-transition:all .2s ease-in;}*/
/*.table-section .table-hover>tbody>tr:hover { background-color: #2c9450;}*/
/*.table-section .table-hover>tbody>tr:hover td { color: #fff;}*/
.table-section [type="checkbox"]:not(:checked), .table-section [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .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;
}

.table-hover > tbody > tr:hover {
    background-color: #fff;
}

.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: #2c9450;
    border-color: #2c9450;
}

.search-section-container {
    width: 100%;
    float: left;
    background: #e5e4e4;
    padding: 9px 20px 6px;
    font-size: 15px;
    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: #2c9450;
    }

.upload-modal .modal-header h4 {
    color: #2c9450;
    text-transform: uppercase;
    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;
    color: #000;
    line-height: 30px;
    font-size: 22px;
}

.upload-modal label {
    color: #424242;
    font-size: 13px;
    font-weight: 400; /*margin-bottom:20px;*/
}

.upload-modal .modal-body p {
    font-size: 13px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}

.fileSelection img {
    max-width: 40px;
    float: left;
    margin: 0 10px 0 0;
}

.text-center.col-md-12.fileSelection {
    font-size: 15px;
    color: #000;
    float: left;
    margin: 20px 0;
    width: 100%;
}


.inputfile {
    display: none !important;
}

.file-upload label {
    cursor: pointer;
}

.table-heading.mainheads {
    padding: 8px 15px;
}

.breadcrums p.pull-left {
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
}

i.fa.fa-home.homebreadcrums {
    color: #2c9450;
    font-size: 14px;
    position: relative;
    top: 0px;
    margin-right: 6px;
}

.file-upload span, .drag-drop label {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: normal;
}

.drag-drop {
    cursor: pointer;
    margin-right: 18%;
}

.popup-ul {
    display: inline-block;
    margin-top: 35px;
    padding: 0px;
}

    .popup-ul li {
        float: left;
        margin: 0px 20px;
    }

.modal-dialog {
    width: 677px;
}

div#XlUploadWrongData .modal-body {
    padding-bottom: 30px;
}

div#XlUploadWrongData .modal-dialog {
    width: 677px;
    margin: auto;
    top: 11%;
}


.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: #2c9450;
    }

.alert-box {
    margin-bottom: 0px !important;
}

.inner-dd-menu li a {
    padding-left: 64px !important;
}

.date-container img {
    cursor: pointer;
}

/*Add Dealer*/
.steps-container {
    width: 100%;
    float: left;
    padding: 40px 0px 20px 0px;
    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:12.5%; text-align:center; position:relative;}*/
    .steps-ul li {
        list-style: none;
        float: left;
        width: 11%;
        text-align: center;
        position: relative;
    }

        .steps-ul li:after {
            content: "";
            position: absolute;
            width: 50%;
            background: #000;
            height: 1px;
            right: 0px;
            top: 14px;
            z-index: 1;
        }

        .steps-ul li:before {
            content: "";
            position: absolute;
            width: 50%;
            background: #000;
            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: #000;
        }

        .steps-ul li.done.active:before {
        }

        .steps-ul li.done:before, .steps-ul li.done:after {
            background: #000;
        }

        .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 0;
    padding-bottom: 50px;
}

    .dealer-form-container h2 {
        margin-bottom: 55px;
    }

    .dealer-form-container .form-group {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

.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: #2c9450;
    }
/*.dealer-form-container .green-btn{ margin-right:20px; margin-top:30px; max-width: 140px !important; line-height: 40px !important;}*/
.dealer-form-container .green-btn {
    margin-right: 20px;
    margin-top: 30px;
    /*max-width: 111px !important;*/
    line-height: 32px !important;
    top: 5px;
    position: relative;
}

textarea {
    max-width: 100%;
    min-height: 150px;
    resize: none;
}

.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: 130px;
    padding-bottom: 130px;
    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 10px;
}

.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: #22773e;
    padding: 50px 0px 30px 0px;
}

    .top-header p {
        color: #fff;
        font-size: 26px;
        font-weight: 500;
        margin-top: 20px;
        letter-spacing: 5px;
    }

.login-section {
    width: 100%;
    float: left;
    text-align: center;
}

.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;
    }

.wizard-inner.steps-container {
    padding-top: 20px;
}

.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;
}

.login-container .login-btn {
    background: #22773e;
    line-height: 57px;
    text-align: center;
    color: #22773e;
    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: none;
    display: inherit; /*margin-top:15px;*/
}

    .login-container .login-btn:hover {
        background: #fff;
        color: #22773e;
        border: 1px solid #22773e;
    }

.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;
}

.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;
    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;
    min-width: 140px;
    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;
}

.mand_field {
    color: #f11111;
}

.customLabel {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.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: 35px;
}

    .material-group input, .material-group.heights textarea {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        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;
    }

        .material-group input:focus, .material-group.heights textarea:focus {
            outline: none;
        }

    /* LABEL ======================================= */
    .material-group label, .material-group.heights label {
        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;
    }

    /* active state */
    .material-group input:focus ~ label, .material-group input:valid ~ label, .material-group.heights textarea:focus ~ label, .material-group.heights textarea:valid ~ label {
        top: -20px;
        font-size: 14px;
        color: #22773e;
    }

    input[readonly] ~ label, .material-group.heights textarea[readonly] ~ label {
        top: -20px;
        font-size: 14px;
        color: #22773e;
    }

    /* BOTTOM BARS ================================= */
    .material-group .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .material-group .bar:before, .material-group .bar:after, .material-group.heights .bar:before, .material-group.heights .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 1px;
            position: absolute;
            background: #22773e;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .material-group .bar:before, .material-group.heights .bar:before {
            left: 50%;
        }

        .material-group .bar:after, .material-group.heights .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, .material-group.heights textarea: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: #2c9450;
    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: #2c9450;
        }

        .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;
}

.table tr td:last-child, .table tr th:last-child {
    min-width: 130px;
}

.parts-tab {
    padding-top: 10px;
}

.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: #2c9450;
    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: #2c9450;
    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: #2c9450;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.SelectOutBox {
    background-color: #2c9450;
    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 {
    font-size: 18px;
    color: #2c9450;
    font-weight: 400;
    display: inline-block;
    float: right;
    cursor: pointer;
    border: 1px solid #bbafaf;
    padding: 5px 10px;
    border-radius: 7px;
}

.editIcn {
    margin-right: 30px;
}




.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 {
    background-color: #2c9450;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    padding: 30px;
    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%;
}


.printIcons {
    width: 20px;
}

    .printIcons a {
        width: 70px;
        margin-right: 10px;
        display: block;
        float: left;
    }

        .printIcons a img {
            width: 50%;
            margin-bottom: 10px;
        }

.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;
}

a.viewBtn:hover, a.viewBtn:focus {
    color: #fff;
}

/*-------------------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;
    border-radius: 5px;
}
/*----------------------*/
.inputfile-box {
    position: relative;
}

.inputfile {
    display: none;
}

.container {
    display: inline-block;
    width: 100%;
    margin: auto !important;
}

.boxexel {
    display: block;
    float: left;
    margin: 20px 5px;
    border: 1px solid #d2d2d7;
    padding: 5px;
    background-color: #eee;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    height: 30px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.file-upload span, .drag-drop label, span.slectFile {
    font-size: 16px;
    color: #2c9450;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    top: 8px;
}

.drag-drop.pull-left label a {
    color: #2c9450;
}

div#DivSubmit button.green-btn.pull-right {
    float: none !important;
    margin: auto;
}

div#DivSubmit {
    text-align: center;
}

.file-box {
    display: block;
    float: left;
    margin: 20px 5px;
    border: 1px solid #d2d2d7;
    padding: 5px;
    background-color: #eee;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slectFile {
    font-size: 15px;
    color: #2c9450;
    line-height: 25px;
}

.fileSelection {
    margin: 0 auto;
    float: none;
}

.upLoadFile {
    clear: both;
    float: none;
    margin: 0 auto;
}
/*-------------------Browse File Path-------------------------*/

.finalAmountBlock div label:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #2c9450;
}

.rdoContr input[type="radio"] + label {
    float: left;
}

.rdoTxt {
    color: #808080;
    font-weight: 300;
    font-size: 16px;
    margin-top: 2px;
    float: left;
}

.finalAmountBlock div label {
    font-size: 15px;
    font-weight: 500;
}

.invoicetBl .table td {
    padding: 5px 10px;
}

.textCenter {
    text-align: center;
}

.viewBtn {
    background-color: #2c9450;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

a.viewBtn:hover {
    color: #fff;
}

.spareOrder li:first-child {
    color: #fff;
    margin: 5px;
    width: auto;
}

.spareOrder a.viewBtn {
    color: #fff;
    text-align: center;
    float: left;
    border-radius: 5px !important;
    text-align: center;
    width: 100%;
}

.rightform {
    text-align: right;
    margin: auto;
}

.pull-left.sectionright {
    float: none !important;
    display: inline-block !important;
    width: 52%;
}

.implementTxt {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
}

.dlrTbl tbody tr td {
    padding: 10px !important;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}

.dlrTbl .cstmInput {
    width: 100%;
}

.iconSpace table tbody tr td a {
    margin-right: 30px;
}


/*---------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%;
    }
}



/*------------------------Report section--------------------*/
input#date {
    font-size: 11px;
}

.menu-icon.role-management.reporticon {
    background: url(../images/reporticon.png) no-repeat;
    background-size: 33px;
    background-position: 3px 0px;
}

.side-menu li:hover > a .menu-icon.reporticon {
    background-position: 3px -35px !important;
}

li.multiselect-item.multiselect-all.active + .active a, li.multiselect-item.multiselect-all.active + .active + .active a, li.multiselect-item.multiselect-all.active + .active + .active + .active a {
    background: none;
    color: #000;
}

li.multiselect-item.multiselect-all.active .checkbox input[type="checkbox"] {
    content: none !important;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 8px;
    right: 11px;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

    .bootstrap-iso form button, .bootstrap-iso form button:hover {
        color: white !important;
    }

.asteriskField {
    color: red;
}

.reporthead {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    padding: 0;
}

select.selectboxes {
    padding: 10px 24px 10px 15px;
    border-radius: 5px;
    line-height: normal;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}

.fullreporttype, .col-sm-12.reporttype {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.reporttype button.btn.btn-primary, .modal-footer button.btn.btn-primary {
    background: #2c9450;
    border-color: #2c9450;
}

    .reporttype button.btn.btn-primary:hover, .reporttype button.btn.btn-primary:focus, .reporttype button.btn.btn-primary:active, .modal-footer button.btn.btn-primary:hover, .modal-footer button.btn.btn-primary:focus, .modal-footer button.btn.btn-primary:active {
        background: #000;
        border-color: #000;
    }

span.notes {
    font-size: 16px;
    color: #FF0000;
    text-align: center;
}

span.col-sm-4.reporthead {
    line-height: 25px;
}

h2.section-heading.rep {
    text-align: center;
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}

.table-heading.padding {
    padding: 5px 0 10px;
}

.col-sm-12.boxleft {
    margin-bottom: 20px;
}

.table-heading.padding .col-md-12 {
    padding: 0;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
}

button.btn.btn-primary.no {
    background: #888;
    border-color: #888;
}

.col-sm-12.reporttype.tablesss {
    margin: 0;
}

    .col-sm-12.reporttype.tablesss span.col-sm-4.reporthead {
        line-height: 44px;
    }

button.btn.btn-primary.no:hover {
    background-color: #2c9450;
    border-color: #2c9450;
}

p.col-sm-12.reporttext {
    width: 100%;
    float: left;
    margin: 20px 0;
    font-size: 17px;
    font-weight: bold;
    color: #2c9450;
}

.form-group.topdates {
    margin: 0;
}

.col-sm-12.boxleft.topdates {
    margin: 0;
}

p.col-sm-6.reporttext {
    float: left;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #2c9450;
}

.modal-body {
    /*padding: 15px;
    width: 100%;
    float: left;
    display: inline-block;*/
}

.modal-footer {
    border-top: none;
}

li.multiselect-item.multiselect-all.active + .active a, li.multiselect-item.multiselect-all.active + .active + .active a, li.multiselect-item.multiselect-all.active + .active + .active + .active a {
    background: none;
    color: #000;
}

li.multiselect-item.multiselect-all.active .checkbox input[type="checkbox"] {
    content: none !important;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 8px;
    right: 11px;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

    .bootstrap-iso form button, .bootstrap-iso form button:hover {
        color: white !important;
    }

.asteriskField {
    color: red;
}

li.headss input[type="checkbox"] {
    display: none;
}

span.multiselect-native-select .btn-group button.multiselect b.caret {
    float: right;
    position: relative;
    top: 8px;
}

ul.multiselect-container.dropdown-menu {
    min-width: 100%;
    max-height: 300px;
    overflow: auto;
}

li.headss label {
    padding-left: 0;
    font-weight: bold !important;
    /* cursor: none; */
}

    li.headss label span {
        padding: 0;
    }

div#exampleModal2 {
    top: 0; /* width: 400px; */
    background: rgba(0,0,0,0.7);
}

    div#exampleModal2 .modal-dialog {
        width: 70%;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }

span.multiselect-native-select {
    width: 50%;
    float: left;
}

    span.multiselect-native-select .btn-group button.multiselect {
        width: 100%;
        text-align: left;
    }

    span.multiselect-native-select .btn-group {
        width: 100%;
        float: left;
    }

.tablescroll.table-container {
    overflow: auto;
    /* overflow-y: scroll; */
    max-height: 400px;
}

    .tablescroll.table-container th {
        min-width: 160px;
    }

.col-sm-8.sideselctedd .col-sm-6.form-group {
    padding: 0;
    margin: 0;
}

.col-sm-8.sideselctedd .col-sm-3 {
    padding: 0;
}

img.profileimage {
    max-width: 33px;
}

select.selectboxes, .ms-parent button.ms-choice, select.selectboxesss {
    padding: 10px 24px 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: normal;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}

.col-sm-8.sideselctedd .col-sm-6.form-group:first-child .col-sm-9 {
    padding-left: 0;
}

span.deltext {
    font-size: 15px;
}

.radiobuttons label {
    font-size: 15px;
    margin-right: 14px;
}

.col-sm-8.radiobuttons input[type="radio"] {
    top: 1px;
    margin: 0 5px 0 0;
    position: relative;
}

.reporttype.buttonsadd {
    text-align: center;
}

.wizard.reporttypebox {
    width: 650px;
    margin: auto;
}

    .wizard.reporttypebox.deliverybox {
        width: 700px;
        margin: auto;
    }

input#date {
    font-size: 11px;
}

.col-sm-8.sideselctedd .col-sm-6.form-group:nth-child(2) .col-sm-3 {
    padding-left: 15px;
}

.col-sm-8.sideselctedd .col-sm-6.form-group:nth-child(2) .col-sm-9 {
    padding-right: 0;
    padding-left: 15px;
}

.reporttype button.btn.btn-primary {
    min-width: 248px;
    font-size: 20px;
}

.col-sm-12.boxleft span.col-sm-4.reporthead, .col-sm-12.boxright span.col-sm-4.reporthead {
    line-height: 40px;
}

.ms-parent button.ms-choice span.placeholder {
    position: relative;
    padding: 0;
    color: #000;
}

.ms-parent button.ms-choice > div {
    position: absolute;
    top: 10px;
    right: 15px;
}

.ms-choice > span {
    position: relative !important;
    top: 0;
    left: 0 !important;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 0 !important;
}

.ms-drop.bottom input[type="checkbox"] {
    position: relative;
    left: 0;
    float: left;
    top: 1px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    float: left;
    padding: 0 0 7px;
    width: 100%;
    font-size: 15px;
}

    .ms-drop ul > li span, li.ms-select-all {
        font-size: 15px;
        float: left;
        margin: auto;
        padding: 0 8px;
    }

.tablescroll.table-container {
    overflow: auto;
}

li.ms-select-all label {
    padding: 0 8px;
}

.ms-drop.bottom li.ms-select-all input[type="checkbox"] {
    left: -8px;
}

.ms-drop.bottom li label {
    width: 100%;
    float: left;
    margin: 0;
}

.ms-parent button.ms-choice > div span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    color: #888;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

button.btn.btn-primary.filtericon {
    position: absolute;
    top: 0;
    right: 30px;
    background: #2c9450;
    border-color: #2c9450;
    font-size: 18px;
}

.wizard.reporttypeboxs .tablescroll.table-container {
    height: auto;
    max-height: 900px;
}

.table-section .table-hover.campaign-table > tbody > tr:hover td {
    color: #000;
}

.reporttype button.btn.btn-primary a {
    color: #fff;
}

.conditionsection {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 30px;
}

.tablescroll.table-container td {
    padding: 10px 7px;
    font-size: 13px;
    line-height: 24px;
}

.tablescroll.table-container tr td:first-child, .tablescroll.table-container tr th:first-child {
    text-align: left !important;
}

input.bordernone {
    border: 1px solid #ccc;
    padding: 4px 10px;
    height: auto;
    background: none;
}

a.backpage {
    position: absolute;
    left: 20px;
    font-size: 19px;
    top: 6px;
    color: #000;
}

.backpage i {
    margin: 0 9px 0 0;
}

button.btn.btn-primary.viewmore {
    background: no-repeat;
    border: none;
    color: #000;
    padding: 0;
    float: right;
    font-size: 17px;
    margin-bottom: 10px;
}

.conditionsection .tablescroll.table-container {
    max-height: 100%;
}

.conditionsection table.table.table-hover.campaign-table {
    margin: 0 0 10px;
}

.conditionsection p {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 20px;
}

div#exampleModal .modal-content {
    display: inline-block;
}

input.bordernones {
    padding: 10px 24px 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: normal;
    height: auto;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
}

.table-container tfoot tr td:first-child {
    width: 100% !important;
    min-width: 100% !important;
    float: right;
    border: none;
    text-align: right !important;
}

.modal-dialog .modal-body .table-container tfoot tr {
    float: none;
}

footer p {
    position: relative;
    top: 0;
    margin: 0;
}

tfoot tr {
    float: right;
    width: 100%;
    text-align: right;
}

.right-menu.col-md-3.pull-right.inner-right-menu {
    position: relative;
    right: 10px;
    transition: width 0.5s ease-in-out, left 0.2s ease-in-out;
    z-index: 9;
}

.side-menu li.active > a .menu-icon.reporticon {
    background-position: 3px -35px !important;
}

.side-menu li.active a, .show-nav ul.dropdown-menu.first-level li a:hover, .show-nav ul.dropdown-menu.first-level li.active-menu a, {
    background: #f5f5f5 !important;
    border-left: 3px solid #288548;
    color: #288548;
}




.dropdown-submenu > .dropdown-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    padding: 0;
}

ul.sub-menu.children.dropdown-menu {
    top: 6px;
}

a.dropdown-toggle.plus {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    right: 0;
    left: 0;
    top: 0;
}


h2.fulltextbox {
    width: 100%;
    float: left;
    display: inline-block;
}

li.dropdown.first-level-dd span.plus.pull-right.textplus:before {
    position: absolute;
    right: 0;
    content: "+";
    top: 0;
}

.side-nav .plus.pull-right.textplus {
    display: none !important;
}

.side-nav.show-nav .plus.pull-right.textplus {
    display: block !important;
}


li.menu-item-has-children.dropdown.dropdown-submenu.minus a.dropdown-toggle.plus .products, li.menu-item-has-children.dropdown.dropdown-submenu.minus a.dropdown-toggle.plus .pre-sales {
    background-position: 0px -32px !important;
}

li.dropdown.first-level-dd.active > a .menu-icon {
    background-position: 0px 0px !important;
}

li.menu-item-has-children.dropdown.dropdown-submenu.minus a.dropdown-toggle.plus {
    background: #f5f5f5 !important;
    border-left: 3px solid #288548;
    88 color: #288548;
}

li.dropdown.first-level-dd.active span.plus.pull-right.textplus:before {
    content: "-";
}


@media only screen and (max-width: 1600px) {
    .right-menu.col-md-3.pull-right.inner-right-menu.collapseNav .quick-links-text a {
        display: none;
    }

    nav.side-nav.show-nav span.menu-text {
        display: block;
    }

    nav.side-nav.show-nav .plus {
        display: block;
    }

    .right-menu.col-md-3.pull-right.inner-right-menu .quick-links-text a {
        display: block;
    }
}

/************************************************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;
    float: right !important;
}

.col-sm-12.pull-right.dropdown-holder {
    text-align: right;
}

.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 #2c9450;
}

.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: 34%;
    padding: 5px 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;
}

.fullcall_dashSec.eventsearch input.input {
    background: none !important;
    width: auto;
    width: 85%;
    float: right;
    box-shadow: none;
}

.col-sm-3.search-section-container.flll {
    width: auto;
    float: none !important;
    margin-right: 20px;
}

.col-sm-12.pull-right.dropdown-holder button#dropdownMenu1 {
    background: none !important;
    border: none;
    color: #2c9450;
    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;
}


#manageeventform .table-container .table td {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #3d3d3d;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
    word-wrap: break-word;
}

.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;
}

#newWinLooseReason span.field-validation-error {
    position: absolute;
    bottom: -22px;
}

.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-6.textarea textarea {
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px;
    min-height: 100px;
    BORDER: 1px solid #ccc;
}

.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;
}





.material-group label {
    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;
}



a#addnewevent {
    margin: 0 13px;
    text-decoration: none;
}


#newWinLooseReason .material-group input ~ label {
    top: -0;
}

#newWinLooseReason .material-group input:focus ~ label, #newWinLooseReason .material-group input:valid ~ label {
    top: -10px;
}

.col-sm-6.slecttop label, #newWinLooseReason .material-group input:valid ~ label {
    font-size: 12px;
    color: #424242;
}

.table-top-section-ul li a span {
    position: relative;
    top: 3px;
    margin: 0 8px;
}

#newWinLooseReason .material-group input:focus ~ label {
    color: #22773e;
}


.col-sm-3.search-section-container.pull-left.aa {
    float: left !important;
}


.validone {
    position: absolute;
    bottom: 0;
    top: 43px;
    font-size: 12px;
    font-weight: normal;
}

.validtwo {
    position: absolute;
    bottom: 0;
    top: 57px;
    left: 0;
}

.field-validation-error {
    color: #F00;
    font-size: 12px;
    font-weight: normal;
}

#divAddEditEventModels span.field-validation-error {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    bottom: -17px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: no-repeat;
    border: none;
}

select.ui-datepicker-month {
    background: none;
    border: none;
}

.ui-datepicker td {
    border: 0;
    padding: 5px;
}




.show-nav ul.dropdown-menu.first-level li a {
    border-left: 3px transparent;
}

.user-management.cust {
    background: url(../images/_cust.png) no-repeat;
}

.user-management.customerconnect {
    background: url(../images/ic_customer_connect.png) no-repeat;
}

.user-management.financeapp {
    background: url(../images/ic_finance_app.png) no-repeat;
}

.user-management.learningvideos {
    background: url(../images/ic_learning_videos.png) no-repeat;
}

.user-management.reports {
    background: url(../images/ic_reports.png) no-repeat;
}

.leadslinks {
    color: #2c9450 !important;
}

footer {
    font-size: 13px;
    text-align: center;
    color: #b8b8b8;
    line-height: 29px;
    background: #f2f2f2;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
}

.breadcrums {
    width: 100%;
    float: left;
    margin: auto;
    background: #f2f2f2;
    padding: 0px 15px;
    margin-bottom: 5px;
}

.pop-upbutton {
    float: right;
    display: inline-block;
    margin: auto;
}

    .pop-upbutton a {
        float: right;
        padding: 9px 20px;
        background: #2c9450;
        line-height: normal;
        color: #fff;
        border-radius: 5px;
        font-size: 15px;
        margin-bottom: 10px;
    }



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.table-responsive.scroll.scy {
    overflow: auto;
    margin-bottom: 0px;
}

.col-md-12.slider.expand-content {
    width: 100%;
    padding: 0;
}

.clsaction {
    padding: 7px 20px;
    background: #cecece;
    margin-left: 15px;
    color: #000;
    font-size: 15px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
}

    .clsaction.active {
        background: #2c9450;
        color: #fff;
    }

#XlUploadWrongData .table-section {
    height: auto;
    overflow-y: auto;
    max-height: 400px;
}
/*---------STock Transfer  --------*/

button.green-btn.no-color-btn.excel {
    min-width: 250px;
}

.col-sm-12.submitextbtn button.green-btn {
    margin-top: 10px;
}

.table-container.scroll {
    width: 100%;
    float: left;
    overflow-x: auto;
}

#newCampaignModal.newtable .text-box {
    color: #424242;
    font-weight: normal;
    font-size: 14px;
}

.table-responsive.scroll.scy tr:nth-child(2n) {
    background: #f2f2f2;
}

tfoot {
    position: absolute;
    right: 0;
    bottom: -39px;
    text-align: right;
    left: 0;
}

#Srchbtn {
    max-width: 55%;
    z-index: 99;
    position: relative;
    top: 0px;
    background: #e5e4e4;
    right: -17px;
    padding-left: 1px;
    padding-right: 1px;
}

.reset_btn.bottomtop {
    margin-top: 0;
}

.reset_btn {
    float: left;
    margin-left: 0;
    margin-top: 30px;
    clear: none;
    text-align: left;
    padding-left: 12px;
}

.col-sm-4.end-date.pull-left label {
    position: absolute;
    right: 0;
}

.col-sm-4.end-date.pull-left {
    position: relative;
    top: 0;
    padding: 0;
    width: auto;
}

    .col-sm-4.end-date.pull-left input#txtSearch {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: auto;
    }

.reset_btn span.actionBtn.ResetAction {
    margin: 0 0 0 20px;
    float: left;
}

.reset_btn span.actionBtn {
    background: #2c9450;
    color: #fff;
    border-color: #2c9450;
    padding: 3px 17px;
    border-radius: 4px;
}

.fullwidths {
    float: left;
    width: 100%;
    margin: 0;
}

.col-sm-3.pull-right.clsIsAdmin a {
    background: #2c9450;
    color: #fff;
    border-color: #2c9450;
    padding: 8px 17px;
    float: right;
    border-radius: 4px;
    position: relative;
    top: 0px;
    line-height: normal;
}

.col-md-9.relativeheading h1.section-heading {
    margin-top: 8px !important;
}

.col-sm-6.pull-right.rightbox {
    text-align: right;
}

    .col-sm-6.pull-right.rightbox span.clsaction {
        float: none;
        display: inline-block;
    }

.breadcrums .pull-right {
    line-height: normal;
    top: 6px;
    font-size: 14px;
    position: relative;
    color: #000;
}

span.border:first-child {
    padding-left: 0;
}

span.border {
    border-right: 1px solid #fff;
    padding: 0 15px;
}

    span.border:last-child {
        border-right: none !important;
    }

span.no-record {
    width: 100%;
    float: left;
    margin: 20px 0;
    font-size: 16px;
}

.col-sm-6.textarea span.field-validation-error {
    left: 0;
    bottom: -19px;
    left: 15px;
}

.top {
    margin-top: -22px;
}

.modal-dialog .modal-body tfoot {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
}

.modal-dialog .modal-body .table-container tfoot tr td:first-child {
    width: 100% !important;
    min-width: 100% !important;
    float: none;
    text-align: right !important;
}


#closure_date .modal-dialog {
    top: 47%;
    transform: translateY(-50%);
}

#closure_date h4.modal-title {
    margin-bottom: 20px;
    font-weight: bold;
}

#closure_date p.smallheading {
    font-size: 15px;
    float: left;
    width: 100%;
    margin: -10px 0 20px;
}

#closure_date .fullwidthpopup label b#txtClosureDate {
    color: #2c9450;
    margin: 0 0 0 10px;
}

#closure_date .fullwidthpopup label {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

#closure_date p.smallheading {
    font-size: 15px;
    float: left;
    width: 100%;
    margin: -10px 0 20px;
}

div#DivClosureDate {
    text-align: center;
    padding-bottom: 20px;
}

    div#DivClosureDate span#spnMonth {
        position: absolute;
        left: 10.5%;
        right: auto;
        bottom: 0;
    }

    div#DivClosureDate select#ddlMonthList {
        width: 59%;
        display: inline-block;
        margin: 9px 0 0 0;
        position: relative;
        padding: 0 5px;
    }

#closure_date .fullwidthpopup {
    width: 100%;
    float: left;
    margin: -8px 0 15px 0;
    text-align: center;
}

@-moz-document url-prefix() {
    tfoot {
        bottom: -36px;
    }

    @media only screen and (min-width:1400px) and (max-width:1599px) {
    }

    @media only screen and (min-width:1600px) and (max-width:1700px) {
    }

    @media only screen and (min-width:1701px) and (max-width:1800px) {
    }

    @media only screen and (min-width:1800px) and (max-width:1900px) {
    }

    @media only screen and (min-width:1901px) and (max-width:2200px) {
    }
}

.tablewidths .col-sm-new {
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.col-sm-new.innerbox {
    text-align: center;
    max-width: 20%;
}

    .col-sm-new.innerbox a {
        text-decoration: none;
    }

.col-sm-new.logonew img {
    max-width: 60%;
    position: relative;
    top: -2px;
}

.borderimages {
    width: 74%;
    float: none;
    margin: auto;
    height: 180px;
    display: inline-block;
    border: 2px solid #65ccb7;
    border-radius: 7px;
    padding: 5px;
}

.logoimages img {
    max-width: 20%;
}

.col-sm-3.innerbox {
    text-align: center;
}

.absultetext {
    width: 80%;
    background: #182527;
    padding: 9px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 6px;
    text-decoration: none;
}

/*tractor purchase*/
.fourboxes {
    width: 100% !important;
    display: inline-block;
    margin: 15px auto;
}

button.btn.btn-default.addtocart {
    background: #2c9450;
    border-color: #2c9450;
    color: #fff;
}

input.form-control.input-number {
    width: 40px;
    padding: 0 3px;
}

span.input-group-btn {
    float: none;
    display: initial;
}

input.form-control.input-number {
    width: 40px;
    padding: 0 4px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

button.btn.btn-default.btn-number {
    background: #000 !important;
    color: #fff;
    float: left;
}

.minus-btn img {
    margin-bottom: 3px;
}

.plus-btn img {
    margin-top: 0px;
}

.search-section-container.paddings {
    padding: 10px 10px;
}

.date-container.searchbox1 {
    width: 14.7%;
    float: left;
    display: inline-block;
}

    .date-container.searchbox1 .dropdown-text {
        min-width: 170px !important;
    }

#content-area.push-right .newwidth .date-picker-textbox {
    max-width: 93px;
    font-size: 12px;
}

#content-area.push-right .date-container.searchbox1 .dropdown-text {
    min-width: 97% !important;
    font-size: 12px;
    padding-bottom: 7px;
}

.search-section-container.paddings button.transparent-btn {
    margin-left: 20px;
    line-height: normal;
    padding: 8px 0;
    margin-top: -5px;
    float: right;
}

.search-section-container.paddings .date-picker-textbox {
    max-width: 100px;
}

#content-area.push-right .date-container.searchbox1 {
    width: 16%;
}

span.ordernumber {
    font-size: 15px;
    float: left;
    margin: auto;
    width: 25%;
}

    span.ordernumber em, span.orderdate em, span.dealer em, span.sapid em {
        font-weight: bold;
        font-style: normal;
    }

span.orderdate {
    font-size: 15px;
    float: right;
    margin: auto;
    width: 20%;
    margin-right: 25px;
}

span.dealer {
    font-size: 15px;
    float: inherit;
    margin: auto;
    width: 20%;
}

span.sapid {
    font-size: 15px;
    float: inherit;
    margin: auto;
    width: 20%;
}

.table.table.table-hover.campaign-table tr {
    background: #fff;
}

img.imagessection {
    max-width: 70px;
}

td.colorgrey {
    background: #a1a1a1;
    padding: 10px 10px !important;
    color: #fff !important;
}

.date-container.searchbox1 input.dropdown-text {
    min-width: 170px !important;
    padding-right: 6px;
    background: no-repeat !important;
}

.change {
    position: fixed;
    z-index: 999;
    top: 62px;
    width: auto;
    left: 73px;
    transition: all .5s ease-in;
    right: 5px;
}

.tablehead.change {
    top: 119px;
    right: 4px;
    width: auto;
}

table#WebGrid.carttable input[type="checkbox"] {
    position: relative;
    left: 0;
}

/*h3 {
    position: relative;
    font-family: Lato;
    font-weight: 300;
    display: inline-block;
    color: #222;
    font-size: 40px;
    margin: 30px;
    border-left: solid 1px #e65941;
    border-right: solid 1px #e65941;
    padding: 0 10px;
}*/

h3:before, h3:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #e65941;
    width: 30px;
    bottom: 23px
}

h3:before {
    left: -30px
}

h3:after {
    right: -30px
}


.quantity input[type="text"] {
    width: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

.quantity button {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 18px;
    padding: 1px 7px;
}

    .quantity button img {
        max-width: 12px !important;
    }


.buttoncenter {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    text-align: center;
}

button.deletebtn {
    background: #000;
    border: 1px solid #000;
    padding: 8px 23px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    margin-right: 20px;
}

button.addsavebtn {
    background: #2c9450;
    border: 1px solid #2c9450;
    padding: 8px 23px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    margin-right: 20px;
    color: #fff;
}

.table-container.tablenewgrid input[type="checkbox"] {
    position: relative;
    left: 12px;
    text-align: center;
}

.table-container.tablenewgrid input {
    padding: 5px 11px;
}

ul#ui-id-1 {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    word-break: break-all;
    width: 300px !important;
}

#content-area.push-right span.borderimages {
    height: 150px;
}

#content-area.push-right .table-container .table td {
    font-size: 11px;
}

h3:before, h3:after {
    display: none;
}

.tablehead span {
    background: #989898;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    vertical-align: inherit;
}

.tableboxs span {
    background: #fff;
    color: #000;
    padding: 10px;
    vertical-align: inherit;
}

.variantbox {
    width: 25%;
    float: left;
    margin: auto;
    text-align: left;
}

.imagewidth {
    width: 15%;
    float: left;
    margin: auto;
}

.orderwidth {
    width: 15%;
    float: left;
    margin: auto;
}

.delivereedbox {
    width: 15%;
    float: left;
}

.quantitybox {
    width: 10%;
    float: left;
}

.reasonbox {
    width: 19.9%;
    float: left;
    margin: auto;
}

.tablehead {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 19px;
    transition: all .5s ease-in;
    background: #989898;
}


.colorgrey {
    background: #989898;
    padding: 10px 10px;
    vertical-align: middle;
    font-size: 15px;
    border-top: 2px solid #eeeeee;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    float: left;
    width: 100%;
}

.tableboxs {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}

.colorgrey .village-accordion.accordion {
    margin-bottom: 0;
}

img#addevent.exporticontable {
    max-width: 48px;
    position: relative;
    right: 20px;
    z-index: 99;
    top: 20px;
    border-radius: 5px;
}

a#save_excel {
    position: absolute;
    right: 20px;
}

.norecord {
    font-size: medium;
    margin-left: 10px;
}


.fullwidth.colorgrey:last-child {
    padding-bottom: 33px;
}

#content-area.push-right .search-section-container.paddings.newwidth.change {
    left: 281px;
}

#content-area.push-right .tablehead.change {
    left: 280px;
}

label.upload {
    top: -30px;
}


#content-area.push-right span.ordernumber em {
    FONT-SIZE: 12PX;
}

#content-area.push-right span.orderdate em {
    FONT-SIZE: 12PX;
}

#content-area.push-right span.dealer em {
    FONT-SIZE: 12PX;
}

#content-area.push-right span.sapid em {
    FONT-SIZE: 12PX;
}




#newFirmType row.center {
    text-align: center;
}

.fab {
    background: url(../images/ic_fabvideo.png) no-repeat;
}

.searchboxsurplus {
    width: 100%;
    float: left;
    margin: 0px 0 30px 0;
}

input#txt_search.formtext {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 5px;
    outline: none;
    font-size: 13px;
    padding-right: 30px;
    color: #000;
    box-sizing: border-box;
}

select#state_id.formtext {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 5px;
    outline: none;
    font-size: 13px;
    padding-right: 30px;
    color: #000;
    box-sizing: border-box;
}

.searchleft {
    width: auto;
    display: inline-block;
    float: left;
    margin: auto;
    position: relative;
}

    .searchleft a#anc_search img {
        max-width: 20px;
    }

    .searchleft a#anc_search {
        position: absolute;
        right: 6px;
        z-index: 9999;
        top: 4px;
    }

.surplus {
    background: url(../images/ic_surplus.png) no-repeat;
}

.side-menu li:hover > a .menu-icon.surplus {
    background-position: 0px -34px !important;
}

.village-accordion.accordion.marginbottom {
    margin: 0 0 10px;
}

.satkar {
    background: url(../images/ic_satkaar.png) no-repeat;
}

.col-sm-2.autowidth {
    width: auto;
    padding: 0 20px 0 0 !important;
    position: relative;
    top: 10px;
}

.col-sm-12.autowidth {
    width: auto;
    float: left;
    padding: 0;
}

.form-group.bottommargins {
    margin: 0;
}

.searchbuton {
    margin-left: 10px !important;
    width: auto;
    display: inline-block;
}

.boxsfull {
    width: 100%;
    float: left;
    margin: auto;
}

    .boxsfull .searchboxsurplus {
        width: auto;
        margin: 0 0 20px;
        display: inline-block;
    }

    .boxsfull .searchbuton input#txt_reset {
        margin-top: -5px;
    }


.eventspop span {
    position: relative;
    top: 3px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-right: 20px;
}

.col-sm-12.autowidth input.green-btn.pull-left {
    width: auto;
}

select#ddlownedTractors.tractorsheights {
    margin-top: 30px;
}

.table-top-section-ul li a span {
    position: relative;
    top: 3px;
    margin: 0 8px;
}

img.badgess {
    max-width: 50px;
    margin: 20px;
}

span#spnPartQuantity.quantityvalidation {
    bottom: auto;
    top: 39px;
}

.badgename .hover img {
    max-width: 35px;
    margin: -1px;
}

.form-group.bottommargins.autowidthnew {
    width: auto;
    margin-left: 20px;
    margin-top: -6px;
}

.searchboxsurplus.marginbottom {
    margin: 7px 0 7px;
}

.col-sm-8.rightitemss {
    text-align: right;
    font-size: 15px;
    position: relative;
    top: 6px;
}

span.advancetext {
    font-size: 13px;
    position: relative;
    top: 3px;
}

.advancetext b {
    color: #2c9450;
    margin: 0 0 0 10px;
}

.mySlides {
    text-align: center;
}

span.galleryimage img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.gallerytitle {
    font-size: 14px;
    color: #2c9450;
    font-weight: 600;
    width: 100%;
    float: left;
    margin: 0 0;
}

span.galleryimage {
    width: 100%;
    float: left;
    margin: 0 0 14px;
    border: 1px solid #a7a7a7;
    display: inline-block;
    position: relative;
    height: 190px;
    overflow: hidden;
    box-shadow: 0 0px 1px rgba(0,0,0,0.2);
    text-align: center;
}

#content-area.push-right .col-sm-3.lefttext {
    padding: 0;
    width: auto;
    margin-right: 30px;
}

.gallerycounts {
    font-size: 14px;
    color: #8b8a89;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}



#newOtherCharges .modal-body {
    display: inline-block;
    width: 100%;
    padding: 0 20px 20px 20px;
}

#content-area.push-right select#NoofRecords {
    min-width: 70px;
}

.col-sm-5.pull-right.postionrelative {
    position: absolute;
    top: -36px;
    right: 0;
}

input#btn_reset.resetbtn {
    background: #000;
}

.green-btn.ResetAction {
    background: #000;
    border-color: #000;
}

button#exportBtn.green-btn.export.relative {
    position: absolute;
    right: 30px;
    top: -34px;
}

.col-sm-3.lefttext {
    width: auto;
}

span.menu-icon.fab.ledge {
    background: url(../images/ic_dealer_ledger.png) no-repeat;
}

.textalert {
    width: 100%;
    float: left;
    margin: 36px 0 0;
    font-size: 17px;
    font-weight: bold;
    color: red;
}

.right-menu.col-md-3.pull-right.collapseNav {
    display: none;
}

span.menu-icon.agriculture {
    background: url(../images/ic_agrinews.png) no-repeat;
}

span.menu-icon.warranty {
    background: url(../images/ic_agrinews.png) no-repeat;
}

span.table-icons.view {
    background: url(../images/ic_view.png) no-repeat;
}

span.menu-icon.fab.openlead {
    background: url(../images/Ic_open_leads.png) no-repeat;
}

.no-record-section img {
    max-width: 15%;
}

span#cke_NewsDescription {
    width: 100% !important;
}

/*Loader Style Code*/
#loaderContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    /*background: rgba(227,123,36,0.7) !important;*/
    background: rgba(0,0,0,0.7) !important;
    display: none;
    z-index: 9999999999;
}

#loader {
    border: 5px solid #fff;
    border-radius: 50%;
    border-top: 8px solid transparent;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto !important;
    height: 60px;
    margin: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

    #loader div {
        margin: 5px;
        background: none;
        width: 34px;
        height: 34px;
        border-radius: 50%;
    }


.col-md-4.exportnew input#save_excel {
    position: absolute;
    right: 9px;
    top: -39px;
    background: #2c9450;
    color: #fff;
    font-weight: normal;
}

div#displayMessageModal {
    background: rgba(0,0,0,0.8);
}

    div#displayMessageModal .modal-dialog.modal-dialog-centered.profileeditpopup.editpop.emailaddress {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 36%;
    }

    div#displayMessageModal .input-group.clearable span {
        font-weight: bold;
        font-size: 16px;
    }

    div#displayMessageModal button#btnOK {
        float: none;
        display: inline-block;
        padding: 5px 20px;
        background: #2c9450;
        color: #fff;
        border-color: #2c9450;
        outline: none;
    }

    div#displayMessageModal .col-sm-12.buttons {
        text-align: center;
    }

.modal-dialog {
    margin: auto;
    transform: none !important;
    top: 13%;
}

.ui-datepicker table thead, .ui-datepicker table tbody {
    display: inherit;
}

.ui-datepicker th {
    padding: 5px !important;
    text-align: center;
    font-weight: bold;
    border: 0;
    min-width: 31px;
    max-width: initial !important;
}

.ui-datepicker td {
    padding: 0 !important;
    text-align: center;
    font-weight: bold;
    border: 0;
    min-width: 30.5px;
    max-width: initial !important;
}

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: center;
        text-decoration: none;
    }

.ui-datepicker tbody {
    max-height: initial !important;
    overflow: hidden !important;
}

}

.ui-datepicker table {
    overflow: hidden;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

table.ui-datepicker-calendar {
    overflow-x: hidden;
}

.modal-dialog .modal-body tfoot {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

.header-nav > li a {
    position: relative;
    top: 6px;
}

.dashboard-logo-container img {
    position: relative;
    top: 5px;
}

.rightform .dealer-form-container .green-btn {
    top: 0 !important;
}

.dealer-form-container .village-form .green-btn {
    top: 0;
}

.dealer-form-container .village-form .table-top-section-ul li a span {
    top: 0;
}

.dealer-form-container .village-form .spareOrder li:first-child {
    margin: 0;
}

.menu-icon.user-management.cust.coupon {
    background: url(../images/ic_coupon_invoice.png) no-repeat;
}

.table th a {
    color: #fff;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    overflow: hidden;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2c9450;
    outline: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.multiple .btn-group button.multiselect.dropdown-toggle.btn.btn-default b.caret {
    position: absolute;
    top: 14px;
    right: 10px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.text-center.col-md-7.fileSelection {
    width: 100%;
}

.hidden {
    display: none;
}

#divBreadcrumb .toggle-button.visible-sm.visible-xs {
    display: none;
}

.toast.toast-error {
    background: red;
}