:root {
    --blue: #163850; /*#fff*/
    --orange: #FEB63F;
    --offwhite: #F2F9FF;
    --headerbgcolor: #163850; /*#182527;*/
    --btndefaultColor: #163850; /*#000*/
    --btnfocusedColor: #FEB63F; /*#009a31;*/
    --myfont: 'Roboto', sans-serif;
}

html {
    height: 100%;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    color: var(--blue);
    font-size: 15px;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 0;
    float: left;
}

.navbar.navbar-expand-lg.fixed-top.navbar-dark {
    margin: 0;
    min-height: auto;
}

.col-sm-9.menuitems {
    padding: 0;
    position: relative;
    top: 0;
}

html, body {
    height: 100%;
    width: 100%;
    position: relative;
}

    body.loginbg {
        margin: auto;
        padding: 0;
        background: #f2f2f2;
    }

.imagescreen {
    position: relative;
    top: 0;
    left: -15px;
}

p.depoheading {
    font-size: 60px;
    color: #009f4a;
    text-align: center;
    font-weight: 900;
    margin: 0 0 30px;
    float: left;
    width: 100%;
}

.col-sm-6.rightimages {
    margin: auto;
    padding: 0 0 0;
    width: 43%;
    float: right;
    display: inline-block;
    position: relative;
    top: 0;
}

.login {
    font-size: 18px;
    color: #353535;
    float: left;
    margin: 0 0 5px;
    width: 100%;
    float: left;
    font-weight: normal;
    text-align: center;
}

.forgotpassword {
    background: #3b945e;
    text-align: center;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    min-width: 180px;
    color: #fff;
    width: 100%;
}

.loginbtn:hover {
    color: #fff !important;
    text-decoration: none !important;
}

body.loginbg .container {
    max-width: 1140px;
}

div#divHead br {
    display: none;
}

div#divHead h6 {
    width: auto;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-right: 12px;
}

.loginbtn {
    background: #3b945e;
    text-align: center;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    min-width: 180px;
    color: #fff;
    width: 92%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 3px 0;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
    width: 100%;
}

.PageHeader .col-sm-4.rightbox {
    float: right;
    padding-right: 0;
}

.fullwidthbtn {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

input#btnSearch {
    position: absolute;
    right: 0;
    padding: 8px 13px;
    background: var(--btnfocusedColor);
    border-color: var(--btnfocusedColor);
}

.col-sm-4.countsboxes {
    padding: 0 23px;
    width: auto;
}

