html {
    height: 100%;
    padding: 0
}

body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 0;
    font-weight: 500;
    float: left
}

.navbar.navbar-expand-lg.fixed-top.navbar-dark {
    margin: 0;
    min-height: auto
}

.col-sm-9.menuitems {
    padding: 0;
    position: relative;
    top: 10px
}

html, body {
    height: 100%;
    width: 100%;
    position: relative
}

    body.loginbg {
        margin: auto;
        padding: 0;
        background: url(../images/hero-bg.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

.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: 40%;
    float: right;
    display: inline-block;
    position: relative;
    top: 0;
    text-align: center
}

.login {
    font-size: 29px;
    color: #353535;
    margin: 0 0 5px;
    width: 100%;
    float: left;
    font-weight: 600;
    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: #FF5733;
    text-align: center;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-decoration: none
}

.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: #009a31;
    border-color: #009a31
}

.col-sm-4.countsboxes {
    padding: 0 23px
}

a.forgotpass {
    text-decoration: underline;
    float: right;
    color: #000000;
    font-size: 14px;
    font-weight: 600
}

form.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: #273F4F;
    font-size: 13px;
    position: relative;
    padding: 3px 0;
    left: 0;
    top: 0;
    font-weight: bold
}

form.loginbox.form-group {
    margin-bottom: 14px;
    width: 100%;
    display: inline-block;
    position: relative
}

    form.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
}

.navigation {
    background: #FF5733;
    float: left;
    margin: auto;
    width: 100%
}

.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: 27px;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 6px;
    line-height: 29px;
}

.fixedfotter {
    position: fixed;
    bottom: 2px;
    margin: auto;
    line-height: 15px;
    right: 0;
    left: 0
}

span.footertext {
    font-size: 13px;
    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: 5px 0;
}

    span.boldtext a {
        color: #ff0000;
        text-decoration: none
    }

span.emailtext a {
    color: #003cff;
    text-decoration: underline
}

span.emailtext {
    font-size: 13px;
    color: #273F4F;
    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%;
    width: 60%;
    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: 25px;
    font-weight: 600;
    margin-bottom: 10px
}

.modal-header {
    padding: 10px;
    border-bottom: none
}

#myModal.modal-body {
    padding: 0 20px;
    width: 100%;
    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: #2c9450 !important;
    border-color: #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: #000;
    color: #fff
}

.tablefullreview td i {
    color: #009a31
}

.table {
    margin-bottom: 5px;
    background: #fff
}

.btn.btn-default.export.rightbox {
    float: none;
    background: #009a31;
    border-color: #009a31;
    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: #000;
    border-color: #000;
    margin-right: 15px
}

.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: #273F4F;
    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: 0 16px;
    text-decoration: none
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    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: 15px
}

.col-sm-4.rightbox label.showtext {
    font-size: 17px;
    color: #000;
    margin: 0 10px
}

.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
}


.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
}

#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
}

.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: 147px
}

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;
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    top: 41% !important;
    position: fixed !important;
    transform: translateY(-50%)
}

div#divNotification {
    text-align: center;
    font-weight: bold;
    color: #000
}

.ui-widget-overlay {
    opacity: .6 !important;
    background: #000 !important;
    z-index: 999999 !important
}

.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: #009a31;
    border-color: #009a31;
    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: #000;
    border-color: #000;
    box-shadow: none;
    margin-bottom: 12px
}

input#btnUploadFiles {
    background: #000;
    margin-right: 10px;
    border-color: #000;
    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
}

    .ui-dialog.ui-dialog-buttonpane.ui-dialog-buttonset button#btndialogSubmit {
        background: #009a31;
        border-color: #009a31;
        box-shadow: none;
        margin-bottom: 0;
        margin-right: 10px;
        color: #fff
    }

.ui-dialog.ui-dialog-buttonpane button#btndialogCancel {
    background: #000;
    border-color: #000;
    box-shadow: none;
    color: #fff;
    margin-bottom: 0
}

#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
}

#globalLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 0
}

    #globalLoader div {
        border: 5px solid #FF5733;
        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 30px
}

.col-sm-6.giffimage {
    padding: 0
}

body.loginbg.container {
    max-width: 100%
}

.col-sm-6.laeftimagelogo:last-child {
    text-align: right
}

