/* ========================
   Theme Name: Channel 40
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Buttons
    * 4.2 - Forms
    * 4.3 - Star Rating
    * 4.4 - Pagination
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Dashboard
* 9.0 - Post load
* 10.0 - Job index
* 11.0 - Web app
* 12.0 - Inner Dashboard Page
*/

/* 1.0 - Fonts
=============================== */
@font-face {
    font-family: 'AkkuratBold';
    src: url('../fonts/AkkuratBold.eot');
    src: url('../fonts/AkkuratBold.eot') format('embedded-opentype'),
         url('../fonts/AkkuratBold.woff2') format('woff2'),
         url('../fonts/AkkuratBold.woff') format('woff'),
         url('../fonts/AkkuratBold.ttf') format('truetype'),
         url('../fonts/AkkuratBold.svg#AkkuratBold') format('svg');
}
@font-face {
    font-family: 'AkkuratLightRegular';
    src: url('../fonts/AkkuratLightRegular.eot');
    src: url('../fonts/AkkuratLightRegular.eot') format('embedded-opentype'),
         url('../fonts/AkkuratLightRegular.woff2') format('woff2'),
         url('../fonts/AkkuratLightRegular.woff') format('woff'),
         url('../fonts/AkkuratLightRegular.ttf') format('truetype'),
         url('../fonts/AkkuratLightRegular.svg#AkkuratLightRegular') format('svg');
}
@font-face {
    font-family: 'AkkuratRegular';
    src: url('../fonts/AkkuratRegular.eot');
    src: url('../fonts/AkkuratRegular.eot') format('embedded-opentype'),
         url('../fonts/AkkuratRegular.woff2') format('woff2'),
         url('../fonts/AkkuratRegular.woff') format('woff'),
         url('../fonts/AkkuratRegular.ttf') format('truetype'),
         url('../fonts/AkkuratRegular.svg#AkkuratRegular') format('svg');
}
@font-face {
    font-family: 'GRAYSTROKEREGULAR';
    src: url('../fonts/GRAYSTROKEREGULAR.eot');
    src: url('../fonts/GRAYSTROKEREGULAR.eot') format('embedded-opentype'),
         url('../fonts/GRAYSTROKEREGULAR.woff2') format('woff2'),
         url('../fonts/GRAYSTROKEREGULAR.woff') format('woff'),
         url('../fonts/GRAYSTROKEREGULAR.ttf') format('truetype'),
         url('../fonts/GRAYSTROKEREGULAR.svg#GRAYSTROKEREGULAR') format('svg');
}


/* 2.0 - Icon fonts
================================= */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?t0f0t3');
  src:  url('../icon-fonts/icomoon.eot?t0f0t3#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?t0f0t3') format('truetype'),
    url('../icon-fonts/icomoon.woff?t0f0t3') format('woff'),
    url('../icon-fonts/icomoon.svg?t0f0t3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info_outline:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e90d";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e903";
}
.icon-checkmark:before {
  content: "\e901";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-location2:before {
  content: "\e948";
}
.icon-phone:before {
  content: "\e942";
}


.message-icon{
    content: url('../images/col-icon-1.png');
    display: inline-block;
}
.loads-icon{
    content: url('../images/col-icon-2.png');
    display: inline-block;
}
.payment-icon{
    content: url('../images/col-icon-3.png');
    display: inline-block;
}




/* 3.0 - Useful classes
================================= */

.clear-list{
    list-style: none;
    margin: 0;
}
.small-text{
    font-size: 12px;
}
.loads-list .clear-list.small-text {
      margin-top: 10px;
}
.loads-list .clear-list.small-text li{
   line-height:15px;
}
.light-text{
    font-family: AkkuratLightRegular;
}
.large-text{
    font-size: 18px;
}
.page-content{
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
}
.relative-block{
    position: relative;
}

/* 4.0 - General
================================= */
body, p{
    color: #959595;
    font-family: AkkuratRegular;
    font-size: 14px;
}
h1,h2,h5{
    color: #363636;
    font-family: AkkuratBold;
}
h1{
    font-size: 55px;
    line-height: 1.05;
}
h3{
    color: #363636;
    font-size: 22px;
    font-family: AkkuratRegular;
}
h4{
    font-size: 16px;
    font-family: AkkuratRegular;
}
h5{
    font-size: 13px;
}
h6{
    font-family: AkkuratRegular;
}
a{
    border-bottom: 1px solid;
    color: #6a6a6a;
    transition: all .2s linear;
}
a:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #6a6a6a;
}
p a{
    white-space: nowrap;
}
hr{
    border-color: #ebebeb;
}
.wrapper{
 min-width:1024px;
}
/**** 4.1 - Buttons ****/
.button{
    background: #fcfcfc;
    color: #444;
    border: 1px solid #d7d7d7;
    font-family: AkkuratBold;
    padding: 14px 22px 13px;
    font-size: 16px;
}
.button:hover,
.button:focus{
       background: #ff7000;
   color:#fff;
}
.button + .button{
    margin-left: 13px;
}
.button-group .button.small,
.button.small{
    font-size: .85em;
}
.button.secondary{
    background: #f16623;
    color: #fff;
}
.button.secondary:hover{
    background: #b84e1b;
    color: #fff;
}
.button.large{
    padding: 24px 60px;
}
.button.expanded{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.button.success{
    background-color: #7abd49;
}
.button.success:hover{
    background-color: #669e3d;
}
.thin{
    /*background: green !important;*/
    line-height: 0.3 !important;
    border-width: 1px !important;
}
/**** 4.2 - Forms ****/
/* [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],textarea{
    height: 44px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: none;
    font-size: 16px;
    vertical-align: middle;
    padding: 12px 15px;
    margin-bottom: 11px;
    color: #252525;
    background: #fafafa;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0%;
    background-image: url('../images/white-circle-xxl.png');
    transition: all .2s linear;
}
textarea{
    resize: none;
    height: 77px;
}
[type='text']:focus, [type='password']:focus,
[type='date']:focus, 
[type='datetime']:focus, 
[type='datetime-local']:focus, 
[type='month']:focus, 
[type='week']:focus, 
[type='email']:focus, 
[type='number']:focus, 
[type='search']:focus, 
[type='tel']:focus, 
[type='time']:focus, 
[type='url']:focus, 
[type='color']:focus, 
textarea:focus{
    transition: all .4s linear;
    background-size: 120%;
} */

input[type=radio],
input[type=checkbox]{
    display: none;
}
input[type=checkbox]+label{
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-transform: none;
    color: #959595;
    font-size: 16px;
    font-family: AkkuratRegular;
}
select{
    color: #959595;
    background-color: #fafafa;
    padding: 6px 15px;
    background-image: url('../images/select-down.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
select:focus{
    outline: none;
}
.filter-form select{
       background-image: url(../images/select-down-2.png);
    color: #000;
    font-size: 14px;
}
label a{
    margin-left: 4px;
    color: inherit;
    padding: 0;
}
input[type=checkbox]+label:before,
input[type=radio]+label:before{
    font-size: 12px;
    line-height: 15px;
    content: "\e901";
    font-family: icomoon;
    width: 15px;
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    transition: color .2s linear;
    height: 15px;
    border: 1px solid #e1e1e1;
    margin-right: 15px;
    vertical-align: top;
    text-align: center;
    border-radius: 2px;
}
input[type=radio]+label:before{
   content:'';
   border-radius:100%;
       position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.signup-form input[type=radio]+label:before{
   display:none;
}
input[type=radio]+label{
    text-transform: none;
    color: #959595;
    font-family: AkkuratRegular;
    font-size: 16px;    
       position: relative;
    padding-left: 25px;
    margin-left: 0;
}

input[type=checkbox]:checked+label:before{
    color: #757575;
}
input[type=radio]:checked+label:before{
   background:#989898;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #959595;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #959595;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #959595;
}
input[type='file']{
    display: none;
}
input[type=file]+label{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  color: #363636;
    padding-left: 0;
    width: 100%;
    
}
input[type=file]+label:before{
 content: attr(data-file);
    border: 1px solid #e1e1e1;
    padding: 10px 16px;
    line-height: 22px;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #959595;
    border-radius: 2px;
    margin-right: 15px;
    text-transform: capitalize;
    font-size: 16px;
}
input[type=file]+label:before:hover{
   background:#e6e6e6;
   color:#fff;
}
input[type=file]+label:after{
     content: 'Choose files';
    font-family: AkkuratBold;
    height: 44px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    color: #000;
    white-space: nowrap;
    background: none;
    line-height: 44px;
    vertical-align: middle;
    border-left: none;
    border-radius:2px;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    font-size: 16px;
}
.uploaded-files{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.uploaded-files > img{
    flex-basis: 30%;
    width: 31%;
}
.uploaded-files > img + img{
    margin-left: 10px;
}
.user-details [type=checkbox]+label {
    justify-content: flex-start;
    color: #444444;
}

.user-details input[type=checkbox]+label:before{
    margin-top: 6px;
}

/* * 5.0 - Mobile menu
================================= */
.mobile-menu{
    display: none;
}
@media only screen and (max-width: 63.9375em) {
    .menu-toggle,
    .menu-toggle:hover{
        font-size: 46px;
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        transition: all 0.8s ease;
        width: 38px;
        height: 38px;
        text-align: center;
        border: none;
        color: #444444;
    }
    .open .menu-toggle{
        left: 250px;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        padding: 20px;
        width: 250px;
        left: -260px;
        background-color: #fff;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        z-index: 10000;
        border-right: 1px solid #ebebeb;
        box-shadow: 0 0 16px 2px #ebebeb;
    }
    .open .mobile-menu {
        left: 0;
    }
}
@media screen and (max-width: 39.95em){
    .menu-toggle,
    .menu-toggle:hover{
        font-size: 33px;
    }
}



/* 6.0 - Header
================================= */
.header{
    padding-top: 21px;
    padding-bottom: 21px;
}
.dashboard .header{
    background: #fbfbfb;
    border-bottom: 1px solid #f6f6f6;
    
}
h1.logo{
    line-height: .8;
}
.logo a{
    border: none;
}
.menu > li{
    padding-left: 2%;
    padding-right: 2%;
}
.menu > li a{
    border-bottom-color: rgba(0, 0, 0, 0);
    font-family: AkkuratRegular;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}
.menu > li a:hover{
    border-bottom-color: inherit;
}
.adminbar-user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}
.page-navigation > .columns + .columns{
    border-left: 1px solid #ebebeb;
}
.open-user{
    color: #afafaf;
    transform: translateX(-20px);
    font-size: 16px;
}
.page-navigation .user-admin-bar{
    padding-left: 10px;
}
.page-navigation .user-admin-bar .user-name{
    font-family: AkkuratBold;
    font-size: 16px;
    color: #444444;
}
.accordion-title::before{
    font-family: icomoon;
    content: "\e900";
    color: #f16623;
    transform: rotateZ(-90deg);
    font-size: 20px;
    transition: all .2s linear;
}
.is-active > .accordion-title::before{
    font-family: icomoon;
    content: "\e900";
    color: #f16623;
    transform: rotateZ(0);
    font-size: 20px;
}
#gmap_canvas{
    height:500px;
    width:100%;
    position:relative;
    z-index: 0;
}
#gmap_canvas .gm-style .gm-style-iw{
    margin-top: 20px;   
}
#gmap_canvas .map-infowin{
    background: #fff;   
}
#gmap_canvas .map-infowin .infowin-text{
    padding: 15px 30px 20px;
    position: relative;   
}
#gmap_canvas .map-infowin .infowin-text h4{
    color: #444444;
    font-size: 14px;
    font-family: AkkuratBold;
    padding-bottom: 5px;   
       word-wrap: break-word;
}
#gmap_canvas .infowin-text{
      padding: 20px 30px;  
      position: relative;
}
.map-infowin{
      background: #fff;  
}
.map-infowin .infowin-text:after{
    content: "";
    position: absolute;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    display: block;
    top: -39px;
    width: 100%;
    height: 40px;
    z-index: 9;
    left: 0;
}
#gmap_canvas .gm-style .gm-style-iw{
        box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    width: 170px !important;
    background: #fff;
        top: 30px !important;
}
.infowin-text h4 {
    color: #444444;
    font-size: 14px;
    font-family: AkkuratBold;
}
.map-infowin{
    width: 170px;
}
.map-infowin a {
    color: #9bcd76;
    font-family: AkkuratBold;
    margin-top: 13px;
    display: inline-block;
    clear: both;
}
.load-job-status{
    width: calc(100% - 60px);
}
.job-stat-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    padding-top: 10px;
/*
    background: url('../images/job-stat.png') no-repeat;
    background-position: 50% 0;
*/
    font-size: 12px;
    color: #959595;
}
.job-stat-list > li{
    border-top: 2px solid #7abd49;
    text-align: center;
    flex-grow: 1;
    padding-top: 15px;
    position: relative;
}
.job-stat-list > li:before{
    content: "\e901";
    display: inline-block;
    font-family: icomoon;
    color: #7abd49;
    border: 2px solid;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -9px;
    left: calc(50% - 8px);
}
.job-stat-list > li:first-child:after,
.job-stat-list > li:last-child:after{
    content: "";
    position: absolute;
    width: calc(50% - 9px);
    height: 5px;
    left: 0;
    top: -3px;
    background: #fff;
}
.job-stat-list > li:last-child:after{
    left: auto;
    right: 0;
}
.loads-col .accordion-content-inner{
    padding-top: 30px;
}
.header .button{
    margin-bottom: 0;
}

