html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
    height: 100%;
    width: 100%;
    float: left;
    padding: 0 !important;
}

html, body {
    height: 100%;
    width: 100%;
    position: relative;
    background: #e7eaea;
}

    body.loginbg {
        background: url(../images/backgroundImage.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        float: left;
        margin: auto;
    }

.logingbox {
    width: 35%;
    position: absolute;
    right: 10px;
    top: auto;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px); 
    padding: 20px;
    border-radius: 15px;
    margin: auto;
    transform: translateY(30%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); 
}

.loginheading {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: 600;

    color: #046CAC;
    margin-bottom: 25px;
}

.realative {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
}

.smallheading {
    font-size: 18px;
    color: #000000;
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.smalltext {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    padding: 0 43px;
}

.loginbox .form-group .form-control {
    width: 79%;
    margin: auto;
    padding-left: 34px;
}

.phonenumber {
    position: absolute;
    left: 44px;
    max-width: 21px;
    top: 9px;
}

form.loginbox input.form-control {
    color: #9d9d9d;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #046CAC;
    padding: 11px 15px;
    height: auto;
}

.logoimages {
    width: 100%;
    float: left;
    margin: auto;
}

    .logoimages img {
        max-width: 30%;
        margin-top: 0;
        padding: 15px;
        /*transform: scale(1.7);*/
    }

    .logoimagess img {
        max-width: 28%;
        margin-top: 0;
        padding: 15px;
        transform: scale(1.7);
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #046CAC;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.checkboxxes input:checked ~ .checkmark {
    background-color: #046CAC;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkboxxes input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkboxxes .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxxes {
    position: relative;
    margin: 0;
    width: 100%;
    float: left;
}

    .checkboxxes label.container {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        padding: 0 0 0 30px;
        cursor: pointer;
        width: auto;
        margin-bottom: 10px;
    }

        .checkboxxes label.container input[type="checkbox"] {
            opacity: 0;
        }

form.loginbox .form-group {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.fullwidthbtn {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: center;
}

.loginbtn {
    background: #046CAC;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    min-width: 180px;
    color: #fff;
    cursor: pointer;
}

.Otptext {
    position: absolute;
    right: 47px;
    top: 7px;
    color: #767373;
    font-size: 15px;
    font-weight: 600;
}

.loginbox .form-group #OTP.form-control {
    padding-left: 15px;
}

.requestbox {
    width: 77%;
    margin: auto;
    position: relative;
    top: 9px;
}

.submenu li:hover {
    background: #eeeeee;
    color: #000;
}

    .submenu li:hover a {
        color: #000 !important;
    }

.requestlink {
    font-size: 16px;
    color: #046CAC;
    text-decoration: underline;
    font-weight: 600;
    float: left;
    cursor: pointer;
}

.requestnumber {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    float: right;
    margin: auto;
    width: auto;
}

.fullwidthbtn.requestotp {
    height:38px;
}

.loginbtn:hover {
    color: #fff;
    text-decoration: none;
}

.col-sm-3.leftboxmenu {
    background: #046CAC;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
    width: 19%;
    z-index: 99;
    padding-top: 45px !important;
}

p.maintittle:before {
    content: "";
    position: absolute;
    left: -14px;
    right: 0;
    background: #f5d02a;
    width: 10%;
    bottom: 0;
    top: 0;
    z-index: 0;
}

.col-sm-3.leftboxmenu .logoimages img {
    max-width: 42%;
    margin-top: 16px;
}

.col-sm-3.leftboxmenu .logoimages {
    text-align: center;
}

.col-sm-9.rightbox {
    float: right;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    transition: width .5s ease-in;
}

.naviagtion {
    width: 100%;
    float: left;
    margin: 0 0;
}

.menutext {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    width: auto;
    float: left;
    margin: auto;
    position: relative;
    top: 11px;
    margin-left: 7px;
}
li.active i.images.fas.fa-user-check {
    color: #000 !important;
}
/*.menutext {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: auto;
    float: left;
    margin: auto;
    position: relative;
    top: 8px;
    margin-left: 10px;
}*/

.naviagtion ul {
    margin: 0;
    padding: 0 0;
    transition: width .5s ease-in;
    position: relative;
    top: 44px;
}

    .naviagtion ul li {
        list-style: none;
    }

        .naviagtion ul li a {
            padding: 10px;
            float: left;
            width: 100%;
            box-sizing: border-box;
            position: relative;
        }

    .naviagtion ul.submenu li a {
        color: #fff;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        padding: 10px 25%;
    }

.submenu li {
    background: #55C24F;
    margin-bottom: 1px;
    width: 100%;
    padding: 0;
    float: left;
    display: inline-block;
}

i.images.homeicon {
    width: 40px;
    height: 32px;
    background: url(../images/homeicon.png);
    background-repeat: no-repeat;
    background-position: 0px -32px;
    float: left;
    background-size: 82%;
}

i.images {
    width: 40px;
    height: 40px;
    float: left;
}

i.arrow {
    position: absolute;
    right: 11px;
    top: 21px;
    background: url(../images/arrowicon.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    width: 22px;
    height: 24px;
    background-size: 13px !important;
}

.naviagtion ul li a:hover i.arrow, .naviagtion ul li.active i.arrow {
    background: url(../images/arrowtopicon.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

i.images.managejob {
    background: url(../images/managejobicon.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    background-size: 82%;
}

i.images.manageinvoice {
    background: url(../images/manageicon.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    background-size: 82%;
}

i.images.logout {
    background: url(../images/Logoutmenu.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    background-size: 82%;
}

.naviagtion ul li a:hover i.images.logout {
    background-position: 0px 4px;
}

.naviagtion ul li a:hover i.images.managejob {
    background-position: 0px 6px;
}

.naviagtion ul.submenu {
    display: none;
    top: 0;
}

li.logutbox {
    position: fixed !important;
    bottom: 0px;
    width: 19% !important;
}

li.active, .naviagtion ul li a:hover {
    background: #eeeeee;
    width: 100%;
    float: left;
}

body.menuToggle li.logutbox {
    width: 4% !important;
}

li.active i.images, .naviagtion ul li a:hover i.images {
    background-position: 4px 5px;
}

li.active .menutext, .naviagtion ul li a:hover .menutext {
    color: #000;
}

a.rightmenubox {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 9999999999;
    background: url(../images/arrowtop.png);
    background-size: 30px;
    top: 51px !important;
    cursor: pointer;
    background-repeat: no-repeat;
}

li.active i.images {
    background-position: 0 7px;
}

.barchart {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

.creatbtn {
    background: #046CAC;
    width: 77%;
    float: right;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    color: #fff !important;
    font-size: 17px;
    text-decoration: none !important;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
    cursor: pointer;
    line-height: normal;
}

#modalChassisNo .modal-body .loginbox .form-group .form-control {
    width: 100%;
    padding-left: 15px;
    color: #000;
}

.fullwidth.top {
    width: 100%;
    float: left;
    margin: auto;
    padding: 15px 0;
}

a.creatbtn i {
    margin: 0 5px 0 0;
}

.headingbox {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    position: relative;
    top: 0;
    padding-left: 0;
}

.boxxwidth {
    width: 100%;
    float: left;
    margin: auto;
    background: #fff;
    padding: 15px;
    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%;
    color: #000 !important;
    margin-bottom: 20px;
}

.counts {
    font-size: 56px;
    color: #046CAC;
    font-weight: 600;
    float: left;
    margin: auto;
    width: 100%;
    line-height: 40px;
}

.iconbox img {
    max-width: 60%;
    float: right;
}

.iconbox {
    position: absolute;
    right: 0;
    bottom: 7px;
}

.barwidths {
    float: left;
    width: 100%;
    margin-top: 0px;
}

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: 4%;
    }

    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;
    width: 42%;
}

.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;
}

.loginbox label {
    font-size: 17px;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}

#myModal .modal-body input.form-control {
    border: 1px solid #ccc;
    padding: 9px 10px;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    color: #000;
}

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; /* color: #888; */
    font-size: 17px;
    font-weight: normal;
    color: #696666;
    top: 9px;
    left: 10px;
}

body.menuToggle ul.submenu {
    position: absolute;
    left: 100%;
    width: 221px;
    display: none !important;
    top: 0;
}

.calendar-table i.fa.fa-chevron-left.glyphicon.glyphicon-chevron-left {
    background-image: url(../images/arrowleft.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    width: 16px;
    height: 15px;
    top: 3px;
}

.calendar-table .glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: none !important;
}

.calendar-table i.fa.fa-chevron-right.glyphicon.glyphicon-chevron-right {
    background-image: url(../images/arrowleft.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    width: 16px;
    height: 15px;
    top: 3px;
    transform: rotate(180deg);
}

.submenu li:last-child {
    margin-bottom: 0;
}

.copyrighttext {
    width: 100%;
    text-align: center;
    float: right;
    font-size: 12px;
    color: #000;
    position: relative;
    bottom: 0;
    margin: auto;
    background: #e7eaea;
    right: 0;
    padding: 2px 0;
    transition: width .5s ease-in;
}

.col-sm-8.formbox label {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.k-multiselect-wrap.k-floatwrap {
    border: 1px solid #ccc;
    padding: 3px 10px !important;
    height: 40px;
    border-radius: 5px !important;
}

.k-multiselect-wrap li.k-button {
    background: #046CAC;
    border: 1px solid #046CAC;
    color: #fff;
    font-size: 17px;
}

.k-state-selected, .k-state-focused, .k-list .k-item.k-state-hover.k-state-selected, .k-list .k-item:hover.k-state-selected, .k-list-optionlabel.k-state-hover.k-state-selected, .k-list-optionlabel:hover.k-state-selected {
    color: #fff;
    background-color: #046CAC !important;
}

body.menuToggle .copyrighttext {
    transition: width .5s ease-in;
}

footer {
    float: left;
    width: 100%;
    position: fixed;
    margin: 20px 0 0;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
}

#custom-search-input {
    margin: 0;
    margin-top: 0;
    padding: 0;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px;
        padding-left: 3px;
        padding-left: 4px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #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;
    }

.search-query:focus + button {
    z-index: 3;
}

input.daterange.search {
    background: none;
    padding: 9px 14px;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    border-radius: 20px;
}

#custom-search-input {
    margin: 0;
    margin-top: 0;
    padding: 0;
    width: 76%;
}

.boxpending {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 25px;
    padding: 0;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-top: 10px;
}

.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: #046CAC;
    position: relative;
    top: 5px;
}

    .pendinglocation i {
        margin-right: 0;
    }

.editlinkrights {
    float: right;
    width: auto;
    margin: auto;
}

    .editlinkrights a {
        margin: 0 0px 0 0;
        float: left;
        position: relative;
        top: 7px;
        cursor: pointer;
    }

        .editlinkrights a img, .editlinkrights img {
            max-width: 55%;
            cursor: pointer;
        }

        .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%;
    word-break: break-word;
    margin: 0 0 3px;
}