span.geniouslogo img {
    max-width: 17%;
    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;
    border-radius: 10px;
    background: #fff;
    text-align: left
}

form.loginbox input.form-control {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #888;
    padding: 10px 15px;
    background: none;
    height: auto;
    background: #fff
}

form.loginbox {
    width: 100%;
    margin: auto
}

.logonew img {
    max-width: 60%
}

/*.logonews img {
    max-width: 76%
}*/

.col-sm-2.cataloglogo {
    width: 12%;
    float: right;
    position: absolute;
    right: 15px;
    z-index: 9999
}

    .col-sm-2.cataloglogo img {
        max-width: 76%;
        float: right;
        position: relative;
        top: 0px!important;
    }

ul.navbar-nav.rightmenu {
    float: left;
    width: 100%;
    display: inline-block
}

    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: 100%
        }

.col-sm-10.menuitems {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0px!important;
    right: 0;
    width: 100%
}

span.menutext {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    position: relative;
    top: 1px
}

ul.navbar-nav.rightmenu li.nav-item {
    padding: 0 5px;
    float: left;
    list-style: none;
    position: relative;
    top: 0;
    display: inline-block;
    width: auto
}

.col-sm-2.logonews {
    width: 12%;
    margin-right: 20px;
    padding-left: 15px;
    z-index: 99;
    position: relative
}

.marquebox {
    float: left;
    width: 100%;
    margin: 1px 0 0;
    background: #65ccb7;
    z-index: 999
}

marquee {
    float: right;
    padding: 12px 0;
    width: 88%;
    font-size: 15px;
    color: #182527
}

.marquehead {
    background: #182527;
    position: absolute;
    padding: 10px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0
}

    .marquehead img {
        float: right;
        position: absolute;
        right: -23px;
        top: -1px
    }

.breadcrumb {
    display: inline-block;
    margin-right: 10px;
    margin: 0 10px 0 0;
    padding: 6px 0;
    color: #FF5733;
}

.breadcrumsbox ol {
    margin: 0;
}

.breadcrumsbox {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: auto;
    padding: 0;
    font-weight: 600;
    color: #182527;
    font-family: "Open Sans", sans-serif;
    background: #f2f2f2;
}

    .breadcrumsbox a {
        color: #182527;
        text-decoration: none;
        margin-right: 2px;
        margin-left: 2px;
        position: relative;
    }

    .breadcrumsbox.dashboardtext {
        margin: 0 2px 0
    }

.productsmain {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    margin: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0
}

.col-sm-3.innerbox {
    text-align: center
}

.borderimages {
    width: 74%;
    float: none;
    margin: auto;
    height: 180px;
    display: inline-block;
    border: 2px solid #65ccb7;
    border-radius: 7px;
    padding: 5px
}

.absultetext {
    width: 80%;
    background: #182527;
    padding: 9px 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    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;
    top: 40px
}

.col-sm-6.tractorimages {
    text-align: center
}

.middleformss {
    width: 100%;
    float: left;
    margin: 15px 0 0 0
}

.fulltable.table thead {
    background: #333;
    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: 17px;
    color: #fff;
    background: #333;
    font-weight: 600;
    border-top: blanchedalmond
}

    .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 #ccc
}

.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
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none
}

.fulltable {
    width: 100%;
    float: left;
    margin: 20px 0
}

    .fulltable.table td {
        font-size: 15px;
        color: #000000;
        font-weight: 600;
        border-right: 1px solid #888;
        padding: 10px 8px
    }

    .fulltable table.table tr:nth-child(2n) {
        background: #dfdfdf
    }

    .fulltable.table > tbody > tr:last-child td {
        border-bottom: none
    }

.bodybg {
    background-position: center;
    background-size: cover
}

.iconsbutton {
    float: right;
    width: 100%;
    margin: auto;
    text-align: right;
    padding: 12px 0
}

button.iconbtn {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding: 4px 24px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    margin-right: 6px;
    height: 39px;
    font-family: "Open Sans", sans-serif;
}

    button.iconbtn:last-child {
        margin: 0
    }

.panelgroups {
    width: 100%;
    float: left;
    margin: auto;
    position: relative
}

