h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 300;
}
h3, .h3 {
    letter-spacing: 0.075em;
}
span.h3{
  display:block;
  font-size:228.5%;
  text-align:center;
}

.login-input{
  display: inline-block;
  height: 3.45em;
  margin-bottom: 9px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 1.45em;
  line-height: normal;
  color: #555;
  background-color: #fff;
}

.login-form-outer{
  margin: 4em 3em 0em;
  padding: 0px 0px 50px;
}

.center{
  width:auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h2{margin-top:10px !important;}
nav, footer{
  /*background:#565656 !important;*/
  /*background:#000 !important;*/
  background:#333333 !important;
  color:#FFF;
  border:none !important;
}
nav b{
	float:left;
	font-size:10pt;
	padding-top:6px;
	padding-left:5px;
}
nav img{
  float:left;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 0 !important;
}
nav{
  height:56px !important;
  line-height:56px !important;
}
nav>div>ul>h2{
  float:right;
  display:inline-block;
  margin-right:10px;
}
.highlight{
  cursor:pointer;
}
#mainSection{
  display:inline-block;
  margin-bottom:50px;
  padding-left: 10px;
  width:100%;
}

h2, caption{
	text-align:center !important;
  font-size:14pt !important;
  font-weight:bold;
}

h1, h3, h5{
  text-align:center !important;
}

#modalDiv{
  display:none;
}

input[type=checkbox]{
  min-width:30px;
  height:30px;
  margin:0!important;
}

.progress-indicator {
   top:0;
   right:0;
   width:100%;
   height:100%;
   position:fixed;
   text-align:center;
   /* IE filter */
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity:0.5;    /* Mozilla extension */
   -khtml-opacity:0.5;  /* Safari/Conqueror extension */
   opacity:0.5; /* CSS3 */
   z-index:10000;
   background-color:white;
   display:none;
}

.progress-indicator img {margin-top:75px;}

.gray-circle,.green-circle,.yellow-circle {
  width: 14px;
  height: 14px;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  float:left;
  margin-left:2px;
  margin-right:4px;
  margin-top:1px;
}
.gray-circle{
  background:lightgray;
}
.green-circle{
  background:lightgreen;
}
.yellow-circle{
  background:orange;
}
input{
  margin-bottom:0 !important;
}
.sigImg{
  cursor: pointer;
  height: auto;
  width: auto;
  max-height: 200px;
  max-width: 200px;
}
.sigImg:hover{
  opacity:.8;
}

.map_canvas{
  width:300px;
  height:200px;
}

.scrolltable{
  font-size: 9pt;
  width:100%;
}
.scrolltable .btn{
    padding: 0px 7px 0px 7px;
    height: 20px;
    line-height: 20px;
    margin-bottom:3px;
}
.modal-footer .btn{
  margin:6px !important;
}
.scrolltable td, .scrolltable th{
  word-break:break-all;
  padding: 2px;
}
.scrolltable .gray-circle, .scrolltable .green-circle, .scrolltable .yellow-circle{
  padding-right:1px;
}
#connoteSearch{
  margin-left:10px;
  width:200px;
  color:white;
}
#driverMap{
  min-width:400px;
  height:400px;
  margin-bottom:20px;
}

#unallocated_date, #unallocated_code{
  margin:0 10px;
  width:auto;
}
.blue-box{
  background-color:lightblue;
  padding:0px 50px 5px 50px;
  float:right;
  display:inline-block;
}
#connotesPane{
  width:84%;
  float:left;
}
#despatchDriversPage{
  width:15%;
  float:right;
  margin-right:.1%;
}
#despatchDriversPage .card-content{
  padding:8px !important;
}
#despatchDriversPage .card{
  margin-bottom: .2rem !important;
  margin-top: .2rem !important;
}
.login-div{
  width: 450px;
  padding: 32px 48px 0px 48px;
  border: 1px solid #EEE;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top:80px;
  background-color:#FFF !important;
}
.login-div > img {
  width: 250px;
}
.login-bg{
  background-image:url('images/login_bg.jpg');
  background:url('images/login_bg.jpg');
  background-size:100%;
  background-size:cover;
}
.dropdown-button{
  cursor: pointer;
  color: turquoise;
}
.modal{
  padding: 20px;
  width:auto !important;
  min-width:25% !important;
  max-height:80% !important;
  max-width:95%;
}
.modal > div{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.modal > div > h5 {
  display:inline-block;
}
.modal > div > button {
  margin-bottom: 10px;
}
#fDate, #tDate{
  width:140px;
  margin:0 15px;
}
#searchUserRef{
  width:200px;
  margin-left:10px;
}
.toast{
  font-size:18pt !important;
  font-weight:400 !important;
}
.success{
  background-color:forestgreen !important;
}
.info{
  background-color:dodgerblue !important;
}
.danger{
  background-color:red !important;
}
.carrierSearchDiv{
  width:300px;
  display:inline-block;
  margin:0 10px;
}
.carrierSearchDiv > b{
  margin-right:10px;
}
.carrierSearchDiv > div{
  display:inline-block;
}
.cardRow{
   max-height:700px;
   overflow-x:hidden;
}
.cardRow > div.row{
  cursor:pointer;
  margin-bottom: 5px !important;
}
.cardRow .card:hover{
  background-color: whitesmoke;
}