.swarajheading {
    float: left;
    margin: auto;
    background: #ee1c25;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border-bottom-right-radius: 10px;
}

#tab-button {
    display: inline-block;
    table-layout: fixed;
    width: 350px;
    margin: 0;
    position: relative;
    padding: 0;
    background: #ffffff;
    list-style: none;
    border-radius: 100px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

    #tab-button li.is-active:after {
        background: #f5d02a;
        width: 30px;
        height: 30px;
        content: "";
        left: -87px;
        margin: auto;
        right: 0;
        position: absolute;
        top: 9px;
        z-index: 9;
        transition: width .5s ease-in;
        border-radius: 100%;
    }

    #tab-button li:last-child.is-active:after {
        background: #f5d02a;
        width: 30px;
        height: 30px;
        content: "";
        left: 0;
        margin: auto;
        right: -57px;
        position: absolute;
        top: 9px;
        z-index: 9;
        transition: width .5s ease-in;
        border-radius: 100%;
    }

ul#tab-button li:before {
    content: "";
    position: absolute;
    background: url(../images/bgimage.png);
    width: 110px;
    height: 40px;
    left: -14px;
    border-radius: 0;
    top: 4px;
    right: 0;
    background-size: 100%;
    margin: auto;
}

#tab-button li.is-active a {
    font-weight: 600;
}

