@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Lato:700|Lato:400|Lato:400&#038;subset=latin,latin-ext);
body{
    font-size:16px;
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif;
}
.main-header .logo{
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover{
    background: rgba(0,0,0,0.1);
}
.login-page{
    background:#f3f3f3 url('../img/background.png') 0 0 repeat;
}
.white{
    color:#fff;
}
.brand-color{
    color:#EF4B51;
}
.navbar-brand > img {
    display: inline-block;
}
.btn{
    font-size:16px;
}
#search-btn{
    padding:8px 10px 7px;
}
.form-control{
    font-size:16px;
    height:40px;
}
.form-control-feedback{
    line-height:42px;
}
.bs-wizard {margin-top: 40px;}

/*progressbar*/
#progressbar {
    margin: 0 -40px 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align:center;
    padding-left:0;
}
#progressbar li {
    list-style-type: none;
    color: #444;
    text-transform: uppercase;
    font-size: 11px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}


/*parsley */
input.parsley-error {
    border: 1px solid red !important;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color:red;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.register-box{
    margin:3% auto;
}
.login-box, .register-box{
    width: 100%;
    max-width: 450px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer{
    background:#fff;
}
.navbar-nav > .user-menu > .dropdown-menu li a{
    padding:10px;
}

.navbar-nav > .user-menu > .dropdown-menu{
    width:180px;
    background:#F9F9F9;
}

.main-header .sidebar-toggle{
    padding: 15px 15px 10px;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title{
    font-weight: bold;
}

.alert{
    margin-top:10px;
    margin-bottom:10px;
    clear: both;
}
.bootstrap-tagsinput{
    border-radius:0;
    box-shadow:none;
    width: 100%;
    padding: 3px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.bootstrap-tagsinput input{
    width: 100%;
    padding:6px
}
.bootstrap-tagsinput .tag{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2px;
}

.invoice{
    margin:10px;
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label{
    width:50%;
    min-width:150px;
}
.tablesaw-cell-content{
    max-width:50%;
    min-width:150px;
}
.tablesaw-stack tbody tr{
    border:0;
}
.tablesaw thead tr:first-child th{
    border-bottom:0;
}
.bg-yellow a, .bg-greeen a, .bg-blue a, .bg-purple a{
    color:#fff;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{
    white-space:normal;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a:not(.btn),
.table .rowlink td:not(.rowlink-skip) a:not(.btn) {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {

}
/* pace css */
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#fff;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #fff,0 0 5px #fff;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-moz-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);-o-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:50%;width:14px;height:14px;border:solid 2px transparent;border-top-color:#fff;border-left-color:#fff;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;-moz-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;-o-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}@media (max-width: 767px){.pace .pace-activity{top:15px;right:15px;width:14px;height:14px}}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.popover {
    width:400px;
    max-width: 400px;
}

.popover .popover-content {
    max-height:800px;
    overflow: auto;
}

.multiselect .caret{
    float:right;
    margin-top:10px;
}
.multiselect-container{
    width:100%;
}
@media (min-width: 1200px) {
  .billing_add {
    max-width:560px;
  }
}
@media (min-width: 992px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}

.box-welcome{

}
.box-welcome h1{
    font-size:50px;
}
.box-welcome .box-title > img{
    float: left;
    margin-top: -15px;
    margin-right: 15px;
     width:100px;
     height:100px;
}
.box-welcome > h3{
    margin-left: 115px;
    margin-top: 0;
    margin-bottom: 5px;
}
.box-welcome > h3 i{
    font-size:12px;
    color:#666;
    margin-left:20px;
    margin-right:5px;
}
.box-welcome ul li{
    min-height:80px;
    margin-bottom:20px;
}
.box-welcome ul{
    margin-left:50px;
}
.box-welcome ul li h3{
    margin-bottom:0;
}
 .box-welcome ul li h3> img {
    float: left;
    margin-right: 15px;
     margin-top: -5px;
     width:70px;
     height:70px;
 }
@media (min-width: 992px) {
  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}
.overlay p{
    position: absolute;
    top: 55%;
    width:100%;
    text-align:center;
}

.btn-intuit-login-openid {
    width: 161px;
    height: 36px;
    text-indent: -999em;
    background: url('../img/intuit/Sign_in_blue_btn_med_default.png') 0 0 no-repeat;
    float: right;
    margin-bottom: 20px;
}

.btn-intuit-login-openid:hover {
    background: url('../img/intuit/Sign_in_blue_btn_med_hover.png') 0 0 no-repeat;
}

.btn-intuit-connect-qbo {
    width: 223px;
    height: 36px;
    background: url('../img/intuit/C2QB-EN/C2QB_green_btn_med_default.png') 0 0 no-repeat;
    display: block;
    margin-bottom: 20px;
}

.btn-intuit-connect-qbo:hover {
    background: url('../img/intuit/C2QB-EN/C2QB_green_btn_med_hover.png') 0 0 no-repeat;
}

.hrtext {
  line-height: 0.5;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center;
}
.hrtext span {
  display: inline-block;
  position: relative;
}
.hrtext span:before,
.hrtext span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #eee;
  top: 8px;
  width: 205px;
}
.hrtext span:before {
  right: 100%;
  margin-right: 15px;
}
.hrtext span:after {
  left: 100%;
  margin-left: 15px;
}
.form-control-light{
    background:none;
    border-color:transparent;
	padding:0;
}
.button-wrapper .btn {
    margin-bottom:5px;
}

@media (min-width: 1200px) {
  .lg-max-300{
    max-width:300px;
  }
}

#toast-container > div {
   opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .align-right{
	text-align: right;
  }
}

@media (max-width: 991px) {
    .chart-legend > li{
        float:none;
    }
    .login-page{
        background:#f3f3f3 url('../img/background-300x300.png') 0 0 repeat;
    }
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        min-width: 200px;
    }
}

@media (max-width:767px){
    .navbar-nav > .user-menu > .dropdown-menu li a{
        color:#333 !important;
    }
    .navbar-nav > .user-menu > .dropdown-menu{
        background:#F9F9F9 !important;
    }

    .login-logo, .register-logo{
        font-size:25px;
    }
    .login-logo, .register-logo, #progressbar{
        margin-bottom:0;
    }
    #progressbar li {
        font-size: 0;
    }
}

@media (max-width: 380px) {
    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label{
        width:100%;
    }
    .tablesaw-cell-content{
        max-width:100%;
    }
}
@media print {
    body{
        font-size:16px;
    }
    .invoice{
        padding:0;
        margin:0;
    }

    a[href]:after {
        content: "" !important;
      }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left!important;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666666666666%;
    }
    .col-md-10 {
      width: 83.33333333333334%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666666666666%;
    }
    .col-md-7 {
      width: 58.333333333333336%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666666666667%;
    }
    .col-md-4 {
      width: 33.33333333333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.666666666666664%;
    }
    .col-md-1 {
      width: 8.333333333333332%;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    }
    .col-sm-12 {
    width: 100%;
    }
    .col-sm-11 {
    width: 91.66666667%;
    }
    .col-sm-10 {
    width: 83.33333333%;
    }
    .col-sm-9 {
    width: 75%;
    }
    .col-sm-8 {
    width: 66.66666667%;
    }
    .col-sm-7 {
    width: 58.33333333%;
    }
    .col-sm-6 {
    width: 50%;
    }
    .col-sm-5 {
    width: 41.66666667%;
    }
    .col-sm-4 {
    width: 33.33333333%;
    }
    .col-sm-3 {
    width: 25%;
    }
    .col-sm-2 {
    width: 16.66666667%;
    }
    .col-sm-1 {
    width: 8.33333333%;
    }
}

