﻿html{
  background: url("../images/bg.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}
body,html{
	margin:0;
}

body{
  font-family: 'Open Sans', sans-serif;;
	font-size:16pt;
	color:#222;
}

input{
	border-radius:2px;
}

.dz-message{
		text-align: center;
    margin: 40px 0 0 0;		
}

#trucksList{
	display:none;
}

#tlTable{
	width: 100%;
  margin: auto;
  border: 1pt solid #ccc;	
  font-size:.9em;
}

#tlTable tr:hover{
	background:#ffff00;
	cursor:pointer;
}

#tlTable th{
	background:#ccc;
}
#tlTable nth-child(even){
	background: #ddd;
}

#mobileLogin{
	display:none;
}

#wrapper{
	width:100%;
	position:realtive;
}

#header{
	width:100%;
	background:#304870;
	color:#fff;
	position:fixed;
	min-height:50px;
	height:auto;
	z-index:200;	
	top:0;
}

.ib{
	display:inline-block;
}

.visNone{
	visibility:none;
}

#t4lComments{
	width:300px;
	height:125px;
}

.cwSide{
	height:125px;
	line-height:125px;
	display:inline-block;
	vertical-align:top;
}

.cwSide textarea{
	margin-left:-4px;
}

#deleteAccount{
	display:none;
}

#logoWrapper{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	font-style:italic;
}

#content{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	min-height:800px;
	margin-top:90px;
}

#footer{
	position:fixed;
	bottom:0;
	height:50px;
	background:#304870;
	color:#fff;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:50px;
	font-size:.7em;
}

.flx{
	display:flex;
}

.half{
	width:calc(50% - 20px);
	padding:10px;
	vertical-align:top;
	display:inline-block;
}

.ssImg{
	width:100%;
}

.clr{
	clear:both;
}

.ctr{
	text-align:center;
}

.clr5{
	clear:both;
	height:5px;
}

.clr10{
	clear:both;
	height:10px;
}
.clr20{
	clear:both;
	height:20px;
}
.clr30{
	clear:both;
	height:30px;
}

.clr100{
	clear:both;
	height:100px;
}
.clr200{
	clear:both;
	height:200px;
}
.clr300{
	clear:both;
	height:300px;
}

.lbl{
	width:150px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

.widelbl{
	width:250px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

.wideBtn{
	width:200px;
	height:30px;
	line-height:30px;
	border-radius:2px;
	text-align:center;
	font-size:.9em;
	border:0;
	background:#f2f2f2;
}

.wideBtn:hover{
	cursor:pointer;
	background:#c7d6ef;
}

.btn{
	width:100px;
	height:30px;
	line-height:30px;
	border-radius:2px;
	text-align:center;
	font-size:.9em;
	border:0;
	background:#f2f2f2;
}

.btn:hover{
	cursor:pointer;
	background:#c7d6ef;
}

#lbWrapper{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-15px;
}

#loginWrapper{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -225px;
  background: rgba( 0,0,0,.5);
  color:#fff;
	display:none;
	height:150px;
	width:500px;
	border-radius:3px;
}

.hideMe{
	display:none;
}

#lastLogin,#subscription{
	font-size:.8em;
}

#signUpWrapper{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -300px;
  background: rgba( 0,0,0,.5);
  color:#fff;  
	display:none;
	width:600px;
	height:180px;
}


.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/semi.gif') 
                50% 50% 
                no-repeat;
    background-size:150px;            
}

.alertify{
	font-size:.8em;
}

.lbl{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:5px;	
}

.longLbl{
	display:inline-block;
	width:250px;
	text-align:right;
	padding-right:5px;	
}

#pageContent{
	padding:10px;
	font-size:.8em;	
}

.likeH3{
	font-size:1.2em;
	font-weight:bold;
}

.required{
	background:#faffbd;
}

.longInput{
	width:300px;
}

.shortInput{
	width:50px;
}

.authorized{
	visibility:hidden;
}

#terms{
	width:80%;
	margin-left:auto;
	margin-right:auto;
  padding:10px;
  border:1pt solid #ccc;
  border-radius:3px;
  display:none;
}

.bld{
	font-weight:bold;
}

#sig{
	width:70%;
	height:250px;
	margin-left:15%;
}

.ui-autocomplete{
	font-size:.8em;
}

@media screen and (max-width: 768px) {

  #lbFull{
  	display:none;
	}

	#logoWrapper{
		text-align:center;
		width:80%;
	}

	.lbl{
		width:100%;
		display:block;
		text-align:left;
		padding-right:0;
	}	
	
	.longLbl{
		width:100%;
		display:block;
		text-align:left;
		padding-right:0;
   }

	.widelbl{
		width:100%;
		display:block;
		text-align:left;
		padding-right:0;
		font-weight:500;
	}	

	#mobileLogin{
		display:inline;
		top:100px;
		z-index:100;
		background:#f2f2f2;
		position:absolute;
		width:100%;
		height:60px;
		line-height:60px;
		text-align:center;
		border-top:1pt solid #000;
		border-bottom:1pt solid #000;
	}


		#loginWrapper{
		  position: fixed;
		  top: 60px;
		  left: 1%;
		  margin:0;
			height:auto;
			width:90%;
			padding:15px;
		}	

		#signUpWrapper{
		  position: fixed;
		  top: 60px;
		  left: 1%;
		  margin:0;
			width:90%;
			height:auto;
			padding:15px;
		}
		
		#content{
			width:100%;
		}

		.btn{
			background:#ccc;
		}		
		
		.wideBtn{
				background:#ccc;
	  }

		input{
			border-radius:2px;
			height:25px;
			line-height:25px;
		}			
		
		.likeH3{
			text-align:center;
			width:100%;
		}

		.flx{
			display:inline;
		}

		.half{
			width:100%;			
		}		

}