#tab-button li {
    display: table-cell;
    width: 35%;
    text-align: left;
}

    #tab-button li:last-child a {
        text-align: right;
    }

    #tab-button li a {
        display: block;
        padding: 14px;
        z-index: 99999;
        border: none;
        position: relative;
        text-align: left;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        border-radius: 100%;
        text-transform: uppercase;
    }

    #tab-button li:not(:first-child) a {
        border-left: none;
    }

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

.col-sm-6.searchbtn {
    padding-right: 0;
}

.col-sm-9.boxleft {
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
        text-align: center;
        width: 100%;
    }

    .tab-select-outer {
        display: none;
    }
}

.tablewidths .col-sm-3.fivecolumn {
    width: 20%;
}

.input-group-btn {
    position: absolute;
    right: 6px;
    top: 8px;
    width: auto;
    display: inline-block;
}

.generate {
    position: absolute;
    right: 0;
    background: #046CAC;
    color: #fff !important;
    padding: 10.5px 0;
    top: 0;
    width: 21%;
    text-decoration: none !important;
    text-align: center;
    line-height: normal;
}

#tab-button.openclose li {
    width: 49%;
    display: inline-block;
    float: left;
}

#tab-button.openclose {
    width: 27%;
}

.col-sm-3.buttonpopup.padding {
    padding-right: 0;
}

.col-sm-3.boxleft.buttons {
    padding-right: 0;
}

.creatbtn.additionaldetails {
    background: #617167;
    width: 100%;
    color: #fff !important;
    text-decoration: none !important;
}

p.maintittle {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    font-size: 21px;
    color: #000;
    text-align: center;
    font-weight: 600;
    background: #f5d02a;
    padding: 7px 0;
}

.warrentyheading {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.col-sm-6.editlinks label, .col-sm-12.editlinks .col-sm-3.fullwidth label {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.col-sm-6.editlinks input.form-control {
    height: auto;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px;
    box-shadow: none;
    background: #f7f7f7;
}

.col-sm-6.editlinks input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-weight: bold;
}

.col-sm-6.editlinks input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-weight: bold;
}

.col-sm-6.editlinks input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-weight: bold;
}

.col-sm-6.editlinks .fullwidth:last-child {
    float: right;
}

.col-sm-6.editlinks .fullwidth {
    width: 48%;
    float: left;
    margin: auto;
}