@media screen and (max-width: 63.95em){
    .header{
        padding-bottom: 6px;
    }
    .dashboard .header{
        background: none;
    }
}
/* 7.0 - Footer
================================== */
.footer-menu > li{
    padding-left: 1%;
    padding-right: 1%;
}
.footer-menu > li > a{
    font-family: AkkuratRegular;
    color: #959595;
    font-size: 14px;
    padding: 0;
}
.footer-top{
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-bottom,
.footer-middle{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #959595;
}

@media screen and (max-width: 39.95em){
    .footer-top{
        padding-top: 0;
    }
    .footer-menu{
        flex-wrap: wrap;
    }
    .footer-menu > li{
        flex: 1 0 100%;
        border-bottom: 1px solid #ebebeb;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-menu > li > a{
        display: block;
        text-align: center;
    }
}

/* 8.0 - Dashboard
================================ */
.dashboard,
.dashboard p{
    font-size: 14px;
    font-family: AkkuratRegular;
}
.inner-dashboard-page .col-content{
   font-size:18px;
   position:relative;
}
.inner-dashboard-page .col-content #viewMap{
    position: absolute;
    top: -8px;   
}
.large-8.msg{
    max-width: 635px;
}
.inner-dashboard-page .large-8.msg .col-content{
   font-size:17px;
}
.delivery-section .fa-map-marker{
    font-size: 26px;
    padding-right: 5px;
}
.user-job-info{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 16px;
    padding-bottom: 17px;
    margin-left: -15px;
}
.user-job-info > li{
    padding-left: 15px;
    padding-right: 15px;
}
.user-job-info > li a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: none;
}
.user-job-info > li a .job-type{
    border-bottom: 1px solid rgba(38, 38, 38, 0);
    transition: all .2s linear;
    font-family: AkkuratRegular;
    color: #8a8a8a;
    font-size: 14px;
}
.user-job-info > li a:hover .job-type{
    border-bottom-color: inherit;
}
.user-job-info > li a .job-count{
    margin: 0 10px;
    color: #000;
    font-family: AkkuratBold;
}
.content-heading{
    
}
.search-form{
    position: relative;
    
}
.search-form .s{
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 35px;
    background: none;
}
.search-form .search-button{
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    font-size: 16px;
    color: #999;
}
.column-heading{
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 11px 14px 18px;
}
.column-heading .column-name{
    color: #000;
    font-family: AkkuratRegular;
}
.column-heading .column-desc{
    font-family: AkkuratLightRegular;
}
.column-heading .column-desc a{
    font-family: AkkuratRegular;
}
.column-heading .column-icon{
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
}
.content-body{
    padding-top: 35px;
}
.column-content{
    padding-top: 9px;
}
.accordion-title{
    display: block;
    font-size: 13px;
    font-family: AkkuratRegular;
    color: #959595;
    border: none;
    padding-left: 10px;
    padding-right: 0;
}
.bold-text{
    font-family: AkkuratBold;
}
.accordion .bold-text{
    font-size: 11px;
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: 1.8;
    margin-bottom: 4px;
}
.accordion .accordion-item.is-active .bold-text{
    color: #000;
}
.accordion-item{
    border-bottom: 1px solid #ededed;
}
.accordion-title:focus,
.accordion-title:hover{
    background: none;
}
.accordion-title .message-user-avatar{
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}
.accordion-title .message-user-avatar > img{
    border-radius: 50%;
}
.accordion-title .message-count{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    background: #f16623;
    color: #fff;
    right: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 8px -1px #c9c8c8;
}
.accordion .accordion-item .message-user-avatar > img{
    opacity: .5;
}
.accordion .accordion-item.is-active .message-user-avatar > img{
    opacity: 1;
}
.job-title{
    margin-bottom: 5px;
}
.accordion-content{
    padding: 0;
    margin-top: -30px;
    border: none;
    padding-bottom: 4px;
    
}
:last-child:not(.is-active) > .accordion-title{
    border-bottom: none;
}
.accordion-content-inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
    height: 9em;
}
.accordion-content .message-excerpt{
    width: calc(100% - 70px);
    font-size: 13px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 4%;
    background: #fcfcfc;
    letter-spacing: 0;
    color: #676767;
    overflow: hidden;
}
.accordion-item .row{
    margin-left: -6px;
    margin-right: -6px;
}
.accordion-item .columns{
    padding-left: 6px;
    padding-right: 6px;
}
.accordion-content a{
    border-bottom: none;
}
.accordion-content .links-group{
    width: calc(100% - 60px);
    
}
 .accordion-content .links-group{
    padding-top: 9px;
    padding-bottom: 9px;
}
.paid-true,
.j-status{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.paid-true:after,
.j-status:after{
    content: "";
    width: 12px;
    height: 12px;
    background: #7abd49;
    display: inline-block;
    border-radius: 50%;
    margin-left: 9px;
    margin-bottom: 2px;
}
.pending:after,
.del-waiting:after{
    background: #f7a37a;
}
.disputed:after{
    background: #ff0000;
}
.loads-col .accordion-item{
    padding: 6px 0 7px;
}
.loads-col .accordion-content{
    margin-top: -30px;
}
.accordion-item:last-child > :last-child{
    border: none;
}
.loads-col .accordion-content .load-job-status{
    flex: 1;
}
.payment-list{
    padding-top: 8px;
    margin-bottom: 16px;
}
.payment-list > li{
    border-bottom: 1px solid #ebebeb;
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 13px;
    color: #959595;
}
.payment-list .bold-text{
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
}

.map-infowin img{
    max-width: 100%;
    
}
#gmap_canvas *{
/*    overflow: visible!important;*/
}
.map-infowin{
    width: 170px;
    position: relative;
}
.map-infowin a{
    color: #9bcd76;
    font-family: AkkuratBold;
}
.infowin-text{
    padding-left: 30px;
    
}
.infowin-text h4{
    position: relative;
}
.infowin-text h4:before{
    position: absolute;
    display: inline-block;
    content: "";
    background: #7abd49;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 3px;
}
.map-message{
    position: absolute;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    background: #ed145b;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
    text-align: center;
    right: 0;
    top: 0;
    vertical-align: middle;
    font-family: AkkuratBold;
}