.panelgroup {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #888;
    cursor: pointer;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.tabaccordin {
    width: 100%;
    float: left;
    margin: 0 0 50px;
    border: 1px solid #888;
    border-bottom: none !important
}

.panelgroups:last-child.showdiv {
    border-bottom: 1px solid #888
}

.showdiv {
    background: #f7f7f7;
    padding: 0;
    float: left;
    width: 100%;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.numeric {
    width: 6%;
    float: left;
    color: #000;
    padding: 0 30px
}

.numerictext {
    width: 70%;
    float: left;
    margin: auto;
    padding: 0 15px;
    color: #000;
}

span.numericright {
    width: 20%;
    float: right;
    margin: auto;
    color: #000;
    text-decoration: underline;
}

.firstboxes {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.1px
}

    .firstboxes:last-child {
        border-bottom: none
    }

i.fa.fa-angle-down.position {
    position: absolute;
    right: 22px;
    font-size: 28px
}

p.panelgroup.main i.fa.fa-angle-down.position {
    transform: rotate(-180deg) !important
}

p.panelgroup.main {
    background: #FF5733;
    color: #fff
}

.middlebox {
    float: left;
    width: 100%;
    margin: auto;
    padding: 0;
}

html, body {
    min-height: 100%
}

.col-sm-6.giffimage img {
    max-width: 100%;
    margin: 14px 0
}

body {
    background-size: cover
}

.fullimageproduct {
    width: 100%;
    float: left;
    margin: auto
}

    .fullimageproduct img {
        max-width: 97%;
        text-align: center
    }

.zoomimages {
    width: 100%;
    display: inline-block;
    margin: 10px 0 40px;
    text-align: center
}

.imagescolor {
    background: #dfdfdf;
    border-radius: 5px;
    border: 1px solid #336;
    width: 72%;
    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: 181px;
    max-width: 181px
}

.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.fulltbs.table th:nth-child(7), .fulltable.fulltbs.table td:nth-child(7) {
    min-width: 60px;
    max-width: 60px
}

.fulltable.fulltbs.table th:nth-child(8), .fulltable.fulltbs.table td:nth-child(8) {
    min-width: 50px;
    max-width: 50px;
    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: #fff;
    border: 1px solid #ccc;
    padding: 3px 3px;
    text-align: center;
    color: #000;
    font-size: 15px
}

    input.inputbox::-webkit-input-placeholder {
        color: #000;
        font-weight: bold
    }

    input.inputbox::-moz-placeholder {
        color: #000;
        font-weight: bold
    }

    input.inputbox:-ms-input-placeholder {
        color: #000;
        font-weight: bold
    }

    input.inputbox:-moz-placeholder {
        color: #000;
        font-weight: bold
    }

.fulltable.fulltbs.table th, .fulltable.fulltbs.table td {
    padding: 3px 5px
}

.fulltable.fulltbs {
    margin: 0
}

table.table.poptable th:first-child, table.table.poptable td:first-child {
    min-width: 90px;
    text-align: center;
    max-width: 90px
}

table.table.poptable th:nth-child(2), table.table.poptable td:nth-child(2) {
    min-width: 685px;
    max-width: 685px
}

table.table.poptable thead {
    background: #65ccb7
}

table.table.poptable th {
    border-right: 1px solid #555555
}

table.table.poptable th {
    font-size: 17px;
    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: 15px;
    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: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 8px 31px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.buttonfotter {
    float: left;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-align: center
}

table.table.poptable.popuptable th:first-child, table.table.poptable.popuptable td:first-child {
    min-width: 60px;
    text-align: center;
    max-width: 60px
}

table.table.poptable.popuptable th:nth-child(2), table.table.poptable.popuptable td:nth-child(2) {
    min-width: 150px;
    max-width: 150px
}

table.table.poptable.popuptable th:nth-child(3), table.table.poptable.popuptable td:nth-child(3) {
    min-width: 110px;
    max-width: 110px
}

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: 17px;
    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: 100% !important;
    overflow: hidden
}

table.table.poptable.popuptable {
    height: 300px
}

.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: 265px;
    max-width: 265px
}

.fulltable table.table.changehistory th:nth-child(4), .fulltable table.table.changehistory td:nth-child(4) {
    min-width: 160px;
    max-width: 160px
}

.fulltable table.table.changehistory th:nth-child(5), .fulltable table.table.changehistory td:nth-child(5) {
    min-width: 160px;
    max-width: 160px
}

.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: 230px;
    max-width: 230px
}