.marginbottom {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.col-sm-12.editlinks .col-sm-3.fullwidth {
    padding-left: 0;
}

.col-sm-6.editlinks {
    padding-right: 20px;
}

    .col-sm-6.editlinks:last-child {
        padding-right: 15px;
        padding-left: 30px;
    }

.greypadding {
    background: #e1e1e1;
    float: left;
    width: 100%;
    padding: 18px;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
}

.col-sm-12.editlinks .col-sm-3.fullwidth input.form-control {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.loginbtn.generatebtns {
    margin-bottom: 0;
    width: 203px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    background: #f5d02a;
    color: #000;
    min-width: 66px;
}

.marginbottom.greycolor {
    margin-bottom: 0;
}

.col-sm-12.editlinks .col-sm-3.fullwidth:last-child {
    width: 13%;
    float: right;
}

.col-sm-5.buttonpopup.padding {
    padding-right: 0;
}

.col-sm-7.boxleft {
    padding-right: 0;
}

.col-sm-4.formbox label {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.col-sm-4.formbox input.form-control {
    height: auto;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px;
    box-shadow: none;
    background: #fff;
}

.col-sm-4.formbox {
    margin-bottom: 27px;
}

    .col-sm-4.formbox select {
        -moz-appearance: none;
        color: #000;
        -webkit-appearance: none;
        background-repeat: no-repeat;
        font-weight: bold;
        background-image: url(../images/arrowdown.png);
        background-position: 96% 17px;
        background-size: 4%;
        padding: 10px 10px;
        height: auto;
        font-size: 14px;
    }

    .col-sm-4.formbox input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-4.formbox input.form-control::-moz-placeholder { /* Firefox 19+ */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-4.formbox input.form-control:-ms-input-placeholder { /* IE 10+ */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-4.formbox input.form-control:-moz-placeholder { /* Firefox 18- */
        color: #ccc;
        font-weight: bold;
    }

.labelclass {
    font-size: 14px;
    color: #000;
    width: auto;
    float: left;
    margin: auto;
    line-height: 25px;
    margin-right: 20px;
}

label.newcheck .checkmark {
    border: 2px solid #046CAC;
    background: none;
    width: auto;
    box-sizing: border-box;
    height: auto;
    padding: 17px 53px;
    float: left;
    border-radius: 100px;
    top: -6px;
}

label.newcheck {
    position: relative;
    width: auto !important;
    margin-right: 15px !important;
    float: left !important;
    width: 117px !important;
    text-align: center;
    color: #000;
    font-weight: normal;
}
/* Show the checkmark when checked */
.newcheck input:checked ~ .checkmark {
    background: #046CAC;
}
/* newcheck the checkmark/indicator */
label.newcheck input[type="radio"] {
    opacity: 0;
}

.newcheck span {
    color: #000;
    float: left;
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
}

.newcheck input:checked ~ .checkmark + .white {
    color: #fff;
}

.datePicker span.input-group-addon.add-on {
    background: #fff;
    font-size: 22px;
}

.datePicker input {
    border-right: none;
}

span.centerdiv {
    text-align: left;
    float: left;
}

.col-sm-12.marginbottom.bottom {
    margin: 5px 0 30px;
}

button.loginbtn.generatebtns.savebtn {
    font-weight: bold;
    font-size: 18px;
    width: auto;
}

.paneldiv button.btn.btn-info {
    background: #046CAC;
    border-color: #046CAC;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 12px 20px;
    font-weight: 600;
}

span.colaspecounts {
    font-size: 14px;
    font-weight: normal;
    margin: 0 16px;
    position: relative;
    top: -2px;
}

.paneldiv {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
}

a.addbtn i.fas.fa-plus {
    margin: 0 8px 0 -1px;
}

a.addbtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    background: #f5d02a;
    top: 0;
    color: #000;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none;
}

.col-sm-12.accordinbox {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}

i.fas.fa-caret-up {
    float: right;
    position: relative;
    right: 8%;
    top: 4px;
}

.collapse.in {
    display: block;
    background: #fff;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.demobox {
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.aggreate {
    margin: auto;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
}

.clutch {
    float: left;
    width: 100%;
    padding: 7px 0;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    color: #000;
    word-break: break-word;
}

.editlinksboth {
    padding-right: 0;
    text-align: right;
    position: relative;
    top: 13px;
    padding: 0;
}

    .editlinksboth i {
        margin: 0 14px 0 0;
        float: none;
        color: #046CAC;
        font-size: 23px;
        cursor: pointer;
    }

.collapsing {
    height: auto !important;
    float: left;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
}

.paneldiv.withoutadd button.btn.btn-info i.fas.fa-caret-up {
    transform: rotate(180deg) !important;
}

.paneldiv.main button.btn.btn-info i.fas.fa-caret-up {
    transform: none !important;
}

.demobox:last-child {
    border: none;
}

.addcomplaint {
    background: #046CAC;
    width: 100%;
    float: left;
    text-align: center;
    padding: 11px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: 30px;
}

.col-sm-12.pull-right.rightscounts {
    color: #000;
    font-size: 14px;
    text-align: right;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.bottomfullbox {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

    .bottomfullbox .demobox:last-child {
        border-bottom: 1px solid #ccc;
    }

#myModal.addcomp .modal-body {
    width: 100%;
}

#myModal.addcomp .col-sm-6.formbox label, .formbox label {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

#myModal.addcomp .col-sm-6.formbox input.form-control, .formbox input.form-control {
    height: auto;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px;
    box-shadow: none;
    background: #fff;
}

#myModal.addcomp .col-sm-6.formbox select, .formbox select {
    -moz-appearance: none;
    color: #000;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    font-weight: bold;
    background-image: url(../images/arrowdown.png);
    background-position: 96% 17px;
    background-size: 14px;
    padding: 10px 10px;
    height: auto;
    font-size: 14px;
    padding-right: 28px;
}

.colaspecounts li {
    display: inline-block;
    list-style: none;
    padding: 0 6px;
    border-right: 1px solid #ccc;
}

    .colaspecounts li:last-child {
        border: none;
    }

.addcomplaint:hover {
    color: #fff;
    text-decoration: none;
}

.col-sm-6.formbox {
    margin-bottom: 20px;
}

    .col-sm-6.formbox input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-6.formbox input.form-control::-moz-placeholder { /* Firefox 19+ */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-6.formbox input.form-control:-ms-input-placeholder { /* IE 10+ */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-6.formbox input.form-control:-moz-placeholder { /* Firefox 18- */
        color: #ccc;
        font-weight: bold;
    }

.bottomboxes {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.col-sm-6.formbox.toprelative {
    position: relative;
    top: 37px;
}

    .col-sm-6.formbox.toprelative .labelclass {
        width: 150px;
    }

.col-sm-12.formbox {
    margin-bottom: 25px;
}

    .col-sm-12.formbox .daterange.search {
        background: #fff;
    }

    .col-sm-12.formbox span.input-group-btn {
        top: 0;
        right: 0;
        color: #000;
        background: none;
    }

        .col-sm-12.formbox span.input-group-btn button.btn.btn-danger {
            background: none;
            border: none;
            box-shadow: none;
            color: #000;
            font-size: 19px;
            padding: 7px 15px;
        }

    .col-sm-12.formbox .daterange.search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-12.formbox .daterange.search::-moz-placeholder { /* Firefox 19+ */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-12.formbox .daterange.search:-ms-input-placeholder { /* IE 10+ */
        color: #ccc;
        font-weight: bold;
    }

    .col-sm-12.formbox .daterange.search:-moz-placeholder { /* Firefox 18- */
        color: #ccc;
        font-weight: bold;
    }

button.loginbtn.generatebtns.savebtn.green {
    background: #046CAC;
    color: #fff;
    margin: 0 40px 0 0;
}

.fullwidths.margin-bottom .col-sm-4 {
    margin-bottom: 30px;
}

li.active i.images.manageinvoice {
    background-position: 0 6px;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 0px 0 11px;
    min-width: auto;
    text-align: center;
    width: 71px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 36px;
    height: 36px;
    font: 35px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    float: left;
    width: 36px;
    height: 36px;
    font: 47px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    line-height: 28px;
    margin-right: 15px;
}

.minus:hover {
    background-color: #f5d02a !important;
}

.plus:hover {
    background-color: #f5d02a !important;
}
/*Prevent text selection*/
.bg-dark {
    background-color: #2c9450 !important;
}

.labelqty {
    margin: auto;
    float: left;
    font-size: 14px;
    color: #000;
    margin-right: 30px;
    line-height: 36px;
}

.radiobox label.newcheck {
    width: 100% !important;
    float: left;
    color: #000 !important;
    margin-bottom: 25px;
}

.radiobox .newcheck input:checked ~ .checkmark + .white {
    color: #000;
}

.radiobox label.newcheck .checkmark {
    border: 2px solid #046CAC;
    background: #fff;
    width: auto;
    box-sizing: border-box;
    height: auto;
    padding: 00;
    float: left;
    border-radius: 100px;
    top: 0px;
    width: 20px;
    height: 20px;
}

#sparepop .fullwidthbtn.requestotp {
    margin: 10px 0;
}

.radiobox .newcheck input:checked ~ .checkmark:before {
    position: absolute;
    content: "";
    left: 2px;
    right: 0;
    background: #046CAC;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 0px;
    top: 2px;
}

.radiobox .newcheck span {
    color: #000;
    float: left;
    width: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    top: -2px;
    padding-left: 37px;
    cursor: pointer;
    font-weight: 600;
}

.green {
    font-style: normal;
    color: #046CAC;
}

.col-sm-1.editlinksboth.arrowrights i {
    font-size: 12px;
    color: #000;
}

.invoicepop .modal-dialog {
    width: 830px;
}

    .invoicepop .modal-dialog .col-sm-4.formbox select {
        background-position: 96% 17px;
        background-size: 6%;
    }

.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;
}

.greentable tr th a {
    color: #fff;
}

table.webGrid {
    width: 100%;
    border: 1px solid #cccc;
}

table.greentable tr td {
    padding: 10px;
}

table.greentable tbody tr:nth-child(2n) {
    background: #ccc;
}

.greentable tr th {
    background: #046CAC;
    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: 5px;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}

.minwidthbox {
    width: 60%;
    float: left;
    margin: auto;
    text-align: right;
}

.radiobox .minwidthbox label.newcheck {
    width: 30% !important;
    margin-bottom: 10px;
    text-align: right;
    float: none !important;
}

.innerboxwidth .radiobox {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

    .innerboxwidth .radiobox:last-child {
        margin-bottom: 0;
    }

.innerboxwidth:last-child {
    border: none;
}

div#sparepop .modal-body {
    padding-left: 33px;
}

.minwidthbox input {
    width: 27%;
    padding: 5px 5px;
    height: auto;
    float: right;
    line-height: normal;
    margin-right: 20px;
}

.timepicker-picker {
    color: #000;
}

div#additionaldetails {
    margin-top: 0;
}

    div#additionaldetails .col-sm-4.formbox {
        margin-bottom: 13px;
    }

    div#additionaldetails .fullwidthbtn.requestotp {
        margin: 5px 0;
    }

.col-sm-12.boxxpadding a {
    color: #333;
}

.topheaderbg {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
}

#btn_closealert {
    margin-top: auto !important;
    background: #000 !important;
    width: auto !important;
    border-radius: 5px !important;
}

.margintop {
    width: 100%;
    float: left;
    margin-top: 57px;
}

.barchart.tractor img {
    max-width: 31%;
}

.barchart.tractor {
    text-align: center;
}



.naviagtion ul li.disabled.coming-soon {
}

    .naviagtion ul li.disabled.coming-soon i.images.fas.fa-user-check {
        color: #fff;
        font-size: 20px;
        text-align: center;
        top: 10px;
        position: relative;
    }
#modalChassisNo .modal-body {
    padding: 0px;
    width: 60%;
    margin: auto;
    display: block;
}

.datepicker {
    color: #000;
}

div#chart_div {
    display: none;
}