a.forgotpass {
    text-decoration: underline;
    float: right;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.loginbox input.form-control {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #333;
    padding: 11px 15px;
    background: none;
    height: auto;
}

label.labelpositon {
    color: #343434;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    background: #f2f2f2;
    padding: 3px 0;
    left: 0;
    top: 0;
    font-weight: normal;
}

.loginbox .form-group {
    margin-bottom: 4px;
    width: 100%;
    display: inline-block;
    position: relative;
}

    .loginbox .form-group:last-child {
        margin-bottom: 8px;
    }

.logoimages {
    width: 100%;
    float: left;
    margin: 0 0 0;
}

.loginbox input.form-control::-webkit-input-placeholder {
    color: #333;
    font-weight: 600;
}

.loginbox input.form-control::-moz-placeholder {
    color: #333;
    font-weight: 600;
}

.loginbox input.form-control:-ms-input-placeholder {
    color: #333;
    font-weight: 600;
}

.loginbox input.form-control:-moz-placeholder {
    color: #333;
    font-weight: 600;
}

.col-sm-3.leftboxmenu .logoimages img {
    max-width: 42%;
    margin-top: 16px;
}

.col-sm-3.leftboxmenu .logoimages {
    text-align: center;
}

.col-sm-3.leftboxmenu {
    background: #009a31;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
    width: 20%;
    z-index: 9;
}

.col-sm-9.rightbox {
    float: right;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    transition: width .5s ease-in;
}

.col-sm-3.leftboxmenu .logoimages {
    text-align: center;
    font-size: 27px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: 0;
    text-decoration: none;
    margin-top: 20px;
}

.logoimages img {
    max-width: 20%;
}

.spareheading {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.fixedfotter {
    position: fixed;
    bottom: 10px;
    margin: auto;
    line-height: 20px;
    right: 0;
    left: 0;
}

span.footertext {
    font-size: 14px;
    float: left;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 100%;
    margin: auto;
}

span.boldtext {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

    span.boldtext a {
        color: #ff0000;
        text-decoration: none;
    }

span.emailtext a {
    color: #003cff;
    text-decoration: underline;
}

span.emailtext {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    width: 100%;
    float: left;
    text-align: center;
}

.imagescreen img {
    width: 100%;
    height: 100vh;
}


.headingbox {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    position: relative;
    top: 6px;
    padding-left: 0;
    padding-right: 0;
}

.boxxwidth {
    width: 100%;
    float: left;
    margin: auto;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
}

.iconheading {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #009a31;
    padding: 10px;
    color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.counts {
    font-size: 61px;
    color: #ed1c24;
    font-weight: 600;
    float: left;
    margin: auto;
    width: 100%;
    line-height: 40px;
    padding-left: 35px;
    margin-bottom: 40px;
    position: relative;
    top: 4px;
}

.iconbox img {
    max-width: 100%;
    float: right;
}

.iconbox {
    position: absolute;
    right: 21px;
    bottom: 13px;
}

.barwidths {
    float: left;
    width: 100%;
    margin-top: 10px;
}

body.menuToggle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    body.menuToggle .col-sm-3.leftboxmenu {
        width: 5.2%;
    }

    body.menuToggle a.toggle {
        background: url(../images/arrowtopright.png);
        background-repeat: no-repeat;
    }

    body.menuToggle span.menutext {
        display: none;
    }

    body.menuToggle .col-sm-9.rightbox {
        width: 95%;
    }

    body.menuToggle .naviagtion ul li a {
        padding: 10px 10px;
    }

    body.menuToggle i.arrow {
        display: none;
    }

button.close {
    opacity: 1 !important;
}

.modal-header .close img {
    width: 20px;
}

.modal-dialog {
    top: 43%;
    transform: translateY(-50%) !important;
}

.modal-content {
    background: #eeeeee;
    color: #000;
    display: inline-block;
    margin: auto;
    width: 100%;
}

h4.modal-title {
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

.modal-header {
    padding: 10px;
    border-bottom: none;
}

#myModal .modal-body {
    padding: 0px;
    width: 60%;
    margin: auto;
}

.secondbox .counts {
    color: #009a31;
}

#myModal .modal-body input.form-control {
    border: 1px solid #ccc;
    padding: 9px 10px;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

a.loginbtn.proceedbtn {
    background: #f5d02a;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    width: 233px;
    margin-bottom: 10px;
    box-shadow: 0 4px 9px rgba(0,0,0,0.3);
}

.naviagtion ul li ul.submenu a:hover {
    background: none !important;
}

input.daterange {
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 113px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/calender.png);
    background-repeat: no-repeat;
    background-position: 98% 8px;
    background-size: 24px;
    position: relative;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
    color: #888;
}

.daterangepicker .daterangepicker_input i {
    color: #000;
}

.col-sm-6.daterangebox {
    padding: 0;
}

label.daterange {
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    color: #696666;
    top: 9px;
    left: 25px;
}

.copyrighttext {
    width: 100%;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #000;
    position: relative;
    bottom: 0;
    margin: auto;
    background: #e7eaea;
    right: 0;
    padding: 10px 0;
    transition: width .5s ease-in;
}

body.menuToggle .copyrighttext {
    transition: width .5s ease-in;
}

footer {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
}

.boxpending {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 25px;
    padding: 0;
    color: #000;
    border: 1px solid #ccc;
}

.pendingheading {
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin: 0 20px 0 0;
    width: auto;
}

.pendinglocation {
    font-size: 17px;
    float: left;
    margin: auto;
    width: auto;
    font-weight: 600;
    color: #009a31;
    position: relative;
    top: 5px;
}

    .pendinglocation i {
        margin-right: 7px;
    }

.editlinkrights {
    float: right;
    width: auto;
    margin: auto;
}

    .editlinkrights a {
        margin: 0 0px 0 0;
        float: left;
        position: relative;
        top: 7px;
    }

        .editlinkrights a img {
            max-width: 55%;
        }

        .editlinkrights a:last-child {
            margin-right: 0;
        }

.tablewidths {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

    .tablewidths .col-sm-3 {
        padding: 0;
        font-size: 15px;
        margin-bottom: 10px;
    }

.jobnummber.boldtext {
    font-weight: bold;
    margin-bottom: 0;
}

.jobnummber {
    float: left;
    width: 100%;
    margin: 0 0 3px;
}

.swarajheading {
    float: left;
    margin: auto;
    background: #ee1c25;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.col-sm-6.leftthings {
    padding: 0 41px;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
}

.col-sm-4.formbox input.form-control:read-only {
    background: #ccc;
}

table.greentable tr {
    padding: 0;
    display: inline-block;
    float: left;
    margin: auto;
    width: 100%;
    font-size: 15px;
}

    table.greentable tr td {
        padding: 10px;
    }

table.greentable tbody tr:nth-child(2n) {
    background: #ccc;
}

.greentable tr th {
    background: #009a31;
    padding: 10px 10px;
    color: #fff;
    margin: auto;
}

table.greentable tr th, table.greentable tr td {
    width: 25%;
    float: left;
    margin: auto;
}

table.greentable {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    table.greentable tr th:nth-child(1), table.greentable tr td:nth-child(1) {
        width: 38%;
    }

    table.greentable tr th:nth-child(2), table.greentable tr td:nth-child(2) {
        width: 25% !important;
    }

    table.greentable tr th:last-child, table.greentable tr td:last-child {
        width: 12% !important;
    }

.formbox button.btn.btn-primary.dropdown-toggle {
    background: #fff;
    color: #000;
    border: none;
    padding: 13px 10px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

img.arrowdown {
    width: 4%;
    float: right;
    top: 6px;
    position: relative;
    right: 5px;
}

.col-sm-4.formbox ul.dropdown-menu {
    width: 100%;
    margin: auto;
    box-shadow: none;
}

.innerhead {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    font-size: 15px;
}

.minwidth {
    width: 40%;
    float: left;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
}

.innerboxwidth {
    float: left;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.minwidthbox {
    width: 60%;
    float: left;
    margin: auto;
}

.radiobox .minwidthbox label.newcheck {
    width: 30% !important;
    margin-bottom: 10px;
}

.innerboxwidth .radiobox {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .innerboxwidth .radiobox:last-child {
        margin-bottom: 0;
    }

.innerboxwidth:last-child {
    border: none;
}

.pendingtext {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.countstext {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
    margin: auto;
    line-height: 56px;
}

.countsfull {
    float: left;
    width: 100%;
    margin: auto;
    position: relative;
    top: -9px;
}

.col-sm-4.countssbox1 {
    border-right: 1px solid #1467ff;
}

.countssbox1 .pendingtext {
    color: #1467ff;
}

.countssbox1 .countstext {
    color: #1467ff;
}

.countssbox2 .countstext {
    color: #009a31;
}

.countssbox2 .pendingtext {
    color: #009a31;
}

.col-sm-4.countssbox2 {
    border-right: 1px solid #009a31;
}

.countssbox3 .countstext {
    color: #ed1c24;
}

.countssbox3 .pendingtext {
    color: #ed1c24;
}

.tablefullreview {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 15px;
    position: relative;
}

th.datepicker-switch {
    text-align: center;
}

.btn2 {
    position: relative;
    padding: 6px 12px;
    margin-left: -5px;
    line-height: 1.42857143;
    color: #9a9697 !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.btn2-primary {
    color: #fff !important;
    background-color: var(--btnfocusedColor) !important; /*#2c9450 !important;*/
    border-color: var(--btnfocusedColor) !important; /*#2c9450 !important;*/
}

.table-container tfoot tr td:first-child {
    width: 100% !important;
    min-width: 100% !important;
    float: right;
    border: none;
    text-align: right !important;
}

.tablefullreview tfoot {
    position: absolute;
    bottom: -32px;
    right: 0px;
    left: 0;
    width: 100% !important;
    text-align: right;
    background: none;
}

    .tablefullreview tfoot tr {
        float: right;
        margin: 0px 8px 0;
    }

.tablefullreview thead th {
    background: #fff;
    color: #000000;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    word-wrap: break-word;
}

.tablefullreview tbody td {
    padding: 7px !important;
    vertical-align: middle;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    word-wrap: break-word;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.tablefullreview tbody {
    background: #fff;
}

a.repairbtn {
    background: #00a651;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
}

.tablefullreview .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

.tablefullreview tfoot tr td {
    border: none !important;
}

.buttonsenterbox {
    width: 100%;
    margin: 20px 0 30px;
    text-align: center;
    float: left;
}

.btn.btn-success.yes {
    background: #009a31;
    border-color: #009a31;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 33px;
    margin-left: 10px;
}

.btn.btn-danger.No {
    background: #ff0a0a;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 33px;
    margin-left: 10px;
    border-color: #fc4040;
}

.topsearchbox {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.form-control {
    height: auto;
    padding: 10px 12px;
}

select.form-control.widthbox {
    -moz-appearance: none;
    color: #888;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/arrowdown.png);
    background-position: 96% 15px;
}

.totalcounts {
    text-align: right;
    float: right;
    color: #353535;
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
}

    .totalcounts em {
        color: #009a31;
        font-style: normal;
        font-size: 16px;
    }

div#datepicker1 {
    width: 48%;
    float: left;
    margin: auto;
}

div#datepicker {
    float: right;
    width: 48%;
}

.date label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: auto;
    line-height: 41px;
}

span.input-group-addon.calenderbox {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 0;
}

.date input.form-control {
    width: 70%;
    float: right;
    color: #000 !important;
    border-radius: 5px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    color: #000;
    top: 95px !important;
}

.righttext {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

.applyBtn.btn.btn-sm.btn-success {
    background: #009a31;
    border-color: #009a31;
}

.btn.btn-default.export.activate {
    background: var(--btndefaultColor);
    color: #fff;
}

.tablefullreview td i {
    color: #009a31;
}

.table {
    margin-bottom: 5px;
    background: #fff;
}

.btn.btn-default.export.rightbox {
    float: none;
    background: var(--btnfocusedColor);
    border-color: var(--btnfocusedColor);
    color: #fff;
}

.tablefullreview.userform thead th {
    background: #ccc;
    font-weight: 600;
}

.tablefullreview.userform tbody td {
    font-weight: normal;
}

.btn.btn-default.export.rightbox.adduser {
    background: var(--btndefaultColor);
    border-color: var(--btndefaultColor);
    margin-right: 8px;
}

.col-sm-4.buttonsrights {
    text-align: right;
    padding-right: 0;
}

.col-sm-6.searchbox {
    margin-bottom: 20px;
}

.buttonsenterbox.userboxes {
    margin-top: 0;
}

.container {
    width: 98% !important;
    max-width: 100%;
}

.headerbg {
    background: var(--headerbgcolor);
    /*#182527;*/
    padding: 10px 0;
    width: 100%;
    float: left;
    margin: auto;
}

.col-sm-3.logonew img {
    max-width: 60%;
    position: relative;
    top: -2px;
}

.fullwidth.top {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.col-sm-9.menuitems li.nav-item {
    list-style: none;
    position: relative;
}


.col-sm-9.menuitems a.nav-link {
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 10px;
    text-decoration: none;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 11px;
    font-size: 18px;
    line-height: 20px;
}

ul.navbar-nav {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    float: right;
}

div#divBody {
    display: block !important;
}

.navbar-collapse.collapse.show {
    padding: 0;
}

.col-sm-9.menuitems ul li:last-child a.nav-link {
    padding-right: 0;
}

.countsbox {
    width: 60%;
    float: left;
    margin: auto;
    padding: 11px 1px;
}

.tablefullreview.userform tbody td a {
    color: #333;
    text-decoration: underline;
}

.col-sm-4.rightbox label {
    float: right;
    font-weight: normal;
}

a.btn.btn-default.export.rightbox.right.marginright {
    margin-right: 8px;
}

.col-sm-4.rightbox label .showtext {
    font-size: 17px;
    color: #000;
    margin: 0 10px;
}

div#AggregrateName {
    width: 100%;
    float: left;
    margin: 0;
    padding: 3px 0;
}

.Pager {
    width: 38%;
    float: right;
    position: relative;
    text-align: right;
    top: 5px;
}

.col-sm-4.searchbox input#txtfldSearch {
    max-width: 70%;
    float: right;
    padding: 7px;
}

.col-sm-4.rightbox select {
    color: #000;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 5px;
}

.col-sm-4.rightbox label {
    float: right;
    font-weight: normal;
    margin-bottom: 0;
}

.records {
    width: 100%;
    float: left;
    margin: auto;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    position: relative;
    top: 4px;
}

thead, tbody {
    display: block;
}

tbody {
    overflow-y: auto;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

.col-sm-12.activatebuttons {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

input.daterange.search {
    background: #fff;
    padding: 10px 14px;
    margin-bottom: 7px;
    font-weight: normal;
    max-width: 100%;
    font-size: 15px;
    azA
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

.input-group-btn {
    position: absolute;
    right: 6px;
    top: 8px;
    width: auto;
    display: inline-block;
    background: #fff
}

.fullwidths {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}


fieldset.autowidth {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0;
    border: 1px solid #ccc;
    padding: 29px;
    border-radius: 10px;
}

    fieldset.autowidth button.btn.btn-default.export.rightbox, fieldset.autowidth .btn.btn-default.export.activate {
        min-width: 130px;
        padding: 9px 20px;
        margin-right: 20px;
    }

.autowidth .col-sm-4 {
    padding: 0;
    position: relative;
    height: 70px;
}

.col-sm-4.form-group.fileupload input#FileName {
    margin: 0 15px;
    background: none;
    border: none;
    box-shadow: none;
    color: #009a31;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
}

.col-sm-12.fullwidthsfull {
    text-align: center;
    margin: 30px 0 10px;
}

.autowidth .col-sm-4 .col-sm-12 {
    padding-left: 0;
}

fieldset.autowidth select {
    padding: 10px 12px;
    height: auto;
    background: #eee;
    font-size: 14px;
    min-width: 100%;
}

div#divExcelError table {
    height: 320px;
}

    div#divExcelError table th:nth-child(1), div#divExcelError table td:nth-child(1) {
        min-width: 70px;
        max-width: 70px;
        text-align: center;
    }

    div#divExcelError table th:nth-child(2), div#divExcelError table td:nth-child(2) {
        min-width: 70px;
        max-width: 70px;
        text-align: center;
    }

    div#divExcelError table th:nth-child(3), div#divExcelError table td:nth-child(3) {
        min-width: 318px;
        max-width: 318px;
        border-bottom: 1px solid #ddd !important;
    }

    div#divExcelError table th:nth-child(1), div#divExcelError table td:nth-child(1) {
        min-width: 70px;
        max-width: 70px;
        text-align: center;
    }


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    background: #eeeeee;
    color: #000;
    display: inline-block;
    margin: auto;
    width: 42% !important;
    border: 2px solid #000;
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    z-index: 99999999;
    top: 41% !important;
    position: fixed !important;
    transform: translateY(-50%);
}

    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable.fullwidth {
        background: #eeeeee;
        color: #000;
        display: inline-block;
        margin: auto;
        /*width: 42% !important;*/
        height: auto !important;
        left: 0 !important;
        right: 0 !important;
        padding: 20px;
        top: 41% !important;
        position: fixed !important;
        z-index: 99999;
        transform: translateY(-50%);
    }

div#divNotification {
    text-align: center;
    font-weight: 300;
    color: red;
    font-size: 14px;
}

.ui-widget-overlay {
    opacity: .6 !important;
    background: #000 !important;
    z-index: 999999 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    height: auto !important;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background: none;
    margin: auto;
    text-align: center;
}

div#divdialog table {
    overflow: auto;
    text-align: center;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable input#btnUploadExcel {
    background: var(--btnfocusedColor);
    border-color: var(--btnfocusedColor);
    box-shadow: none;
    margin-bottom: 12px;
    margin-right: 10px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable input#btnSampleFile {
    background: var(--btndefaultColor);
    border-color: var(--btndefaultColor);
    box-shadow: none;
    margin-bottom: 12px;
}

input#btnUploadFiles {
    background: var(--btndefaultColor);
    margin-right: 10px;
    border-color: var(--btndefaultColor);
    box-shadow: none;
    margin-bottom: 12px;
}