/* 9.0 - Login
=============================== */
.login .full-height{
     min-height: 70vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.full-heigt-inner{
    margin: auto;
}
.login h3{
    font-size: 22px;
}
.login-form{
    padding-top: 20px;
}
.login-form label{
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    font-family: AkkuratBold;
    margin-bottom: 5px;
}
.login-form label span[class^=icon]{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    color: #6db638;
    margin-left: 8px;
    border-radius: 50%;
    font-size: 7px;
    border: 1px solid;
}
.login-form{
    font-size: 16px;
}
.login .page-content{
    padding-top: 40px;
    padding-bottom: 40px;
}
.login-form .button[type=submit]{
    background: #f16623;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 16px;
}
.signup-form{
    padding-top: 26px;
    border-top: 1px solid #ededed;
    margin-top: 30px;
}
.signup-success p a{
    color: inherit;
}
.form-footer a{
    color: inherit;
}
.role{
    margin-bottom: 23px;
}

/* 10.0 - User Profile
=========================================== */
 
.content-menu.menu > li a{
    border-bottom: 3px solid rgba(224, 74, 22, 0);
    color: #8a8a8a;
    font-family: AkkuratRegular;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 17px;
}
.content-menu.menu > li a:hover{
    border-bottom-color: rgba(224, 74, 22, 0.4);
}
.content-menu.menu > li:first-child{
    padding-left: 0;
}
.content-menu.menu > li a.current-item{
    border-bottom-color: rgba(224, 74, 22, 1);
}
.content-heading{
    border-bottom: 1px solid #ededed;
}
.user-avatar{
    margin-bottom: 10px;
}
.round > img{
    border-radius: 50%;
}
.rate-stars {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    font-size: 12px;
    position: relative;
}
.rate-stars .stars {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
}
.rate-stars .stars > span{
    margin-left: 1px;
    margin-right: 1px;
}
.rate-stars .stars-full {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}
.username{
    font-size: 16px;
}
.userdur{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #cacaca;
    margin-bottom: 5px;
}
.userdur .date{
    white-space: nowrap;
}
.user-details label{
    color: #444444;
    font-size: 11px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.user-details label .field-desc{
    color: #cacaca;
    text-transform: none;
    font-size: 12px;
    font-family: AkkuratRegular;
}
.user-details{
    padding-top: 33px;
    padding-bottom: 30px;
}
.user-details > .columns + .columns{
    border-left: 1px solid #ebebeb;
}
.user-details h4{
    margin-bottom: 24px;
}
.user-details input{
    margin-bottom: 8px;
}
.user-details h6{
    font-size: 11px;
    text-transform: uppercase;
    color: #444444;
}
.user-details .fields-group input[type=checkbox]+label{
    font-size: 16px;
    color: #959595;
    margin-bottom: 13px;
}
.user-details .fields-group input[type=checkbox]+label:before{
    margin-top: 7px;
}
.user-profile .content-body{
    padding-bottom: 34px;
}
.user-details .button[type=submit]{
    margin-top: 15px;
}
.cards-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
}
.cards-list > li{
    position: relative;
}
.cards-list > li + li{
    margin-left: 3px;
}
.cards-list > li.used-card:after{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #f16623;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
}
.b-account-info .cards-list{
    border-right: 1px solid #ebebeb;
    padding-right: 23px;
}
.b-account-info{
    margin-bottom: 20px;
}
.b-account-info h6{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
h6 > span[class^=icon]{
    font-size: 13px;
    cursor: pointer;
    color: #cacaca;
}
.b-account-info .bank-account{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
}
.black-text{
    color: #000;
}
.b-account-info .bank-account img{
    margin-right: 10px;
}
.b-account-info a{
    color: #959595;
    border-bottom-color: rgba(0, 0, 0, 0);
}
.b-account-info a .add-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
}

/* 9.0 - Post load
============================== */
.post-load-form h3,
.post-load-form h4{
    color: #000;
}
.details-group{
    position: relative;
    border-left: 1px solid #f6f6f6;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.details-group p{
    color: #959595;
    margin-bottom: 19px;
}
.details-group:last-child{
    border-left: none;
}
.details-group:before{
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f26f30;
    position: absolute;
    top: 3px;
    left: -40px;
    left: -6px;
}
.post-load-form a{
    margin-bottom: 18px;
    display: inline-block;
    color: #959595;
}
.post-load-form label{
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
}
.details-group.processing:before{
    content: url('../images/inputimg.png');
    left: -18px;
    top: -9px;
    width: 0;
}
.post-load-form{
    padding-top: 22px;
}
.post-load-form .button{
    margin-bottom: 0;
}

.close-button{
    background: #999999;
    color: #fff;
    border-radius: 0;
    padding-left: 4px;
    padding-right: 4px;
    top: 12px;
    right: 12px;
}
.congrat-modal .close-button{
       background: none;
    color: #000;
    font-size: 36px;
    top: 40px;
    right: 30px;
}
.success-modal{
    padding-top: 80px;
    padding-bottom: 83px;
}
.reveal .button{
    background: #42c701;
    color: #fff;
}
.reveal .button:hover{
    background: #329501;
    color: #fff;
}
.rev-img{
    margin-bottom: 30px;
}
.reveal h3{
    margin-bottom: 15px;
}
.reveal p{
    margin-bottom: 25px;
}
.map-modal{
    padding: 0;
    width: 900px;
}
.map-modal #gmap_canvas{
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    min-width: 100%;
    height: 100%;
}
.map-modal .cont-heading{
    padding-top: 20px;
    padding-bottom: 20px;
}
.map-modal .cont-heading p,
.map-modal .cont-heading h3{
    margin-bottom: 4px;
    line-height: 1.1;
}
.modal-content{
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px;
}
.modal-content h4{
    color: #000;
}
.drivers-list{
    margin-bottom: 16px;
}
.drivers-list > li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
}
.drivers-list > li + li{
    border-top: 1px solid #e4e4e4;
}
.drivers-list > li .dr-avatar > img{
    width: 40px;
    border-radius: 50%;
}
.drivers-list > li .dr-id{
    font-size: 12px;
}
.drivers-list > li .dr-name{
    color: #444;
    font-size: 16px;
}
.drivers-list > li .dr-rate{
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.drivers-list > li .dr-rate .icon-star-full{
    font-size: 22px;
    margin-right: 8px;
}
.drivers-list > li input[type=checkbox] + label{
    margin-bottom: 0;
}
.drivers-list > li input[type=checkbox] + label:before{
    width: 22px;
    height: 22px;
    border: 2px solid #e4e4e4;
    line-height: 20px;
}
.modal-footer{
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 10.0 - Job index
================================ */
.full-width-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.full-width-row > .full-width-col{
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.full-width-row > .full-width-col.fwc-left{
    justify-content: flex-end;
}
.full-width-row > .full-width-col.fwc-right{
    justify-content: flex-start;
}
.full-width-row > .full-width-col .full-width-col-inner{
/*    max-width: 35.625rem;*/
    height: 100%;
    flex-grow: 1;
}

.job-index .content-body{
    padding-top: 0;
}

.job-index #gmap_canvas {
    height: 100%;
}
.job-index .jobs-accord .accordion-title {
    padding-right: 45px;
}
.job-index .jobs-accord .is-active > .accordion-title {
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.job-index .jobs-accord {
    padding-right: 4%;
}
.job-index .jobs-accord .accordion-content {
    padding-right: 15px;
}
.job-index .accordion-content .load-job-status{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.job-index .jobs-accord .accordion-content .job-stat-list{
    background-size: 80% auto;
/*    padding-top: 30px;*/
}
.job-index .loads-col .jobs-accord .accordion-item.is-active{
    padding-bottom: 30px;
}
.job-index .column-heading a{
    border-bottom-color: rgba(0, 0, 0, 0);
    color: inherit;
}
.job-index .column-heading a:hover{
    color: #000;
}
.job-index .column-heading{
    padding-right: 0px;
    border-radius: 2px;
    border-top: none;
}
.job-index .column-heading .job-details-gaps{
    padding-right: 35px;
    
}
.job-index .column-heading .row{
    margin-left: -5px;
    margin-right: -5px;
}
.job-index .column-heading .row > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.job-index .content-body .col-footer .job-details-gaps{
    padding-left: 0;
    padding-right: 30px;
}
.pagination > li > a{
    border: 1px solid #d7d7d7;
    color: #444444;
    text-transform: uppercase;
    font-size: 11px;
    font-family: AkkuratBold;
    padding: 8px 16px;
}
.pagination > li.current{
    padding: 8px 16px;
    border: 1px solid #959595;
    background: rgba(0, 0, 0, 0);
    color: #444444;
    font-size: 11px;
    font-family: AkkuratBold;
}
.pagination li.pagination-next{
    margin-left: 5px;
}
.pagination li.pagination-next a::after, 
.pagination li.pagination-next.disabled::after{
    display: none;
}
.pagination li.pagination-previous a::before, 
.pagination li.pagination-previous.disabled::before{
    display: none;
}
.job-index .page-content{
    padding-bottom: 0;
}
.job-details-wrapper,
.job-details{
    background: #f8f8f8;
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
}
.job-details-wrapper:not(.details-active),
.job-details-wrapper:not(.details-active) .job-details{
    right: 100%;
}
.job-details-wrapper.details-active{
    right: 0;
}
.job-details-wrapper.details-active .job-details{
    right: 50px;
}
.job-details-wrapper{
    background: rgba(0, 0, 0, 0);
    right: 100%;
    overflow: hidden;
}
.flex-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-row .job-details-gaps{
    max-width: 34.825rem;
    flex: 1;
}
.job-details-gaps{
    width: 100%;
    max-width: 35.625rem;
}
.job-details-wrapper .job-details-main-cont{
    height: 100%;
    position: relative;
    max-width: 34.825rem;
    overflow: visible;
}
.job-details{
    box-shadow: inset 33px -10px 47px -20px #eee;
    z-index: 1000;
    right: 100%;
}
.job-details-inner{
    padding: 10px 25px;
}
.job-details-inner .job-title{
    margin-bottom: 0;
}
.job-details-wrapper:not(.details-active) .job-details > *{
    opacity: 0;
}
.close-opened-details{
    position: absolute;
    font-size: 38px;
    color: #fff;
    right: -36px;
    top: 0;
    z-index: 5000;
}
.message-user-avatar > img{
    border-radius: 50%;
}
.job-details-inner a:not(.accordion-title){
    font-size: 12px;
    text-transform: uppercase;
    font-family: AkkuratBold;
    color: #676767;
}
.job-details-inner a:not(.button){
    border-bottom: none;
    
}
.job-details-inner .posted-date{
    font-size: 12px;
    font-family: AkkuratBold;
    color: #676767;
}
.job-details-inner .jobs-det-lists{
    padding-top: 15px;
    padding-bottom: 15px;
}
.job-det-top{
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 20px;
}
.job-details .job-details-inner{
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.job-details .job-details-inner .jobs-det-lists{
    flex-grow: 1;
}
.messages .accordion-content .accordion-content-inner{
    height: auto;
}
.messages .accordion-content .message-excerpt{
    height: auto;
}
.messages .loads-col .jobs-accord .accordion-item.is-active{
    padding-bottom: 10px;
}
.messages .loads-col .jobs-accord .accordion-item.is-active .accordion-title{
    padding-bottom: 0;
}
.message-type{
    background: #f00;
    color: #fff;
    padding: 2px 9px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 4px;
    margin-left: 8px;
}
.message-type.offer{
    background: #3bb101;
}
.message-type.declined{
    background: #df0000;
}
.message-type.offer{
    background: #3bb101;
}
.message-type.dr-mess{
    background: #f16623;
}
.message-type.offer{
    background: #3bb101;
}
.new-message .button{
    padding: 9px 14px;
}
.messages .job-details-wrapper{
    background: none;
}
.job-details-inner {
    position: relative;
}
.messages .job-details .sticky-top{
    font-size: 17px;
    background: #fbfbfb;
    padding-bottom: 0;
    padding-top: 0;
}
.messages .job-details{
    border-left: 1px solid #d7d7d7;
    padding-top: 10px;
    background: #fbfbfb;
    box-shadow: none;
    
}
.job-details .conversation{
    height: 100%;
    
}
.job-details .conversation .msg-date{
    font-size: 11px;
    color: #676767;
    
}
.job-details .conversation .msg-content{
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.job-details .conversation{
    overflow-y: auto;
    overflow-x: hidden;
}
.job-details .conversation .messages-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.job-details .conversation .messages-list > .msg{
    margin-bottom: 10px;
}
.job-details .conversation .messages-list .msg .message-user-avatar{
    margin-top: 20px;
}
.job-details .conversation .messages-list > .msg-right > .row > .columns:first-child{
    order: 2;
}
.job-details .conversation .messages-list .msg-date{
        font-size: 12px;
    font-family: AkkuratBold;
    color: #676767;
}
.job-details .conversation .messages-list .msg-right .msg-date{
/*        text-align: right;*/
}
.upper-text{
    text-transform: uppercase;
}
.new-message .small-text{
    font-size: 11px;
    color: #000;
    font-family: AkkuratBold;
    
}
.input-cover-button{
    position: absolute;
    font-family: AkkuratBold;
    color: #f16623;
    font-size: 18px;
    left: 14px;
    padding-right: 15px;
    top: 8px;
    border-right: 1px solid #e1e1e1;
    padding-top: 6px;
    padding-bottom: 6px;
}
.input-cover-button + input{
    padding-left: 50px;
    background: #fff;
}
.new-message{
    padding-top: 5px;
    box-shadow: 0 -6px 26px 14px #fbfbfb;
}
.new-message textarea{
    background: #fff;
}
.new-msg-form{
    padding-top: 5px;
}
.messages .full-width-row > .full-width-col.fwc-right{
    background: #fbfbfb;
}
.button-o:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
}
.new-msg-form .button-o:first-child:before{
    background: #7abd49;
}
.new-msg-form .button-o:last-child:before{
    background: #df0000;
}
.job-det-messages .accordion,
.job-det-messages .accordion .accordion-content{
    background: none;
}
.job-det-messages .accordion .accordion-content .accordion-content-inner{
    height: auto;
}
.job-index .job-det-messages .jobs-accord .is-active > .accordion-title{
    padding-bottom: 16px;
}
.job-index .job-details-inner .job-det-messages .accordion-title{
    color: #c5c5c5;
}
.job-index .job-details-inner .job-det-messages .is-active .accordion-title{
    color: #676767;
}

.uploaded-imgs img{
    width: 52px;
    height: 52px;
    margin-right: 8px;
}
.jobs-det-lists > li{
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.job-det-comp > li{
    padding-top: 14px;
    padding-bottom: 10px;
}
.job-det-comp > li + li{
    border-top: 1px solid #e7e7e7;
}
.job-det-comp > li:last-child{
    border-bottom: 1px solid #e7e7e7;
}
.job-det-comp > li h3{
    font-size: 17px;
    color: #212121;
    margin-bottom: 0;
    margin-bottom: 10px;
}
.job-det-comp{
    font-size: 17px;
    color: #959595;
}
.job-det-comp > li h6{
    color: #959595;
    font-size: 12px;
    font-family: AkkuratBold;
    margin-bottom: 0;
}
.job-det-comp > li h6 + div{
    margin-bottom: 5px;
}
.job-det-comp .row{
    margin-left: -15px;
    margin-right: -15px;
}
.offers-count{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #ed145b;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    box-shadow: 1px 1px 4px 1px #aeacad;
    margin-left: 5px;
}
.offers-message-header{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
}
.offer-in-msg .links-group{
    padding-top: 5px;
}
.offer-in-msg .links-group a{
    margin-right: 10px;
    transition: all .3s;
    padding: 4px 3px 2px;
    border: 1px solid rgba(229, 229, 229, 0);
}
.offer-in-msg .links-group a:hover{
    border-radius: 2px;
    border-color: rgba(229, 229, 229, 1);
    box-shadow: 0 0 4px 1px #e5e5e5;
}
.offer-in-msg .links-group a:before{
    content: "";
    display: inline-block;
    margin-right: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.offer-in-msg .links-group a.off-accept-link:before{
    background: #7abd49;
}
.offer-in-msg .links-group a.off-decline-link:before{
    background: #f26522;
}
.job-details-inner .userdur{
    padding-left: 0;
    padding-right: 0;
}
.job-details-inner .offer-status{
    color: #42c701;
    font-size: 17px;
}
.job-details-inner .off-price{
    color: #3a3a3a;
    font-size: 20px;
}
.offered-user-details{
    border-bottom: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 20px;
}
.offered-job-details{
    border-bottom: 1px solid #ededed;
    padding-top: 32px;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.job-details-inner .offered-job-actions a{
    text-transform: none;
    font-size: 16px;
    font-family: AkkuratBold;
}
.job-details-inner .offered-job-actions a:not(.button){
    color: #959595;
    border-bottom: 1px solid #959595;
    font-family: AkkuratRegular;
}
.job-details-inner .offered-job-actions > div{
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.job-details-inner .offered-job-actions a.button{
    background: #464646;
    color: #fff;
}
.offered-job-details-heading{
    padding-top: 28px;
    padding-bottom: 20;
}
.offered-job-details-body{
    padding-top: 20px;
}
.offered-job-details-body form{
    padding-top: 14px;
}
.offered-job-details-body .bank-account-form h4{
    margin-bottom: 23px;
    color: #626262;
}
.offered-job-details-body label{
    font-size: 11px;
    text-transform: uppercase;
}
.offered-job-details-main .job-details{
    box-shadow: none;
}
.offered-job-details-main .job-details-inner{
    padding: 10px;
}
.offered-job-details-body  .user-details{
    padding-top: 10px;
}
.offered-job-details-body  .user-details h4{
    margin-bottom: 0;
}
.offered-job-details-body .b-account-info .cards-list{
    padding-right: 0;
    border-right: none;
}
.payments-page .payment-list{
    padding-right: 6%;
    min-height: 700px;
}
.payments-page .job-details{
    padding-top: 30px;
}
.payments-page .job-details .paym-job-status{
    color: #000;
}
.payments-page .payment-list .the-payment{
    position: relative;
    display: block;
    border-bottom: none;
}
.payments-page .payment-list .the-payment:after{
    font-family: icomoon;
    content: "\e900";
    color: #f16623;
    transform: rotateZ(-90deg);
    font-size: 20px;
    transition: all .2s linear;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
}
.job-details-inner > .row{
    width: 100%;
}
.address-details h4{
    color: #000;
    margin-bottom: 18px;
}
.address-details h5{
    margin-bottom: 3px;
}
.payments-page .details-inner-body{
    flex-grow: 1;
}
.payments-page .button:hover{
    color: #fff;
}
.payments-page .details-inner-body h4 + h3{
    color: #959595;
}
.payments-page .details-inner-body h4{
    color: #000;
}


/* 11.0 - Web app
================================ */

.web-app .content-body{
    padding-top: 50px;
}
.web-app .content-body h3{
    font-size: 18px;
}
.employments-list{
    border: 1px solid #ebebeb;
    padding: 5px;
}
.employments-list > li{
    padding: 15px 23px 10px;
}
.employments-list > li + li{
    border-top: 1px solid #ebebeb;
}
.web-app .employments-list > li h3{
    font-family: AkkuratBold;
    color: #6a6a6a;
    margin-bottom: 3px;
}
.web-app .employments-list > li h5{
    font-family: AkkuratBold;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 3px;
}
.web-app .employments-list > li p{
    margin-bottom: 6px;
}
.inline-fields{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.show-after-click{
    display: none;
}
.inline-fields > div{
    margin: 3px;
    flex-grow: 1;
}
.dk-select, .dk-select-multi{
    width: 100%;
}
.dk-selected{
    line-height: 36px;
    border-radius: 3px;
   color:#000;
}
.contact-det .dk-selected{
   height:44px;
       border: 1px solid #e1e1e1 !important;
}
.dk-selected:after{
    margin-right: 30px;
}
.dk-selected:before{
    margin-right: 12px;
    border-width: 0.35em 0.35em 0;
}
.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options{
       border-color: #cacaca;
}
.dk-select-options .dk-option-highlight{
background-color: #cacaca;

}
.web-app .employments-list > li .inline-fields{
    margin-bottom: 5px;
}
.web-app .employments-list > li:last-child textarea{
    background: none;
    height: 110px;
}
.web-app .employments-list > li:last-child h5{
    margin-left: 6px;
}
.web-app .employments-list > li:last-child .button{
    margin-bottom: 2px;
    border-radius: 4px;
}
.web-app .employments-list > li:last-child .show-after-click .button{
    padding-top: 10px;
    padding-bottom: 10px;
}
.web-app .employments-list > li:last-child .button + .button{
    margin-left: 6px;
}
.web-app .employments-list > li:last-child .show-after-click{
    margin-bottom: 38px;
}

@media screen and (max-width: 39.95em){
    .employments-list > li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .web-app .employments-list > li:last-child .show-after-click .button{
        padding-left: 14px;
        padding-right: 14px;
    }
    .web-app .content-body > .row > .columns + .columns{
        border-top: 1px solid #ebebeb;
        padding-top: 25px;
        margin-top: 20px;
    }
}


/* 12.0 - Inner Dashboard Page
================================================== */

.inner-dashboard-page .wrapper-inner{
    position: relative;
    padding-bottom: 1px;
}
.left-admin-bar{
    width: 250px;
    background: #1f1f1f;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}
.admin-bar-space{
    padding: 10%;
}
.inner-dashboard-page .user-admin-bar{
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
}
.inner-dashboard-page .user-admin-bar .columns{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #fff;
}
.inner-dashboard-page .user-admin-bar .columns .small-text{
    color: #868686;
}
.admin-bar-space .ua-sec{
   position:relative;
}
.inner-dashboard-page .user-admin-bar .columns .open-user{
    transform: translate(0);
    position:absolute;
    right: -15px;
    top: 15px;
}
.inner-dashboard-page .user-admin-bar .columns .open-user.btn-change{
    transform: rotate(-180deg);
}
.user-admin-bar .user-drop{
    margin: 0;
    padding-top: 10px;   
}
.user-admin-bar .user-drop li{
   list-style:none;
}
.user-admin-bar .user-drop li a{
   border: 0;
}
.user-admin-bar .user-drop li a:hover{
   opacity:.8;
}
.left-admin-bar .admin-bar-logo{
    text-decoration: none;
    border: none;
}
/*.inner-dashboard-page .row{
    max-width: none;
}*/
.inner-dashboard-page .dashboard-menu .menu > li > a{
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    padding-bottom:20px;
}
.inner-dashboard-page .dashboard-menu .menu > li > a:hover{
    color: #6c6c6c;
}
.dashboard-page-content{
    padding-left: 250px;
    color: #444444;
}
.dashboard-page-content h2{
    font-size: 32px;
    font-family: GRAYSTROKEREGULAR;
    text-transform: uppercase;
}
.dashboard-page-content p{
    color: #444444;
    line-height: 1.5;
}
.dashboard-page-content-heading{
    padding-left: 4%;
    padding-top: 45px;
    z-index:20;
}
.dashboard-page-content-heading p{
   font-size:16px;
}
.fixed-heading{
    position: fixed;
    left: 250px;
    right: 0;
    top: 0;
    background: #fff;
   z-index:1;
}
.fixed-heading + .dashboard-page-content-body{
    padding-top: 174px;
}
.inner-dashboard-page h4{
    font-family: AkkuratBold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    color: inherit;
}
.loads-list-img > img{
    width: 49px;
    border-radius: 50%;
}
.loads-list > li{
    padding-top: 18px;
     border-bottom: 1px solid #ebebeb;
    padding-left: 4%;
   padding-bottom:18px;
}
.loads-list > li > a{
    display: block;
    border: none;
    color: #6a6a6a;
}
.loads-list > li .o-link a,
.o-link h4.price{
    border-bottom: 1px solid #ff7000;
}
.o-link h4{
    display: inline-block;
}
.dashboard-page-content-heading h6{
    color: #a3a2a2;
    font-size: 10px;
    font-family: GRAYSTROKEREGULAR;
    text-transform: uppercase;
      font-size: 12px;
    color: #898989;
}
/*.loads-list > li:nth-child(even){
    background-color: #f5f5f5;
}*/
.dashboard-page-content-heading{
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}
.pagination-wrapper{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 17px;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}
.filter-form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*    flex-wrap: wrap;*/
}
.filter-form .columns{
   padding-left:10px;
   padding-right:10px;
}
.filter-form > select{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    background-image: url('../images/select-down-2.png');
    flex: 1 0 20%;
    width: auto;
    color: #000;
    background-position: calc(100% + 8px) 50%;
    
}
.filter-form .sd{
    color: #959595;
    background-color: #fafafa;
    padding: 0 15px;
    background-image: url(../images/select-down.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    border: 1px solid #cacaca;
    border-radius: 3px;
    height: 39px;
    display: inline-block;
    width: 100%;
    background-image: url(../images/select-down-2.png);
    color: #000;
    font-size: 14px;
       line-height: 39px;
}
.filter-form .row{
       padding-left: 45px;
   width:100%;
}
.dk-selected:before{
    margin-right: 10px;
    background-image: url(../images/select-down-2.png);
    border: 0;
    content: "";
    width: 11px;
    height: 8px;
    margin-top: -3px;
}
.dk-selected:after {
    margin-right: 30px;
    border: 0;
}

.dk-selected{
    padding: 0 15px;   
   border:1px solid #cacaca !important;
}
.datepicker .input-date{
   position:relative;
}
.datepicker .input-date .fa{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.date{
   position:relative;
}
.date .datepicker{
   display:none;
    padding: 20px;
    position: absolute;
    border: 1px solid #cacaca;
    background: #fff;
    right: 10px;   
   width:195px;
}
.date .datepicker.opendate{
   display:block;
}  
.left-admin-bar{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.left-admin-bar .dashboard-menu{
    flex-grow: 1;
   margin-top:10px;
}
.admin-bar-footer{
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #363636;
}
.menu-button-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 8px;
}
.menu-button-wrapper > hr{
    flex-basis: 10%;
    margin: 0;
    -ms-align-self: flex-end;
    align-self: flex-end;
    border-color: #464646;
}
.menu-button-wrapper > .menu-toggle-button{
    font-size: 12px;
    text-transform: uppercase;
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #464646;
    border-bottom-color: rgba(0, 0, 0, 0);
    margin: 0;
    outline: none;
}
.menu-button-wrapper > .menu-toggle-button:after{
    content: "\e900";
    display: inline-block;
    font-family: icomoon;
    margin-left: 10px;
    transform: rotateX(180deg);
}
.menu-button-wrapper > .menu-toggle-button.opened:after{
    transform: rotateX(0deg);
}
.dashboard-footer-menu .menu{
    display: none;
    border-top: 5px;
}
.dashboard-footer-menu .menu > li > a{
    font-size: 12px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dashboard-footer-menu .menu > li > a:hover,
.dashboard-footer-menu .menu > li > a:visited,
.dashboard-footer-menu .menu > li > a:focus,
.dashboard-footer-menu .menu > li > a:active{
    color: #fff;
}
.dashboard-page-content-top{
    padding: 0 1% 0 4%;
    border-bottom: 1px solid #e9e9e9;
    z-index:2;
}
.dashboard-page-content-top .left-col{
   padding-left:0;
}
.dashboard-page-content-top .right-col{
   padding-right:0;
}
.dashboard-page-content-top > .row > .columns{
    padding-top: 14px;
    padding-bottom: 14px;
}
.dashboard-page-content-top > .row > .columns + .columns{
    border-left: 1px solid #ebebeb;
}
.dashboard-page-content-top .button-group::before, 
.dashboard-page-content-top .button-group::after{
    display: none;
}
.dashboard-page-content-top .button-group,
.dashboard-page-content-top .button{
    margin-bottom: 0;
}
.dashboard-page-content-top .button-group .button .fa{
    opacity: .40;
    padding-right: 10px;   
}
.space-status{
    display: inline-block;
    background-color: #7abd49;
    color: #fff;
    border-radius: 2px;
    padding: 2px 10px;
    margin-top: 7px;
    margin-bottom: 8px;
}
.dashboard-page-content h5{
    text-transform: uppercase;
    font-size: 18px;
    font-family: GRAYSTROKEREGULAR;
    color: #a8a8a8;
}
.inner-dashboard-page .section{
    padding: 4%;
}
.inner-dashboard-page .section.nbp{
    padding-bottom: 0;
}
.inner-dashboard-page .section h5{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.col-title{
    font-family: AkkuratBold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}
.col-content{
    font-size: 18px;
    margin-bottom: 26px;
}
.section span.icon{
    font-size: 26px;
}
.inner-dashboard-page .section .col-content .button{
    margin-bottom: 0;
    margin-left: 10px;
}
.inner-dashboard-page .section .col-content .button:hover{
    border-bottom-color: #d7d7d7;
}
#mapModalWind{
   top: 50%!important;
    right: 0;
    width: 100%;
    position: absolute;
    padding: 0;
    color: #373737;
       max-width: 800px;
    left: 50%;
       transform: translate(-50%,-50%);
    margin: 0 auto;
}
#mapModalWind #gmap_canvas{
   height:300px;
}
#mapModalWind .section{
    position: relative;
    z-index: 20000;
}
.col-update-current-location {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map-modal-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 0.5rem;
}
.button-update-current-location {
    margin-right: 10px;
}
.reveal .button.button-close-map-modal:hover{
    background: #ff7000;
    color: #fff;
}
.reveal .button.button-close-map-modal{
    background: #fcfcfc;
    color: #444;
}
.find-current-location {
    margin-bottom: 0.5rem;
    align-self: flex-start;
    font-size: 70%;
}
#autocomplete {
    margin-bottom: 0;
}
#currentLocation {
    margin-bottom: 0.5rem;
    font-size: 18px;
    align-self: flex-start;
}
.drop-off-marker {
    color: #f26422;
}
.pick-up-marker {
    color: #363636;
}
.gallery-images{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
}
.gallery-images img{
    object-position: 50%;
    -o-object-position: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 53px;   
}
.gallery-images > li{
    flex-basis: 55px;
}
.gallery-images > li + li{
    margin-left: 10px;
}
.single-job-content-body{
    padding-top: 145px;
}
#imagesGalleryModal{
    width: 100%;
    max-width: 100%;
    background: none;
    border: none;
    padding-top: 40px;
}
#imagesGalleryModal .close-button{
    top: 0px;
    background: none;
    right: 25px;
}
#imagesGalleryModal .gallery-slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#imagesGalleryModal .gallery-slider .slick-list{
    flex: 1 0 calc(100% - 30px);
    margin-bottom: 10px;
}

#imagesGalleryModal .gallery-slider .slick-arrow{
    order: 3;
    color: #fff;
    outline: none;
    font-size: 2.5em;
    margin: 20px;
}
#imagesGalleryModal .gallery-slider .slick-prev.slick-arrow{
    
}
#imagesGalleryModal .gallery-slider .slick-slide{
    margin-left: 15px;
    margin-right: 15px;
    
}
#imagesGalleryModal .gallery-slider img{
    width: 100%;
    border: 10px solid #fff;
}
.offer-reveal{
    padding: 40px 30px 54px;
}
.offer-reveal p{
    color: #444444;
    font-size: 16px;
}
.offer-reveal .close-button{
    background: none;
    color: #444;
    font-size: 2.5em;
    top: 40px;
    right: 40px;
}
.offer-reveal h2{
    font-family: GRAYSTROKEREGULAR;
    font-size: 28px;
    text-transform: uppercase;
}
.reveal.offer-reveal{
    max-width: 740px;
}
.overlie-label{
    position: absolute;
    font-family: GRAYSTROKEREGULAR;
    font-size: 28px;
    border-right: 1px solid #ebebeb;
    padding: 6px 12px;
    z-index: 10;
    top: 6px;
    left: 20px;
    line-height: 1;
    text-align: center;
    display: inline-block;
}
.offer-form input, .offer-form-change input{
    height: 51px;
    padding-left: 62px;
    background: none;
}
.offer-form .button, .offer-form-change .button{
    text-transform: uppercase;
    height: 50px;
    font-family: GRAYSTROKEREGULAR;
    font-size: 20px;
    background: #73b322;
}
.offer-form textarea, .offer-form-change textarea{
    height: 101px;
    background: none;
}
.load-messages-list{
    margin-bottom: 10px;
}
.load-messages-list > li{
    border-bottom: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: inset 0 -5px 10px 1px #fff;
}
.load-messages-list > li p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.4;
}
.load-messages-list > li .message-date{
    font-family: AkkuratBold;
    color: #acacac;
    font-size: 13px;
    
}
.load-messages-list > li .message-author-avatar > img{
    width: 73px;
    height: 73px;
    border-radius: 50%;
}
.load-messages .row.offer-msg{
    padding-top: 30px;
}
.load-messages .pricing .btn-group .button{
   width:100%;
}
.load-messages .pricing .btn-group .button#accept{
   margin-bottom: 5px;
}
.load-messages .pricing .btn-group .button#decline{
   margin-left: 0;
}
.dashboard-page-content-heading #accept,
.dashboard-page-content-heading #decline,
#submit-offer-popup #accept,
#submit-offer-popup #decline{
   display:none;
}
.alert-box{
    position: relative;
    border: 2px solid #f16623;
    background: #f4d0bf;
    font-size: 13.9px;
    color: #f16623;
    padding: 15px 15px 15px 50px;
    border-radius: 2px;
    margin-bottom: 30px;
        width: 100%;
    
}
.success{
    background: #dbeec2;
    border: 2px solid #73b322;
    color: #73b322;
}
.alert-box:before{
     content: '!';
    font-family: AkkuratRegular;
    color: #fff;
    background: #f16623;
    left: 15px;
    position: absolute;
    top: 13px;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    

}
.alert-box.success:before{
    background: #73b322;
}
@media screen and (min-width:1600px){
   .inner-dashboard-page .dashboard-menu .menu > li > a{
      padding-bottom: 40px;
   }
}
@media screen and (max-width: 1230px){
    .admin-bar-space{
        padding: 8% 5%;
    }
    .loads-list > li{
        padding-left: 1%;
    }
    .loads-list > li:first-child{
        margin-left: 1%;
    }
    .left-admin-bar{
        width: 220px;
        
    }
    .dashboard-page-content{
        padding-left: 220px;
    }
    .fixed-heading{
        left: 220px;
    }
    .dashboard-page-content .row > .columns{
        padding-left: 8px;
        padding-right: 8px;
    }
    .dashboard-page-content-heading{
        padding-left: 1%;
    }
    .filter-form > select{
        padding-left: 5px;
        padding-right: 15px;
    }
    #mapModalWind{
        width: calc(100% - 220px);
    }
    .dashboard-page-content-top{
        padding-left: 1%;
    }
    .dashboard-page-content-top .button{
        padding-left: 15px;
        padding-left: 15px;
    }
    .button.large{
        font-size: 1.15em;
    }
}