.fulltable table.table.changehistory th:nth-child(8), .fulltable table.table.changehistory td:nth-child(8) {
    min-width: 140px;
    max-width: 140px
}

/*ul.navbar-nav.rightmenu li.nav-item:hover span.menutext {
    color: #000
}

i.icon.red {
    position: absolute;
    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
    }*/

.rightmenu .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

    .rightmenu .nav-link .icon,
    .rightmenu .nav-link .icon.red {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .rightmenu .nav-link .icon {
        display: inline-flex;
    }

        .rightmenu .nav-link .icon.red {
            display: none !important;
        }
    .rightmenu .nav-link:hover .icon {
        display: none !important;
    }

        .rightmenu .nav-link:hover .icon.red {
            display: inline-flex !important;
        }

.active-menu {
    border-bottom: 2px solid black !important;
}

    .active-menu .icon {
        display: none !important;
    }

        .active-menu .icon.red {
            display: inline-flex !important;
        }

    .active-menu .menutext {
        color: black !important;
    }
.rightmenu .nav-link.active-menu .icon {
    display: none !important;
}

    .rightmenu .nav-link.active-menu .icon.red {
        display: inline-flex !important;
    }
.rightmenu .nav-link:hover .menutext {
    color: black !important;
}
.rightmenu{
    padding-bottom:7px!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: 22px;
    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
}

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.Bullentintwaable 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: 130px;
    max-width: 130px
}

.fulltable table.table.changehistory.Bullentintable th:nth-child(6), .fulltable table.table.changehistory.Bullentintable td:nth-child(6) {
    min-width: 587px;
    max-width: 587px
}

.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: 550px;
    max-width: 550px
}

.fulltable table.table.Tools th:nth-child(4), .fulltable table.table.Tools td:nth-child(4) {
    min-width: 550px;
    max-width: 550px
}

.fulltable table.table.changehistory.Tools td a {
    color: #000000
}

button.iconbtn.postitionbtn {
    float: right;
    position: absolute;
    right: 0
}

.paddingreenbox {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 15px;
    border: 2px solid #FF5733;
    border-radius: 10px;
    background: #fff
}

.greenleft {
    padding-left: 0;
}

label.partname {
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: 600;
    margin: auto;
    color: #000;
    padding: 0 0px 1px
}

.col-sm-8.greenleft {
    padding-left: 0
}

.partstittle {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
    float: left;
    width: 100%
}

.col-sm-3.paddingrightbox {
    text-align: right;
    padding: 0
}

.greenleftbox {
    width: 100%;
    float: left;
    margin: 0 0 15px
}

button.addcart {
    background: #FF5733;
    border: 1px solid #FF5733;
    color: #fff;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 15px;
    line-height: normal;
    font-weight: bold
}

.addtocartbtn {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    float: left
}

span.listingimage img {
    border: 1px solid #333
}

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
}

.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: 500px;
    max-width: 500px
}

.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;
    margin-top: 10px;
    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: 0;
    padding: 6px 15px;
    background: #fff;
    outline: none;
    border-radius: 5px;
}

.buttoncenter {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    text-align: center
}

button.deletebtn {
    background: #65ccb7;
    border: 1px solid #65ccb7;
    padding: 7px 23px;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    margin-right: 20px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.2)
}

button.addsavebtn {
    background: #009f4a;
    border: 1px solid #009f4a;
    padding: 7px 23px;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    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
}

.fulltable table.table.changehistory.platesinner th:nth-child(2), .fulltable table.table.changehistory.platesinner td:nth-child(2) {
    min-width: 900px;
    max-width: 900px
}

.fulltable table.table.changehistory.platesinner th:nth-child(3), .fulltable table.table.changehistory.platesinner td:nth-child(3) {
    min-width: 320px;
    max-width: 320px
}

.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
}

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
    }

.kitsnewpanel {
    width: 100%;
    margin: auto;
    float: left
}

button.pdfnewicon {
    float: left;
    width: 4%;
    background: #e5fbef;
    border: 2px solid #009f4a;
    height: 46px;
    position: absolute;
    right: 0
}