.shown, .shown+tr, .dataTable table tr{
  background-color: aliceblue !important;
}
.dataTable table{
  margin-left:90px !important;
  width: calc(100% - 90px) !important;
}
.bookingPopupTable th, .bookingPopupTable td{
  padding: 5px !important;
}
.bookingPopupTable > tbody > tr > td {vertical-align:top;}
.bookingPopupTable > tbody > tr > td > table > tbody > tr > th {text-align:right;}
.bookingPopupTable > tbody > tr > td > table > tbody > tr > td {text-align:left;}
.scrolltable > tbody > tr > td > span,
#modalDiv tbody > tr > td > span{
  font-size:8pt;
}
#modalDiv tr th, #modalDiv tr td{
  padding:0 5px;
}

.picker__date-display{
  display:none;
}
table.dataTable tbody td {
  padding: 4px 10px !important;
}
.floatingDiv{
  position:absolute;
  z-index:100;
  width:15%;
  background-color: #FFF;
  border-left: 1px solid black;
  opacity:1;
  right:0;
  text-align: center;
  overflow-y: hidden;
}
.h6_address{
  text-align: left;
  padding-left: 40px;
}
table.bookingPopupTable > tbody > tr > td{
  width:50%;
}
table.bookingPopupTable > tbody > tr > td > table > tbody > tr > th,
table.bookingPopupTable > tbody > tr > td > table > tbody > tr > td{
  min-width: 200px;
}
.inline-card{
  width:24%;
  display:inline-block;
}
.inline-card:hover{
  background-color: whitesmoke;
  cursor:pointer;
}
.btn-date-chooser{
  font-size: 1.5rem;
  padding: 0 15px !important;
}

select.browser-default{
  padding: 0;
  height: 2rem;
}

#despatchColumns caption, #connoteColumns caption{
  display:block;
}

.cb-row{
  margin-top: 15px !important;
  margin-bottom: 6px !important;
}

.cb-row > p{
  text-align: left;
}

.hublogo{
  max-width:100%;
  height:auto;
  width:358px;
}

.photo-div{
  display: inline-block;
  padding: 5px;
}

.newfooter{
  height: 60px;
  color: #999999;
  background-color:white !important;
  font-size: 10px;
  text-align: right;
  border-top: 1px solid #3a93a8 !important;
}

.newfooter > div{
  width: 770px;
  margin: 0 20px 5px 0px;
  float:right;
}

.newfooter-img{
  height: 35px;
}

.left-justify{
  text-align: left !important;
}

.green-line-bottom{
  border-bottom:1px solid #a6ce39;
}
.btn{
  border-radius: 6px !important;
}



.small-card{
  padding: 10px 0px 10px 0px !important;
  margin-bottom: 7.5px !important;
}

.simpleDespatchDiv{
}

.simpleDespatchDiv select.browser-default{
  width:200px;
  display:inline-block;
}

.simpleDespatchDiv input{
  width:200px !important;
}

.simpleDespatchDiv > div > div > div.card{
  padding-left:.5rem !important;
  padding-right:.5rem !important;
  margin:8px;
  width:400px;
  display:inline-block;
}

.simpleDespatchDiv > div > div > div.card button,
.btn-bar-right > button{
  height:30px;
  line-height:30px;
}

.simpleDespatchDiv > div > div > div.card > div{
  padding-left:.5rem !important;
  padding-right:.5rem !important;
  margin-bottom:0;
}

.simpleDespatchDiv > div > div >  div.card > div:first-child,
.simpleDespatchDiv > div > div >  div.card > div:last-child {
  padding-top:.5rem !important;
  padding-bottom:.5rem !important;
}

.simpleDespatchDiv > div > div > div.card > div:first-child {
  margin-bottom:5px;
  background:#e0e0e0;
}
.simpleDespatchDiv > div > div > div.card > div:nth-child(2) > div:first-child {
  border-right: 1px solid #e0e0e0;
  text-align: right !important;
}

.simpleDespatchDiv > div > div > div.card > div:first-child > span:last-child {
  float:right;
}


.simpleDespatchDiv > div > div > div.card > div:first-child > span{
  font-weight:bold;
  font-size:12pt;
  white-space: nowrap;
  overflow: hidden;
}

.simpleDespatchDiv > div > div > div.card .simple-card-suburb{
  font-size:20pt;
}

.simpleDespatchDiv a.collection-item{
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.simpleDespatchDiv div.collection > div.inline > div{
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  padding:5px;
}

.simpleDespatchDiv div.collection > div.inline{
  width:100%;
  margin-bottom:5px;
  border-top: 1px solid #e0e0e0;
}


.simpleDespatchDiv div.collection{
  overflow-y:auto;
  border:none;
}

.inline{
  display:inline-block;
}

.width-800{
  width: 800px !important;
}

.btn-bar-right{
  text-align:right;
  padding-top:5px !important;
  border-top:1px solid #e0e0e0;
  margin-top:5px;
}

.bisque{
  background: bisque;
}

.mb2{
  margin-bottom: 2px !important;
}

.drop-active span{
  font-weight:bold;
}

/* bootleg bootstrap */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 10px !important
}

.mr-1 {
  margin-right: 10px !important
}

.mb-0 {
  margin-bottom: 0 !important;
}

p.bold-text {
  font-weight: bold;
}