div#divdialog table tr td {
    width: auto;
    display: inline-block;
}

div#divdialog table tr {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.col-sm-5.buttonsrights {
    padding-left: 26px !important;
}

table.table.changehistory.Bullentintable tbody {
    max-height: 450px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button#btndialogSubmit {
    background: var(--btnfocusedColor);
    border-color: var(--btnfocusedColor);
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 10px;
    color: #fff;
    border-radius: 10px;
    padding: 5px 14px !important;
}

.ui-dialog .ui-dialog-buttonpane button#btndialogCancel {
    background: var(--btndefaultColor);
    border-color: var(--btndefaultColor);
    box-shadow: none;
    color: #fff;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 5px 21px !important;
    min-width: auto;
}

/*Loader Style Code*/
#divLoading.show {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8) !important;
    display: none;
    z-index: 999999;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 0;
}

#loader {
    border: 5px solid #009f4a;
    border-radius: 50%;
    border-top: 8px solid transparent;
    width: 60px;
    height: 60px;
    margin: 10px;
    -webkit-animation: spin 2s linear infinite;
    / Safari / animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.col-sm-6.laeftimagelogo {
    padding: 0 10px;
    float: left;
}

.col-sm-6.giffimage {
    padding: 0;
    float: left;
    margin: 10px 0;
}

body.loginbg .container {
    max-width: 1230px;
}

.col-sm-6.laeftimagelogo:last-child {
    text-align: right;
}

span.geniouslogo img {
    max-width: 20%;
    margin-bottom: 5px;
}

span.geniouslogo {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
}

.fullwidth {
    width: 100%;
    float: left;
    margin: auto;
}

.paddings {
    width: 100%;
    float: left;
    margin: auto;
    padding: 3px 8px;
    border: 3px solid #3b945e;
    border-radius: 10px;
    background: #f4f1f1;
}

.loginbox input.form-control {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #333;
    padding: 8px 15px;
    background: none;
    height: auto;
    background: #fff;
}

.loginbox {
    width: 66%;
    margin: auto;
}

.logonew img {
    max-width: 60%;
}

.logonews img {
    max-width: 76%;
}

.col-sm-2.cataloglogo {
    width: 12%;
    float: right;
    position: absolute;
    right: 0;
    z-index: 9999;
}

ul.navbar-nav.rightmenu i.icon {
    width: 27px;
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
}

ul.navbar-nav.rightmenu {
    float: right;
}

    ul.navbar-nav.rightmenu i.icon {
        width: 30px;
        float: left;
        margin: 0 5px 0 0;
        text-align: center;
    }

        ul.navbar-nav.rightmenu i.icon img {
            max-width: 22px;
        }