span.downloadwhite {
    background: #009f4a;
    padding: 2px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-block
}

    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 15px 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;
    color: #000
}

span.kitsnumericright {
    width: 40%;
    float: left;
    margin: auto;
    color: #000
}

span.kitsremarks {
    width: 20%;
    float: left;
    margin: auto;
    color: #000
}

span.kitsmodel {
    width: 20%;
    float: left;
    margin: auto;
    color: #000
}

.firstboxes.headingkitstable {
    padding: 0px 0;
    background: #009f4a;
    text-transform: uppercase;
    font-size: 19px;
    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: 8px 10px 8px 10px
    }

.kitsnewpanel.firstboxes {
    padding-left: 0;
    padding-right: 0
}

.kitsnumeric, .kitsnumerictext, .kitsnumericright, .kitsremarks, .kitsmodel {
    padding: 8px 10px 8px 10px
}

.tablinks {
    background: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #009f4a;
    border: 2px solid #009f4a;
    width: 31%;
    margin-right: 43px
}

    .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: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #009f4a;
    line-height: 25px
}

.edittextlabeltext {
    line-height: 25px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    float: left;
    padding: 10px 15px
}

.personalheadings.productsmain {
    background: #ebebeb;
    padding: 10px 25px;
    text-align: left;
    font-size: 16px;
    border: 1px solid #ccc
}

.editformbox {
    width: 100%;
    float: left;
    margin: auto
}

.editprofile {
    float: left;
    padding: 5px 10px;
    width: 40%;
    border: 1px solid #ccc;
    position: relative;
    margin-top: -12px;
    top: 6px;
    color: #888
}

.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
}

.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
}

.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
}

.whitebgnew {
    background: #fff;
    display: inline-block;
    width: 75%;
    margin: auto;
    padding: 15px;
    border: 3px solid #FF5733;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transform: translatey(-50%);
    right: 0;
    top: 43%;
}

#dvCaptch {
    width: 40%;
    padding: 6px;
    background: #ccc;
    float: left;
    border-radius: 5px
}

#icons {
    width: 8%;
    float: left;
    position: relative;
    text-align: center
}

    #icons i.fas.fa-sync-alt {
        color: red;
        top: 10px;
        position: relative
    }

#divcaptcha.col-sm-12.labelitems {
    width: 50%;
    float: right;
    padding-right: 0;
    padding-left: 0
}

#dvCaptch img {
    max-width: 100%
}

.middleboxes {
    width: 100%;
    float: left;
    margin: 20px 0
}

.card {
    position: relative;
    width: 100%;
    height: 260px;
    background-color: #f9f9f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    padding: 20px;
    margin-bottom: 35px
}

    .card svg {
        width: 48px;
        fill: #333;
        transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275)
    }

    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(255,255,255,0.2)
    }

#variantTable tr td {
    background: #fff !important;
    box-shadow: none;
}

#variantTable tr {
    cursor: pointer;
}

.card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #333;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275)
}

.card:hover.card__content {
    transform: rotateX(0deg)
}

.card__title {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.card:hover svg {
    scale: 0
}

.col-sm-5.rightimages.pull-right {
    position: relative
}

img {
    max-width: 100%
}

.card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4
}

ul.navbar-nav.rightmenu li.nav-item a.nav-link {
    padding: 10px 7px 5px
}

p.card__title.mainnes {
    color: #000;
    top: auto;
    bottom: -20px;
    font-size: 18px;
    position: relative
}

.col-sm-6.tractorimages.Tractor-Model.col-sm-3.innerbox {
    width: 33%
}

    .col-sm-6.tractorimages.Tractor-Model.col-sm-3.innerbox p.card__title.mainnes {
        font-size: 16px;
        bottom: -13px
    }

    .col-sm-6.tractorimages.Tractor-Model.col-sm-3.innerbox.card {
        height: auto;
        padding: 10px;
        margin-bottom: 10px
    }

        .col-sm-6.tractorimages.Tractor-Model.col-sm-3.innerbox.card img {
            max-height: 90px
        }

        .col-sm-6.tractorimages.Tractor-Model.col-sm-3.innerbox.card.card__title {
            font-size: 17px
        }

.middlebox p.productsmain, #dvGridProducts.productsmain {
    position: relative;
    color: #FF5733;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0
}

