﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (-high-contrast: active), (-high-contrast: none) {
    .fixed-table-body {
        padding: 1px;
    }

    .fixed-table-container {
        margin: -1px;
    }
}

.marginBottom-0 {
	margin-bottom: 0;
}

.navbar {
	border-radius: 0px;
}

.updating {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px 6px;
		border-radius: 0 6px 6px 6px;
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #cccccc;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {
		border-left-color: #555;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

		.dropdown-submenu.pull-left > .dropdown-menu {
			left: -100%;
			margin-left: 10px;
			-webkit-border-radius: 6px 0 6px 6px;
			-moz-border-radius: 6px 0 6px 6px;
			border-radius: 6px 0 6px 6px;
		}


/* Using Regular Font by Default : can be overriden via css if required.*/
body {
	padding-bottom: 20px;
	font-family: ubunturegular;
	color: #7A7A7B;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	font-family: ubunturegular;
	color: #7A7A7B;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	/*max-width: 280px; */
	font-family: ubunturegular;
	color: #7A7A7B;
}

h1, h2, h3, h4 {
	font-family: ubunturegular;
	color: #7A7A7B;
}
/* Set Background color of Nav Bar to Grips Blue*/

.logo-image {
	z-index: 0;
	position: relative;
	margin: 0px;
	padding: 0px;
	/*background-color:white; 
	height:50px;
	width:200px;
	margin:5px 10px 5px 10px;
	padding:5px;*/
}

.buttons {
	background-color: white;
	color: #125fab;
	border: 1px solid lightgray;
	border-radius: 3px;
	vertical-align: middle;
}

.buttons-large {
	background-color: white;
	color: #125fab;
	font-size: large;
	border: 1px solid lightgray;
	height: 50px;
	width: 100px;
}

.text-white {
	color: white;
}

.container-fullscreen {
	width: 100%;
}

.screen-margins {
	margin: 20px 10px 20px 10px;
}

th {
	text-align: center;
}

td {
	vertical-align: middle;
	white-space: nowrap;
}

.vertical-align {
	vertical-align: middle;
}

.right-aligned {
	float: right;
}

.center-aligned {
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	background-color: #125fab;
	border-color: none;
}

.navbar-inverse {
	background-color: #125fab;
	border-color: #125fab;
}

	.navbar-inverse .navbar-text {
		color: #125fab;
	}

	.navbar-inverse .navbar-brand:hover,
	.navbar-inverse .navbar-brand:focus {
		color: #125fab;
		background-color: #ffffff;
	}

	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #125fab;
		background-color: #ffffff;
	}

	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: lightgrey;
	}

	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		color: #125fab;
		background-color: #ffffff;
	}

	.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
		border-top-color: #125fab;
		border-bottom-color: #125fab;
	}

	.navbar-inverse .navbar-nav > .dropdown > a .caret {
		border-top-color: #125fab;
		border-bottom-color: #125fab;
	}

	.navbar-inverse .navbar-nav > .open > a .caret,
	.navbar-inverse .navbar-nav > .open > a:hover .caret,
	.navbar-inverse .navbar-nav > .open > a:focus .caret {
		border-top-color: #125fab;
		border-bottom-color: #125fab;
	}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #428bca;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999999;
	}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #ffffff;
			background-color: #eeeeee;
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #eeeeee;
	}

	.navbar-inverse .navbar-nav .open .dropdown-m enu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #125fab;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: white;
	border-bottom-color: white;
}

.navbar-inverse .navbar-link {
	color: #125fab;
}

	.navbar-inverse .navbar-link:hover {
		color: #125fab;
	}

.dropdown-menu > li > a:focus {
	background-color: #125fab;
}

.dropdown-menu > li > a:hover {
	background-color: #125fab;
}

.navbar-brand {
	color: white;
}

	.navbar-brand:hover {
		color: lightgrey;
	}

.pagination > li > a {
	color: #125fab;
}

.pagination > .active > a {
	background-color: #125fab;
	border-color: #125fab;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index: 100;
}
/*take out dotted outline*/
a:hover, a:active, a:focus {
	outline: 0;
}

.btn:focus, .btn:focus:active, .active.btn:focus, .focus.btn, .focus.btn:active, .focus.active.btn {
	outline: 0;
}

.lang-button {
	background: none;
	border: none;
	color: #fff;
	margin-top: 5px;
}