/* Page Load Overlay */
.page-load-overlay {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

/* Transparent Overlay */
.page-load-overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
}

/* Action Navigation Row on Website Page */
.action-nav {
    overflow: hidden;
    background-color: #fff;
    border-top:3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    position: fixed;
    bottom: 0;
    right: 15px;
    padding: 20px;
    left: 245px;
    z-index: 999;
	-webkit-transition:-webkit-transform .3s ease-in-out,left .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out,left .3s ease-in-out;
    -o-transition:-o-transform .3s ease-in-out,left .3s ease-in-out;
    transition:transform .3s ease-in-out,left .3s ease-in-out;
}
.sidebar-mini.sidebar-collapse .action-nav{
    left:65px;
}

/* Upload File Styling Wrapper for file input */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper input[type=file] {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/* Admin lte overwrite */
hr {
	border-top: 1px solid #eee !important;
}
.box-header > .box-tools .dropdown-menu > li.active > a{
	color:#fff !important;
}
.alert-top-bar {
    margin: 0;
    border-radius: 0;
}
.alert-top-bar .close {
    color: #fff;
    opacity: 1;
}
.demo .main-sidebar,
.demo .content-wrapper {
    padding-top: 100px;
}

/* Additional Modal Styles */
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
    .modal-xxl {
        width: 95%;
    }
}
.meta-wrapper {
    position: relative;
}
.meta-info {
    position: absolute;
    z-index: 10000;
    background-color: rgba(0,0,0, 0.7);
}
.meta-info pre {
    background: transparent;
    padding: 5px;
    margin: 5px;
    color:white;
    border: none;
}

.string { color: #35c575; }
.number { color: darkorange; }
.boolean { color: #587b91; }
.null { color: #dc6161; }
.key { color: white; }

#buttons .dt-button-collection {
    right: 0;
    left: initial !important;
}

#logs-list .fa.fa-th-list {
    cursor: pointer;
}


/**
 * Data table css
 */

table.dataTable > tbody > tr.child ul.dtr-details {
	width: 100%;
}

div.dt-buttons {
    float: right !important;
}
/* Float left on statements list page */
#statements_wrapper div.dt-buttons {
    float: left !important;
}