body.loginbg .logoimages img {
    max-width: 22%;
}

.alerttext {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 19px;
    font-weight: bold;
}

.modal-body .centerbtnbox {
    width: 100%;
    float: left;
    margin: 20px 0 20px;
    text-align: center;
}

.btnalert {
    background: #000;
    width: auto;
    padding: 8px 35px;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: normal;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 20px;
}

button#btn_confirmyes, button#btn_confirmyesInvoice {
    background: #02832b;
}

div#modalalert .modal-dialog {
    width: 40%;
}

.col-sm-4.formbox.clearfix {
    clear: both;
}

span#spn_dupcomplaint {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    font-size: 13px;
    left: 16px;
}

#myModal.addcomp .modal-body form {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
}

span#spn_dupcomplaintedit {
    left: 30px;
    bottom: 90px;
}

.modal-body {
    width: 100%;
    display: inline-block;
}

form {
    width: 100%;
    float: left;
    margin: auto;
}

.errorvalidation {
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -30px;
    width: 310px;
    line-height: 14px;
}

.loginbox .form-group {
    position: relative;
}

span#spnerror.validation {
    color: red;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.loginbox {
    width: 100%;
    float: left;
    margin: auto;
}

div#modalalert .modal-dialog, #logoutModal .modal-dialog {
    width: 33%;
    padding: 0;
}

    div#modalalert .modal-dialog .modal-content .alerttext, div#modalconfirm .modal-dialog .modal-content .alerttext {
        font-size: 21px;
    }

    div#modalalert .modal-dialog .modal-content .centerbtnbox, div#modalconfirm .modal-dialog .modal-content .centerbtnbox {
        margin-top: 30px;
    }

    div#modalalert .modal-dialog .modal-content, div#modalconfirm .modal-dialog .modal-content {
        padding: 5px;
    }

div#logoutModal .modal-dialog .modal-content {
    padding: 30px;
}

#sparepop .modal-body {
    padding: 0 15px;
}

.buttonsenterbox button {
    padding: 7px 30px;
    font-size: 16px;
    margin-right: 30px;
}

button#btnlogoutno {
    background: #000;
    border: 1px solid #000;
}

button.btn.btn-success.yes {
    background: #02832b;
    border: 1px solid #02832b;
}


profilepic {
    width: auto;
    border-radius: 100%;
    height: auto;
    margin-right: 15px;
}

.col-sm-3.pull-right.rightnav {
    float: right;
    text-align: right;
    position: relative;
    top: 0;
    color: #fff;
    z-index: 99999999999 !important;
}

li.nav-item {
    list-style: none;
    float: right;
    position: relative;
    z-index: 99999999999 !important;
}