span.menutext {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.col-sm-10.menuitems {
    padding: 0;
    position: relative;
    right: 70px;
    z-index: 999;
    top: 0px;
}

span.menutext {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

ul.navbar-nav.rightmenu li.nav-item {
    padding: 0 3px;
    float: left;
    list-style: none;
    position: relative;
    top: 11px;
}

.col-sm-2.logonews {
    width: 12%;
    margin-right: 20px;
    padding-left: 0;
}

.marquebox {
    float: left;
    width: 100%;
    margin: 1px 0 0;
    background: #65ccb7;
    z-index: 999;
}

marquee {
    float: right;
    padding: 12px 0;
    width: 85.7%;
    height: 45px;
    font-size: 15px;
    color: #182527;
}

.marquehead {
    background: #182527;
    position: absolute;
    padding: 10px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

table.table.poptable th:first-child, table.table.poptable td:first-child {
    min-width: 100px;
    text-align: center;
    max-width: 100px;
}

table.table.poptable th:nth-child(2), table.table.poptable td:nth-child(2) {
    min-width: 650px;
    max-width: 650px;
}

table.table.poptable thead {
    background: #65ccb7;
}

table.table.poptable th {
    border-right: 1px solid #555555;
}

table.table.poptable th {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

    table.table.poptable th:last-child {
        border-right: none !important;
    }

table.table.poptable th, table.table.poptable td {
    padding: 5px 20px !important;
}

table.table.poptable td {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    padding: 10px 8px;
}

i.iconbtn.varient {
    position: relative;
    top: -2px;
}

table.table.poptable tr:nth-child(2n) {
    background: #dfdfdf;
}

span.valid {
    width: 100%;
    float: left;
    margin: auto;
    padding: 15px 0;
    color: #ff0000;
    font-weight: normal;
    font-size: 15px;
}

div#myModal.varientpopupbox .modal-content {
    background: #fff;
}

table.table.poptable > tbody > tr > td {
    border-bottom: 1px solid #555555;
}

table.table.poptable {
    border: 1px solid #555555;
}

    table.table.poptable > tbody > tr:last-child td {
        border-bottom: none;
    }

button.closebtnnew {
    background: #ff7171;
    color: #fff;
    border: 1px solid #ff7171;
    padding: 6px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    font-size: 16px;
    min-width: 120px;
    text-transform: uppercase;
}

.buttonfotter {
    float: left;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    text-align: center;
}

.fulltable .table th {
    padding: 5px 8px;
}


table.table.poptable.popuptable th:first-child, table.table.poptable.popuptable td:first-child {
    min-width: 62px;
    text-align: center;
    max-width: 62px;
}

table.table.poptable.popuptable th:nth-child(2), table.table.poptable.popuptable td:nth-child(2) {
    min-width: 100px;
    max-width: 100px;
}

table.table.poptable.popuptable th:nth-child(3), table.table.poptable.popuptable td:nth-child(3) {
    min-width: 170px;
    max-width: 170px;
}

table.table.poptable.popuptable th:nth-child(4), table.table.poptable.popuptable td:nth-child(4) {
    min-width: 110px;
    max-width: 110px;
}

table.table.poptable.popuptable th:nth-child(5), table.table.poptable.popuptable td:nth-child(5) {
    min-width: 130px;
    max-width: 130px;
}

table.table.poptable.popuptable th:nth-child(6), table.table.poptable.popuptable td:nth-child(6) {
    min-width: 90px;
    max-width: 90px;
}

table.table.poptable.popuptable th:nth-child(7), table.table.poptable.popuptable td:nth-child(7) {
    min-width: 130px;
    max-width: 130px;
}

table.table.poptable.popuptable th:nth-child(8), table.table.poptable.popuptable td:nth-child(8) {
    min-width: 130px;
    max-width: 130px;
}

table.table.poptable.popuptablethead {
    background: #65ccb7;
}

table.table.poptable.popuptable th {
    border-right: 1px solid #555555;
}

table.table.poptable.popuptable th {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    background: #65ccb7;
}

    table.table.poptable.popuptable th:last-child {
        border-right: none !important;
    }

table.table.poptable.popuptable th, table.table.poptable.popuptable td {
    padding: 5px 20px !important;
}

table.table.poptable.popuptable th, table.table.poptable.popuptable td {
    padding: 5px 5px !important;
}

table.table.poptable.popuptable td {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    padding: 10px 8px;
    word-wrap: break-word;
}

table.table.poptable.popuptable thead, table.table.poptable.popuptable tbody {
    display: inline-block;
    max-height: 270px !important;
    overflow: auto;
}



.fulltable table.table.changehistory th:nth-child(2), .fulltable table.table.changehistory td:nth-child(2) {
    min-width: 150px;
    max-width: 150px;
}

.fulltable table.table.changehistory th:nth-child(3), .fulltable table.table.changehistory td:nth-child(3) {
    min-width: 322px;
    max-width: 322px;
}

.fulltable table.table.changehistory th:nth-child(4), .fulltable table.table.changehistory td:nth-child(4) {
    min-width: 90px;
    max-width: 90px;
}

.fulltable table.table.changehistory th:nth-child(5), .fulltable table.table.changehistory td:nth-child(5) {
    min-width: 160px;
    max-width: 160px;
}

div#divdialog table tbody {
    max-height: 130px !important;
}

.fulltable table.table.changehistory th:nth-child(6), .fulltable table.table.changehistory td:nth-child(6) {
    min-width: 130px;
    max-width: 130px;
}

.fulltable table.table.changehistory th:nth-child(7), .fulltable table.table.changehistory td:nth-child(7) {
    min-width: 80px;
    max-width: 80px;
}

.fulltable table.table.changehistory th:nth-child(8), .fulltable table.table.changehistory td:nth-child(8) {
    min-width: 120px;
    max-width: 120px;
}

ul.navbar-nav.rightmenu li.nav-item:hover span.menutext {
    color: #ff0000;
}

i.icon.red {
    position: absolute;
    left: 5px;
    display: none;
}

ul.navbar-nav.rightmenu li.nav-item:hover i.icon {
    opacity: 0;
}

    ul.navbar-nav.rightmenu li.nav-item:hover i.icon.red {
        display: block !important;
        opacity: 1;
    }

li.nav-item.active span.menutext {
    color: #ff0000;
}

li.nav-item.active i.icon {
    opacity: 0;
}

    li.nav-item.active i.icon.red {
        opacity: 1;
        display: block !important;
    }

.searchbox {
    padding: 20px;
    margin: 17px 0;
    float: left;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #009f4a;
    background: #fff;
    text-align: center;
}

label.select {
    font-size: 15px;
    color: #009f4a;
    font-weight: bold;
    margin: 0 20px;
}

select.selectbox {
    background: #ECECEC;
    padding: 7px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 18px;
    min-width: 140px;
    margin-right: 20px;
}

#myModal.serchpoup h4.modal-title {
    color: #dd0708;
}

button.gobtn {
    margin: 0 30px;
    background: #009f4a;
    border: 1px solid #009f4a;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 10px;
    min-width: 136px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.fulltable table.table.changehistory.Bullentintable th:nth-child(2), .fulltable table.table.changehistory.Bullentintable td:nth-child(2) {
    min-width: 150px;
    max-width: 150px;
}

.fulltable table.table.changehistory.Bullentintable th:nth-child(3), .fulltable table.table.changehistory.Bullentintable td:nth-child(3) {
    min-width: 170px;
    max-width: 170px;
}

.fulltable table.table.changehistory.Bullentintable th:nth-child(4), .fulltable table.table.changehistory.Bullentintable td:nth-child(4) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable table.table.changehistory.Bullentintable th:nth-child(5), .fulltable table.table.changehistory.Bullentintable td:nth-child(5) {
    min-width: 400px;
    max-width: 400px;
}

.fulltable table.table.changehistory.Bullentintable th:nth-child(6), .fulltable table.table.changehistory.Bullentintable td:nth-child(6) {
    min-width: 260px;
    max-width: 260px;
}




.fulltable table.table.changehistory.Tools th:nth-child(2), .fulltable table.table.changehistory.Tools td:nth-child(2) {
    min-width: 120px;
    max-width: 120px;
}

.fulltable table.table.Tools th:nth-child(3), .fulltable table.table.Tools td:nth-child(3) {
    min-width: 470px;
    max-width: 470px;
}

.fulltable table.table.Tools th:nth-child(4), .fulltable table.table.Tools td:nth-child(4) {
    min-width: 480px;
    max-width: 480px;
}

.fulltable table.table.Tools th:nth-child(5), .fulltable table.table.Tools td:nth-child(5) {
    min-width: 80px;
    max-width: 80px;
}

.fulltable table.table.Tools th:nth-child(6), .fulltable table.table.Tools td:nth-child(6) {
    min-width: 80px;
    max-width: 80px;
}

.fulltable table.table.changehistory.Tools td a {
    color: #000000;
}

button.iconbtn.postitionbtn {
    float: right;
    position: absolute;
    right: 0;
}

.paddingreenbox {
    width: 100%;
    float: left;
    margin: 5px 0;
    padding: 15px;
    border: 2px solid #009f4a;
    border-radius: 10px;
    background: #fff;
}

label.partname {
    font-size: 15px;
    width: 100%;
    float: left;
    margin: auto;
    color: #009f4a;
    padding: 0 0px 1px;
}

.col-sm-8.greenleft {
    padding-left: 0;
}

.partstittle {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    float: left;
    width: 100%;
}

.col-sm-9.paddingleftbox.kitsfullnopupup {
    width: 100%;
    padding-right: 0 !important;
}

.col-sm-3.paddingrightbox {
    text-align: right;
    padding: 0;
}

.greenleftbox {
    width: 100%;
    float: left;
    margin: 0 0 1px;
}

button.addcart {
    background: #009f4a;
    border: 1px solid #009f4a;
    color: #fff;
    padding: 4px 16px;
    border-radius: 10px;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
}

    button.addcart img {
        max-width: 27px;
    }

.addtocartbtn {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    float: left;
}

label.partname.labelnewww {
    width: auto;
    margin-right: 15px;
}

span.listingimage img {
    border: 1px solid #333;
}

span.partstittle.inputboxneww {
    width: auto;
}

    span.partstittle.inputboxneww input#OrderQty {
        max-width: 100%;
        float: left;
    }

button.backbtns {
    background: #FF7271;
    border: 1px solid #FF7271;
    color: #fff;
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.backbtn {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 30px;
}

.col-sm-9.paddingleftbox {
    padding: 0;
}

/*Cart Table*/


.fulltable table.table.changehistory.carttable th:nth-child(2), .fulltable table.table.changehistory.carttable td:nth-child(2) {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

.fulltable table.table.changehistory.carttable th:nth-child(3), .fulltable table.table.changehistory.carttable td:nth-child(3) {
    min-width: 280px;
    max-width: 280px;
}

.fulltable table.table.changehistory.carttable th:nth-child(4), .fulltable table.table.changehistory.carttable td:nth-child(4) {
    min-width: 517px;
    max-width: 517px;
}

.fulltable table.table.changehistory.carttable th:nth-child(5), .fulltable table.table.changehistory.carttable td:nth-child(5) {
    min-width: 90px;
    max-width: 90px;
}

.fulltable table.table.changehistory.carttable th:nth-child(6), .fulltable table.table.changehistory.carttable td:nth-child(6) {
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}

.fulltable table.table.changehistory.carttable th:nth-child(7), .fulltable table.table.changehistory.carttable td:nth-child(7) {
    min-width: 140px;
    max-width: 140px;
    text-align: center;
}

.totaldiv {
    width: auto;
    float: right;
    margin: auto;
    text-align: right;
}

.totaltext {
    font-size: 17px;
    font-weight: 600;
    color: #182527;
    float: left;
    width: auto;
    margin: 0 20px 0 0;
    top: 5px;
    position: relative;
}

span.total.input input.inputbox {
    width: 122px;
    margin-right: 25px;
    padding: 6px 15px;
    background: #fff;
}

.buttoncenter {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    text-align: center;
}

button.deletebtn {
    background: #65ccb7;
    border: 1px solid #65ccb7;
    padding: 5px 23px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'raleway';
    font-size: 16px;
    margin-right: 20px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}

button.addsavebtn {
    background: #009f4a;
    border: 1px solid #009f4a;
    padding: 5px 23px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'raleway';
    font-size: 16px;
    margin-right: 20px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
    color: #fff;
}

input.inputbox.newinputwidth {
    text-align: left;
    padding: 3px 6px;
    background: #fff;
}

.fulltable.marginequals {
    margin: 0;
}

button.addcart span {
    position: relative;
    top: 3px;
}

.marquehead img {
    float: right;
    position: absolute;
    right: -23px;
    top: -1px;
}

.breadcrumsbox {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: auto;
    padding: 10px 0 0;
    font-weight: 600;
    color: #182527;
}

    .breadcrumsbox a {
        color: #182527;
        text-decoration: none;
        margin-right: 2px;
        margin-left: 2px;
    }

    .breadcrumsbox .dashboardtext {
        margin: 0 2px 0;
    }

.productsmain {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    font-family: raleway;
    font-size: 19px;
    position: relative;
    margin: 0;
    color: #dd0708;
}

.col-sm-3.innerbox {
    text-align: center;
    margin-bottom: 10px;
}

.borderimages {
    width: 84%;
    float: none;
    margin: auto;
    height: 180px;
    display: inline-block;
    border: 2px solid #65ccb7;
    border-radius: 7px;
    padding: 5px;
}

.col-sm-6.tractorimages .imagessnew img {
    max-width: 50%;
}

.absultetext {
    width: 95%;
    background: #182527;
    padding: 9px 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    bottom: 6px;
    text-decoration: none;
}

.fourboxes {
    width: 100%;
    display: inline-block;
    margin: 15px auto;
}

.col-sm-3.innerbox a {
    text-decoration: none;
}

.col-sm-6.innerbox {
    text-align: center;
    position: relative;
    margin-top: 40px;
    top: 0;
}

.col-sm-6.tractorimages {
    text-align: center;
}

.middleformss {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.fulltable .table thead {
    background: #009f4a;
    width: 100%;
}

.fulltable .table th:first-child, .fulltable .table td:first-child {
    min-width: 70px;
    text-align: center;
    max-width: 70px;
}

.fulltable .table tbody {
    width: 100%;
}

.fulltable .table th {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.newtableheight table#WebGrid tbody {
    max-height: 67.6vh !important;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    border-radius: 5px;
}

.fulltable .table th:nth-child(2), .fulltable .table td:nth-child(2) {
    min-width: 320px;
    max-width: 320px;
}

.fulltable .table th:nth-child(3), .fulltable .table td:nth-child(3) {
    min-width: 420px;
    max-width: 420px;
}

.fulltable table.table {
    border: 1px solid #555555;
}

.fulltable .table th:last-child {
    border-right: none !important;
}

.fulltable .table th {
    border-right: 1px solid #555555;
}

    /*.fulltable .table > tbody > tr > td {
    border-bottom: 1px solid #555555;
}*/

    .fulltable .table th:nth-child(3), .fulltable .table td:nth-child(3) {
        min-width: 900px;
        max-width: 900px;
        text-align: left;
    }

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

.fulltable {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

    .fulltable .table td {
        font-size: 12px;
        color: #000000;
        word-break: break-all;
        font-weight: 600;
        padding: 5px 8px;
    }

span.listingimage iframe {
    height: 100px !important;
    width: 100px !important;
}

.fulltable table.table tr:nth-child(2n) {
    background: #dfdfdf;
    width: 100%;
    float: left;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

.fulltable .table > tbody > tr:last-child td {
    border-bottom: none;
}

.bodybg {
    background: url(../../images/bodybgneew.png);
    background-position: center;
    background-size: cover;
}

.iconsbutton {
    float: right;
    width: 100%;
    margin: auto;
    text-align: right;
    padding: 1px 0 4px;
}

.col-sm-6.rightimagesfull .iconsbutton {
    margin-top: -8px;
}

.col-sm-6.rightimagesfull .fulltable.fulltbs tbody {
    max-height: 448px !important;
}

.col-sm-6.rightimagesfull tbody input[type="image"] {
    max-width: 21px;
}

button.iconbtn {
    font-size: 15px;
    font-weight: 600;
    color: #009f4a;
    padding: 2px 20px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #009f4a;
    border-radius: 5px;
    margin-right: 6px;
    height: 34px;
}

.col-sm-4.greenleft .partstittle {
    width: 60%;
}

.col-sm-4.greenleft .partname {
    width: 40%;
}

.col-sm-8.greenleft label.partname {
    width: 20%;
    margin-right: 0;
}

.col-sm-8.greenleft .partstittle {
    width: 80%;
}

table#PlatesDetailGrid.itemdetails.platesinner th:nth-child(3n), table#PlatesDetailGrid.itemdetails.platesinner td:nth-child(3n) {
    min-width: 564px !important;
    max-width: 564px !important;
}

button.iconbtn:last-child {
    margin: 0;
}

.panelgroups {
    width: 100%;
    float: left;
    position: relative;
    margin: auto;
}

table#PlatesDetailGrid.itemdetails.platesinner th:nth-child(2n), table#PlatesDetailGrid.itemdetails.platesinner td:nth-child(2n) {
    min-width: 600px;
    max-width: 600px;
}

.panelgroup {
    background: #fff;
    float: left;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #888;
    cursor: pointer;
    position: relative;
}

.tabaccordin {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    border: 1px solid #888;
    border-bottom: none !important;
}

.panelgroups:last-child .showdiv {
    border-bottom: 1px solid #888;
}

.showdiv {
    background: #e5fbef;
    padding: 0;
    float: left;
    width: 100%;
    margin: auto;
    font-size: 12px;
    font-weight: 600;
    color: #3b945e;
}

.numeric {
    width: 6%;
    float: left;
    color: #000;
    padding: 0 30px;
}

.numerictext {
    width: 70%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

span.numericright {
    width: 20%;
    float: left;
    margin: auto;
}

.firstboxes {
    width: 100%;
    float: left;
    margin: auto;
    padding: 3px 15px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.1px;
}

    .firstboxes:last-child {
        border-bottom: none;
    }

i.fa.fa-angle-down.position {
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 9px;
}

.kitsnewpanel p.panelgroup.main {
    background: #fff;
    color: #000;
}

a span.kitsnumerictext {
    color: #000 !important;
}

    a span.kitsnumerictext:hover {
        text-decoration: underline;
    }

.numerictext a {
    color: #000;
}

    .numerictext a:hover {
        text-decoration: underline;
    }

span.numericright a {
    color: #000;
}

.fulltable .table td a {
    color: #000;
}

    .fulltable .table td a:hover {
        text-decoration: underline;
        color: #009f4a;
    }

p.panelgroup.main i.fa.fa-angle-down.position {
    transform: rotate(-180deg) !important;
}

p.panelgroup.main {
    background: #009f4a;
    color: #fff;
}

.table.changehistory.histornewpages th:nth-child(7), .table.changehistory.histornewpages td:nth-child(7) {
    min-width: 240px !important;
    max-width: 240px !important;
}

.middlebox {
    float: left;
    width: 100%;
    margin: auto;
}

html, body {
    min-height: 100%;
}

.col-sm-6.giffimage img {
    max-width: 87%;
    margin: 8px 0;
}


body {
    background-size: cover;
}

.fullimageproduct {
    width: 730px;
    float: none;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    height: 464px;
    display: table-cell;
    margin: auto;
}

    .fullimageproduct img {
        max-width: 97%;
        text-align: center;
    }

.zoomimages {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0;
    text-align: center;
}

.imagescolor {
    background: #dfdfdf;
    border-radius: 5px;
    border: 1px solid #336;
    width: 82%;
    margin: auto;
    padding: 3px 20px;
}

    .imagescolor i {
        display: inline-block;
        margin: 0 7px;
    }

.click {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #303030;
    margin: 11px 0 0;
}

    .click a {
        color: #ff0000;
        text-decoration: underline;
    }

.imagescolor i img {
    max-width: 88%;
}

.fulltable.fulltbs .table th:first-child, .fulltable.fulltbs .table td:first-child {
    min-width: 66px;
    text-align: center;
    max-width: 66px;
}

.fulltable.fulltbs .table th:nth-child(2), .fulltable.fulltbs .table td:nth-child(2) {
    min-width: 100px;
    max-width: 100px;
}

.fulltable.fulltbs .table th:nth-child(3), .fulltable.fulltbs .table td:nth-child(3) {
    min-width: 30px;
    max-width: 30px;
}

    .fulltable.fulltbs .table th:nth-child(3) img {
        max-width: 100%;
    }

.fulltable.fulltbs .table th:nth-child(4), .fulltable.fulltbs .table td:nth-child(4) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable.fulltbs .table th:nth-child(5), .fulltable.fulltbs .table td:nth-child(5) {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}

.fulltable.fulltbs .table th:nth-child(6), .fulltable.fulltbs .table td:nth-child(6) {
    min-width: 100px;
    max-width: 100px;
}

.fulltable tr td a {
    color: #000;
}

table.table td a {
    color: #000;
}

    table.table td a:hover, .fulltable tr td a :hover {
        text-decoration: underline;
    }

.fulltable.fulltbs .table th:nth-child(7), .fulltable.fulltbs .table td:nth-child(7) {
    min-width: 71px;
    max-width: 71px;
}

.fulltable.fulltbs .table th:nth-child(7), .fulltable.fulltbs .table td:nth-child(7) {
    min-width: 78px;
    max-width: 78px;
    text-align: center;
}

.col-sm-6.rightimagesfull {
    padding: 0;
}

.fulltable.fulltbs .table td:nth-child(8) a img {
    max-width: 100%;
}

input.inputbox {
    max-width: 100%;
    background: #f8f7f7;
    border: 1px solid #ccc;
    padding: 3px 3px;
    text-align: center;
    color: #000;
    font-size: 15px;
}

    input.inputbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #000;
        font-weight: bold;
    }

    input.inputbox::-moz-placeholder { /* Firefox 19+ */
        color: #000;
        font-weight: bold;
    }

    input.inputbox:-ms-input-placeholder { /* IE 10+ */
        color: #000;
        font-weight: bold;
    }

    input.inputbox:-moz-placeholder { /* Firefox 18- */
        color: #000;
        font-weight: bold;
    }

.fulltable.fulltbs .table th, .fulltable.fulltbs .table td {
    padding: 1px 5px;
}

.fulltable.fulltbs {
    margin: 0;
}


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 5px 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: initial
}

input.forgotpassword {
    background-color: #4CAF50;
    color: white;
    padding: 5px 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: initial;
    width: 42%;
    float: left;
}

.col-25 {
    float: left;
    width: 20%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 20%;
    margin-top: 6px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}



.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.AlertBox.ui-dialog-buttons.ui-draggable {
    background: #eeeeee;
    color: #000;
    display: inline-block;
    margin: auto;
    width: 42% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    top: 41% !important;
    border-radius: 10px;
    position: fixed !important;
    z-index: 999999999;
    transform: translateY(-50%);
}

.ui-dialog-title {
    float: left;
    margin: .1em 0;
    background: no-repeat;
    border: none;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    white-space: nowrap;
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: no-repeat;
    border: none;
    text-align: center;
    font-size: 26px;
}

}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-dialog-buttonset {
    width: 100%;
}


    .ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget, .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button {
        background: var(--btnfocusedColor);
        border: 1px solid var(--btnfocusedColor);
        box-shadow: none;
        margin-bottom: 12px;
        color: #fff;
        margin-right: 10px;
        font-weight: 600;
        min-width: 140px;
        padding: 10px 20px;
        font-size: 18px;
    }

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background: none;
    margin: auto;
    text-align: center;
    border: none;
}

    .ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:last-child, .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button {
        background: var(--btndefaultColor);
        border-color: var(--btndefaultColor);
    }

.AlertBox .ui-dialog-titlebar-close {
    display: none;
}

div#ui-id-6 h6 {
    font-size: 19px;
    text-align: center;
}

