
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu:400,700');

/*******************************************************************
	Core overrides
*******************************************************************/

.clear {
	clear: both;
}

ul.topbar {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

ul.topbar li.title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    color: #006;
    border: none;
    padding: 2px;
    margin: 0 0 6px 0;
}

ul.topbar li.button {
    float: left;
    margin: 0 5px 6px 0;
}

ul.topbar li.express_button {
    float: left;
    margin: 0 5px 6px 0;
}

ul.topbar li.express_button a {
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
    color: #aaa;
    display: block;
    font-size: x-small;
    font-weight: bold;
    padding: 1px 2px;
    text-decoration: none;
}

ul.topbar li.express_button a:hover {
    color: #555;
}

ul.topbar li.right {
    float: right;
    margin: 0 0 6px 5px;
}

ul.topbar li.button a {
    display: block;
    border: 1px solid;
    font-size: 11px;
    font-weight: normal;
    padding: 3px;
    padding-right: 5px;
    line-height: 16px;
    background-color: #eee;
    text-decoration: none;
    color: #000;
    margin-right: 6px;
}

ul.topbar li.button a:hover {
    border: 1px solid #c00;
}

ul.topbar li.button img {
    margin-bottom: -4px;
}

/* core warnngs and notices */
.warning {
	color: #fff;
	background-color: #B90000;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 2px;
	margin-bottom: 15px;
}
.notice {
	color: #fff;
	background-color: #356d35;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 2px;
	margin-bottom: 15px;
}



/*******************************************************************
	Helpers
*******************************************************************/
.drop-shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


/*******************************************************************
	Typography
*******************************************************************/
body, html {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.default-topbar {
	width: 100%;
	background-color: #3C4D5F;
	position: fixed;
	top: 0;
	height: 28px;
	line-height: 28px;
	color: #fff;
	z-index: 1;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	font-size: .95em;
}

.default-topbar a {
	text-decoration: none;
	}


.default-footer { 
	width: 100%;
	background-color: #3C4D5F;
	position: fixed;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	z-index: 1;
	font-size: 11px;
	padding-left: 6px;

}

.default-footer a {
	text-decoration:none;
	color: #FFF;

}


#tabSecondary {
	background-color: #E1E1E1;
}


/*******************************************************************
	Bootstrap overrides
*******************************************************************/
.popover{ position:fixed !important; }

body { 
	padding-top: 60px;/* For Navbar */
	/* background-color: #F7f7f7!important; */
}

a:hover {
	text-decoration: none;
}

/* Not Sure why we had this in there - BT 6/30/2018
p {
	font-size:12px;
	margin: 0 0 0 7px!important;
}
*/

.btn {
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.btn-sm {
	margin-bottom: 5px;
}

.btn-danger {
	background-color: #B90000;
	border: 1px solid #B90000;
}


.btn-header {
	background-color: #E62D18;
	color: #fff;
}


.btn-login {

	background-color: #00CC6D;
	color: #fff;

}

.btn-register {

	background-color: #3A8FFB;
	color: #fff;

}

.btn-header:hover, .btn-header:focus, .btn-header:active {
	background-color: #e62d18;
	color: #fff;
	outline: none;
}

.form-control {
	border-radius: 2px;
	/*height: 40px;*/
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 11px;
	}
}

.navbar-default .navbar-brand {
  font-size:1.5em;
}

.navbar-default .navbar-nav > li > a {
  font-size: .9em;
  padding-left:12px;
  padding-right:12px;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  font-size: .9em;
}


