.tabsdemoDynamicHeight md-content {
    background-color: transparent !important;
}

.numberstyle::-webkit-inner-spin-button,
.numberstyle::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.numberstyle {
    padding-left: 25px;
}

.errormsg-popup {
    color: red;
    text-align: center;
    background: #D9E5F9;
}

.createorder-dialog {
    width: 75%;
    position: fixed;
    max-width: 1030px;
}

.success-popup {
    text-align: center;
    color: green;
    background: #D9E5F9;
}

.error {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}

.err {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}

.brokererrormsg {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}

.brokererror {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}

.vendorerror {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}

.vendorerrormsg {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}

.tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
    background: white;
}

.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0;
}


/* .tab-heading .md-tab {
    font-size: 16px !important;
} */


/* .tab-heading .md-tab.md-active {
    background-color: #4DB1FF;
    color: white !important;

} */


/* .tab-heading .md-ink-bar {
    color: #fff !important;
    background: transparent !important;
} */

.heading {
    background-color: #4DB1FF;
    color: #fff;
}

.ship-heading,
.bill-heading {
    background-color: #6C6D70;
}

.heading-title {
    color: white;
    text-align: center;
    margin: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

.custormer-form {
    background-color: #E6F4FF;
    padding-bottom: 18px;
}

.gray-form {
    background-color: #e6e6e6;
    padding-bottom: 18px;
}

.btn {
    text-align: center;
}

.add-contact-btn {
    background-color: #6CBD7D;
    color: #fff;
    width: 48%;
    border-radius: 10px;
    /* margin: 10px; */
    font-size: 18px;
    padding: 3px;
}

.btn-save {
    background-color: #008fff;
    color: #fff;
    width: 18%;
}

.btn-cancel {
    background-color: #b1b1b1;
    color: #fff;
    width: 12%;
}

.form-fields {
    border-radius: 10px;
}

textarea {
    width: 100%;
    resize: none;
}

.form-field-title {
    font-size: 16px;
    font-family: 'SourceSansPro-Regular';
    margin-bottom: 0px;
    padding-left: 10px;
}

.form-field-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.sub-tabs md-ink-bar {
    display: none;
}

.sub-tabs .md-tab {
    background-color: #B1B1B1;
    font-size: 14px;
    font-family: "SourceSansPro-Regular" !important;
    white-space: pre-wrap;
    text-overflow: clip;
    max-width: 100% !important;
}

.md-tabs .md-default-theme .md-tab,
.sub-tabs md-tabs .md-tab {
    color: #000 !important;
    font-family: "SourceSansPro-SemiBold" !important;
}

.form-pad-left {
    padding-left: 15px;
    padding-right: 0px;
}

.form-pad-right {
    padding-right: 15px;
}

.phone-code {
    margin-bottom: 0px !important;
    position: relative;
    top: 29px;
    right: 50px;
}

.broker-phone-code {
    margin-bottom: 0px !important;
    position: relative;
    top: 29px;
    right: 100px;
}

.phone-pad {
    padding-left: 35px;
}

.modal-btn-cancel {
    background-color: #ccc;
    color: #fff;
    width: 15%;
    border-radius: 5px;
    /* margin: 10px; */
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.modal-btn-submit {
    background-color: #4DB1FF;
    color: #fff;
    width: 15%;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.popup-style {
    height: 375px;
    background: #D9E5F9;
}

#dialogContent_createCustomerModal {
    overflow-y: hidden;
}

.footer-bg {
    background: #AECBF1;
    padding-top: 15px;
}

.footer-btn {
    margin-bottom: 15px;
}

#dialogContent_addBrokerModal {
    overflow-y: hidden;
}

.focusFieldColor {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.blue-form {
    background-color: #D9E5F9;
}

.remove-icon {
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.add-icon {
    font-size: 20px;
    color: blue;
    cursor: pointer;
}

.billing-switch {
    margin-left: 0px !important;
}

.label-mail {
    float: left;
    margin-right: 20px;
}

.physicaltab {
    padding: 10px !important;
}

.iconbrokersearch {
    position: absolute;
    top: 51%;
    right: 18px;
    font-size: 20px;
    border: 1px solid #A6A8A9;
    padding: 3px 5px 4px 5px;
    margin: -5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #A6A8A9;
}

.disable {
    pointer-events: none !important;
    /* opacity: ;  */
    cursor: default !important;
}

.acceptstatus {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.editicon {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.driver-status-container {
    padding: 0px;
    display: table;
    width: 100%
}

.switch-box {
    margin-right: 5px;
    display: table-cell
}

.address_margin {
    margin-top: 20px;
}

.tracking-add-icon {
    display: inline-block;
    margin-right: -32px;
    margin-top: -32px;
    float: right;
    /* margin-bottom: -6px; */
    position: relative;
}

::-webkit-input-placeholder {
    font-family: "SourceSansPro-Regular" !important;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iconsearch {
        right: 26px !important;
    }
}

#dialogContent_createShipperModal {
    overflow: hidden;
}

.manual {
    color: #7C838E;
    text-decoration: underline;
}

.manual:hover {
    color: #7C838E;
    text-decoration: underline;
}

.upload-file-field {
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-left: 20px;
    padding-left: 10px;
    padding-top: 2px;
    margin-top: 10px;
    height: 35px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #008fff;
    color: white;
}

.upload-btn-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.icon-margin {
    margin-top: 12px;
}

.margin-5 {
    margin-bottom: 5px;
    margin-right: 7px;
}

.icon-cursor {
    cursor: pointer;
    border: none;
}

.upload-popup-style {
    height: 385px;
    background: #D9E5F9;
}

#createShipperModal {
    min-height: 555px;
}

.bill-row-pad {
    padding-top: 25px;
}

.btn-bill {
    background: #008fff;
    color: #fff;
    font-size: 17px;
    width: 100%;
    border-radius: 8px;
    font-family: "SourceSansPro-Regular";
}

.white-border-right {
    border-right: 1px solid #FFF !important;
}

.email-invoice-ht {
    min-height: 250px;
}

.small-field-title {
    padding-right: 162px;
    margin-bottom: 1px !important;
}

.bill-email-title {
    padding-right: 106px;
    margin-bottom: 1px !important;
}

.small-fields-view {
    margin-bottom: 5px;
}

.small-fields-view ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
}

.small-fields-view ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
}

.small-fields-view :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
}