.driver-webapp .content-body p{
    color: #252525;
}
.driver-webapp h3 > a{
    color: inherit;
    border: none;
}
.driver-webapp .round{
    border: 1px solid #e3e3e3;
    background-color: #fbfbfb;
    height: 62px;
    width: 62px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
.driver-webapp .round > img{
    border-radius: 0;
}
@media screen and (max-width: 63.95em){
    .header a{
        text-decoration: none;
        border: none;
    }
    .header a > [class^=icon]{
        font-size: 26px;
    }
}
@media screen and (max-width: 39.95em){
    .user-profile .content-body{
        padding-top: 15px;
    }
    .driver-webapp h3{
        font-size: 16px;
        font-family: GRAYSTROKEREGULAR;
        text-transform: uppercase;
    }
    .driver-webapp .user-details label{
        font-family: AkkuratBold;
    }
    .user-details{
        padding-bottom: 0;
    }
    .user-profile .content-body{
        padding-bottom: 0;
    }
    .header-logo{
        font-size: 36px;
    }
    .header-logo img{
        width: 140px;
    }
    .header a > [class^=icon]{
        font-size: 20px;
    }
    .content-menu{
        flex-wrap: wrap;
        border: 1px solid #ebebeb;
        border-radius: 2px;
    }
    .content-menu > li{
        flex: 1 0 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .content-menu > li:not(.current-item){
        display: none;
    }
    .content-menu.menu > li a{
        justify-content: center;
        font-size: 15px;
        color: #252525;
        border: none;
    }
    .content-menu.menu > li.current-item{
        position: relative;
    }
    .content-menu.menu > li.current-item.menu-opened-item a::after{
        transform: rotateZ(0);
    }
    .content-menu.menu > li.current-item a::after {
        font-family: icomoon;
        content: "\e900";
        color: #f16623;
        transform: rotateZ(-90deg);
        font-size: 20px;
        transition: all .2s linear;
        position: absolute;
        right: 5px;
        top: calc(50% - 11px);
    }
    .content-menu > li a.current-item{
        border-bottom: none;
    }
    
    
    
    
    
    .footer-second-themplate{
        background: #f9f9f9;
        padding-top: 30px;
    }
    .footer-second-themplate h3{
        color: #989898;
        font-size: 16px;
    }
    .footer-second-themplate .footer-menu > li{
        border: none;
        text-align: left;
        padding: 11px 15px;
    }
    .footer-second-themplate .footer-menu > li > a{
        border: none;
        text-align: left;
    }
    .footer-second-themplate .footer-top{
        border-bottom: 1px solid #ebebeb;
    }
    .footer-second-themplate .footer-bottom, .footer-second-themplate .footer-middle{
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .footer-second-themplate .logo{
        font-size: 16px;
        margin-bottom: 0;
    }
}

.msg-filter-form .columns{
    padding: 5px;
}
.msg-filter-form .columns select{
    font-size: 14px;
      background-image: url(../images/select-down-2.png);
    color: #000;
}
.msg-heading{
    padding-bottom: 30px;
}
.fixed-heading + .dashboard-page-content-body.msg-body {
    padding-top: 195px;
}
.msg-filter-form .columns.large-4{
    max-width: 26%;   
}
.msg-filter-form .columns.large-3{
    max-width: 23%;
}
.msg-body .message-count{
    background: #ff7000;
    border:1px solid #fff;
    color: #fff;
    font-size: 13px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.22);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.22)
}
.img-avatar{
    position: relative;
}
.inner-dashboard-page .msg-body h4{
    color: #444;
}
.dashboard-page-content .msg-body .large-4 p{
    font-size: 13px;
}
.dashboard-page-content-heading .msg-heading p{
   font-size:14px;
}
.dashboard-page-content-body .loads-list{
   padding-top: 20px;
}


/**updates**/
.user-bar-top .dashboard-page-content-heading{
    padding-top: 0;
    background: #1f1f1f;
}
.no-wrap{
    flex-wrap: nowrap;
}
.inner-dashboard-page .user-bar-top .user-admin-bar{
    border-bottom: none;
    border-top: none;
    white-space: nowrap;
}
.inner-dashboard-page .user-bar-top .user-admin-bar.admin-bar-space{
    padding: 12px 15%;
    border-left: 1px solid #343434;
}
.inner-dashboard-page .user-admin-bar > .row{
    margin-left: -5px;
    margin-right: -5px;
}

.inner-dashboard-page .dashboard-menu.dsh-lg-menu .menu > li > a{
    padding-top: 22px;
    padding-bottom: 22px;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu .menu > li{
    padding-left: 10%;
    padding-right: 10%;
    border-top: 1px solid #343434;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu .menu > li.current-item{
    border-left: 4px solid #ff7000;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu .menu#profile-tabs > li:hover{
    border-left: 7px solid #c6c6c6;
   transition: all .2s ease;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu .menu > li:last-child{
    border-bottom: 1px solid #343434;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu .menu#profile-tabs > li {
       border-bottom-color: #c6c6c6 !important;
    border-top-color: #c6c6c6 !important;
}

.user-bar-top .fixed-heading + .dashboard-page-content-body{
    padding-top: 72px;
}
.owner-page-content{
    padding: 3%;
}
.owner-page-content h2{
    font-size: 28px;
    margin: 20px 0 22px;
}
.owner-page-content p{
    font-size: 16px;
}
.profile-steps-map{
    padding-top: 35px;
    padding-bottom: 35px;
}
.profile-steps-map > .columns.shrink > span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #acacac;
    border-radius: 50%;
    
}
.profile-steps-map > .columns.shrink.curent-step > span{
    width: 36px;
    height: 36px;
    background: none;
}
.profile-steps{
    padding-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
}
.profile-steps .prof-step{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #fcfcfc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.profile-steps .prof-step .step-body{
    flex: 1 1 190px;
    background-color: #fcfcfc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
}
.profile-steps .prof-step .step-body h3{
    font-size: 20px;
    font-family: AkkuratBold;
}
.profile-steps .prof-step .step-footer{
    background-color: #acacac;
    padding: 22px 15px 28px;
}
.profile-steps .prof-step .step-footer a{
    font-family: AkkuratBold;
    font-size: 16px;
    color: #fff;
}
.profile-steps .prof-step.current-step .step-footer{
    background-color: #ff7000;    
}
.owner-page-content p > a{
    border-bottom-color: #ff7000;
}
.owner-page-content p > a:hover{
    border-bottom-color: rgba(255, 112, 0, 0);
}
.dashboard-page-content .row{
   max-width:none;
}
.dashboard-page-content-heading .table-head{
 
   padding-top:32px;
}
.button.lg.orange:hover,
.button.lg.orange:focus{
       background: #ff7000!important;
   color:#fff;
}
table.no-bd{
    border: none;
}
table.no-bd thead,
table.no-bd tbody{
    border: none;
    background: none;
   
}
table.no-bd thead{
   
    font-family: GRAYSTROKEREGULAR;
    font-size: 12px;
    color: #898989;
    text-transform: uppercase;
    white-space: nowrap;
}
table.no-bd thead tr,
table.no-bd tbody tr{
    vertical-align: top;
    border-bottom: 1px solid #ebebeb;
}
table.no-bd thead tr th,
table.no-bd tbody tr td{
    padding: 24px 8px;
}
table.no-bd.small-table thead tr,
table.no-bd.small-table tbody tr{
    border-bottom: none;
}
table.no-bd.small-table thead tr th,
table.no-bd.small-table tbody tr td{
    padding: 5px 8px;
}
table.no-bd.small-table{
   margin-bottom:0;
}
table.no-bd tbody tr td > h4{
    font-size: 16px;
}
table.no-bd tbody tr td > ul{
    font-size: 12px;
    color: #b9b9b9;
}
table.no-bd tbody tr td > a{
    white-space: nowrap;
    border-bottom-color: #ff7000;
}
table.no-bd tbody tr td > a:hover{
    border-bottom-color: rgba(255, 112, 0, 0);
}
table.no-bd tbody tr td > a.edit-link{
    border-bottom: none;
    color: #999;
    font-size: 28px;
    transform: translateY(-8px);
    display: inline-block;
}
table.no-bd.drivers-quotes-table thead tr th, 
table.no-bd.drivers-quotes-table tbody tr td{
    padding-top: 18px;
    padding-bottom: 18px;
} 
table.no-bd.drivers-quotes-table tbody tr td{
    font-size: 16px;
}
table.no-bd.drivers-quotes-table tbody tr td a:not(.thin){
    padding-left: 5px;
    border-bottom: 2px solid #ff7000;
}
table.no-bd.drivers-quotes-table tbody tr td .links-group a + a{
    margin-left: 30px;
}
.payments .dashboard-page-content-top{
    padding: 3%;
    border: 0;   
       padding-bottom: 0;
}
.payments .dashboard-page-content-top > .row > .columns + .columns {
    border-left: 0;
}
.payments .fixed-heading + .dashboard-page-content-body {
      padding-top: 0;
}
table tbody tr:nth-child(even){
   background:none;
}
.payments .dashboard-page-content-top table.no-bd{
   margin-bottom: 0;
}
.message-user-avatar .message-count {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    background: #f16623;
    color: #fff;
    right: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 8px -1px #c9c8c8;
}
.member-profile-menu{
    width: 200px;
    background-color: #ebebeb;
    position: fixed;
}
.owner-page-content .member-profile-menu{
    left: 200px;
    top: 71px;
    bottom: 0;
}
.owner-page-content .member-profile-menu + div{
    margin-left: calc(200px - 3%);
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu.member-profile-menu .menu > li{
    border-bottom-color: #c6c6c6;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu.member-profile-menu .menu > li > a{
    color: #1c1c1c;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu.member-profile-menu .menu > li > a:hover{
       color: #6c6c6c;
   transition:all .2s ease;
}
.inner-dashboard-page .dashboard-menu.dsh-lg-menu.member-profile-menu .menu > li.current-item{
    border-left-width: 7px;
}
.user-more .adminbar-user-avatar{
    width: 54px;
    height: 54px;
}
.user-more .adminbar-user-avatar > img{
    width: 100%;
       height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 0;
    -o-object-position: 50% 0;
}
.user-more a{
    border-bottom: none;
}
.profile-form label{
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.profile-form input{
    margin-bottom: 16px;
    /* background: none; */
}
.profile-form input:disabled,
.profile-form input[readonly],
.profile-form textarea:disabled,
.profile-form textarea[readonly]
{
    background-color:#e6e6e6;
    cursor:not-allowed;
}
.profile-form ul{
    margin-bottom: 30px;
}

.profile-form .dk-selected {
    margin-bottom: 16px;
}

.member-profile-header{
    padding-top: 34px;
    padding-bottom: 0;
}
.upper-button.button {
    text-transform: uppercase;
    font-family: GRAYSTROKEREGULAR;
}
.on-focus{
   position:relative;
}
.on-focus span{
    position: absolute;
   display:block;
    top: 2px;
    right: 14px;
    text-transform: uppercase;
    font-size: 11px;   
       left: auto;
}
.payments tbody tr td:nth-child(1){
       width: 8%;
}
 table.no-bd tbody tr:hover,
.loads-list > li:hover{
   transition:all .2s;
        background: #f1f1f1;
}
.messages .owner-dash-content-top{
   padding-left:0;
}
.congrat-modal p{
    font-size: 16px;
}
.congrat-modal h2{
    font-family: GRAYSTROKEREGULAR;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 25px;
}
.congrat-modal h3{
    font-family: GRAYSTROKEREGULAR;
    text-transform: uppercase;
    font-size: 18px;
    color: #6bb534;
}
.congrat-modal .reveal-inner{
    padding: 55px 65px 25px;
}
.congrat-modal#open-on-load .reveal-inner{
   padding-left:100px;
   padding-right:100px;
}
.congrat-modal .reveal-footer{
    border-top: 1px solid #ebebeb;
    padding-top: 29px;
      float: left;
    width: 100%;
}
.dk-option{
    display: block !important;
    width: 100% !important;   
}
.user-admin-bar .user-name a {
    color: #fff;
    border: 0;
}
.inner-dashboard-page .loads-list-img,
.inner-dashboard-page .message-user-avatar{
        border: 1px solid #ebebeb;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
        overflow: hidden;
}
.inner-dashboard-page .loads-list-img  img,
.inner-dashboard-page .message-user-avatar img{
    border-radius: 0!important;
    width: 35px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    -webkit-transform:translate(-50%, -50%);  
    -ms-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
}
.inner-dashboard-page .loads-list-img.img-avatar img,
.inner-dashboard-page .message-user-avatar.img-avatar img{
    width: 100% !important;
    height: 100%;
     object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 0;
    -o-object-position: 50% 0;
}
.fixed-heading .owner-page-content{
   padding-bottom:0;
}
.thead h6, .dashboard-page-content-heading h6, .owner-page-content h6{
       color: #a3a2a2;
    font-size: 10px;
    font-family: GRAYSTROKEREGULAR;
    text-transform: uppercase;
    white-space: nowrap;
}
.owner-page-content .loads-list > li {
    padding-left: 0;
   cursor:pointer;
}
.payments .user-bar-top .dashboard-page-content-heading.s-head{
       padding-top: 10px;
}
.columns.head-contact{
    padding-right: 0;
    margin-right: -6px;
}
#send-message-popup form{
     width: 100%;
    max-width: 500px;
    margin: 0 auto;  
}

.checkbox-types-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.checkbox-types-2 > li{
       width: 25%;
    float: left;
    display: inline-flex;
       padding-right: 10px;
}
.checkbox-types-2 input[type=checkbox] + label{
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
}
.checkbox-types-2 input[type=checkbox]+label:before{
    content: "";
    position: absolute;
    left: 2px;
    top: calc(50% - 8px);
   top:5px;
}
.checkbox-types-2 input[type=checkbox]:checked + label:after{
    content: url('/images/check.png');
    display: inline-block;
    position: absolute;
    left: 6px;
    top: calc(50% - 15px);
   top:0;
}
#choose-payment-form h4{
       margin-bottom: 30px;
}
#choose-payment-form .c-label{
       font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.form-field.has-error input, .form-field.has-error textarea  {
   border: 1px solid #de7979 ;
}
.form-field.has-error label[for="form_terms"] {
   width: 100%;
   margin-bottom: 7px;
}
.form-field.has-error .form-field-error {
   color: #e62d2d ;
   font-size: 13px;
   position: relative;
   top: -10px;
}
.owner-page-content .loads-list > li.nc{
   background:none !important;
}
.nc .button{
   width:130px;
}
.load-messages .pricing .btn-group .button#accept:hover{
   background: #7abd49;
}
.offer-msg .pricing .btn-group a{
   position:relative;
 }