.paddings.fullwidth.field-validation-error, #divcaptcha.col-sm-12.labelitems.field-validation-error {
    font-weight: bold;
    position: absolute;
    font-size: 12px
}

div#divcaptcha {
    margin-bottom: 5px !important;
    display: inline-block;
    width: 100%;
}

.col-sm-7.giffimage, .col-sm-5.rightimages.pull-right {
    height: 90vh;
    position: relative;
}

    .col-sm-7.giffimage img {
        position: relative;
        top: 45%;
        left: 0;
        right: 0;
        margin: auto;
    }

h5#modalTitle {
    text-align: center;
    width: 100%;
}

.modal-body {
    text-align: center;
}

#dvCaptch {
    width: 40%;
    padding: 6px;
    background: #ccc;
    float: left;
    border-radius: 5px;
}

#icons {
    width: 8%;
    float: left;
    position: relative;
    text-align: center;
}

.fullwidth .form-group {
    position: relative;
    margin-bottom: 10px;
}

    .fullwidth .form-group .field-validation-error {
        font-size: 12px;
        font-weight: 600;
        bottom: -18px;
    }

#divcaptcha .col-sm-12.labelitems .text-danger {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
}

#divcaptcha .col-sm-12.labelitems {
    width: 50%;
    float: right;
    padding-right: 0;
    padding-left: 0;
}

.col-sm-6.tractorimages.Tractor-Model .col-sm-3.innerbox {
    width: 33%;
}

.col-sm-6.tractorimages.Tractor-Model .col-sm-3.innerbox {
    width: 33%;
}

    .col-sm-6.tractorimages.Tractor-Model .col-sm-3.innerbox p.card__title.mainnes {
        font-size: 16px;
        bottom: -13px;
    }

    .col-sm-6.tractorimages.Tractor-Model .col-sm-3.innerbox .card {
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

        .col-sm-6.tractorimages.Tractor-Model .col-sm-3.innerbox .card img {
            max-height: 90px;
        }

        .col-sm-6.tractorimages.Tractor-Model .col-sm-3.innerbox .card .card__title {
            font-size: 17px;
        }

.middlebox p.productsmain, #dvGridProducts .productsmain {
    position: relative;
    color: #FF5733;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.panelgroup svg.fa-angle-down.position {
    position: relative;
    top: 2px;
}

.AggregrateList {
    width: 100%;
    float: left;
    margin: 0 0;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    font-size: 14px;
}

.breadcrumb a:before {
    content: ">";
    position: absolute;
    right: -10px;
    font-size: 15px;
    bottom: -1px;
    color: #888;
}

button.iconbtn i.iconbtn img {
    max-width: 30%;
}



.table display.nowrap.dataTable th {
    background: #333 !important;
}

.table.display.nowrap.dataTable th {
    background: #333 !important;
    color: #fff;
    text-align: left !important;
    border-right: 1px solid #fff;
    padding: 11px 10px;
    line-height: normal;
}

.table.display.nowrap.dataTable td {
    background: #fff;
    color: #000 !important;
    text-align: left !important;
    border-right: 1px solid #888;
    font-weight: 600;
    padding: 11px 10px;
    line-height: normal;
}

    .table.display.nowrap.dataTable td a {
        color: #000 !important;
        font-weight: 600;
    }

div#variantTable_info {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
}

.dt-paging {
    float: right;
    margin: 10px 0;
}

    .dt-paging nav {
    }

        .dt-paging nav .dt-paging-button.current {
            background: #FF5733 !important;
        }

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    padding: 4px 20px;
    border-radius: 4px;
    border: none;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #fff !important;
    border-radius: 4px;
    border: none;
}

.fulltable table.table td {
    box-shadow: none !important;
}

.fulltable .table.display.nowrap.dataTable tr:nth-child(2n) td {
    background: #f7f7f7 !important;
}

.dt-buttons {
    display: none;
}

table#variantTable {
    border-radius: 13px;
    border: 1px solid #ccc;
}


#dvGridProducts .fourboxes {
    margin: 0;
}

    #dvGridProducts .fourboxes .container {
        width: 100% !important;
    }