.small-fields-view :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
}

.field-wt-98 {
    width: 98% !important;
}

.field-wt-100 {
    width: 98% !important;
}

.shipper-mapsection {
    width: 100%;
    height: 440px;
}

.map-container {
    padding: 0px !important;
}

.geo-fence-btn {
    background-color: #008fff;
    color: #fff;
    padding: 5px;
    font-family: "SourceSansPro-Regular";
    width: 18%;
    font-size: 16px;
    border: 1px solid #008fff;
}

.vendor-adjust-ht {
    width: 100%;
    height: 55px;
    background: #D9E5F9;
}

.review-heading {
    padding-left: 45px !important;
    padding-right: 0px !important;
}

.rating-area:hover {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.rating-star {
    color: #FFBB00;
}

.review-text {
    font-size: 15px;
    margin-bottom: 0px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 20px;
    left: 10px;
}

.stars-outer::before {
    content: "\f005 \00a0 \f005 \00a0 \f005 \00a0 \f005 \00a0 \f005";
    color: #e8eaed;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \00a0 \f005 \00a0 \f005 \00a0 \f005 \00a0 \f005";
    color: #ffbb00;
}

.outline {
    -webkit-text-stroke: 1px #c6c6c6;
}


/* comments */

.comments-heading {
    height: auto;
    font-family: "SourceSansPro-Light";
    font-size: 25px;
    color: #515c6f;
}

.comments-body {
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    transform: translate(0px, 0px);
    background-color: white;
    overflow-y: auto;
    height: 100vh;
    max-height: calc(100vh - 190px);
}

.margin-bt-0 {
    margin-bottom: 0px;
}

.font-bold {
    font-family: "SourceSansPro-Bold";
}

.font-regular {
    font-family: "SourceSansPro-Regular";
}

.shipper-page-color {
    color: #515c6f !important;
}

.user-title-color {
    color: #515c6f;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-35 {
    font-size: 35px;
}

.avg-count {
    color: #515C6F;
}

.review-count {
    color: #515c6f;
}

.date-color {
    color: #515C6F;
}

.pad-15 {
    padding: 15px;
}

.pad-rt-0 {
    padding-right: 0px !important;
}

.img-row {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.comments-img-size {
    width: 100%;
    height: 100%;
    max-width: 120px;
    min-width: 120px;
    max-height: 100px;
}

.imgOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.imgParent {
    position: relative;
    text-align: center;
    color: white;
}

.likeFilled {
    color: blue !important;
}

.likeOuter {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 20px;
}

.likeOuter {
    stroke: black;
}

.margin-bt-12 {
    margin-bottom: 12px;
}

.cursor-pt {
    cursor: pointer;
}

.rm-outine:focus {
    outline: none;
}

.imgOverlay .fa-plus {
    color: black;
    font-size: 24px;
}

.shipper-carousel .carousel-indicators {
    top: 72% !important;
}

.shipper-carousel .indicator {
    width: 100% !important;
    height: 100% !important;
    max-width: 100px !important;
    max-height: 80px !important;
    border: 1px solid black !important;
}

.shipper-carousel .carousel-indicators li {
    height: 80px !important;
}

.font-semibold {
    font-family: "SourceSansPro-SemiBold";
}

.font-light {
    font-family: "SourceSansPro-Light";
}

.margin-tp-4 {
    margin-top: 4px;
}

.font-30 {
    font-size: 30px;
}

.font-60 {
    font-size: 60px;
}

.row-divider {
    color: #e8eaed;
}

.shipper-carousel .carousel-control-next-icon {
    background-image: url('../../../img/right_arrow.svg') !important;
}

.shipper-carousel .carousel-control-prev-icon {
    background-image: url('../../../img/left_arrow.svg') !important;
}

.shipperAvg {
    font-size: 30px !important;
}

.margin-bt-25 {
    margin-bottom: 25px;
}

.font-12 {
    font-size: 12px;
}

.comments-color {
    color: #888888;
}

.underline-black {
    text-decoration: underline;
    color: black;
}

.bg-black-drop {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    max-width: 120px;
    min-width: 120px;
}

.pad-l-15 {
    padding-left: 15px !important;
}

.count-image {
    color: #00ADEC;
    text-decoration: underline;
    font-size: 15px;
    font-family: "SourceSansPro-Regular";
}

.outline-none {
    outline: none;
}

.invoice-bind {
    width: 100%;
    position: relative;
    left: 10px;
}

.invoice-due-date {
    width: 55%;
    padding: 7px 10px;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border: 1px solid #d4dada;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 14px;
    font-family: 'SourceSansPro-Regular';
    letter-spacing: 0px;
    color: #212121;
    outline: none;
}

.invoice-due-date:focus {
    color: #495057;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border-color: #2A6FB4;
    border: 2px solid #2A6FB4 !important;
    border-radius: 3px;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0);
}

.input-days-text {
    width: 45%;
    padding: 7px 10px;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border: 1px solid #d4dada;
    letter-spacing: 0px;
    color: #212121;
    font-size: 15px;
    font-family: "SourceSansPro-Bold";
    text-align: center;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.custom-field-pad-l-r {
    padding: 15px 10px 0px 10px;
}

.pad-l-5 {
    padding-left: 5px !important;
}

.dropdown-area-currencyname {
    width: 90% !important;
    margin-left: 2px !important;
    z-index: 2;
    box-shadow: 2px 2px 6px 2px #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 40px;
}

.title-currency {
    letter-spacing: 0px;
    color: #212121;
    font-size: 14px;
    font-family: "SourceSansPro-semiBold";
}

.pad-l-25 {
    padding-left: 25px !important;
}

.pos-top-s-csb {
    position: relative;
    top: 12px;
}

.pos-l-on-off {
    position: relative;
    left: 35px;
}

.btn-add-document.btn-redraw {
    margin: 0 !important;
    width: 70px !important;
    padding: 0px 3px !important;
}

.ml-10 {
    margin-left: 10px;
}

.btn-add-document.btn-settodefault {
    width: 105px !important;
    margin: 0px !important;
    padding: 3px !important;
}


/* QuickBook */

.box-quickbook {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border: 1px dashed #707070;
    border-radius: 20px;
    height: 80px;
    padding: 18px 35px;
}

.text-modal-title-qb {
    font-size: 18px;
    font-family: 'SourceSansPro-Bold';
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

.trans_logo_qb {
    width: 155px;
}

.quickbook_qb {
    width: 155px;
}

.r_arrow_qb {
    width: 95px;
    position: relative;
    top: 10px;
}

input[type="checkbox"].customercheckmark {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    outline: none;
    border: 2px solid #B5B5B5;
    background: #FFFFFF;
    color: #FFFFFF;
    margin-top: 0px;
    border-radius: 3px;
}

input[type="checkbox"].customercheckmark:before {
    content: '✔';
    position: absolute;
    left: 3px;
    top: -2px;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 0px;
    outline: none;
}

input[type="checkbox"].customercheckmark:checked:before {
    content: '✔';
    position: absolute;
    left: 3px;
    top: -2px;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 0px;
    outline: none;
}

input[type="checkbox"].customercheckmark:checked {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    outline: none;
    border: 2px solid #008FFF;
    color: #FFFFFF;
    margin-top: 0px;
    background: #008FFF;
    border-radius: 3px;
}

.customer-checkbox {
    position: relative;
    left: 8px;
    top: 4px;
}

.header-text-customer {
    font-size: 16px;
    font-family: 'SourceSansPro-Bold';
    letter-spacing: 0.4px;
    color: #707070;
}

.add-customer-dailog {
    width: 60%;
    min-height: 500px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.pos-rating {
    position: relative;
    bottom: 6px;
}

.pos-review-text {
    position: relative;
    bottom: 8px;
}

#hidden-btn-position-address-c {
    position: relative;
    width: 180px;
    left: -15px;
}

.width-70 {
    width: 70% !important;
}

#hidden-div-c {
    position: absolute;
    right: 2%;
    top: 33px;
}

#hidden-btn-position-address-s {
    position: relative;
}

#hidden-btn-position-address-b {
    position: relative;
}

