﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	vertical-align: baseline;
	font-family: 'Ubuntu', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}

html, body, form { height: 100%; }
.fullHeight { height: 100%; }

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"].login,
input[type="password"] { max-width: 280px; }
input[type="password"].login { max-width: 280px; }
.login > .input-group-btn {}

body > hr { margin-top: 0px; }
.testSiteLabel { font-weight: bold; }
.pageFooter { text-align: right; margin-top: 20px; color: #999999; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
@media (max-width: 767px) {
	.mainContentContainer { margin: 0px; padding: 5px; }
	.panel-login  { width: 305px; }
	.navbar-login .navbar-toggle { background-color: #222 !important; }
	.navbar-login .navbar-collapse { background-color: #222 !important; float: none !important; }
	.navbar-login .navbar-collapse ul > li > a { color: #ffffff !important; opacity: 0.5; }
}
@media (min-width: 768px) {
	.mainContentContainer { padding-left: 30px; }
	.panel-login  { width: 450px; }
}
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
 
/** Nav styles */
.nav-main {
	padding: 0;
	color: #6788a6;
	background-color: #27415c;
	border-right: 1px solid #eaeaea;
	width: 210px;
	min-width: 210px;
	margin-right: 50px;
	height: 500px;
	vertical-align: top;
}

.navbar-login { background-color: transparent; border: none; font-size: 11px; }
.navbar-login .navbar-collapse { float: right; }
.navbar-login .navbar-collapse ul > li > a { color: #292929; opacity: 0.5; }
.navbar-login .navbar-collapse ul > li > a:hover,
.navbar-login .navbar-collapse ul > li > a:focus { color: #4a90e2; opacity: 1; }

.mainLogo { padding: 14px 0px 0px 0px; margin: 0; height: 37px; }
footer > div { background-color: #e8f2fc; color: #999999; border: 1px solid #ddf6ff; height: 100%; overflow: hidden; padding-top: 10px; padding-bottom: 10px; display: flex; align-items: center; font-size: 13px; }
.footerLogo { padding: 0; margin: 0px 0px 2px 2px; vertical-align: middle; }
.navbar-iibrand { padding: 0px 10px 0px 7px !important; margin-left: 5px; }
.navbar-login a { color: #f7f7f7; font-weight: bold; }
.navbar-login li > a:hover { background-color: #222222; border-radius: 5px; }
.hr-gradient1 {
	border: 0;
    height: 1px;
    background: #f7f7f7;
	width: 99%;
    background-image: linear-gradient(to right, #808080, #777777, #808080);
}

.login-background {
	background: 
		linear-gradient(
			rgba(0, 0, 0, 0.0), 
			rgba(0, 0, 0, 0.0)
		),
		url(Images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.panel-login { padding: 10px 0px 10px 10px; }
.panel-login a { color: #333; }
.panel-login .panel-heading { text-align: center; font-size:20px; font-weight: normal; }
.panel-login .control-label { font-weight: normal; }
.panel-login .btn-login { width: 150px; font-weight: bold;  }
.background { background-color: #ffffff; }

/* Error style for input fields */
input.error, textarea.error, select.error { color: #b94a48; border-color: #b94a48 !important; background-color: #FFEFF2 !important; }
.errorText { color: #b94a48; }
.warningText { color: #d68f00; }

/* General */
.strong { font-weight: bold; }
.paddingTop10 { padding-top: 10px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingLeft45 { padding-left: 45px; }
.hideLink { color: black; text-decoration: none; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 150px; }

/* This really is just here to force the login page user name textbox to 100% width */
.fullWidth { width: 100% !important; max-width: none !important; }

/* Bootstrap overrides */
.form-control[readonly] { cursor: default !important; }

.checkBoxAlignFix > label > input[type="radio"], .checkBoxAlignFix > label > input[type="checkbox"] { margin-left: -20px !important; margin: 2px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; }
.rememberMeAlignFix { padding-top: 0px !important; }
.noLeftPadding { padding-left: 0px !important; }
.noBottomPadding { padding-bottom: 0px; }
.text-normal { font-weight: normal; }
.label-md { font-size: 12px; }
.ii-backgroundblue1 { background-color: #1664A8; }

/* Gray form outer area */
body, html, form { background-color: #f3f3f4; }
.body-content {  background-color: #f3f3f4; /* Not sure why this doesn't have an effect from above */ }
.body-content > table { min-height: 100%; }
.pageMainContent { background-color: white; margin-top: 10px; padding: 0px 10px 10px 10px; border: 1px solid #dedede; }
.pageMainContent > div > div > h4, .pageMainContent > div > div > div > h4 { padding-bottom: 15px; }

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/ubuntu-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu'),
       url('../../fonts/ubuntu-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/ubuntu-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/ubuntu-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/ubuntu-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/ubuntu-v9-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/ubuntu-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('../../fonts/ubuntu-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/ubuntu-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/ubuntu-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/ubuntu-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/ubuntu-v9-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/ubuntu-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../../fonts/ubuntu-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/ubuntu-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/ubuntu-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/ubuntu-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/ubuntu-v9-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}