﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
.toolIcon{
    width:36px;
    height:36px
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
 .remove-margin-bottom .form-group {
    margin-bottom: 1px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

.invoice {
  position: relative;
  background: #fff;
  /*border: 1px solid #f4f4f4;*/
  padding: 0 20px;
  margin: 5px 25px;
}
/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.invoice-title {
  margin-top: 0;
}

.specific-margin-top{
     margin-top: 15px;
}

.specific-margin-bottom-Body{
     margin-bottom: 30px;
}

.nopadding {
    padding-right:0 !important;
    padding-left:0 !important;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*.navbar-default sidebar {
   width = 150px
}
#page-wrapper
{
    margin = 0 0 0 150px
}*/

.select2>select2-container>select2-container--default{
    margin-left:20px;
}

/*.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}*/

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 300px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

    .tt-suggestion p {
        margin: 0;
    }
    .twitter-typeahead{
        display:inherit !important;
    }

    .panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.btn-image {
    padding: 0px;
    border: none;
}

.max-w-150 {
    max-width: 150px;
}
.max-w-100 {
    max-width: 100px;
}
.max-w-75 {
    max-width: 75px;
}

.btn-text {
    font-family: Calibri;
    font-weight: bold;
}


.btn-orange.active {
    color: #ffffff;
    background-color: orangered;
    border-color: chocolate;
}
.btn-orange.active:hover {
    color: #ffffff;
    background-color: chocolate;
    border-color: chocolate;
}

.btn-plreport {
color: #ffffff;
background-color: #F7BB08;
border-color: #FC870A;
}

.btn-plreport:hover,
.btn-plreport:focus,
.btn-plreport:active,
.btn-plreport.active,
.open .dropdown-toggle.btn-plreport {
    color: #ffffff;
    background-color: #F78018;
    border-color: #FC870A;
}

.btn-plreport:active,
.btn-plreport.active,
.open .dropdown-toggle.btn-plreport {
    background-image: none;
}

.btn-plreport.disabled,
.btn-plreport[disabled],
fieldset[disabled] .btn-plreport,
.btn-plreport.disabled:hover,
.btn-plreport[disabled]:hover,
fieldset[disabled] .btn-plreport:hover,
.btn-plreport.disabled:focus,
.btn-plreport[disabled]:focus,
fieldset[disabled] .btn-plreport:focus,
.btn-plreport.disabled:active,
.btn-plreport[disabled]:active,
fieldset[disabled] .btn-plreport:active,
.btn-plreport.disabled.active,
.btn-plreport[disabled].active,
fieldset[disabled] .btn-plreport.active {
    background-color: #F7BB08;
    border-color: #FC870A;
}

.btn-plreport .badge {
    color: #F7BB08;
    background-color: #ffffff;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}
input.rscurrency {
    text-align: right;
    padding-right: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

tr, td div, th div {
    page-break-inside: avoid;
}

.verysmall {
    display: block;
    font-size: 0.7em;
    line-height: 1.1;
}

.btn-supplement {
    color: #fff;
    background-color: #A468FF;
    border-color: #8C3AFF;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-vendor {
    color: #fff;
    background-color: #006978;
    border-color: #004C56;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.btn-vendor:hover {
    color: #fff;
    background-color: #3F7177;
}
.btn-vendor:focus {
    color: #fff;
    background-color: #006978;
}

.rowselected {
    background-color: dodgerblue !important;
    color: yellow;
}
.rowselected > td > input{
    color: black;
}
.rowselected .prefix{
    color: black;
}

.supplemental{
    background-color: lightblue !important;
}
.notsentQb {
    border: #5cb85c 5px solid !important;
    box-shadow: inset 3px 3px 10px 3px darkgreen;
}
.notsentQbsign {
    color: #5cb85c !important;
}
.cantsendQb {
    border: blue 5px solid !important;
    box-shadow: inset 3px 3px 10px 3px darkblue;
}
.cantsendQbsign {
    color: blue !important;
}
.cansendQb-partially {
    border: orange 5px solid !important;
    box-shadow: inset 3px 3px 10px 3px darkorange;
}
.cansendQb-partiallysign {
    color: orange !important;
}

.invoiced-paid {
    color: green;
}
.invoiced-notpaid {
    color: red;
}
.wrong-label {
    color: red;
    font-weight: bold;
}
.invoiced-paidpartially {
    color: #FFBA18;
}

.danger-label {
    color: #b52b27;
}

.pointer {
    cursor: pointer;
}

.pt15 {
    padding-top: 15px;
}
.pt10 {
    padding-top: 10px;
}
.pt7 {
    padding-top: 7px;
}
.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt7 {
    margin-top: 7px;
}
.mt5 {
    margin-top: 5px;
}
.full-height {
    height: calc(100vh - 155px);
}

.loader120 {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

.loader60 {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-bottom: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

.loader30 {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-bottom: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    position: fixed;
    top: 50%;
    left: 25%;
    border: 1px solid darkgrey;
    width: 50%;
    padding: 15px;
    background-color: aliceblue;
    z-index: 99;
}

.rate-field {
    min-width: 80px;
}

.databox {
    margin-left: 25px;
    max-width: 110px;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 1700px) {
    .caption-big {
        display: none !important;
    }
}

@font-face {
    font-family: 'BarCodeFont';
    src: url('/fonts/3OF9_NEW.TTF');
}

.barcode {
    font-family: 'BarCodeFont';
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3; /* #ccc;*/
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: lightblue; /*white;*/
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: fuchsia;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

label.disabled {
    color: grey;
}
label.activate {
    color: darkblue;
    font-size: 1.2em;
}
/* typeahead*/

.typeahead.dropdown-menu {
    display: table;
    width: 100%;
}


/* Rounded sliders */
.slider.round {
    border-radius: 22px;
}

.slider.round:before {
    border-radius: 50%;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 1;
    background: #eee
}
/*.tableFixHead tbody td {
    background: #f9f9f9
}*/

.input-currency {
    padding-left: 15px;
    content: "$";
}
.input50 {
    max-width: 50px;
    padding-left: 15px;
}
.input50.right {
    max-width: 50px;
    padding-left: inherit !important;
    padding-right: 15px;
}
.input70 {
    max-width: 70px;
    padding-left: 15px;
}
.input70.right {
    max-width: 70px;
    padding-left: inherit !important;
    padding-right: 15px;
}
.input70a {
    max-width: 70px;
    padding-left: 15px;
}
.input70a.right {
    max-width: 70px;
    padding-left: inherit !important;
    padding-right: 15px;
}
.input100 {
    max-width: 100px;
}
.input140 {
    max-width: 140px;
}
.prefix {
    margin-right: -10px;
    position: absolute;
    top: 11px;
    left: 15px;
}
.sufix {
    right: 20px;
    top: 11px;
    position: absolute;
}
.sufix8 {
    right: 8px;
    top: 8px;
    position: absolute;
}

.bold {
    font-weight: bold;
}

.agent-title {
    font-size: 20px;
    font-weight: bold;
    color: darkblue;
}

.distance {
    font-weight: bold;
    font-size: 1.2em;
    color: #006978;
    text-align: right;
}

.distance-error {
    font-style: italic;
    font-size: 1em;
    color: red;
    text-align: right;
}
.text-right {
    text-align: right !important;
}

.zonerate-panel {
    background-image: none !important;
    background-color: #fff !important;
}

.group-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.ml-7 {
    margin-left: 7px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-7 {
    margin-top: 7px;
}

.wrong-email {
    border: 2px solid crimson;
}

.dim-box {
    width: 70px;
    display: inline-block;
}
.dim-box-sm {
    width: 35px;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
}

.overdim-box {
    width: 100px;
    display: inline-block;
}
.overdim-box-sm {
    width: 65px;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
}.overdim-box-sm > input {
    padding-left: 3px;
    padding-right: 3px;
}

.dim-box.input-validation-error {
    border: 1px solid red !important;
}

.sm-row > th, .sm-row > td {
    padding: 2px 8px !important;
}

.radio-sm {
    height: 12px;
    width: 12px;
    margin: 0;
}
.time {
    max-width:130px;
}

.zipCode {
    max-width: 120px;
}

.zipCode-sm {
    max-width: 100px;
}
.tooltip-status {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 10px 5px 5px darkgrey;
    background: khaki;
    padding: 5px;
    border-radius: 10px;
    width: max-content;
    cursor: default;
}

.mb10 {
    margin-bottom: 10px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb3 {
    margin-bottom: 3px;
}
.btn-blankform {
    color: #ffffff;
    background-color: #772953;
    border-color: #772953;
}

.btn-blankform:focus,
.btn-blankform.focus {
    color: #ffffff;
    background-color: #511c39;
    border-color: #180811;
}

.btn-blankform:hover {
    color: #ffffff;
    background-color: #511c39;
    border-color: #491933;
}

.btn-blankform:active,
.btn-blankform.active,
.open > .dropdown-toggle.btn-blankform {
    color: #ffffff;
    background-color: #511c39;
    background-image: none;
    border-color: #491933;
}

.btn-blankform:active:hover,
.btn-blankform.active:hover,
.open > .dropdown-toggle.btn-blankform:hover,
.btn-blankform:active:focus,
.btn-blankform.active:focus,
.open > .dropdown-toggle.btn-blankform:focus,
.btn-blankform:active.focus,
.btn-blankform.active.focus,
.open > .dropdown-toggle.btn-blankform.focus {
    color: #ffffff;
    background-color: #371326;
    border-color: #180811;
}

.btn-blankform.disabled:hover,
.btn-blankform[disabled]:hover,
fieldset[disabled] .btn-blankform:hover,
.btn-blankform.disabled:focus,
.btn-blankform[disabled]:focus,
fieldset[disabled] .btn-blankform:focus,
.btn-blankform.disabled.focus,
.btn-blankform[disabled].focus,
fieldset[disabled] .btn-blankform.focus {
    background-color: #772953;
    border-color: #772953;
}

.btn-blankform .badge {
    color: #772953;
    background-color: #ffffff;
}
.guaranteed {
    background: linear-gradient(to bottom, lightred, white);
    /*background: linear-gradient(to bottom, #FF7F27, #FFF6F2);*/
    /*background-color: red !important;*/
    /*color: white !important;*/
}
.guaranteed.orderselected {
    background-color: darkred !important;
    color: yellow !important;
}
.guaranteed-div {
    /*background: linear-gradient(to bottom, #FF7F27, #FFF6F2);*/
    background: linear-gradient(to bottom, orange, white);
}

.fast-truck-red {
    background-color: red;
    -webkit-mask: url('../images/fasttruck.svg') no-repeat center;
    mask: url('../images/fasttruck.svg') no-repeat center;
}

.monitored-orders {
    /*    background-color: #CC181F;*/
    background: linear-gradient(to bottom, #F8FF97, white);
    /*background-color: #F8FF97;*/
    color: black;
}
.past-delivery-orders a {
    color: #F8FF97;
}

.past-delivery-orders {
    background: linear-gradient(to bottom, #FF2136, #FF8793);
    /*background-color: #FF2136;*/
    color: white;
}

.monitored-orders.guaranteed {
    background: linear-gradient(to bottom, orange, #F8FF97);
    /*    background: linear-gradient(to bottom, #CC181F, #FF7F27);
*/ /*background-color: red !important;*/
    /*color: white !important;*/
}
.past-delivery-orders.guaranteed {
    background: linear-gradient(to bottom, orange, #FF2136);
    /*background-color: black;*/
    color: white;
}

.btn-delmonitor {
    color: black;
    background-color: #F8FF97;
    border-color: #FF2136;
    cursor: pointer;
}

    .btn-delmonitor:focus,
    .btn-delmonitor.active {
        color: #ffffff;
        background-color: #FF2136;
        border-color: #F8FF97;
    }

    .btn-delmonitor:hover {
        color: white;
        background-color: #FF2136;
        border-color: #F8FF97;
    }
    .btn-delmonitor.active:hover {
        color: black;
        background-color: #F8FF97;
        border-color: #FF2136;
    }
