﻿
body,div,td,th,p,span,li,ul,ol,input,textarea,button {
	font-family: Quicksand,arial,sans-serif;
	font-size:14px;
	color:#303956;
}
th,td {padding:3px}

table {page-break-inside:avoid}

th {text-align:left}

h1 { font-size:32px;margin-right:30px;margin-bottom:0px;padding-bottom:0px;line-height:40px}
h2,h3,h4 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom:10px;
	padding-left:30px;
	border-bottom: 1px solid #003935;
	margin-top:0px;
	margin-bottom:5px;
}
h4 {
	text-transform:uppercase;
	border-bottom:0px;
}
h5 {font-size:18px}

hr {background-color: gainsboro;height:5px;border:0px}


.mmigap_section {padding-left:15px;padding-top:5px;text-transform:uppercase;font-weight:normal;margin-bottom:20px;margin-top:40px;
font-size:18px;border-left:15px solid #0089cf;border-right:10px solid black;border-bottom:3px solid #0089cf}


.mmigap_product{border-spacing:0px;background-color:whitesmoke;border-top:2px solid #0089cf}
.mmigap_product th,.mmigap_product td { border-left:1px solid gainsboro;border-right:1px solid gainsboro;border-bottom:2px solid #0089cf; }

button,.button {padding:2px 10px;background-color:white;border:1px solid gray;border-radius:3px;cursor:pointer;color:black}
button:hover,.button:hover {background-color:whitesmoke}



.mainheader { 
font-weight: bold; font-size: 24px; color: black; padding-top: 4px; padding-left: 10px; padding-bottom: 3px; margin:0px; margin-right:50px; }

.mainheader a{  
 color: white; padding-left: 5px; }

.mainheader div,.headerbar {
	background-color:#323956;
	color:white;margin-left:-10px;
	padding:8px;
	color:white;
	margin-right:10px;
	margin-bottom:10px;
	box-shadow: 1px 1px 3px gray;
} 
::-webkit-scrollbar {
    width: 16px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    /*border-radius: 10px;*/
}
 
::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
button:focus {outline:0;}

li {margin:5px}


a:hover {color:red}
a,a:visited {color:blue}
a {font-weight:normal;text-decoration:none;}


.savebuttonbar {background-color: steelblue;padding:10px;left:0px;right: 0px;bottom: 0px;text-align:center;border-top: 1px solid black;}

.docdiv {
	display:inline-block;cursor:pointer;padding-left:30px;padding-top:30px;width:140px;text-align:center;vertical-align:top
}
.docdiv_video {
	display:inline-block;cursor:pointer;padding-left:30px;padding-top:0px;width:140px;text-align:center;vertical-align:top
}
.viewtip {
	position: absolute;
	margin-top: 90px;
	margin-left: 30px;
	display: none
}
.viewtip_movie {
	position: absolute;
	margin-top: 41px;
	margin-left: 30px;
	display: none
}
.bluebar,.redbar {
	height: 50px;
	background-color: #323956;
	box-shadow: 1px 1px 3px gray;
	color: white;
	padding-left: 20px;
	padding-top: 0px
}
.redbarTrue{
	background-color: steelblue;
	height: 35px;
	position:fixed;top:0px;width:100%;
	/*background-image:url('images/leftarrow_white.svg');background-repeat:no-repeat;background-position: 100px 0px;*/
}
.redbar{
	background-color: steelblue;
	height: 35px;
	position:fixed;top:114px;left:30px;right:55px;
	/*background-image:url('images/leftarrow_white.svg');background-repeat:no-repeat;background-position: 100px 0px;*/
}
.redbar a,.redbarTrue a {
	padding-top:7px;padding-left:17px;font-weight:bold;font-size:18px;color:white;display:inline-block;text-decoration:none;background-image:url('images/leftarrow_white.svg');background-repeat:no-repeat;background-position: 80px 3px;width:200px
}
.formstatusbox {
	background-color:whitesmoke;
	box-shadow: gainsboro 2px 2px;
	padding:2px 10px;
	border-radius:2px;
}

/*
a.link_True {
  pointer-events: none;
  cursor: default;
  text-decoration:none;
  color:gray;
}
*/
.inputfield {border-bottom:1px solid gray;background-color:whitesmoke; padding:2px 15px;min-height:15px}

.admedgap_conditions tr td {border-bottom:1px solid gainsboro}

.solidwhite {background-color: rgb(300, 300, 300);}

.highlightrow:hover {background-color:gainsboro;color:black}
.highlightrowwhite {background-color:white;color:black}
.highlightrowblack {background-color:gray;color:lightgray}


.menubutton {
	display: inline-block;
	color: #303956;
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
}

	.menubutton:visited {
		color: #303956;
	}
	.menubutton:hover {
		background-color: #303956;
		color: white;
	}

.searchrow {
	cursor: pointer;
	padding: 5px;
	border-bottom: 1px solid #0000001F;
}

	.searchrow:hover {
		background-color: gainsboro;
		padding: 4px;
		padding-bottom: 5px;
		border: 1px solid #0000001F;
	}
.readonly {
	background-color: whitesmoke;
	border: 1px solid grey;
}
