﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}
.m-0 {
    margin: 0 !important
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    top: 50px;
    bottom: 55px;
    position: absolute;
    left: 10px;
    right: 10px;
    overflow-y: auto;
    /*width:90%;*/
}

.customDisable {
    background-color:grey;
}

.customFlag {
    background-color:lightyellow;
}

@media print {
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid #0026ff;
    float:left;
    padding-top:7px;
}

.DriverDispatched {
    color:red !important; 

}

.LogisticLoad {
    background-color:purple; 
    color:white;
}

.dispatchTable .DriverDispatched .SelectedDriver {
    color:red;
    background-color:yellow;
}


.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #0026ff;
    float:left;
    margin-top:7px; 
    /*padding-top:14px;*/
}

.dgrid-row-Duplicated {
    color:red;

}


.testClass{
    background:lightgrey ;
    
}

.onTop .dijitDialog .dijitDialogTitleBar{
    
}
.imageRow {
    height:100%;

}

.imageTable {
    height:100%;
    width:100%;
}

.noteImgUnload {
    max-width: 100%;
    max-height: 100%;
    
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    filter: FlipV;
    overflow:scroll;
    /*background-size: contain;
    background-repeat: no-repeat;*/
    /*min-width: 100%;
    height: auto;*/
    /* CSS Hack will make it width 100% and height 100% */
  /*position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /* Maintain aspect ratio */
  max-height: 100%;
  max-width: 100%;*/
}

.noteImgMicroload {
    max-width: 70%;
    max-height: 70%;
    margin-left:380px;
    margin-top:70px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    filter: FlipV;
    overflow:scroll;
    /*background-size: contain;
    background-repeat: no-repeat;*/
    /*min-width: 100%;
    height: auto;*/
    /* CSS Hack will make it width 100% and height 100% */
  /*position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /* Maintain aspect ratio */
}

.noteImg {
    max-width: 100%;
    max-height: 100%;
    
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    filter: FlipV;
    overflow:scroll;
    /*background-size: contain;
    background-repeat: no-repeat;*/
    /*min-width: 100%;
    height: auto;*/
    /* CSS Hack will make it width 100% and height 100% */
  /*position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /* Maintain aspect ratio */
  max-height: 100%;
  max-width: 100%;*/
}

.ImageRightDiv {
    position:absolute;
    top:40px;
    /*left:0px;*/
    right:10px;
    bottom:10px;
    width:180px;
    
}

#headerMicroload{
	text-align:left;
	font-size: 18px;
    font-weight:bold;
	padding: 0px;
	margin:0px;
	border:0px;
}

#headerMicroload2{
	text-align:center;
	font-size: 18px;
    font-weight:bold;
	padding: 0px;
	margin:0px;
	border:0px;
}

#headerMicroload3{
	text-align:right;
	font-size: 18px;
    font-weight:bold;
	padding: 0px;
	margin:0px;
	border:0px;
}

#headerUnload{
	text-align:center;
	font-size: 24px;
	padding: 0px;
	margin:0px;
	border:0px;
}

.ImageLeftDiv{
    position:absolute;
    top:40px;
    left:10px;
    right:200px;
    bottom:10px;
    overflow:auto;
}
.blank_row
{
    height: 8px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}

.ImageLeftMicroloadDiv{
    position:absolute;
    top:40px;
    left:10px;
    right:200px;
    bottom:10px;
    overflow:auto;
}

.ImageLeftUnloadDiv{
    position:absolute;
    top:40px;
    left:10px;
    right:200px;
    bottom:10px;
    overflow:auto;
}

.fillwidth {
    min-width: 100%;
    height: auto;
}

.fillheight {
    min-height: 100%; 
    width: auto;
}

.MessageLabel{
    float:right;
    
}

.DupeTable {
    width:100%;
    height:100%;
}

.DupeHeader {
    font-weight:bold;
}

.MessageFormWrapper {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50px;
    bottom: 50px;
    /*height:100%;*/
}

.dgrid-column-0.field-CustomerID {
    width:100px;
}


.MessageSubject {

    width:400px;
}

.FormCenter{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    /*background-color:#0a4353;*/
}

.FormLabel {
    /*position: absolute;
    right: 0px;*/
    float:left;
    width: 300px;
}

.FormValue {

}