.offer-msg .pricing .btn-group a:before{
      content: "";
    background: #7abd49;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    float: left;
}
.offer-msg .pricing .btn-group #decline:before{
     background: #ff7000;
}
#truck-specification-form .user-details .large-8{
    max-width: 790px;
       flex: 0 0 790px;
       -webkit-flex: 0 0 790px;
    -ms-flex: 0 0 790px;
}
#truck-specification-form .user-details label:nth-child(1){
       padding-left: 15px;
    margin-bottom: 30px;
}

.map-infowin img{
 width:100%
}
.map-infowin .infowin-text:after {
    content: "";
    position: absolute;
    background: #ffffff;
    background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, transparent 0%,#ffffff 100%);
    background: linear-gradient(to bottom, transparent 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ffffff',GradientType=0 );
    display: block;
    top: -39px;
    width: 100%;
    height: 40px;
    z-index: 9;
    left: 0;
}
.reveal-overlay #gmap_canvas *{
       max-height: none !important;
}
.reveal-overlay #gmap_canvas.has_img .gm-style .gm-style-iw{
       top: -48px !important;
}
.reveal-overlay #gmap_canvas .gm-style-iw + div{
   top:40px !important;
}
.reveal-overlay #gmap_canvas.has_img .gm-style .gm-style-iw + div{
   top:-40px !important;
}

