﻿.navLI {margin-right:3px;}
.navLI.active a {border-bottom: 1px solid #337ab7;}
/**********BASE CONFIGURATIONS**********/
body {
	background:#FFF;
	color:#1f1f1f;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding-top: 60px;
}

h1 {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}

h3,h4 , h5 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:lighter;
}

h2{
	font-size:22px;
}

h3 {
	font-size:46px;
/* 
	color:#b2c831
 */
}

h5 {
/* 
	color:#b2c831;
 */
	margin-left:5px;
}

.missingLoc:hover, .missingDesc:hover, .missingNote:hover { cursor: pointer; }

.tableInput{height:16px;font-size:10px;padding:0px;width:50px;}

.expandHeight {min-height:600px;}

.alignR {text-align: right;}

input.amount {width:90px;text-align:right;margin-left:2px;}
.ui-menu-item-wrapper {font-size:11px;}

.tablesorter-childRow.splitHeader td {background:#AAA;}
.tablesorter-childRow.splitInfo td {background:#CCC;}

/**********Link Styling**********/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.input-group.bootstrap-timepicker.timepicker>a.input-group-addon.input-group-addon-xs {background: #FFF !important; border-left:0px !important;}
.glyphicon.glyphicon-remove-sign.clearTime {color: #CCC !important;}

/**********FooterWrap Section**********/
#footerwrap {
	width: 100%;
	padding-top:25px;
	padding-bottom: 40px;
	border-top-style: solid;
	border-top-width:8px;
	border-top-color:#CCC;
	text-align:center

}

#footerwrap p {
	color:#000;
	font-size:12px;
}


/**********Media Styles**********/

@media (max-width: 360px){
/*Calendar Adsjustments*/
.fc-header {margin-top:15px;}
.fc-header-title h2{font-size:10px; }
.fc-header-right {display:none}

/* portrait tablet */
@media (min-width: 767px) and (max-width: 768px) {
	.info-aapl ul {
		margin-left:10px;
		float:left;
	}

	#load {
		margin-left:5px;
		margin-right:10px;
	}

	#space {
		margin-left:5px;
		margin-right:10px;
	}
}

/* Landscape iphone 5 and samsung galaxy */
@media (min-width: 560px) and (max-width: 685px) {
	.info-aapl ul {
		margin-left:40%;
	}
}