/*
Colors
ICP Blue #2a6a9c
Light: #0aa9ea
Dark: #0f5c98
*/

body {
	font-family: 'OpenSans', sans-serif;
	font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #16468e;
    border-color: #16468e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

label {
	font-family: 'OpenSans-bold',sans-serif;
}

header {
	background-color: #16468e;
	text-align: center;
}

header h1 {
	font-family: 'OpenSans-CondLight',sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 16px;
}

.modelselect {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*.card {
	border: 1px solid #16468e;
	border-radius: 6px;
	margin-bottom: 20px;
}*/

.table {
	margin-bottom: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: none;
}

thead#current {
	font-family: 'OpenSans-bold',sans-serif;
	background-color: #16468e;
	color: #fff;
	text-transform: uppercase;
}

thead {
	font-family: 'OpenSans-bold',sans-serif;
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
}

th {
	text-align: center;
}

td {
	text-align: center;
}

td:first-of-type {
	font-family: 'OpenSans-bold',sans-serif;
	text-align: right;
}

td:nth-of-type(2) {
	background-color	: #ddd;
}

#lgTable td:nth-of-type(2) {
	background-color	: transparent;
}

.emph {
	background-color: yellow;	
}

td, tbody tr>th {
	color: #333;
}

footer {
	border-bottom: 22px solid #16468e;
	margin-bottom: 9px;
	position: relative;
}

footer .row {
	height: 112px;
}

footer p {
	font-size: 10px;
}

.note {
	font-size: 10px;
	margin-top: 36px;
}

footer {
	width: 100%;
	position: fixed;
	bottom: 0;
}

footer .logo {
	position: absolute;
	top: 26px;
	right: 0;
	bottom: 0;
	width: 163px;
	height: 108px;
}

.navbar {
	margin-bottom: 0;
	min-height: 42px;
	border: none;
}

.navbar-default {
	background-color: transparent;
}

.navbar-brand {
	float: none;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #eee;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ccc;
}

.navbar-toggle {
  float: left;
  margin-left: 0;
  background-color: transparent;
  color: #fff;
  padding:0 6px;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
	color: #ccc;
}

small.pull-right {
	line-height: 20px;
}

.fa-reorder {
	padding-right: 4px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-collapse {
	border-top: none;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li > a {
    color: #fff;
	margin-right: 0;
    border: none;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#lgTable {
	display: block;
}

#mobile {
	display: none;
}

@media (max-width: 350px) {
	
	.navbar-brand {
	    font-size: 16px;
	}
	
	.navbar-toggle {
	    margin-top: 18px;
	}
	
	.pull-left {
	    float: none !important;
		display: block;
	}
	
	.fa-reorder {
	    padding-right: 0px;
	}
	
	.pull-right {
	    float: none !important;
		display: block;
		margin-top: -6px;
	}
	
}

@media (max-width: 767px) {
	
	#mobile {
		display: block;
	}
	
	#lgTable {
		display: none;
	}
	
	.nav-tabs > li {
	  float: none;
	}
}

@media (min-width: 768px ) {
		
	#mobile {
		display: none;
	}
	
	.navbar-brand, .navbar-header {
		float: none;
	}
		
	.nav-tabs {
		border-bottom: 1px solid #005a9c;
		text-align: center;
	}
	
	.nav-tabs > li {
		display: inline-block;
		float: none;
	}
	
	.nav-tabs > li > a {
	    color: #666;
		text-transform: uppercase;
		margin-right: 2px;
	    line-height: 1.42857143;
	    border: 1px solid #999;
	    border-radius: 4px 4px 0 0;
		background-color: #efefef;
	}

    #lgTable {
        /*width: 1350px;  */      
    }

}