/********************************
 *	Custom Stylesheet			*
 ********************************/
 
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  color: #CCC;
  background-color: #222;
  padding-top: 50px;
}
.footer-main {
	background-color: #222;
}
.navbar {
	background-color: #205081;
}
.caret-container {
  float: right;
}

.nav-container {
  background-color: #f5f5f5;
  /*font-weight: bold;*/
}
  
.nav-sub-container {
  background-color: #f8f8f8;  
  /*font-weight: bold;*/
  cursor: pointer;
}

ul.nav-stacked ul.nav-stacked > li > a {
  padding-left: 30px;
}
.section-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.brand-logo {
	height: 20px;
	padding-right: 10px;
}
.checkbox .ui-helper-hidden-accessible {
	position: relative !important;
}

/*
	blocked corners
*/
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.select-height {
	height: 34px !important;
}

.marketing {
	text-align: center;
}

.logoText {
	display: inline;
	/*font-family: 'Roboto Slab', serif;*/
}

h1, h2 {
	/*font-family: 'Roboto Slab', serif;*/
}

h4 {
	margin-top: 0;
}

.headerError h1 {
	color: red;
}
.headerError h3 {
	color: red;
}

.ui-datatable thead th, .ui-datatable tbody td {
	border: none;
}

.truth-text {
	font-family: Courier New,arial,helvetica,sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
}

.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 96px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 100px; font-size: 50px; line-height: 64px; font-style: normal; }
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

.details-table td {
	padding-right:	20px;
	padding-bottom: 5px;
}
tr.clickable-row { cursor: pointer; }
.glyphicon-lg
{
    font-size:4em
}
.info-block
{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}
.info-block .square-box
{
    width:100px;min-height:110px;margin-right:22px;text-align:center!important;background-color:#676767;padding:20px 0
}
.info-block.block-info
{
    border-color:#20819e
}
.info-block.block-info .square-box
{
    background-color:#20819e;color:#FFF
}
.info-link {
	text-decoration: none; 
	color: inherit;
}
.info-link:hover, .info-link:focus {
	text-decoration: none !important;
}

.info-link:hover .info-block {
	text-decoration: none !important;
	color: white;
	background-color:#20819e;
}

/* columns of same height styles */

.row-full-height {
	height: 100%;
}

.col-full-height {
	height: 300px;
	vertical-align: middle;
}

.row-same-height {
	display: table;
	width: 100%;
	/* fix overflow */
	table-layout: fixed;
}

.col-xs-height {
	display: table-cell;
	float: none !important;
}

/* vertical alignment styles for same height styles*/

.col-top {
	vertical-align: top;
}

.col-middle {
	vertical-align: middle;
}

.col-bottom {
	vertical-align: bottom;
}

.progress {
    position: relative;
	height: 25px;
}
.progress > .progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}

@media ( min-width : 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
}

@media ( min-width : 992px) {
	.col-md-height {
		display: table-cell;
		float: none !important;
	}
}

@media ( min-width : 1200px) {
	.col-lg-height {
		display: table-cell;
		float: none !important;
	}
}

@media only screen and (max-width : 480px) {
	#mainLogo {
		width: 40%;
	}
}

@media print {
	body {
		padding-top: 0px;
		font-size: 10px;
	}
	
	.footer {
		display: none;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		font-size: 12px;
	}
	h5, .h5 {
		font-size: 10px;
	}
}
