body,html{
	margin:0;
	width:100%;
}

body{
	font-family:arial;
	font-size:16px;
	background:#f2f2f2;
}

a{
	color:#2195de;
}

.flx{
	display:flex;
}

.half{
	display:inline-block;
	width:50%;
	padding:10px;
	box-sizing: border-box;
}

.fourth{
	display:inline-block;
	width:25%;
	padding:10px;
	box-sizing: border-box;
}

.threeFourths{
	display:inline-block;
	width:75%;
	padding:10px;
	box-sizing: border-box;
}

.toolBar{
	background-color: rgb(215, 220, 220);
	padding: 7px;
	border-style: outset;
	border-color: rgb(255, 255, 255);
}

.mapToolBar{
	background-color: rgb(215, 220, 220);
	padding: 7px;
	border-style: outset;
	border-color: rgb(255, 255, 255);
	display: flex;
	white-space: nowrap;
	
}

.toolBarContainer {
	display: inline-flex;
	align-items: center;
	background-image: radial-gradient(rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, 0) 90%);
	border-style: solid;
	border-color: rgb(242, 242, 242);
	border-width: 0 3px 0 0;
	padding: 4px;
}

.toolBarItem {
	display: inline-block;
}

.toolBarItem img {
	display: block;
}

.toolBarLabel {
	margin: 0 10px 0 0;
}


.largeCheckBox {
	height: 30px;
	width: 30px;
	float: right;
	
}

.locIdTable {
	font-size: .9em;
	overflow-y: scroll;
	overflow-x: scroll;
	max-height: 80vh;
	padding: 5px;
	background-color: rgb(215, 220, 220);
}

.locIdRow {
	background-color: rgb(230, 240, 250);
	margin-bottom: 5px;
	min-width: 850px
}

.locInfo {
	width: 15%;
	padding:10px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
}

.locSchedules {
	width: 80%;
	padding:10px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
}

.selectContainer {
	width: 5%;
	padding:10px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
}

.redDot {
	width:15px;
	height:15px;
	border-radius:50%;
	background-color: rgb(220, 60, 60);
}

.greenDot {
	width:15px;
	height:15px;
	border-radius:50%;
	background-color: rgb(60, 210, 60);
}

.greenDotContainer {
	display: inline-block;
  height: fit-content;
  width: fit-content;
  padding: 5px;
  background-image: radial-gradient(rgba(0, 255, 0, .5) 30%, rgba(0, 0, 0, 0) 75%);
}

.redDotContainer {
	display: inline-block;
  height: fit-content;
  width: fit-content;
  padding: 5px;
  background-image: radial-gradient(rgba(255, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 75%);
}

.ib{
	display:inline-block;
}

.blockTable {
	background-color: rgb(255, 255, 255);
}

.blockTable thead {
	background-color: rgb(33, 149, 222);
	padding: 3px;
}

.blockTable thead th {
	border-style: solid;
	border-width: 0px 1px;
	border-color: rgb(33, 149, 222);
	color: rgb(255, 255, 255);
	border-radius: 2px;
}

.blockTable tbody tr .even {
	background-color: rgb(255, 255, 255)
}

.blockTable tbody tr {
	background-color: rgb(235, 235, 235)
}

.attentionLarge {
	font-size: 2em;
	color: rgb(200, 0, 0);
	margin-bottom: 15px;
	text-align: center;
	font-weight: 800;
}

.attentionSmall {
	color: rgb(200, 0, 0);
}

.message {
	font-size: .9em;
	text-align: left;
	background-color: rgb(245, 245, 245);
	padding: 5px;
}

.inputMessageContainer {
	position: absolute;
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.newRow .inputs {
	max-width: 50px;
	height: 10px;
}

.newRow .tableData {
	position: relative;
	background-color: rgb(33, 149, 222);
	color: rgb(255, 255, 255);
}

.editRow .inputs {
	max-width: 50px;
	height: 10px;
}

.editRow .tableData {
	position: relative;
	background-color: rgb(33, 149, 222);
	color: rgb(255, 255, 255);
}

.checkBoxHeader {
	width: 18px;
	height: 18px;
}

.horizontalHalf {
	height: 45vh;
	min-height: 300px;
}

#analyticsContainer {
	background-color: rgb(215, 220, 220);
}

.fitParent {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

hideMe{
	display:none;
}

.isReq{
	background:#ffff00;
}

#cart{
	background:#f7f4cf;
	border:1pt solid #777;
	border-radius:3px;
	top: 50%;
  transform: translateY(-50%);
  position:fixed;
	width:500px;
	height:500px;
	margin-left:calc(50% - 250px);
	z-index:100;
	padding:10px;
}

.moveCartForCheckout{
	transform:none !important;
	top:10% !important;
}

#checkoutDiv{
	background:#f7f4cf;
	border:1pt solid #777;
	border-radius:3px;
	top: calc(10% + 520px);
  position:fixed;
	width:500px;
	height:280px;
	margin-left:calc(50% - 250px);
	z-index:100;
	padding:10px;	
}

