﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.btn {
    border-radius: 0;
    background: #006fb9;
    color: #fff;
    padding: 6px 20px;
    border: none;
}

    .btn:hover, .btn:focus {
        background: #000;
        transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        color: #fff !important;
    }

thead {
    background: #006fb9;
}

th {
    color: #fff;
}

.input-group.date .input-group-addon {
    cursor: pointer;
    position: absolute;
    right: -37px;
    top: 0;
    z-index: 10;
    height: 39px;
    width: 38px;
    line-height: 26px;
}

input#btnupdatefilterE {
    margin-top: 8px;
}

.select2-choices {
    border-radius: 2px;
    font-size: 16px;
    padding: 4px 12px 3px 12px;
    color: #545a5a;
    border: 1px solid #e0e6eb !important;
    box-shadow: none;
    line-height: 30px;
    height: auto;
    background-image: none !important;
    min-height: 38px !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#header-section2.scroll-header {
    margin-top: 0;
}

#header-section1, #header-section2 {
    background-color: #fff;
    padding: 8px 50px 15px 50px;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding-left: 20px;
    height: 80px;
    border-radius: 0;
    border: none;
    box-shadow: 0px -1px 8px 0px #ccc;
    margin-bottom: 20px;
}

#banner-section {
    margin-top: 55px;
    position: relative;
}

#header-section1 .navbar-right .nav-item, #header-section2 .navbar-right .nav-item  {
    padding: 0;
    margin-top: 32px;
    margin-left: 40px;
    cursor: pointer;
}
#header-section1 .navbar-right .dropdown, #header-section2 .navbar-right .dropdown {
    padding: 0;
    margin-top: 32px;
    margin-left: 40px;
    cursor: pointer;
}
#header-section1 .navbar-right .dropdown-menu li, #header-section2 .navbar-right .dropdown-menu li {
    margin-top: 15px;
    margin-left: 20px;
}


#header-section1 .navbar-right .dropdown a, #header-section2 .navbar-right .dropdown a {
    color: #454b51;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 5px;
}


#header-section1 .navbar-right .nav-item a, #header-section2 .navbar-right .nav-item a {
    color: #454b51;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 5px;
}

#header-section1 .navbar-right .nav-item  label, #header-section2 .navbar-right .nav-item  label {
    height: 2px;
    width: 42px;
    background-color: #006fb9;
    margin-bottom: 0;
    visibility: hidden;
    font-weight: 400;
}

#header-section1 .navbar-right .nav-item.active label, #header-section1 .navbar-right .nav-item:hover label, #header-section2 .navbar-right .nav-item.active label, #header-section2 .navbar-right .nav-item:hover label, .authLanding-wrapper #header-section1 .navbar-right .nav-item:last-child label, .authLanding-wrapper #header-section2 .navbar-right .nav-item:last-child label {
    visibility: visible;
}

#header-section1 .navbar-right .nav-item.active a, #header-section1 .navbar-right .nav-item:hover a, #header-section2 .navbar-right .nav-item.active a, #header-section2 .navbar-right  .nav-item:hover a, .authLanding-wrapper #header-section1 .navbar-right  .nav-item:last-child a, .authLanding-wrapper #header-section2 .navbar-right  .nav-item:last-child a {
    color: #006fb9;
    background-color: transparent;
    font-weight: bold;
}

.footerSection {
    width: 100%;
    background: rgb(0, 111, 185);
    color: rgb(255, 255, 255);
    padding: 5px;
    text-align: right;
}

footer.footerSection p {
    padding: 8px 0 0px 0;
    text-align: center;
}

.text-wrap {
    white-space: normal;
}

.width-200 {
    width: 200px;
}

.width-50 {
    width: 50px;
}

th, td {
    white-space: nowrap;
}

.ajax-loader-full-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4) url('../images/AjaxLoader.gif') center center no-repeat;
}

.request-wrapper {
    border: 1px solid rgba(104, 111, 145, .2);
}

    .request-wrapper .job-updates {
        margin: 0 !important;
        border: 0 !important;
    }

.job-updates.waiting:hover {
    border: 1px solid #ffbe2c;
    border-left-width: 4px;
}

.request-wrapper .job-updates {
    margin: 0 !important;
    border: 0 !important;
}

.job-updates.waiting {
    border-left-color: #ffbe2c;
}