a:hover {
    text-decoration: none;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 100 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-sm-6.tractorimages.Tractor-Model .col-sm-6.innerbox {
    width: 33%;
}

    .col-sm-6.tractorimages.Tractor-Model .col-sm-6.innerbox span.borderimages img {
        max-width: 100%;
        height: 100%;
    }

    .col-sm-6.tractorimages.Tractor-Model .col-sm-6.innerbox span.borderimages {
        height: 125px;
    }

.col-sm-6.tractorimages.Tractor-Model .col-sm-6.innerbox {
    width: 33%;
}

.span.field-validation-error {
    color: red;
}

.tablefullreview td img {
    max-width: 100%;
}

.col-sm-4.searchbox.adminsearch {
    padding: 0;
    background: none;
    border: none;
    margin: auto;
    width: 32.3%;
}

div#myModal.serchpoup .modal-body {
    width: 100%;
}

.col-sm-12.formwidth.centertext {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}

div#myModal.serchpoup .modal-dialog .col-sm-3.formwidth {
    width: 100%;
    margin-bottom: 10px;
}

div#myModal.serchpoup .modal-dialog {
    width: 46%;
}

    div#myModal.serchpoup .modal-dialog .col-sm-3.formwidth label {
        margin-bottom: 4px;
        width: 30%;
        float: left;
        line-height: 34px;
    }

    div#myModal.serchpoup .modal-dialog .col-sm-3.formwidth .form-control {
        margin: 0;
        padding: 8px 10px;
        width: 70%;
    }

    div#myModal.serchpoup .modal-dialog .formwidth.centertext {
        margin-top: 10px;
    }