.modal-header.bg-danger.text-white {
    background: no-repeat !important;
    color: #000 !important;
    text-align: center !important;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    position: relative;
}

    .modal-header.bg-danger.text-white h5#logoutModalLabel {
        font-weight: 600;
        font-size: 24px;
    }

.modal-header .btn-close {
    position: absolute;
    right: 30px;
    color: #000 !important;
    opacity: 1 !important;
    filter: none !important;
    padding: 0 !important;
    top: 30px;
}

#logoutModal .modal-body {
    border: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#logoutModal .modal-body {
    text-align: center;
}

#logoutModal .modal-footer {
    display: inline-block;
    text-align: center;
    float: none;
    width: 100%;
    border: none;
}

    #logoutModal .modal-footer .btn.btn-secondary {
        padding: 10px 26px;
        display: inline-block;
        background: #000;
        border: none;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
    }

    #logoutModal .modal-footer .btn.btn-danger {
        padding: 10px 26px;
        display: inline-block;
        background: #FF5733;
        border: none;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
    }

.session-container {
    width: 100%;
    text-align: center;
    margin: auto;
}

    .session-container img {
        max-width: 20%;
        margin-bottom: 10px;
    }

    .session-container h1 {
        font-size: 40px;
        color: #000;
        font-weight: bold;
        text-align: center;
        width: 100%;
        float: left;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 6px;
        line-height: normal;
    }

    .session-container p {
        color: #273F4F;
        font-size: 13px;
        position: relative;
        padding: 3px 0;
        left: 0;
        top: 0;
        font-weight: bold;
    }

    .session-container a.btn.btn-primary {
        background: #FF5733;
        text-align: center;
        border: none;
        padding: 10px 30px;
        display: inline-block;
        font-size: 18px;
        border-radius: 5px;
        font-weight: bold;
        color: #fff;
        width: auto;
        text-decoration: none;
    }

footer.copyrights {
    background: #c7c7c7;
    text-align: center;
    font-size: 12px;
    z-index:99;
    font-weight: 600;
    padding: 4px 0;
}

ul.navbar-nav.rightmenu li.nav-item:nth-child(1) {
    padding-left: 0;
}

span.numericright a {
    color: #000;
}

ul.navbar-nav.rightmenu li.nav-item:nth-child(1) a.nav-link {
    padding-left: 0;
}

.col-sm-12.tractorimages.Tractor-Model {
    padding: 0;
}

input, button {
    box-shadow: none;
    outline: none !important;
}


.svg-label {
    pointer-events: all; /* Enable pointer interaction */
}

.svg-row-highlight {
    background-color: #65ccb7 !important;
    transition: background-color 0.4s ease;
}

.svgactive {
    fill: red !important;
    font-weight: bold;
    stroke: black;
    pointer-events: visible;
}

.addcart img {
    max-width: 17%;
}

#icons svg.svg-inline--fa.fa-rotate {
    color: red;
    top: 10px;
    position: relative;
    left: 5px;
}

ul.navbar-nav.rightmenu li.nav-item .badge.bg-danger {
    position: absolute;
    border-radius: 100%;
    background: #000 !important;
    top: 3px;
    right: -10px;
    font-size: 12px;
}

.rightimagesfull .fulltable.fulltbs .table.display.nowrap.dataTable tr.svg-row-highlight td, .rightimagesfull
.fulltable.fulltbs .table.display.nowrap.dataTable tr.svg-row-highlight td a {
    background: #FF5733 !important;
    color: #fff !important;
}

.table.display.nowrap.dataTable td.dataTables_empty {
    color: #FF5733 !important;
}

.paddingreenbox .col-sm-12.paddingleftbox {
    padding: 0;
}

button.deletebtn.addnew {
    background: #FF5733;
    color: #fff;
    border-color: #FF5733;
}

button.deletebtn, button.addsavebtn {
    font-size: 14px;
}



button.addsavebtn {
    background: #333;
    border-color: #333;
}

button.deletebtn {
    background: #333;
    border-color: #333;
    color: #fff;
}

#togglemain {
    display: none;cursor:pointer;
}

.modal-dialog {
    margin: auto;
}


/* Scrollable single row */
.plate-picture-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 0;
}

/* Each item */
.plate-picture-item {
}