.admin-name {
    font-size: 15px;
    color: #046CAC;
    text-decoration: none !important;
    max-width: 110px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 9px;
}

a.nav-link.dropdown-toggle i {
    margin-left: 30px;
    font-size: 19px;
    color: #fff;
    position: relative;
    top: 5px;
}

.col-sm-3.pull-right.rightnav li {
    list-style: none;
    display: inline-block;
    margin: 0;
    margin: 3px 15px;
    position: relative;
    top: 4px;
}

    .col-sm-3.pull-right.rightnav li a {
        text-decoration: none;
    }

    .col-sm-3.pull-right.rightnav li.submenu {
        margin: 0;
        padding: 0 0;
        width: 100%;
        float: left;
    }

ul.dropdown-header-top.author-log.dropdown-menu {
    margin: 13px 0 0;
    padding: 5px 0 15px;
    width: 100%;
    z-index: 999999999999 !important;
    position: absolute;
}

i.iconimg {
    float: left;
    margin-right: 13px;
    width: 20px;
}

.col-sm-3.pull-right.rightnav li.submenu a:hover {
    background: none !important;
}

p.mainheading {
    font-weight: 600;
    font-size: 21px;
    width: 100%;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
    top: 12px;
    text-align: center;
}

.col-sm-6.mainhead {
    padding: 0;
}

.withoutadd i.fas.fa-caret-up {
    right: 0;
}

#contributionDetailsModal .col-sm-9.rightbox {
    width: 100%;
}

    #contributionDetailsModal .col-sm-9.rightbox .barwidths {
        max-height: 310px;
        overflow: auto;
        margin-bottom: 78px;
    }

    #contributionDetailsModal .col-sm-9.rightbox .fullwidthbtn.requestotp {
        position: absolute;
        bottom: 13px;
        padding: 0;
        margin: 0;
    }

.buttonsenterbox {
    text-align: center;
}

#contributionDetailsModal .col-sm-9.rightbox .radiobox label.newcheck {
    width: 65px !important;
    margin-bottom: 0;
}

#contributionDetailsModal .col-sm-9.rightbox .fullwidth.top {
    padding-top: 0;
}

.modal p.maintittle {
    background: none;
    padding: 0;
}

#myModal4 .modal-body {
    max-height: 400px;
    overflow: auto;
}

.modal p.maintittle:before {
    display: none;
}

div#spareDetailsModal div#spareDetailsBody div#SparesList {
    max-height: 350px;
    overflow: auto;
    float: left;
    width: 100%;
}

    div#spareDetailsModal div#spareDetailsBody div#SparesList .demobox .col-sm-5 {
        width: 33%;
        padding: 0;
    }

div#spareDetailsModal div#spareDetailsHeader {
    position: absolute;
    right: 0;
    z-index: 99999;
}

div#modaleditclose label.newcheck {
    width: 122px !important;
    text-align: center;
    float: none !important;
}

div#modaleditclose .radiobox {
    width: 100%;
    float: left;
    text-align: center;
    margin: auto;
}

#modalalert {
    z-index: 9999999;
}

#contributionDetailsModal div#contributionDetailsHeader {
    position: absolute;
    right: 0;
    z-index: 9999;
}

div#spareDetailsModal div#spareDetailsBody div#SparesList div#demo .demobox {
    cursor: pointer;
}

div#spareDetailsModal div#spareDetailsBody .qty span.labelqty {
    width: 100%;
}

div#spareDetailsModal div#spareDetailsBody div#SparesDetail .col-sm-4:nth-child(4) {
    clear: both;
    position: relative;
    top: -9px;
}

div#spareDetailsModal div#spareDetailsBody .qty .count {
    width: 55px;
    font-size: 15px;
    text-align: center !important;
    min-width: 57px;
    height: 31px;
}

div#modalconfirm .modal-dialog, div#modalalert .modal-dialog {
    width: 30%;
}

div#spareDetailsModal div#spareDetailsBody .qty .minus, div#spareDetailsModal div#spareDetailsBody .qty .plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}

span#spn_closejobs {
    color: red;
    width: 100%;
    float: left;
    padding: 0 15px;
}

.btn[disabled] {
    opacity: 1;
}

a.loginbtn.generatebtns.savebtn.blackbtn {
    background: #000;
    margin-right: 10px;
    color: #fff;
}


div#modalprint .modal-body label.newcheck input {
    display: none;
}



div#modalprint .modal-body label.newcheck {
    width: 124px !important;
    float: none !important;
}

.swarajheading a.generate {
    border-bottom-right-radius: 10px;
}

.col-sm-6.leftthings .radiobox label.newcheck {
    margin-bottom: 7px;
}


.demobox.newboxgrid .col-sm-4 {
    width: 25%;
}

.demobox.newboxgrid {
    position: relative;
}

    .demobox.newboxgrid .col-sm-1.editlinksboth.arrowrights, .demobox.newboxgrid .col-sm-1.editlinksboth {
        position: absolute;
        right: 0;
        top: 31px;
    }

.bottomspace {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

p.no-records {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: red;
    width: 100%;
    float: left;
    margin: 0 0;
}


.timepicker-hours {
    color: #000;
}

div#modaleditclose .modal-dialog {
    width: 25%;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.col-sm-3.buttonpopup.padding.rightarrow {
    float: right;
}



.input-group.input-append.date.datePicker input {
    background: none;
    border-radius: 5px;
}

.input-group.input-append.date.datePicker {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
}

.datePicker span.input-group-addon.add-on {
    background: no-repeat;
    font-size: 22px;
    position: absolute;
    right: 13px;
    border: none;
    z-index: 99;
    top: 3px;
}

input.k-input.k-readonly {
    padding: 0 !important;
    text-transform: capitalize;
    position: relative;
    top: 4px;
    font-size: 15px;
}

#modalprint .modal-body {
    text-align: center;
}