.col-sm-12.formwidth.centertext input.btnsubmit {
    padding: 6px 20px;
    font-size: 16px;
}

.fulltable .table.doublegrid th:first-child, .fulltable .table.doublegrid td:first-child {
    min-width: 70px;
    text-align: center;
    max-width: 70px;
}

.fulltable .table.doublegrid th:nth-child(2), .fulltable .table.doublegrid td:nth-child(2) {
    min-width: 1235px;
    max-width: 1235px;
}

.fulltable .table.fourboxtable th:nth-child(2), .fulltable .table.fourboxtable td:nth-child(2) {
    min-width: 160px;
    max-width: 160px;
}

.fulltable .table.fourboxtable th:nth-child(3), .fulltable .table.fourboxtable td:nth-child(3) {
    min-width: 720px;
    max-width: 720px;
}

.fulltable .table.fourboxtable th:nth-child(4), .fulltable .table.fourboxtable td:nth-child(4) {
    min-width: 100px;
    max-width: 100px;
}

.fulltable .table.fourboxtable th:nth-child(5), .fulltable .table.fourboxtable td:nth-child(5) {
    min-width: 200px;
    max-width: 200px;
}


.fulltable .table.platesgridnew th:nth-child(2), .fulltable .table.platesgridnew td:nth-child(2) {
    min-width: 1100px;
    max-width: 1100px;
}

.fulltable .table.platesgridnew th:nth-child(2), .fulltable .table.platesgridnew td:nth-child(2) {
    min-width: 160px;
    max-width: 160px;
}

.fulltable .table.platesgridnew th:nth-child(3), .fulltable .table.platesgridnew td:nth-child(3) {
    min-width: 480px;
    max-width: 480px;
}

.fulltable .table.platesgridnew th:nth-child(4), .fulltable .table.platesgridnew td:nth-child(4) {
    min-width: 583px;
    max-width: 583px;
}


/**/
.fulltable table.table.changehistoryss th:nth-child(1), .fulltable table.table.changehistoryss td:nth-child(1) {
    min-width: 200px;
    max-width: 200px;
    text-align: left;
}

.fulltable table.table.changehistoryss th:nth-child(2), .fulltable table.table.changehistoryss td:nth-child(2) {
    min-width: 260px;
    max-width: 260px;
}

.fulltable table.table.changehistoryss th:nth-child(3), .fulltable table.table.changehistoryss td:nth-child(3) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable table.table.changehistoryss th:nth-child(4), .fulltable table.table.changehistoryss td:nth-child(4) {
    min-width: 230px;
    max-width: 230px;
}

.fulltable table.table.changehistoryss th:nth-child(5), .fulltable table.table.changehistoryss td:nth-child(5) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable table.table.changehistoryss th:nth-child(6), .fulltable table.table.changehistoryss td:nth-child(6) {
    min-width: 200px;
    max-width: 200px;
}


.col-sm-6.innerbox.active span.borderimages {
    border: 2px solid #dd0708;
}

.col-sm-6.innerbox.active .absultetext {
    background: #dd0708;
}

input.btn.btn-default.cancelbtn {
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 6px 15px !important;
    float: right;
    border: 1px solid #000;
}

span.field-validation-error {
    bottom: -19px;
    color: red;
}


.toolsinnerpopup .col-sm-9.paddingleftbox {
    padding-right: 30px;
}

.fulltable table.table.Tools.kitsnewtable th:nth-child(3), .fulltable table.table.Tools.kitsnewtable td:nth-child(3) {
    min-width: 400px;
    max-width: 400px;
}

