@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Anton|Oswald|Droid+Serif:400italic);


p {
  margin: 0 0 10px;
}


ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:1024px) and
		(max-width: 1199px) {/* ipad landscape / ipad pro portait */
	  .container {
   	 width: 724px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  .container {
    /*width: 1170px;*/
    margin-right: 185px;
  margin-left: 185px;
  width:auto;
  }
}

th {
  text-align: left;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after{
  clear: both;
}


p:last-child {
  margin-bottom: 0;
}

/**
 * Applies Bootstraps .table class styles to the table element directly.
 */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; 
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; 
 }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  table table {
    background-color: white; }


#allRecords, .optional, #noRecords {
	display:none;
}

div.clear {
	clear:both;
}


/******** FORM ******/
div.button {
 	width:30px;
 	height:30px;
 	padding:4px;
	border-radius:5px;
	text-align:center;
    display:inline;
}

div.button img {
	width:20px;
}

div.button:hover {
	cursor: pointer;
	/*padding-top:1px;*/
}

fieldset legend{
	font-weight:700;
	margin:8px;
	padding:0 8px;
}

#statContent fieldset, #confirmForm fieldset{
	width: 60%;
} 

fieldset label{
	position:relative;
	display:block;
	float:left;
	text-align:left;
	width:200px;
	line-height:25px;
}

fieldset input, fieldset select{
	padding:0 5px;
	width:65%;
	font-size:16px;
	height:23px;  
}

fieldset input[name=fSearch]{
	width:80%; 
}

fieldset input[type=checkbox]{ 
	width:20px;
	height:19px;
	font-size:11px;
	padding:0;
}


/*#editPanel textarea{
	width:100%;
	height:160px;	
}*/

input[type=button],input[type=submit]{
	width:150px;
	margin-top:20px;
	margin-right:10px;
	padding:10px;
	font-weight:bold;
	border-radius:5px;
	border-width:0px;
	height:auto;
	text-transform:uppercase;
}

input[type=button]:hover, input[type=submit]:hover{
	cursor: pointer;
	padding:9px;
}

#loginForm input[type=button], 
#signinForm input[type=button],
#profileForm input[type=submit],
#dynaContent1 input[type=button],
#confirmForm input[type=button]{
	margin-bottom:20px;
	float:right;
}




img.installation{
	width:20px;
}

/** STATS ****/
 div.stats{
	margin-top: 40px;
    padding-left: 15px;
    padding-right:15px;
    width:80%;
}
.statName{
	text-align:center;
	font-weight:600;
	height:30px;
	text-decoration: underline;
}
.statItem{
	display:inline-block;
	font-size:0.9em;
}

.statItem.label{
	width:75%;
}
.statItem.value{
	text-align:right;
	width:25%;
}
.statItem.total{
	border-top: 1px dotted #232323;
}

@media (min-width: 768px) {
	div.stats{
		width:25%;
		border-right: 1px solid #000000;
		display:inline-block;
	}
}



/**** COURIER PARTS *****/

#dateNotif {
	float:right;
	font-size:0.8em;
	font-style: italic;
	margin-top:-15px;
	margin-right:10px;
} 

div.nightLab{
    position:relative;
    display:inline-block;
    border: 1px solid #0CF;
    border-radius: 10px;
    padding:1%;
    background-color:rgba(0, 0, 0, 0.2);
}

@media (min-width:300px) and 
		(max-width: 768px) { /* up to tablet*/
	div.nightLab {
    	width:20%;
    	margin:2.5%; 
    	max-height:20%   	
    }
}

@media (min-width:769px) and
		(max-width: 1024px) {/* up to iphone 6+ landscape + ipad portait */
	div.nightLab {
     	width:80px;
     	margin:1.5%;
    }
}

@media (min-width:1025px) {
	div.nightLab {
     	width:120px;
     	margin:1%;
    }
}

.nightLab .notification {
  display:none;
  position:absolute;
  top:-10px;
  right:-10px;
  border-radius:100px;
  background:red;
  padding:3px 8px
}

.nightLab .customerName{
   width:100%;
   text-align:center;
   font-size:0.8em;
}

.nightLab .img-holder img {
	width:100%;
}

/****** DIVERS ***/
#addForm {
	margin-bottom:50px;
	float:right;
	height:50px;
	display:none;
}

.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-3px;padding:5px 0;}
.tooltip.right{margin-left:3px;padding:0 5px;}
.tooltip.bottom{margin-top:3px;padding:5px 0;}
.tooltip.left{margin-left:-3px;padding:0 5px;}
.tooltip-inner{max-width:200px;padding:8px;color:#0CF;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}

#statDetail {
	border-top: 1px solid #0CF;
	margin-top:100px;
}