table.dataTable > tbody > tr.child span.dtr-title{
	width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
	color: initial !important;
	border: initial !important;
	border-radius: initial !important;
	box-shadow: initial !important;
	font-family: FontAwesome !important;
	background-color: initial !important;
	font-weight:bold;
	content: "\f105" !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before{
	background-color: initial !important;
	content: "\f107" !important
}

/* to wrap long lines in mobile expand in data table */
@media (max-width:767px){
	table.dataTable > tbody > tr.child ul.dtr-details {
	    white-space: normal;
	}
}


.form-mbg-waiver label{
	font-weight: normal;
	line-height:40px;
}

.wrap {
	word-break: break-word;
}

/* make select 2 same as normal dropdown */
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	margin-top:0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 5px;
}

/* restrict width of shipping status column */
.shipping-status {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 220px;
    display: block;
}

/* Schedule report form */
.form-group-50 {
    width: 60%;
}
#filter_form_period label,
#filter_form_email_to_user label{
    padding-right: 10px;
}

.main-header .sidebar-form.search-form {
    overflow: initial;
}

.main-header .sidebar-form.search-form .dropdown-menu {
    width: 100%;
}

.main-header .sidebar-form.search-form .dropdown-menu li {
    padding: 5px 10px;
}

.main-header .sidebar-form.search-form .input-group-btn {
    position: initial;
    vertical-align: top;
}

.main-header .sidebar-form.search-form .dropdown-menu button[type=submit] {
    background-color: #367fa9;
    color: #fff;
    border-radius: 2px;
}

.main-header .sidebar-form.search-form input[type="text"] {
    color: #fff;
}

.main-header .sidebar-form.search-form input[type="text"]:focus {
    color: #666;
}

.main-header .sidebar-form.search-form input[type="text"]:focus+.input-group-btn .dropdown-menu button[type=submit] {
    background-color: #367fa9;
    color: #fff;
}

.main-header .sidebar-form.search-form .input-group-btn > button:focus {
    outline: 1px solid #999;
}

.main-header .sidebar-form.search-form .input-group-btn .iradio_square-blue.focus {
    outline: 1px solid #2489c5;
}

.main-header .sidebar-form.search-form .input-group-btn .dropdown-menu button:focus{
    outline: 1px solid #fff;
}

/* Pay Remittance Form */
label[for="pay_remittance_enabled"],
label[for="pay_remittance_use_glc"],
label[for="fetch_carrier_payment_details"]{
    padding-left: 0;
}
#pay_remittance_container .panel-body {
    padding-left: 0;
    padding-right: 0;
}
#pay_remittance_container .panel .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

#registration_allowed_countries_field {
    padding-left: 15px;
}

.validate-stripe-key-wrapper,
.validate-email-sender-wrapper,
.update-payment-status-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.edi-sftp-settings .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.edi-sftp-settings .panel-body .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

#tab_generate_proposal .company_logo {
    max-height:112px;
    max-width: 100%;
    margin-top: 10px;
}

.bg-excel {
    background-color: #217748;
    color: #fff;
}

.bg-acrobat {
    background-color: #fa0f00;
    color: #fff;
}
.cursor-pointer{
    cursor:pointer;
}
.shipment-details-box .form-control {
    height: 36px;
}
.shipment-details-box .row .col-md-4 >  p:not(.wrap) {
    height: 26px;
}
.shipping-accounts-pie .chart {
    max-width: 80%;
    margin: 0 auto;
}

.shipping-accounts-pie.reseller .chart {
    max-width: 100%;
}
.checkbox:has(input[type="checkbox"]:disabled) label {
    opacity: .5;
}
.invoice-col select[name="payment_status"] {
    width: auto;
    display: inline-block;
}
.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-phone .intl-tel-input:has(ul.parsley-errors-list.filled) .flag-container,
.intl-tel-input.allow-dropdown:has(ul.parsley-errors-list.filled) .flag-container  {
    bottom: auto;
    height: calc(100% - 16px);
}
.intl-tel-input .selected-flag {
    z-index: 5;
}
.phone-validation-error {
    font-size: 0.9em;
    line-height: 0.9em;
    color: red;
    transition: all .3s ease-in;
}
#payment-form .input-group,
#payment-form .input-group .intl-tel-input,
.user-contact .intl-tel-input,
.account-numbers-edit .intl-tel-input,
#damage-claim-form .intl-tel-input,
#tab_setup .intl-tel-input,
#file-claim .intl-tel-input,
.account-information-edit .intl-tel-input,
.phone .intl-tel-input {
    width: 100%;
}
.reports-dashboard img {
    height: 100px;
}