.fulltable table.table.Tools.kitsnewtable th:nth-child(4), .fulltable table.table.Tools.kitsnewtable td:nth-child(4) {
    min-width: 355px;
    max-width: 355px;
}

.fulltable table.table.Tools.kitsnewtable th:nth-child(5), .fulltable table.table.Tools.kitsnewtable td:nth-child(5) {
    min-width: 201px;
    max-width: 201px;
}


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.toolsinnerpopup.ui-dialog-buttons.ui-draggable.ui-resizable {
    background: #eeeeee;
    color: #000;
    display: inline-block;
    margin: auto;
    width: 77% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    z-index: 99999999;
    top: 50% !important;
    position: fixed !important;
    transform: translateY(-50%);
    border-radius: 5px;
}

div#myModalnew .modal-dialog {
    width: 70%;
}

    div#myModalnew .modal-dialog thead, div#myModalnew .modal-dialog tbody {
        width: 100% !important;
    }

div#myModalnews.varientpopupbox .modal-dialog {
    width: 70%;
}

    div#myModalnews.varientpopupbox .modal-dialog .modal-body tbody {
        max-height: 300px !important;
    }

    div#myModalnews.varientpopupbox .modal-dialog .modal-body {
        width: 83%;
        margin: auto;
    }

tr.NoRecord {
    position: relative;
    display: inline-block;
    background: none !important;
    width: 100%;
    text-align: center;
}

span.listingimage img {
    border: 1px solid #333;
    max-width: 100%;
}

.addtocartbtn {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    float: left;
}

.itemdetails tbody {
    max-height: 92px !important;
}
/**/
.fulltable table.table.changehistoryss th:nth-child(1), .fulltable table.table.changehistoryss td:nth-child(1) {
    min-width: 200px;
    max-width: 200px;
    text-align: left;
}

.fulltable table.table.changehistoryss th:nth-child(2), .fulltable table.table.changehistoryss td:nth-child(2) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable table.table.changehistoryss th:nth-child(3), .fulltable table.table.changehistoryss td:nth-child(3) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable table.table.changehistoryss th:nth-child(4), .fulltable table.table.changehistoryss td:nth-child(4) {
    min-width: 230px;
    max-width: 230px;
}

.fulltable table.table.changehistoryss th:nth-child(5), .fulltable table.table.changehistoryss td:nth-child(5) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable table.table.changehistoryss th:nth-child(6), .fulltable table.table.changehistoryss td:nth-child(6) {
    min-width: 200px;
    max-width: 200px;
}


body {
    counter-reset: Serial; /* Set the Serial counter to 0 */
}

table {
    border-collapse: separate;
}

tr td.counterCell:before {
    counter-increment: Serial; /* Increment the Serial counter */
    content: "" counter(Serial); /* Display the counter */
}

table#BOMPartGrid tr {
    width: auto !important;
    float: none !important;
    margin: auto !important;
    text-align: left !important;
}

div#divdialog table tr td:nth-child(5), div#divdialog table tr th:nth-child(5) {
    min-width: 313px;
    max-width: 313px;
}


span.listingimage img {
    border: 1px solid #333;
    max-width: 70%;
    padding: 10px;
}


tr.NoRecord td:first-child {
    min-width: 100% !important;
    max-width: 100% !important;
}

ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    border-radius: 5px;
}

div#divNotification.addcarttext {
    font-size: 20px;
    color: #000;
    margin: 0 0 10px;
}

.fulltable.marginequal.Norecordsfoundx {
    text-align: center;
    padding: 22px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 20px;
    font-weight: normal;
    background: #f7f7f7;
}



/*Search Inner*/


p.productsmain.serchheadhing {
    margin-top: 10px;
}

.searchmiddlebox {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.greyboxs {
    padding: 12px 11px;
    width: 50%;
    font-weight: 600;
    float: left;
    font-size: 15px;
    margin: auto;
    color: #000;
}

.whitebox {
    background: #fff;
    float: left;
    margin: auto;
    width: 100%;
    border: 1px solid #ccc;
}

    .whitebox:nth-child(2n) {
        background: #ccc;
    }

.platesinner td {
    border: none !important;
}

.fulltable table#PlatesDetailGrid.table.changehistory td:nth-child(3), .fulltable table#PlatesDetailGrid.table.changehistory th:nth-child(3) {
    min-width: 1014px;
}

/*Search Inner*/


p.productsmain.serchheadhing {
    margin-top: 0px;
}

.searchmiddlebox {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.greyboxs {
    padding: 6px 11px;
    width: 50%;
    font-weight: 600;
    float: left;
    font-size: 13px;
    margin: auto;
    color: #000;
}

.whitebox {
    background: #fff;
    float: left;
    margin: auto;
    width: 100%;
    border: 1px solid #ccc;
}

    .whitebox:nth-child(2n) {
        background: #ccc;
    }



/*Kits New Design*/
.kitsnewpanel {
    width: 100%;
    margin: auto;
    float: left;
}

button.pdfnewicon {
    float: left;
    width: 4%;
    background: #e5fbef;
    border: 2px solid #009f4a;
    height: 32px;
    position: absolute;
    right: 0;
}

span.downloadwhite {
    background: #009f4a;
    padding: 2px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: -1px;
}

    span.downloadwhite img {
        max-width: 100%;
    }

.iconsbutton.kitsbuttonnews {
    width: auto;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    top: -4px;
}

.relaticveboxkits {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
}

div#Donloadpdf .modal-dialog {
    width: 450px;
}

.downloadpopup {
    width: 100%;
    float: left;
    margin: 10px 0 25px;
    text-align: center;
}

    .downloadpopup button.iconbtn {
        width: 280px;
        display: inline-block;
        margin: 0;
        text-transform: uppercase;
    }

span.ortext {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
    font-size: 17px;
}

span.kitsnumeric {
    width: 6%;
    float: left;
    margin: auto;
    text-align: center;
    color: #000;
}

.kitsnewpanel p.panelgroup {
    width: 96%;
}

span.kitsnumerictext {
    width: 14%;
    float: left;
    margin: auto;
    word-wrap: break-word;
    color: #000;
}

span.kitsnumericright {
    width: 40%;
    float: left;
    margin: auto;
    color: #000;
    word-wrap: break-word;
}

span.kitsremarks {
    width: 20%;
    float: left;
    margin: auto;
    word-wrap: break-word;
    color: #000;
}

span.kitsmodel {
    width: 20%;
    float: left;
    margin: auto;
    word-wrap: break-word;
    color: #000;
}

.firstboxes.headingkitstable {
    padding: 0px 0;
    background: #009f4a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
}

    .firstboxes.headingkitstable .kitsnumeric, .firstboxes.headingkitstable .kitsnumerictext, .firstboxes.headingkitstable .kitsnumericright, .firstboxes.headingkitstable .kitsremarks, .firstboxes.headingkitstable .kitsmodel {
        color: #fff;
        border-right: 1px solid #333;
        padding: 3px 10px 3px 10px;
    }

.kitsnewpanel .firstboxes {
    padding-left: 0;
    padding-right: 0;
}

.kitsnumeric, .kitsnumerictext, .kitsnumericright, .kitsremarks, .kitsmodel {
    padding: 8px 10px 8px 10px;
}


/*My Profile*/
.tablinks {
    background: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #009f4a;
    border: 2px solid #009f4a;
    width: 31%;
    margin-right: 40px;
}

    .tablinks:last-child {
        float: right;
        margin-right: 0;
    }

    .tablinks.active {
        background: #009f4a;
        color: #fff;
    }