.paneldiv.withoutadd.arrowrights i.fas.fa-caret-up {
    right: 84px;
}

.loginbtn.generatebtns.backbtn {
    background: #000;
}

.fullwidthbtn.requestotp a.loginbtn {
    min-width: 130px;
}

    .fullwidthbtn.requestotp a.loginbtn.bckotp {
        background: #000;
        margin-right: 20px;
    }

.naviagtion ul li {
    position: relative;
    width: 100%;
    float: left;
    margin: auto;
}

.menuToggle li:hover a + .submenu {
    display: block !important;
}

body.menuToggle ul.submenu li {
    padding: 9px 20px;
    background: #02832b;
}

span#spn_errortyrepressure {
    color: red;
}

.greypadding .form-control[readonly] {
    color: #000 !important;
    font-size: 17px;
}

.col-sm-12.editlinks .greypadding .col-sm-3.fullwidth label {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px;
}

.col-sm-12.editlinks .greypadding .col-sm-3.fullwidth input:read-only::placeholder {
    color: #000 !important;
    font-weight: bold !important;
}

.k-state-focused {
    background: none !important;
    color: #656565 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

    .k-state-focused:hover {
        color: #656565 !important;
        background: #ededed !important;
    }

.k-state-selected {
    background: #046CAC !important;
    color: #fff !important;
}

.panel-collapse.collapse {
    height: auto !important;
    background: #fff !important;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}



#myModalPricing #tab-button {
    width: 305px;
}

.col-sm-12.fullwidthsnew .col-sm-6.formbox, .col-sm-12.fullwidthsnew .col-sm-3.formbox {
    padding: 0;
    margin: 0;
}

#myModalPricing .tab-button-outer {
    top: -14px;
}

.col-sm-12.fullwidthsnew.pricelast {
    background: #ccc;
}

.col-sm-12.fullwidthsnew .col-sm-6.formbox:last-child {
    text-align: right;
}

#myModalPricing .modal-dialog {
    width: 34%;
}

.col-sm-12.fullwidthsnew.pricelast .col-sm-6.formbox:nth-child(3) {
    text-align: right;
}

#myModalPricing .clutch {
    font-size: 14px;
    padding: 5px 0;
}

#myModalPricing .tab-contents {
    width: 77%;
    margin: auto;
    padding-left: 0;
}

#myModalPricing .warrentyheading {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}


#myModalPricing .loginbtn.generatebtns.backbtn {
    color: #fff;
}

#myModalPricing .fullwidthbtn.requestotp .loginbtn {
    min-width: 60px;
    width: auto;
    margin-right: 7px;
}

#modalconfirm {
    z-index: 9999999;
}

#myModalPricing #tab-button li a {
    padding: 8px 14px;
}

#myModalPricing #tab-button li.is-active:after {
    width: 25px;
    height: 25px;
    top: 7px;
    left: -87px;
}

#myModalPricing ul#tab-button li:before {
    left: -14px;
    top: 4px;
    height: 40px;
    background-size: 77%;
    background-repeat: no-repeat;
}

#myModalPricing #tab-button li:last-child.is-active:after {
    left: 0;
    right: -9px;
}

#myModalPricing .fullwidthbtn.requestotp {
    margin-bottom: 0;
}

#divMasterLoader {
    text-align: center;
    width: 100%;
    display: inline-block;
}

div#myModalPricing {
    z-index: 9999;
}

.errorvalidationpartialview {
    color: red;
    font-size: 13px;
    bottom: -30px;
    width: 310px;
    line-height: 14px;
}

/*Warrenty*/

.col-sm-3.datebox input[type="text"] {
    float: left;
    width: 34%;
    padding: 10px 10px;
    position: relative;
    top: 7px;
    font-size: 12px;
}

.col-sm-3.datebox.positionrelative label {
    top: 17px;
}

.col-sm-3.datebox label {
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    top: 12px;
}

.fulldatewidth {
    width: 100%;
    float: left;
    margin: auto;
}

    /*.fulldatewidth .input-group.input-append.date.datePicker:last-child {
        float: right;
    }*/

    .fulldatewidth .input-group.input-append.date.datePicker {
        width: 45%;
        float: left;
    }

    .fulldatewidth label.to {
        width: auto;
        margin: 0 5px 0 5px;
        position: relative;
        top: 10px;
    }

.loginbtn.generatebtns.backbtn {
    color: #fff;
    text-align: center;
}

textarea.form-control {
    width: 100% !important;
    color: #000;
}

.col-sm-4.btntopss .loginbtn.generatebtns {
    width: auto;
    min-width: auto;
    padding: 8px 20px;
    margin-right: 20px;
}

.col-sm-1.editlinksboth.arrowrights.demoicon.goodwill {
    top: 20px;
}

.col-sm-4.btntopss {
    position: relative;
    top: 30px;
}

.active i.images.managejob.warrenty {
    background: url(../images/warrentblack.png);
    background-repeat: no-repeat;
    background-position: 6px 5px !important;
}

i.images.managejob.warrenty {
    background: url(../images/warrentyehite.png);
    background-repeat: no-repeat;
    background-position: 6px 5px !important;
}

    i.images.managejob.warrenty.historynew {
        background: url(../images/warrentyehitenew.png);
        /*background: url(../images/managejobicon.png);*/
        background-repeat: no-repeat;
        background-position: 6px 5px !important;
    }

.naviagtion ul li a:hover i.images.managejob.warrenty.historynew {
    background: url(../images/warrentblacknew.png);
    background-repeat: no-repeat;
    background-position: 6px 5px !important;
}

.active i.images.managejob.warrenty.historynew {
    background: url(../images/warrentblacknew.png);
    background-repeat: no-repeat;
    background-position: 6px 5px !important;
}

.naviagtion ul li a:hover i.images.managejob.warrenty {
    background: url(../images/warrentblack.png);
    background-repeat: no-repeat;
    background-position: 6px 5px !important;
}

.briefnote .modal-dialog {
    width: 40%;
}