.textButton{
    padding:5px;
  background-color: #dcdcdc;
  border: 1px solid #666;
  color:#000;
  text-decoration:none;
}
.TabDiv {
    width:98%;
    border: solid;
    border-width: 1px;
    border-color: black;
    margin: 10px auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dgrid-row-table {
    /*min-height:40px;*/
}

.CustomerDiv {
    border: solid;
    border-width: 1px;
    border-color: black;
    margin-bottom:15px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.CustHdr {
    height:20px;
    width:100%;
    border-bottom: thin solid #000000;
    background-color:#114e5f;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    margin: 0 auto;
    padding-left:5px;
    color:whitesmoke;
}

.LoadTotalArea{
    float:right;
    font-size:small;
    margin: 20px;
}

.TabHdr {
    height:3.17em;
    width:100%;
    border-bottom: thin solid #000000;
    background-color:#101010;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left:5px;
    color:whitesmoke;
}

.TabBody {


}

.InterCompany{
    background: #cee4c2;
}

.field-SiteDisplayName {
    width:75px;
    text-align:center;
}

.field-Origin {
    width:75px;
    text-align:center;
}

.dgrid-column-set-0{
     /*width:500px;*/
}

.dgrid-column-set-1{
    width:90px;
}

.dgrid-column-set-2{
    width:90px;
}

.dgrid-column-set-3{
    width:90px;
}

.field-Mon {
    width:80px;
}
.field-Tue {
    width:80px;
}
.field-Wed {
    width:80px;
}
.field-Thu {
    width:80px;
}
.field-Fri {
    width:80px;
}
.field-Sat {
    width:80px;
}
.field-Sun {
    width:80px;
}

.field-VerifiedUser {
    width:30px;
}

.summary-row {
    /*height:60px;*/

}

.dgrid-footer
{
    /*height:60px;*/
}


.GridWrapperSchedule .field-MonNote {
    width:200px;
}
.field-TueNote {
    width:200px;
}
.field-WedNote {
    width:200px;
}
.field-ThuNote {
    width:200px;
}
.field-FriNote {
    width:200px;
}
.field-SatNote {
    width:200px;
}
.field-SunNote {
    width:200px;
}


.field-MonNoteCopy {
    width:40px;
}
.field-TueNoteCopy {
    width:40px;
}
.field-WedNoteCopy {
    width:40px;
}
.field-ThuNoteCopy {
    width:40px;
}
.field-FriNoteCopy {
    width:40px;
}
.field-SatNoteCopy {
    width:40px;
}
.field-SunNoteCopy {
    width:40px;
}

.field-TotalLoads {
    width:80px;
}

.field-Bagged {
    width:60px;

}

/*,.dgrid-content .dgrid-cell .field-Sun,.dgrid-content .dgrid-cell .field-Mon,.dgrid-content .dgrid-cell .field-Tue,.dgrid-content .dgrid-cell .field-Wed,.dgrid-content .dgrid-cell .field-Thu,.dgrid-content .dgrid-cell .field-Fri,.dgrid-content .dgrid-cell .field-Sat*/
.dgrid-cell.field-TotalLoads,.dgrid-cell.field-Wed,.dgrid-cell.field-Sun,.dgrid-cell.field-Mon,.dgrid-cell.field-Tue,.dgrid-cell.field-Thu,.dgrid-cell.field-Fri,.dgrid-cell.field-Sat,.dgrid-cell.field-ScheduledLoadNumbers,.dgrid-cell.field-OneWayMiles
{
    text-align:center;
}

.field-ScheduledLoadNumbers {
    width:80px;
}
.field-OneWayMiles {
    width:60px;
}
.field-Town {
    width:80px;
}
.field-isOrigin {
    width:100px;
}
.field-CustomerName {
    width:150px;
    
}
.field-HoursOfOp {
    width:160px;
    
}

.field-Notes {
    /*min-width:initial;*/
    width:200px;
}
.field-id {
    width:80px;
}

.field-CustomerNumber {
    width:80px;
}
.field-Color {
    width:25px;
}
.field-Verified {
    width:25px;
}

.field-ImageID{
    width:50px;
    
}

.field-ProcessStatus
{
    width:200px;
    
}

.dgrid-header {
    text-wrap:normal;
}

.dgrid-row-odd {
    background-color:#0a4353;

}

.dgrid-row-thumbed {
    background:yellow;

}

.dgrid-selector {
    width:25px;
}

.ScheduleWrapper {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 80px;
    bottom: 1px;
    /*height:100%;*/
}
.DispatchWrapper {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 40px;
    bottom: 1px;
    overflow-y:auto;
    /*height:100%;*/
}

.GridWrapperSchedule {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50px;
    bottom: 50px;
    /*height:100%;*/
}

.GridWrapperDispatch {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 5px;
    bottom: 5px;
    /*height:100%;*/
}



.dispatchTable thead
{
    position:fixed;
    display:none;
    
}
.dispatchTable tbody
{
    display:block;
    position:absolute;
    /*position:fixed;*/
    top:30px;
    bottom:10px;
    overflow-y:auto;
    /*background-color:blue;*/
    
}

.dispatchTable a {
    color:inherit;
    text-decoration:none;
}
.dispatchTable tr:nth-child(even) {
    background-color: #0a4353;
    color:whitesmoke;
}

.assignedLoad{
    /*background-color:lightgreen;*/
}

.unAssignedLoad{
    background-color:gold;
}
/*outsideProductDispatch*/
.opLoad{
    background-color:lightblue;
}
/*outsideConestogaLogistcsProductDispatch*/
.clLoad{
    background-color:lightpink;
}
.ohLoad{
    background-color:lightgreen;
}

.BackHaulRow{
    background-color:indianred;
}

.dispatchTable .SelectedDriver {
    color:black;
    background-color:goldenrod;
}

.SelectedDriver {
    color:black;
    background-color:goldenrod;
}

.GridWrapperDispatchDrivers {
    position: absolute;
    left: 5px;
    /*right: 1px;*/
    top: 5px;
    bottom: 5px;
    right:5px;
    border:solid 1px;
    border-radius:10px;
    overflow-y:auto;
    /*background-color:red;*/

    /*height:100%;*/
}

.GridWrapperDispatchBuildActive {
    position: absolute;
    left: 225px;
    /*right: 1px;*/
    top: 5px;
    bottom: 5px;
    width:200px;
    border:solid 1px;
    border-radius:10px;
    
    /*background-color:red;*/

    /*height:100%;*/
}

.GridWrapperDispatchInstructions {
    position: absolute;
    left: 430px;
    /*right: 1px;*/
    top: 5px;
    bottom: 5px;
    width:200px;
    border:solid 1px;
    border-radius:10px;
    
    /*background-color:red;*/

    /*height:100%;*/
}


.DivLabel{
    border-top-left-radius:10px;
    border-top-Right-radius:10px;
    line-height:20px;
    background-color:#222222;
    color:lightgray;
    text-align:center;
}

.DivData{
    position:absolute;
    top:20px;
    bottom:5px;
    right:0px;
    left:0px;
    line-height:20px;
    /*background-color:red;*/
    overflow-y:auto;
    /*color:lightgray;
    text-align:center;*/
}

.DivDataWithInput{
    position:absolute;
    top:200px;
    bottom:5px;
    right:0px;
    left:0px;
    line-height:20px;
    /*background-color:red;*/
    overflow-y:auto;
    /*color:lightgray;
    text-align:center;*/
}

.DivDataInput{
    position:absolute;
    top:25px;
    /*bottom:185px;*/
    height:175px;
    right:2px;
    left:2px;
    line-height:20px;
    /*background-color:red;*/
    overflow-y:auto;
    /*color:lightgray;
    text-align:center;*/
    border:1px solid;
}

.DivStack2{
    position:relative;
    height:50%;
    width:100%;
}

.DivStack3{
    position:relative;
    height:33%;
    width:100%;
}

.DivStack4{
    position:relative;
    height:25%;
    width:100%;
}

.DivFloat2{
    position:relative;
    height:100%;
    width:50%;
    float:left;
}
.DivFloat3{
    position:relative;
    height:100%;
    width:33%;
    float:left;
}
.DivFloat4{
    position:relative;
    height:100%;
    width:25%;
    float:left;
}



.GridWrapperDispatchBuildLoads {
    position: absolute;
    left: 435px;
    right: 1px;
    top: 5px;
    bottom: 5px;
    border:solid 1px;
    border-radius:10px;
    overflow-y:auto;
    /*background-color:yellow;*/

    /*height:100%;*/
}

.GridWrapperDispatchBuildAll {
    position: absolute;
    left: 1px;
    /*right: 1px;*/
    top: 5px;
    bottom: 5px;
    width:220px;
    border:solid 1px;
    border-radius:10px;
    /*overflow-y:auto;*/
    /*background-color:blue;*/
    /*height:100%;*/
}
 .GridWrapper .dijitTabPaneWrapper  {
    width:100%;
    height:95%;
}

.footer {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    background-color: #222222;
    border-color: #080808;
    color: #808080;
    min-width: 900px;
}

.LabelArea {
    position: absolute;
    top: 1px;
    height: 40px;
    left: 1px;
    right: 1px;
    width: 90%;
    text-align: center;
    /*background-color:red;*/
    font-size: xx-large;
}

.ButtonArea {
    position: absolute;
    top: 40px;
    height: 60px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.ButtonAreaBI {
    position: absolute;
    top: 70px;
    height: 40px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.ButtonAreaDispatchBuild {
    position: absolute;
    top: 10px;
    height: 40px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0 auto;
}

.ButtonAreaDispatch {
    position: absolute;
    top: 10px;
    height: 40px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0 auto;
}
/*added pixels top*/
.GridWrapper {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 100px;
    
    bottom: 1px;
    /*height:100%;*/
}

.GridBIWrapper {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 100px;
    bottom: 1px;
    height:100%;
}
.GridBIWrapper .field-Value {
    width:100px;
}
.GridBIWrapper .field-Variable {
    width:200px;
}

.GridBIDateWrapper {
    position:relative;
    top: 720px;
    bottom: 1px;
    height:120px;
}
.GridBIDateWrapper .field-ValueDate {
    width:25px;
}
.GridBIDateWrapper .field-DateValue {
    width:25px;
}

.GridBIDateWrapper .field-ID {
    width:0px;
}

.GridBITotalWrapper {
    float:right;
    font-size:small;
    margin: 20px;
    /*height:100%;*/
    height:40px;
    width:300px;
}

.GridBITotalWrapper .field-TS {
    width:0px;
}

/*.GridBITotalWrapper .field-AE {
    height:50px;
}
.GridBITotalWrapper .field-BBE {
   height:50px;
}
.GridBITotalWrapper .field-DDE {
   height:50px;
}*/

.FillWrapper {
    /*position: absolute;*/
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width:100%;
    height:100%;
    /*background-color:red;*/
    /*height:100%;*/
}

.navbar-fixed-top {
    z-index: 999;
}

.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}

#loadingOverlay {
    background: #fff url('images/loadingAnimation.gif') no-repeat 10px 23px;
    background-position: center;
}

.loadingMessage {
    padding: 25px 40px;
    color: #999;
}

#grid {
    height: 100%;
    /*width: 100%;*/
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#grid4 {
    height: 80%;
    /*width: 100%;*/
    /*position: absolute;*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#grid2 {
    height: 100%;
}

#grid3 {
    height: 20%;
    position:relative;
}

#grid3 .dgrid-column-0 {
    width:0px;
}

#grid3 .dgrid-column-1 {
    width: 25px;
}

.dgrid-row-odd {
    /*background: #a2F5F9;*/
    background: #F2F5F9;
    /*color:#ffffff;*/
}

.dgrid-row-thumbed {
    background:yellow;

}

/*.dgrid-row-odd a:link {
        color:#ffffff;
    }

    .dgrid-row-odd a:visited {
        color:#ffffff;
    }*/


.dropMenuButton {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 50px !important;
    width: 50px !important;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    background-size: 45px 45px;
}


.greenCheck {
  background-image:  url(images/greenCheck.png);
}

.ImageDiv {

    background-image:  url(images/greenCheck.png);
    /*background-color:red;*/
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    margin: 0 auto;
}

.ImageRefreshDiv {

    background-image:  url(images/images.jpg);
    /*background-color:red;*/
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    margin: 0 auto;
}

.ImageAddDiv {

    background-image:  url(images/greenPlus.png);
    /*background-color:red;*/
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    margin: 0 auto;
}


.siteArea {
    /*float:right;*/
    height: 30px;
    width: 150px;
    /*background-color:#808080;*/
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-color: white;
    vertical-align: middle;
    color: black;
}

    .siteArea #siteSelectLink {
        /*color:#e8e8e8;*/
        /*color:#000000;*/
    }