.Profilemiddleboxes {
    float: left;
    width: 100%;
    margin: auto;
}

    .Profilemiddleboxes .tab {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

.profileeditbox {
    float: left;
    margin: 10px 0 20px 0;
    width: 100%;
    background: #fff;
    border: 2px solid #636363;
    border-radius: 5px;
}

.edittextlabel {
    width: 30%;
    float: left;
    margin: auto;
    padding: 5px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #009f4a;
    line-height: 25px;
}

.edittextlabeltext {
    line-height: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 70%;
    float: left;
    padding: 5px 15px;
}

.personalheadings.productsmain {
    background: #ebebeb;
    padding: 5px 25px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ccc;
}

.editformbox {
    width: 100%;
    float: left;
    margin: auto;
}

.edittextlabeltext .field-validation-valid {
    margin: 3px 0px;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}

.editprofile {
    float: left;
    padding: 3px 10px;
    width: 40%;
    border: 1px solid #ccc;
    position: relative;
    margin-top: -8px;
    top: 6px;
    color: #888;
    font-size: 14px;
}

.edittextlabel em {
    color: red;
    font-style: normal;
    font-weight: bold;
}

.ifother {
    float: left;
    margin: 0 20px;
    display: inline-block;
    width: auto;
}

select.editprofile {
    -moz-appearance: none;
    color: #888;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/slectarrowbottom.png);
    background-position: 98% 10px;
    padding-right: 36px;
}

button.editsubmit {
    background: #009f4a;
    border: 1px solid #009f4a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

.buttonsubmitform {
    width: 100%;
    float: left;
    margin: 30px 0;
    text-align: center;
}

.editformbox.changepassowrd .edittextlabeltext {
    width: 100%;
    padding-top: 0;
    padding-left: 25px;
}

.editformbox.changepassowrd .edittextlabel {
    width: 100%;
    padding-bottom: 0;
}

.changeboxes {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 12px;
}

    .changeboxes .edittextlabel {
        width: 100%;
        padding: 0;
    }

    .changeboxes span.edittextlabeltext {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 10px;
    }

        .changeboxes span.edittextlabeltext .editprofile {
            width: 92%;
        }

.errortextbottm {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 30px;
    font-size: 14px;
    color: #ff0000;
}

input.forgotpassword {
    width: auto;
    padding: 7px 15px !important;
    float: left;
    font-size: 18px;
}

.col-sm-2.cataloglogo {
    top: 10px;
}

em.badge {
    position: absolute;
    background: #ff0000;
    font-style: normal;
    top: -8px;
    right: -12px;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
}

.loginbox .labelpositon input {
    position: relative;
    top: 3px;
    left: -2px;
}

.autowidth .col-sm-4 span.field-validation-error {
    position: absolute;
    left: 0;
}

.fulltable.marginequal.Norecordsfoundx.tablefound:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #888;
    bottom: -10px;
}


.imagesvegactive {
    color: #dd0708;
}

.fulltable.marginequal.Norecordsfoundx.tablefound {
    background: no-repeat;
    border: none;
    padding: 0;
    font-weight: bold; /* border-bottom: 1px solid #888; */
    border-radius: 0;
    position: relative;
}

img.Grid-Image {
    width: 80px;
    height: 80px;
    border: 2px solid #ccc;
    padding: 10px;
    background: none;
}

.editprofile, select.editprofile {
    color: #000 !important;
}

.edittextlabeltext input:read-only {
    color: #888;
}

.fulltable #WebGridVariant.table.doublegrid th:nth-child(2), .fulltable #WebGridVariant.table.doublegrid td:nth-child(2) {
    min-width: 200px;
    max-width: 200px;
}

.fulltable #WebGridVariant.table.doublegrid th:nth-child(3), .fulltable #WebGridVariant.table.doublegrid td:nth-child(3) {
    min-width: 1014px;
    max-width: 1014px;
    border: none;
}

text:hover, .svgactive {
    font-size: 18px !important;
    fill: #dd0708;
    stroke-width: 2px;
    stroke: #dd0708;
}

.fullimageproduct svg {
    overflow: auto;
    vertical-align: middle;
    display: inline-block;
    float: left;
}


a#btnExportBOMExcel.floatleft {
    float: right;
}

span.listingimage {
    width: 100%;
    float: left;
    text-align: center;
}

td.textdemo .Norecordsfoundx.tablefound:before {
    border: none !important;
}

.changeshistoryboxs {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
}

    .changeshistoryboxs h4 {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 20px;
        width: 100%;
        float: left;
        display: inline-block;
    }

    .changeshistoryboxs p.componenttext, .componenttext {
        font-size: 16px;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0 13px;
    }

        .componenttext a {
            font-weight: bold;
            color: #009f4a;
            position: relative;
            top: 0px;
        }

.ui-autocomplete {
    background: #fff !important;
}

div#divitemDetails {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
    text-align: center;
}

    div#divitemDetails h4 {
        font-size: 25px;
    }

.middlebox {
    position: relative;
}




table.table.poptable.popuptable.formcoulmn th:first-child, table.table.poptable.popuptable.formcoulmn td:first-child {
    min-width: 325px;
    text-align: center;
    max-width: 325px;
}

table.table.poptable.popuptable.formcoulmn th:nth-child(2), table.table.poptable.popuptable.formcoulmn td:nth-child(2) {
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}

table.table.poptable.popuptable.formcoulmn th:nth-child(3), table.table.poptable.popuptable.formcoulmn td:nth-child(3) {
    min-width: 325px;
    max-width: 325px;
    text-align: center;
}

table.table.poptable.popuptable.formcoulmn th:nth-child(4), table.table.poptable.popuptable.formcoulmn td:nth-child(4) {
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}

div#divdialog table.formcoulmn tr td {
    width: auto;
    display: table-cell;
}

p.componenttext.currenttext {
    text-align: center;
    font-size: 17px;
}


.fulltable .table.wherewe th:nth-child(2), .fulltable .table.wherewe td:nth-child(2) {
    min-width: 180px;
    max-width: 180px;
    text-align: left;
}

.fulltable .table.wherewe th:nth-child(3), .fulltable .table.wherewe td:nth-child(3) {
    min-width: 888px;
    max-width: 888px;
    text-align: left;
}

.fulltable .table.wheresecond th:nth-child(2), .fulltable .table.wheresecond td:nth-child(2) {
    min-width: 180px;
    max-width: 180px;
    text-align: left;
}

.table.wherewe tbody {
    max-height: 180px !important;
}




.tablefullreview .table.showhistorygrid th:nth-child(2), .tablefullreview .table.showhistorygrid td:nth-child(2) {
    min-width: 290px;
    max-width: 290px;
}

.tablefullreview .table.showhistorygrid th:nth-child(3), .tablefullreview .table.showhistorygrid td:nth-child(3) {
    min-width: 330px;
    max-width: 330px;
}

.tablefullreview .table.showhistorygrid th:nth-child(4), .tablefullreview .table.showhistorygrid td:nth-child(4) {
    min-width: 220px;
    max-width: 220px;
}

.tablefullreview .table.showhistorygrid th:nth-child(5), .tablefullreview .table.showhistorygrid td:nth-child(5) {
    min-width: 218px;
    max-width: 218px;
}

.tablefullreview .table.showhistorygrid th:nth-child(6), .tablefullreview .table.showhistorygrid td:nth-child(6) {
    min-width: 220px;
    max-width: 220px;
}


.ui-autocomplete {
    max-height: 400px !important;
    overflow-y: scroll;
}

.fulltable.fulltbs .table td {
    word-wrap: break-word;
}

select#BulletinNo {
    min-width: 92%;
    float: right;
}

strong.lblBulletinID {
    position: relative;
    top: 10px;
}

.col-sm-6.tractorimages .col-sm-6.innerbox {
    top: 0;
}

label.tractor {
    float: left;
    width: auto;
    margin: 10px 0 0 0;
}

label.FarmMachinery {
    float: right;
    margin: 10px 0 0 0;
}

span.labeltexttractor {
    position: relative;
    width: auto;
    display: inline-block;
    margin: auto;
    padding: 0 13px;
    font-size: 14px;
    cursor: pointer;
}

label.tractor input, label.FarmMachinery input {
    opacity: 0;
}

span.labeltexttractor:before {
    position: absolute;
    left: -15px;
    top: 1px;
    background: #fff;
    width: 22px;
    height: 22px;
    content: "";
    border-radius: 100%;
    border: 1px solid #4CAF50;
}

input[type="radio"]:checked + span:after {
    background: #4CAF50;
    position: absolute;
    content: "";
    left: -12px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #4CAF50;
}

.col-sm-9.menuitems {
    padding: 0;
    position: relative;
    top: 16px;
}

div#divdialog table tbody {
    max-height: 130px !important;
    overflow-y: scroll;
}

table.table.poptable > tbody > tr > td {
    border-bottom: none;
    box-shadow: none;
}

.newtableheight table#WebGrid.Tools.history tbody {
    max-height: 59vh !important;
}

.col-sm-9.menuitems.widthnew {
    width: 82%;
}

.col-sm-2.cataloglogo img {
    max-width: 76%;
    float: right;
    position: relative;
    top: 8px;
}

div#divdialog .partstittle {
    font-size: 13px;
}

div#divdialog label.partname {
    font-size: 13px;
}

.farm-nav span.menutext {
    font-size: 14px;
    margin: 0 7px 0 0;
}

div#CustomerFileUpload .col-sm-12.fileupload input#InputFile {
    top: 8px;
    position: relative;
    left: 0;
    padding: 0;
}

.col-sm-9.menuitems li.nav-item:hover a {
    color: var(--btnfocusedColor);
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.AlertBox.ui-dialog-buttons.ui-draggable {
    background: #eeeeee;
    color: #000;
    display: inline-block;
    margin: auto;
    width: 37% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    top: 41% !important;
    border-radius: 10px;
    position: fixed !important;
    z-index: 999999999;
    transform: translateY(-50%);
}