/* Text */
.plate-picture-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.plate-title {
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.plate-desc {
    color: #555;
    font-size: 13px;
    font-weight: normal;
}

#PlatePicture {
    padding: 0 15px;
}

    #PlatePicture .plate-picture-text {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
    }

    #PlatePicture img.plate-picture-img {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        min-height: 210px;
        margin-right: 10px;
        border: 1px solid #000;
    }

    #PlatePicture .plate-picture-item {
        width: 18.6%;
        display: inline-block;
        margin: 0;
        text-align: center;
        align-items: center;
        border: 1px solid #ddd;
        padding: 8px 12px;
        border-radius: 6px;
        background: #fff;
    }





table.table.display.nowrap.dataTable.carttable .form-control {
    padding: 5px 10px;
    font-size: 15px;
}

table.table.display.nowrap.dataTable.carttable td:last-child {
    border-right: none;
}

table.table.display.nowrap.dataTable.carttable tr:last-child td {
    border-bottom: none;
}

.Bombox {
    width: 100%;
    display: inline-block;
    margin: 15px 0 10px;
}

    .Bombox input#chassisSearch {
        width: 20%;
        display: inline-block;
        float: left;
        padding: 6px 7px;
        font-size: 14px;
        margin-right: 20px;
        font-weight: 600;
        color: #000;
        outline: none;
        box-shadow: none;
    }

button#searchBtn {
    background: #FF5733;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
}

table#BOMGrid {
    border: 1px solid #000;
}

    table#BOMGrid tr:last-child td {
        border-bottom: none;
    }



.dataTables_paginate.paging_simple_numbers ul li.current a, .dataTables_paginate.paging_simple_numbers ul li:hover a {
    color: inherit !important;
    background-color: #333;
    color: #fff !important;
}

.dataTables_paginate.paging_simple_numbers ul li {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    background: transparent;
}

table#BOMGrid tr td {
    font-size: 14px;
}

table#BOMGrid tr td {
    font-size: 14px;
}

div#BOMGrid_paginate {
    margin-bottom: 40px;
    display: inline-block;
    float: right;
}

.dataTables_paginate.paging_simple_numbers ul li.paginate_button.page-item.active a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.dataTables_paginate.paging_simple_numbers ul li a {
    color: #000;
}

.table.display.nowrap.dataTable th {
    border-top: none;
}

#carts .dataTables_scrollBody {
    height: auto !important;
}

.table.display.nowrap.dataTable th:last-child {
    border-right: none;
}

section#Order {
    text-align: center;
    padding: 30px 0;
}

#Order h4.text-success {
    color: #FF5733 !important;
    font-size: 30px;
    font-weight: 600;
}

#Order a#downloadExcelBtn {
    border-color: #FF5733 !important;
    color: #ffff;
    background: #FF5733;
}

.dt-buttons {
    width: auto;
    float: left;
}

    .dt-buttons button.dt-button.buttons-excel {
        background: #000;
        border: 1px solid #000;
        margin: 7px 0;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        padding: 6px 10px;
    }

div#BOMGrid_length {
    float: right;
    margin-left: 30px;
    position: relative;
    top: 7px;
}

    div#BOMGrid_length label {
        font-weight: 600;
    }

.dt-buttons {
    width: auto;
    float: left;
}

    .dt-buttons button.dt-button.buttons-excel {
        background: #000;
        border: 1px solid #000;
        margin: 7px 0;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        padding: 6px 10px;
    }

div#BOMGrid_length {
    float: right;
    margin-left: 30px;
    position: relative;
    top: 7px;
}

    div#BOMGrid_length label {
        font-weight: 600;
    }

#advancesearchmodal {
}

    #advancesearchmodal .formwidth {
        text-align: left;
        width: 100%;
        margin-bottom: 0;
    }

        #advancesearchmodal .formwidth label {
            margin-bottom: 4px;
            width: 30%;
            float: left;
            font-weight: 700;
            line-height: 34px;
        }

        #advancesearchmodal .formwidth .form-control {
            margin: 0;
            padding: 8px 10px;
            width: 70%;
        }

    #advancesearchmodal .modal-dialog.modal-lg {
        top: 50%;
        transform: translateY(-50%) !important;
        width: 50%;
    }

    #advancesearchmodal .modal-header h4 {
        color: #dd0708;
    }

    #advancesearchmodal .modal-body {
        padding: 0 20px 20px;
    }