.col-sm-1.editlinksboth.arrowrights {
    position: absolute;
    right: 0;
    top: 31px;
}

.col-sm-6.formbox input.form-control:read-only {
    background: #ccc;
    color: #000;
}

.scrollableList {
    height: auto;
    font-size: 14px;
    color: #000;
    width: 100%;
    font-weight: bold;
    box-shadow: none;
    background: #fff;
    padding: 10px 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url(../images/arrowdown.png);
    background-position: 96% 17px;
    background-size: 6%;
    background-repeat: no-repeat;
}

    .scrollableList ul {
        padding: 0;
        margin: 0;
        margin-left: 0;
        position: absolute;
        background: #FAFAFA;
        margin-top: 9px;
        border: 1px solid #DEDEDE;
        left: 15px;
        right: 15px;
    }

        .scrollableList ul li {
            list-style: none;
            cursor: pointer;
            margin-left: 14px;
            line-height: 30px;
        }

            .scrollableList ul li:hover {
                color: #02832b;
            }

.selectedOption:hover {
    color: #333;
}

.selectedOption {
    font-weight: bold;
}

.tablewidths.borderline {
    border-bottom: 1px solid#ccc;
    padding-bottom: 10px;
}

    .tablewidths.borderline:last-child {
        border: none;
    }

    .tablewidths.borderline span.jobnummber {
        margin: 5px 0 0;
    }

.col-sm-3.formbox input.form-control {
    height: auto;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px;
    box-shadow: none;
    background: #fff;
}

.barwidths.marginbottomss {
    margin-bottom: 20px;
}

    .barwidths.marginbottomss .col-sm-4.formbox {
        margin: 0;
    }

table#tblData th {
    background: #02832b;
}

table#tblData td {
    color: #000;
}

.input-group.input-append.date.datePicker.timeinput {
    width: 100%;
}

.naviagtion ul li.active i.arrow {
    transform: rotate(180deg);
    top: 16px;
    right: 20px;
}

.clutch.scrollheights {
    max-height: 70px;
    overflow-y: auto;
}

label.postiondate {
    position: absolute;
    top: -30px;
    left: 0;
}

.col-sm-4.formbox.righttext {
    float: right;
    text-align: right;
    position: relative;
    top: 35px;
}

span#message {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

div#accordion {
    width: 100%;
    float: left;
}

span.pendinglocation.marginright {
    margin-right: 15px;
}

button.loginbtn.generatebtns.savebtn.blackbtn {
    background: #000;
    color: #fff;
    margin-right: 10px
}

.form-control[readonly] {
    background: #ccc !important;
}


div#accordion {
    width: 100%;
    float: left;
}

span.pendinglocation.marginright {
    margin-right: 15px;
}

button.loginbtn.generatebtns.savebtn.blackbtn {
    background: #000;
    color: #fff;
    margin-right: 10px
}

.form-control[readonly] {
    background: #ccc !important;
}

form.loginbox.centerbox {
    text-align: center;
}

    form.loginbox.centerbox label {
        margin: 0;
    }

div#modalAddNew .modal-dialog {
    width: 33%;
}

p.centertext {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#modalEnterAptNo form.loginbox {
    text-align: center;
}

.text-center.centertext {
    width: 100%;
    float: left;
    margin: 20px 0;
    top: 100%;
    font-size: 26px;
    line-height: 46px;
    color: red;
    text-align: left;
}

button.iconbtn.postitionbtn {
    float: right;
    position: absolute;
    right: 0;
}

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;
}

.middlebox {
    float: left;
    width: 100%;
    margin: auto;
}

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;
}

    button.iconbtn:last-child {
        margin-top: 13px;
    }

i.images.oemicon {
    background: url(../images/complainticon.png);
    background-repeat: no-repeat;
    background-position: 1px -37px;
    background-size: 100%;
    height: 45px;
}

.col-sm-9.oemgrid {
    float: right;
    width: 80%;
    padding-left: 0;
    padding-right: 0px;
    transition: width .5s ease-in;
    margin-top: 50px;
}

table.webGrid td {
    padding: 10px 10px;
    color: #000;
    margin: auto;
}

table.webGrid tr:nth-child(2n) {
    background: #ccc;
}


#export .iconbtn.postitionbtn {
    background: #046CAC;
    width: 17%;
    float: right;
    text-align: center;
    padding: 9px 0;
    border-radius: 5px;
    color: #fff !important;
    font-size: 17px;
    text-decoration: none !important;
    font-weight: 600;
    box-shadow: 0 2px 12px rgb(0 0 0 / 40%);
    cursor: pointer;
    line-height: normal;
    height: auto;
    margin-top: 0;
    right: 10px;
    bottom: 0;
}

.fullwidths {
    position: relative;
    float: left;
    width: 100%;
    height:100px;
}

.naviagtion ul li a:hover .images.oemicon {
    background-position: 0px 4px;
}

table.webGrid td.col1 a {
    width: 121px;
    float: left;
    color: green;
}
li.active i.images.oemicon {
    background-position: 0px 4px;
}
.countssection {
    padding: 0 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.greentable.news #gridContent thead th:nth-child(2), .greentable.news #gridContent tbody td:nth-child(2) {
    min-width: 150px !important;
    max-width: 150px !important;
}



.greentable.news #gridContent thead th:nth-child(7), .greentable.news #gridContent tbody td:nth-child(7) {
    min-width: 180px;
    max-width: 180px;
}

.greentable.news #gridContent tbody td, .greentable.news #gridContent thead th {
    min-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    padding: 8px 8px !important;
    word-break: break-word;
    line-height: normal !important;
}

/*CSS for left image*/
.loginleftimages {
    position: relative;
    right: 0;
    width: auto;
    top: 50%;
    transform: translateY(20%);
}

    .loginleftimages img {
        max-width: 60%;
        position: absolute;
        right: 52%;
        top: 115px;
    }
    