.reveal-alt .close-button{
    background: none;
    color: #000;
    font-size: 4em;
}
.reveal-alt h2,
.reveal-alt h3,
.reveal-alt h4,
.reveal-alt h5{
    font-family: GRAYSTROKEREGULAR;
    text-transform: uppercase;
    color: #000;
}
.reveal-alt h2{
    font-size: 32px;
}
.reveal .member-avatar{
    margin-bottom: 16px;
}
.reveal-alt .reveal-footer{
    padding: 35px 4% 20px;
    background: #fafafa;
}
.reveal-alt .section hr{
    margin-top: 27px;
    margin-bottom: 27px;
}
.reveal-alt .section h5{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.reveal-alt .reveal-footer h5{
    font-size: 14px;
    margin-bottom: 25px;
}
.reveal-alt .reveal-footer p{
    font-size: 18px;
    color: #252525;
}
.reveal-alt .reveal-footer .rate-stars .stars{
    font-size: 22px;
    color: #000;
}

.img-docs-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 25px;
    text-align: left;
}
.img-docs-list > li{
    flex: 0 0 33.3%;
    padding: 3px;
}
.img-docs-list > li a{
    border: none;
    display: block;
}
.img-docs-list > li a img{
    border: 1px solid #ebebeb;
    width: 100%;
}
/*.documents-reveal*/

#document-full-size{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 350px;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}
#document-full-size img{
    max-height: 100%;
    width: auto;
    opacity: 0;
    transition: all 1.4s;
}
#document-full-size.fade img{
    opacity: 1;
}
#document-full-size + .doc-name{
    font-size: 18px;
    margin-top: 15px;
    color: #252525    ;
}
.reveal .member-avatar{
       border-radius: 50%;
    overflow: hidden;
}