.status-label {
    display: inline-block;
    margin-left: 12px;
    letter-spacing: .9px;
    font-size: 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.job-updates {
    border: 1px solid #eef2f5;
    border-left-width: 4px;
}

.job-updates {
    margin: 15px 0 !important;
    clear: both;
    background: #fff;
    border-radius: 4px;
}

.myCar-body .job-updates .row {
    cursor: default;
}

.job-right {
    /*background: green;
    line-height: 105px;*/
}
.payment-method-ul {
        margin-left: 25px;
    }
.job-right-header {
    padding: 15px 10px;
    border-bottom: 1px solid #eef2f5;
}

    .job-right-header .Waiting {
        color: #FFBE2C;
    }

    .job-right-header .Active {
        color: #7294FE;
    }

    .job-right-header .Accepted {
        color: #9553b5;
    }

    .job-right-header .Cancelled {
        color: #ff8a78;
    }

    .job-right-header .Completed {
        color: #23AE49;
    }

    .job-right-header .In-progress,
    .job-right-header .inprogress,
    .job-right-header .In-progress,
    .job-right-header .inProgress {
        color: #1EC1DC;
    }

    .job-right-header .Expired {
        color: #A5A5A5;
    }

.job-updates .row {
    margin: 0;
}

.row {
    margin: 0;
}

.pad0 {
    padding: 0;
}

.job-card {
    padding: 15px 0 12px 10px;
}

.card-img {
    width: 200px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

    .card-img img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        margin: 0 auto;
    }

.card-info {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    /*width: 50%;*/
}

    .card-info .job-name, .card-info .job-title {
        text-transform: capitalize;
        font-weight: 700;
        /*width: 180px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .card-info .job-name {
        color: #717982;
        font-size: 13px;
    }

    .card-info .job-title {
        font-size: 18px;
        color: #454b51;
    }

    .card-info .job-details {
        line-height: 2;
        margin-top: 10px;
    }

.container, .container-fluid, .row, li, ul {
    padding: 0;
}

.card-info .job-details li {
    font-size: 14px;
    text-transform: capitalize;
}

    .card-info .job-details li label {
        width: 90px;
        color: #454b51;
        margin-bottom: 0;
        display: inline;
        margin-right: 5px;
    }

    .card-info .job-details li:first-child span {
        display: inline-block;
        width: 58%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .card-info .job-details li span {
        color: #717982;
    }

.card-info .job-details li {
    font-size: 14px;
    text-transform: capitalize;
}

li, ul {
    margin: 0;
    list-style: none;
}

.requestSection {
    background: #fff;
}

    .requestSection .row {
        margin: 0;
        clear: both;
    }

.request-summary {
    border-top: 2px solid #f9fcfb;
}

.request-summary-header {
    background: #fff;
    border-bottom: 2px solid #f9fcfb;
}

.request-summary .request-summary-tab .title.active {
    background: #006fb9;
    color: #fff;
}

    .request-summary .request-summary-tab .title.active a {
        color: #fff !important;
    }

.request-summary .request-summary-tab .title a {
    /* padding-top: 16px; */
    /* padding-bottom: 12px; */
    cursor: pointer;
    /* margin-top: 30px; */
    border: 1px solid #ccc;
    height: 45px;
    display: inline-block;
    width: 100%;
    line-height: 45px;
}

.dt-buttons.btn-group {
    margin-top: 20px;
}

table.dataTable thead .sorting:after {
    opacity: 1 !important;
    content: "\e150";
    color: #fff !important;
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    opacity: 1 !important;
}

.request-summary .request-summary-tab .title:hover {
    background: #006fb9;
    color: #fff;
}

    .request-summary .request-summary-tab .title:hover a {
        color: #fff !important;
    }

.request-summary .request-summary-tab .title span, .request-summary .title span.qv-title {
    color: #454b51;
    line-height: 22px;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.request-summary-body .tab-jobDetails {
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.request-summary-body .data-time {
    border-radius: 3px;
    background-color: #f9fbfb;
    width: 97.2%;
    margin: 0 15px 30px;
}

.repair-detail {
    padding-bottom: 30px;
}

.tab-jobDetails .uploads .upload-section-wrapper {
    border-top: 2px solid #dae1e7;
}

.request-summary-body .uploads title {
    padding: 20px 0;
}

.request-summary-body title {
    clear: both;
    display: block;
    color: #454b51;
    font-size: 16px;
    padding-bottom: 15px;
}

.upload-section-wrapper .n-upload-section .images:nth-child(odd) {
    border: none;
    border-right: 2px solid #dae1e7;
}

.request-summary-body .uploads .images:nth-child(odd) {
    border-left: 2px solid #dae1e7;
}

.request-summary-body .uploads .images {
    padding-right: 20px !important;
}

.request-summary-body .repair-category, .request-summary-body .uploads .images {
    padding-left: 0 !important;
}

.upload-section-wrapper .n-upload-section .row:first-child .images .figure {
    border-bottom: 2px solid #dae1e7 !important;
    min-height: 171px;
}

.request-summary-body .uploads .images:first-child .figure {
    padding-top: 0;
}

.request-summary-body .uploads .figure.no-top-padding {
    padding-top: 0;
}

.request-summary-body .uploads .figure {
    padding: 30px 0;
}

.request-summary-body .category-list li label, .request-summary-body .more-details p, .request-summary-body .uploads h4 {
    display: inline-block;
    color: #717982;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 8px;
}

.request-summary-body .uploads h4 {
    display: block;
    margin-bottom: 18px;
    padding: 0;
}

label {
    font-weight: 400;
}

.upload-section-wrapper .n-upload-section .images:nth-child(2n) {
    padding: 0 28px !important;
}

.request-summary-body .data-time .margin-correction {
    padding: 30px;
    padding-left: 20px;
}

    .request-summary-body .data-time .margin-correction:nth-child(2) .wrapper {
        border-right: 2px solid #dae1e7;
        border-left: 2px solid #dae1e7;
        padding-left: 20px;
    }

.n-job-details .repair-category {
    border: none;
    border-right: 2px solid #dae1e7 !important;
}

.request-summary-body .repair-category .repair {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.category-list li img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -6px;
}

.request-summary-body .category-list li .repair-sub-category {
    display: block;
    padding-left: 25px;
    color: #717982;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
}

.request-summary .left {
    border-right: 2px solid #f9fcfb;
    padding: 0;
}

.quotes-view {
    padding: 0 15px;
    padding-right: 5px;
}

    .quotes-view .title span.qv-title {
        color: #717982;
        display: inline-block;
        text-align: left;
        padding: 33px 0;
        font-size: 16px;
        line-height: 17px;
        vertical-align: middle;
        text-transform: capitalize;
    }

.quotes-left-body, .quotes-right-body {
    position: relative;
}

/*.requestQuotesScroll {
    height: 510px !important;
}*/

.custom-scroll {
    min-height: 0;
    min-width: 0;
}

    .custom-scroll .outer-container {
        width: 100%;
        display: block;
    }

    .custom-scroll .outer-container {
        overflow: hidden;
        position: relative;
    }

    .custom-scroll .inner-container {
        overflow-x: hidden;
        overflow-y: scroll;
    }

.quotes-left-body .wrapper {
    padding-right: 10px;
}

.quotes-view .jobcard.box.active {
    border: 1px solid #006fba;
}

.quotes-view .jobcard.box {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cfdce1;
    border-radius: 3px;
    margin-bottom: 15px;
}

    .quotes-view .jobcard.box .media {
        padding: 15px;
    }

.quotes-view .media {
    box-sizing: border-box;
    height: 100px;
    padding: 10px;
}

.quotes-view .jobcard.box .media-left {
    height: 70px;
    width: 100px;
}

.quotes-view .jobcard.box .box-content .media-left .vendor-brand-holder {
    width: 100px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.quotes-view .jobcard.box .box-content .media-left img {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

.quotes-view .media-body {
    position: relative;
}

.quotes-view .jobcard.box .media-heading {
    color: #454b51;
    font-size: 17px;
    display: inline-block;
}

.quotes-view .jobcard.box .box-footer {
    background-color: #f9fbfb;
    border-radius: 0 0 5px 5px;
}

.quotes-view .jobcard.box .footer-container {
    padding: 15px;
}

    .quotes-view .jobcard.box .footer-container .btn-theme {
        width: 120px;
        height: 40px;
        margin: 0;
        border-radius: 3px;
        float: right;
    }

.btn-theme.transparent {
    background: transparent;
    border: 1px solid #ed3124;
    color: #ed2d20 !important;
    margin-bottom: 5px;
}

.btn-theme.sm {
    width: 130px;
}

.btn-theme, .introjs-donebutton, .introjs-nextbutton {
    font-size: 14px !important;
    border-radius: 4px !important;
    height: 42px;
    text-align: center;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-weight: 700;
}

.quotes-view .jobcard.box .box-footer .quotes-cost, .quotes-view .jobcard.box .box-footer .quotes-cost-container {
    color: #454b51;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    padding: 10px 0;
    float: right;
    font-weight: bold;
}

    .quotes-view .jobcard.box .box-footer .quotes-cost-container .original-cost {
        font-size: 12px;
        color: #717982;
        text-decoration: line-through;
    }


.btn-theme.transparent:hover {
    border: 1px solid #be190e;
    background: #be190e;
    color: #fff !important;
}

.quotes-right-header {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #f9fcfb;
    z-index: 99;
    position: relative;
}

    .quotes-right-header .profile-head {
        width: 46%;
    }

.profile-head {
    display: inline-block;
}

.quotes-right-header .profile-head span img {
    width: 36px;
    height: 36px;
}

.profile-head span img {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
}

.quotes-right-tabs {
    float: right;
    font-size: 14px;
}

    .quotes-right-tabs li.active {
        border-bottom-color: #e50000;
        font-weight: bold;
    }

    .quotes-right-tabs li {
        display: inline-block;
        border-bottom: 2px solid transparent;
        padding: 10px 25px 20px;
        cursor: pointer;
        text-transform: uppercase;
    }

.quotation-head {
    height: auto;
    border-radius: 3px;
    background-color: #f9fbfb;
    margin: 20px 15px;
    padding: 18px 15px;
}

    .quotation-head ul li {
        padding: 3px 0;
    }

        .quotation-head ul li label, .quotation-head ul li span {
            color: #454b51;
            font-size: 14px;
            font-weight: 400;
        }

        .quotation-head ul li label {
            min-width: 150px;
        }

        .quotation-head ul li span {
            color: #717982;
        }

        .quotation-head ul li label, .quotation-head ul li span {
            color: #454b51;
            font-size: 14px;
            font-weight: 400;
        }

.quotation-block {
    padding: 10px 20px;
}

    .quotation-block li {
        padding: 3px 18px;
    }

        .quotation-block li label {
            color: #717982;
            font-size: 14px;
            font-weight: 400;
        }

.quotation-total {
    margin: 30px 38px;
    margin-right: 35px;
    border-top: 1px solid hsla(212,7%,48%,.2);
    border-bottom: 1px solid hsla(212,7%,48%,.2);
    padding: 15px 0 0;
}

    .quotation-total label {
        color: #454b51;
        font-weight: bold;
    }

    .quotation-block h4, .quotation-total label {
        color: #454b51;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .quotation-total span {
        font-weight: bold;
        font-size: 16px;
    }

    .quotation-block li span, .quotation-total span {
        float: right;
        color: #717982;
        font-size: 14px;
    }



.vendor-quote {
    border-top: 1px solid #eef2f5;
    width: 100%;
    height: 100%;
}



    .vendor-quote ul {
        height: 100%;
    }

        .vendor-quote ul li:first-child {
            border-right: 1px solid #eef2f5;
        }

        .vendor-quote ul li {
            display: inline-block;
            width: 49%;
            padding: 10px 25px;
            vertical-align: top;
            height: 100%;
            min-height: 129px;
        }

            .vendor-quote ul li label, .vendor-quote ul li span {
                font-size: 14px;
                display: block;
            }

            .vendor-quote ul li label {
                color: #454b51;
                line-height: 15px;
                margin-bottom: 5px;
                font-weight: 400;
            }

.vendorDetails {
    padding-right: 10px;
}

.vd-heading h5 {
    color: #454b51;
    font-size: 17px;
    margin: 30px 0;
}

.vd-img {
    height: 200px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.vd-address {
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.vendorDetails .figure {
    border-top: 1px solid #f6f6f6;
}

    .vendorDetails .figure h4 {
        color: #454b51;
        font-size: 14px;
        margin: 15px 0;
    }

.photos-row {
    height: 54px;
    width: 86%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.vendorDetails .figure p {
    color: #717982;
    font-size: 14px;
    line-height: 20px;
    margin-top: 11px;
    word-wrap: break-word;
}

.km-details, .read_more {
}

.read_more {
    color: #006fba;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.rating .distance, .rating .rating-text {
    color: #717982;
    font-size: 13px;
}

.rating .rating-text {
    padding-left: 8px;
}

.rating span {
    cursor: pointer;
    font-size: 16px;
    margin: 0 2px;
}

.vendorDetails .rating {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-bottom: 5px;
}

.vd-img img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.vd-address h5 {
    color: #454b51;
    font-size: 17px;
    margin-bottom: 5px;
}

.vd-address label {
    color: #717982;
    font-size: 12px;
    display: block;
}

.loginWrapper {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 50px;
}

.login-form {
    background: #efefef;
    padding: 25px;
}

    .login-form h2 {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 32px;
        font-weight: bold;
        font-size: 30px;
    }

    .login-form input {
        width: 100%;
    }

    .login-form .customInput {
        width: 100%;
    }

    .login-form .form-control {
        height: 40px;
        border-radius: 0;
        font-size: 15px;
    }

footer p {
    text-align: center;
}

.job-notes {
    padding: 10px 35px;
}

.job-notes-inner {
    color: #717982;
}

.form-control {
    border-radius: 2px;
    font-size: 16px;
    padding: 4px 12px 3px 12px;
    color: #545a5a;
    border: 1px solid #e0e6eb;
    box-shadow: none;
    line-height: 30px;
    height: auto;
}

.control-label {
    padding-left: 15px;
}
/*.buttons-html5 {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .buttons-html5 :focus,
    .buttons-html5 .focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .buttons-html5 :hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }*/

.preview-images-zone {
    width: 100%;
    /*border: 1px solid #ddd;*/
    /*min-height: 180px;*/
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
}

    /*.preview-images-zone > .preview-image:first-child {
        height: 185px;
        width: 185px;
        position: relative;
        margin-right: 5px;
    }*/

    .preview-images-zone > .preview-image {
        height: auto;
        width: 90px;
        position: relative;
        margin-right: 5px;
        float: left;
        margin-bottom: 5px;
    }

        .preview-images-zone > .preview-image > .image-zone {
            width: 100%;
            height: 100%;
            margin-top:5px;
        }

            .preview-images-zone > .preview-image > .image-zone > img {
                width: 100%;
                height: 100%;
            }

        .preview-images-zone > .preview-image > .tools-edit-image {
            position: absolute;
            z-index: 100;
            color: #fff;
            bottom: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            display: none;
        }

        .preview-images-zone > .preview-image > .image-cancel {
            font-size: 16px;
            position: absolute;
            top: -3px;
            right: -10px;
            font-weight: bold;
            margin-right: 10px;
            cursor: pointer;
            display: none;
            z-index: 100;
            background: #ed3124;
            border-radius: 50%;
            color: #ffffff;
            padding-top: 0px;
            padding-left: 3px;
            padding-right: 3px;
            padding-bottom: 0px;
        }
        }

.preview-image:hover > .image-zone {
}

.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}

#double li {
    width: 50%;
}
#fourcols li {
    display: block;
    width: 25%;
    float: left;
}

.Customers ul {
    margin-bottom: 20px;
    overflow: hidden;
}

.Customers li {
    line-height: 1.5em;
    float: left;
    display: inline;
}

.alnkContacts {
    font-size: 16px;
    padding: 4px 12px 3px 12px;
    color: #545a5a;
    line-height: 30px;
    height: auto;
}

.dataTables_info {
    float: left;
}

.quotes-message-Section {
    width: 100%;
}

.quotes-chat-area {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 0;
    height: 466px !important;
}

.custom-scroll .outer-container {
    width: 100%;
    display: block;
}

.custom-scroll {
    min-height: 0;
    min-width: 0;
}

.quotes-chat-area .c-message {
    width: 75%;
    clear: both;
    padding: 5px 20px;
}

.profile-head {
    display: inline-block;
}

    .profile-head span img {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 8px;
        border-radius: 3px;
    }

.quotes-chat-area .c-message .c-chat {
    background-color: #cfe7f7;
    border-radius: 0 5px 5px 5px;
    padding: 10px;
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
    margin-left: 5px;
    position: relative;
}

.quotes-chat-area .c-message.message-in .c-chat:before {
    content: "";
    border-top: 10px solid #cfe7f7;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
}

.quotes-chat-area .c-message .c-chat p {
    font-size: 15px;
    color: #454b51;
    margin-bottom: 0;
    word-break: break-all;
    display: inline-block;
}

.quotes-chat-area .c-message .delivered-details {
    margin-left: 45px;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .quotes-chat-area .c-message .delivered-details label {
        color: #838383;
        font-size: 12px;
        font-weight: 400;
    }

.quotes-chat-area .c-message.message-out, .quotes-chat-area .c-message.message-out .profile-head {
    float: right;
}

.quotes-chat-area .c-message {
    width: 75%;
    clear: both;
    padding: 5px 20px;
}

    .quotes-chat-area .c-message.message-out .c-chat {
        border-radius: 5px 0 5px 5px;
        background-color: #fafafa;
        float: right;
        margin-right: 10px;
        position: relative;
    }

    .quotes-chat-area .c-message.message-out .delivered-details {
        float: right;
        margin-right: 60px;
        display: block;
        clear: both;
        position: relative;
    }

.promo-offer-code {
    font-weight: bold;
}

.quotes-amount-card .form-input {
    text-align: right;
    margin: 0;
    border: 0;
    outline: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 0 0;
    color: #717982;
}

.quotes-amount-card .currency-tag {
    position: absolute;
    right: 0;
    top: 10px;
    color: #717982;
    font-size: 14px;
}

.quotes-amount-card .form-input {
    padding-right: 50px;
    margin-bottom: 0px;
}

.quotes-amount-card .form-group {
    margin-bottom: 0px;
}

.quotes-amount-card input[type=number]::-webkit-inner-spin-button,
.quotes-amount-card input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quotesSection-subcategories label {
    display: inline-block;
    margin-bottom: 0;
    padding-left:0px;
}

.display-inline-arrow {
    display: inline !important;
}

.quotesSection-categories i, .quotesSection-subcategories i {
    color: #717982;
    font-size: 16px !important;
    line-height: 14px;
    vertical-align: middle;
    cursor: pointer;
}
/* checkbox */

.checkbox-wrapper input[type="checkbox"] {
    /*display: none;
    position: absolute;*/
}

    .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
        transition: background-color 0.05s ease;
    }

.checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox-2 {
    transition: background-color .05s ease;
}

.checkbox-wrapper .custom-checkbox {
    display: inline-block;
    background-color: #fafafa;
    width: 15px;
    height: 15px;
    border: 1px solid #cacece;
    position: relative;
    border-radius: 1px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #454b51;
}

.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox:after {
    content: "";
    transition: all 0.05s ease;
    transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
}

.checkbox-wrapper .custom-checkbox:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    left: 4px;
    top: 0;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
}

.checkbox-style label {
    font-weight: 400;
    cursor: pointer;
}

.quotesSection-categories h5 span {
    font-weight: bold;
    color: #454b51;
}

.service-descp-box, .service-descp-box-in-prog {
    margin-top:15px;
}

    .service-descp-box textarea {
        width: 100%;
        border: 1px solid #ddd;
        max-width: 1024px;
    }

.panel-heading[data-toggle="collapse"]:before
.panel-heading {
    position: relative;
}

.panel-heading[data-toggle="collapse"]:before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    position: absolute;
    color: #b0c5d8;
    font-size: 14px;
    line-height: 20px;
    right: 20px;
    top: calc(50% - 10px);
    transition: all 0.5s;
    /* rotate "play" icon from > (right arrow) to down arrow */
}

.panel-heading[data-toggle="collapse"].collapsed:before {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.quotesSection-categories h5 span, .quotesSection-subcategories label span {
    display: inline-block;
    max-width: 55%;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 14px;
    color: #717982;
    vertical-align: middle;
    line-height: 20px;
}
.quotesSection-total {
    border-top: 1px solid #eef1f4;
    padding: 20px 0px;
    margin: 20px 0;
    width: 100%;
}
    .quotesSection-total label, .quotesSection-total span {
        color: #454b51;
        font-weight: bold;
        line-height: 14px;
    }
    .quotesSection-total label {
        font-size: 16px;
    }
    .quotesSection-total span {
        font-size: 14px;
        vertical-align: top;
        float: right;
    }
.note-holder {
    padding-left: 10px;
    padding-right: 10px;
}
.divjobbyadmin
{
    padding-left:50px;
    font-weight:bold;
    font-size:12px;
}
.category-list2 li
{
    float:left;
    padding-right:5px;
}
.category-list2 li img {
    height: 110px;
    width: 110px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.panel-section .collapse-panel {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid hsla(0,0%,77%,.5);
}

.collapse-panel {
    margin-bottom: 20px;
}
.panel-head {
    cursor: pointer;
    position: relative;
    padding: 6px 10px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    box-shadow: none;
}
.panel-section.p-panel .n-step.active {
    background: #23ae49;
    color: #fff;
}

.panel-section.p-panel .n-step {
    background: #fff;
    color: #454b51;
    border: 1px solid #23ae49;
    height: 23px;
    width: 23px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 1px;
    margin-right: 10px;
}
.panel-head h4 {
    display: inline-block;
    color: #454b51;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.panel-content {
    padding: 10px;
    border-top: 1px solid hsla(0,0%,77%,.5);
}
.pac-container {
    z-index: 10000 !important;
}

.img-cars {
    width: 32px;
    height: 32px;
}