#siteSelectLink a:link, a:visited {
    /*color:#000000;*/
}

#siteSelectLink a:hover {
    text-decoration: none !important;
    color: pink !important;
}

#dropDownButtonContainer {
    z-index: 1029;
}

.dijitMenuPopup {
    z-index: 2000;
}

#progmenu {
    z-index: 1029;
    position: relative;
    display: block;
    padding: 15px 15px;
    color: #999999;
    line-height: 20px;
}

    #progmenu:hover {
        color: #ffffff;
    }

.pMenu {
}

    .pMenu a:link, a:visited {
        /*color:black ;*/
    }

.pMenuItem {
}

.pMenuArea {
    background-color: white;
    width: 200px;
    border: solid;
    border-width: 1px;
    border-color: black;
}
/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dijitTextBox.dateSelect {
    width: 8em;
}

.navbar-brand {
    background-image: url('Images/MicroLoad_Logo_White1193x225.png');
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-indent: -9999px; /* hides the link text */
    width: 180px;
    height:35px;
    margin:0.5rem;
    background-size: 180px 35px;
    background-repeat: no-repeat;
}

.navbar-brandWrangler {
    background-image: url('Images/cactusFeederslogo.png');
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-indent: -9999px; /* hides the link text */
    width: 180px;
    height: 50px;
    background-size: 180px 50px;
    background-repeat: no-repeat;
}


.navbar-Site {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 180px;
    height: 50px;
}

.navbar-header {
    height: 44px;
}

.container {
    width: 100%;
    max-width: 99%;
}

.navbar-collapse.in {
    /*left:-150px;*/
}

.container.body-content {
    min-width: 900px;
}

input[type="checkbox"],#alldrivers{
  width: 19px; /*Desired width*/
  height: 19px; /*Desired height*/
  vertical-align:middle;
}

label.checkbox-label input[type=checkbox],#alldrivers{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.field-Color {
    width:100px;
}

.field-Water {
    width:100px;
}

.field-ProofByHydrometer {
    width:100px;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}