body {
	max-width: 1200px !important;
	padding: 0 !important;
	margin: 0 auto !important;
	background: #575e69;
}

.container-fluid {
	max-width: 1200px !important;
	padding: 0 !important;
	margin: 0 auto !important;
	background: #EEE;
}

nav {
	font-family: Arial;
}

#full-size-nav-banner {
	background: linear-gradient(#EEE, #DDD);
	height: 90px;
	margin-bottom: 10px !important;
	padding: 0;
	box-shadow: inset 0px -35px 44px -35px #499bd1;
}

#full-size-nav-link {
	max-width: 1200px;
	background: #FFF;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #005995;
	width: 100%;
	z-index: 99;
}

.full-size-nav-banner2 {
	background: linear-gradient(#EEE, #DDD);
	height: 90px;
	/* margin-bottom: 10px !important; */
	padding-bottom: 10px;
	box-shadow: inset 0px -35px 44px -35px #499bd1;
}

.title-fields {
	margin-left: -29px;
	border-bottom: 2px solid #005DA4;
	padding-left: 20px;
	width: 75%;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 10px;
}

.title-fields2 {
	border-bottom: 2px solid #005DA4;
	width: 100%;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 10px;
	float: right;
	color: black;
}
.title-fields3 {
	border-bottom: 2px solid #005DA4;
	width: 100%;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 10px;
	float: right;
	color: black;
	padding-left: 10px;
}

.title-fields4 {
	border-bottom: 2px solid #005DA4;
	width: 100%;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 10px;
	color: black;
	padding-left: 10px;
}

.loginParagraphs1 {
	padding-left: 2%;
	padding-right: 24%;
	font-size: 13px;
	line-height: 22px;
}

.loginParagraphs {
	padding-left: 2%;
	padding-right: 5%;
	font-size: 13px;
	line-height: 22px;
}

.active {
	color: #006cb4 !important;
	background: white!important;
}

.current {
	color: #006cb4 !important;
	background: white!important;
}

li.current{
	z-index: 2;
}

.tab-container {
	background: #2BA6CB;
	margin: 0;
	padding: 0;
	max-height: 35px;
}

ul.tabs {
	margin: 0;
	list-style-type: none;
	line-height: 35px;
	max-height: 35px;
	overflow: hidden;
	display: -webkit-box;
	padding-left: 20px;
	/* border-bottom: 2px solid #005995; */
}

ul.tabs>li.active {
	z-index: 2;
	background: #efefef;
}

ul.tabs>li.active:before {
	border-color: transparent #efefef transparent transparent;
}


ul.tabs>li.active:after {
	border-color: transparent transparent transparent #efefef;
}

ul.tabs>li {
	float: right;
	margin: 5px -10px 0;
	border-top-right-radius: 25px 170px;
	border-top-left-radius: 20px 90px;
	padding: 0 30px 0 25px;
	height: 170px;
	background: #005995;
	position: relative;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
	max-width: 210px;
	width: 188px;
	text-align: center;
	font-size: 10px;
}

ul.tabs>li:hover {
	color: #006cb4 !important;
	background: white !important;
	z-index: 999;
}

ul.tabs>li>a:hover {
	color: #006cb4;
}

ul.tabs>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: white;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

.single-row-title {
	line-height: 30px !important;
}

.navbar-default {
	border: none;
	background: white;
}

.submit-buttons{
	background: #575e69 !important;
	border: 1px solid #c2c2c2 !important;
	color: white !important;
}

.submit-buttons:hover{
	background: #ffff !important;
	border: 1px solid #c2c2c2 !important;
	color: #575e69 !important;
}

.coverage-button{
	height: 25px;
	padding: 0px 30px 0px 30px;
	margin-bottom: 3px;
	margin-top: -2px;
}

.inspector-account-buttons{
	width: 25%;
    float: right;
    margin-right: 7%;
}

.inspector-account-btn{
	width: 195px;
	margin-bottom: 3px;
}