#saleName,#saleAddr{
	width:50%;
}
#saleCity{
	width:40px;
}
#saleCCV{
	width:40px;
}


.taRight{
	text-align:right;
}

#content{
	width:90%;
	padding-top:30px;
	margin:auto;
	font-size:1.2em;
	position: relative;
	height: 100vh;	
}

.lbl{
	width:150px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

.w50{
	width:50px;
}

#cartBottom{
	position:absolute;
	bottom:0;
	width:100%;
	padding:5px;	
}

#welcome{
		margin:0;
		position: absolute;
		justify-content: space-evenly;
		width:40%;
    left:50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, calc(-50% - 44px) );    
    font-size:1.2em;
}

#cartTable{
	width:100%;	
	font-size:.9em;	
}

#cartTable th{
	text-align:left;
}

#nCircle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1pt solid orange;
    background: orange;
    color: #000;   
    margin-left: 5px;
    text-align: center;
    display:none;
}    

.moveCartForCheckout{
	transform:none !important;
	top:10% !important;
}

.cartRemove{
	width:15px;
	vertical-align: bottom;
	margin-left:10px;
}
.cartRemove:hover{
	cursor:pointer;
}	

#cartTitle{
	border-bottom:1pt solid #ccc;
}

#cartFooter{
	background:#f2f2f2;
}

.bld{
	font-weight:bold;
}

.alertify{
	z-index:500;
}	

.btn{ 
	width:100px;
	color:#f2f2f2;
	background:#2195de;
	height:30px;
	border:1pt solid #2195de;
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.disabledBtn{
	color:#777;
	background:#f2f2f2;
	border-radius:0;
	border-width:0;
}

.disabledBtn:hover{
	cursor:not-allowed;
	color:#777;
	background:#f2f2f2;
}

.btnWide{ 
	width:150px;
	color:#f2f2f2;
	background:#2195de;
	height:30px;
	border:1pt solid #2195de;
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btnWide:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.btnSmall{ 
	width:50px;
	color:#f2f2f2;
	background:#2195de;
	height:20px;
	border:1pt solid #2195de;
	border-radius:3px;	
	text-align:center;
	display:inline-block;	
	z-index:10;
	font-size: .8em;
}

.btnSmall:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.retired{
	width:100%;
	text-align:center;
	background:#e2b9e5;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr50{
	clear:both;
	height:50px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

.ssImg{
	width:100%;
}
#analyticsContainer .guage {
	width: 32%;
}

.inlineBlk {
	display: inline-block;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
    background-size:60px;            
}

@media only screen and (max-width : 1080px) {
	.fourth{
		display:inline;
		width:35%;			
		padding:5px;
	}		
	
	.threeFourths{
		display:inline;
		width:65%;			
		padding:5px;
	}
}

@media only screen and (max-width : 768px) {

		#welcome{
				width:90%;
		    left:5%;
		    top:10px;
		    -ms-transform: none;
		    transform: none;
		}
		
		.locIdTable {
			font-size:.7em;
			overflow-y: scroll;
			overflow-x: scroll;
			max-height: 80vh;
			padding: 2px;
			background-color: rgb(215, 220, 220);
		}

		.flx{
			display:inline;
		}
		
		.toolBarItem {
	  	padding: 1px;
	  }


		.half{
			display:inline;
			width:100%;			
			padding:0;
		}

		.fourth{
			display:inline;
			width:100%;			
			padding:0;
		}		
		
		.threeFourths{
			display:inline;
			width:100%;			
			padding:0;
		}
		
		#cart{
			width:300px;
			font-size:.8em;
			margin-left:calc(50% - 160px);
			top:10%;
			transform:none !important;	    
			position:absolute;
		}
		#checkoutDiv{
			width:300px;
			height:400px;
			font-size:.8em;
			margin-left:calc(50% - 160px);
			position:absolute;
		  transform:none !important;	    
			top:calc(10% + 520px);		
		}
		
		.btn{
			width:80px;
			font-size:.9em;
			margin-bottom:10px;
		}
		.btnWide{
			font-size:.9em;
		}
		
		.add2cart{
			font-size:.7em;
		}
		
		.lbl{
			display:block;
			text-align:left;
			width:100%;			
		}
				

}