#hidden-div-b {
    position: absolute;
    top: 33px;
    left: 67.4%;
}

#customergrid {
    position: fixed;
    bottom: 0px;
    width: 77.5%;
}

#shipper-consignee-grid {
    position: fixed;
    bottom: 0px;
    width: 77.5%;
}

#broker-grid {
    position: fixed;
    bottom: 0px;
    width: 77.5%;
}

.settingsheight .ag-root-wrapper-body {
    height: calc(100vh - 230px);
}

.scrollSettings .ag-ltr .ag-body,
.ag-ltr .ag-body-horizontal-scroll,
.ag-ltr .ag-body-viewport,
.ag-ltr .ag-floating-bottom,
.ag-ltr .ag-floating-top,
.ag-ltr .ag-header {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#hidden-div-s {
    position: absolute;
    top: -12px;
    left: 68.2%;
}

@media (max-width: 1920px) and (min-width: 1601px) {
    #hidden-div-s {
        position: absolute;
        top: -12px;
        left: 67.8%;
    }
    #hidden-div-c {
        position: absolute;
        right: 1.4%;
        top: 33px;
    }
    #hidden-div-b {
        position: absolute;
        top: 33px;
        left: 67.1%;
    }
}

@media (min-width: 2560px) {
    #hidden-div-s {
        position: absolute;
        top: -12px;
        left: 67.5%;
    }
    #hidden-div-c {
        position: absolute;
        right: 1.1%;
        top: 33px;
    }
    #hidden-div-b {
        position: absolute;
        top: 33px;
        left: 66.9%;
    }
}