@charset "utf-8";
/* CSS Document */
/*Used to style the Add Link and the Table rows (i.e. alternate rows)*/
.adm_section{
	width: 135%;
	margin-left: 30px;
}

.adm_table{width:100%}

.adm_table th{background-color:rgba(11,18,159,1.00); border:none; color:#fff; padding:10px 0 10px 5px; text-align:left !important;}

.row_heading{background-color:rgba(11,18,159,1.00);}

.row_std td{padding-left:5px !important;}
.row_alternate{background-color:#E5E5DD;}
.add_link a{width:100%; text-align:right !important; float:right !important; margin:0 8px 8px 0; color:#7BA330; font-weight:800; text-decoration:none;}

.add_link a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #7BA330;
}
.alert {
	margin-left: .3in;
}

h2 {
	color: #17B121;
}
#mainContent {
	width: 1100px;
	margin-left: 1.0in;
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
}

.heading1 {
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
	font-size: 20pt;
	color: #119910;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: #119910;
	padding-top: 1px;
	margin-left: 15px;
}
.heading2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #23BF4C;
	font-size: 16pt;
}
#comments {
	clear: both;
	width: 350px;
	padding-top: 1px;
}
label {
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
}
.doubleLine {
	padding-top: 5px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #33C;
}

#example thead {
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
}
.gradback {
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(32,12,85,1.00) 0%,rgba(16,30,215,1.00) 100%);
	
}
main {
	padding-left: 35px;
}
.col-md-5 {
	margin-top: 25px;
	}
.col-md-6 {
	margin-top: 21px;
	margin-left: 25px;
}
.readonly{
	height: 30px;
	background-color: #ECECEC;
	border-radius: 4px;
	border: thin double #CFCFCF;
	text-align: center;
	padding-left: 4px;
	}
.redtext{
	color: #DD0509;
	font-weight: bold;
	}
.greentext{
	color: #179C0B;
	font-weight: bold;
	}
#instructions {
	padding-left: 45px;
	
	}
.dropdownInput {
	width: 60px;
	height: 30px;
	border-radius: 4px;
	border-color: #E4E4E4;
	border-width: thin;
	border: thin double #CFCFCF;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.75);
	text-align: center;
	padding-left: 3px;
	}	
.inputbox {
	height: 30px;
	text-align: center;
	border-radius: 4px;
	border: thin double #CFCFCF;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.75);
	}	
.inputbox:focus {
	border-color: #66afe9;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	}	
.panel {
	border-color: darkgray;
	margin-left: 15px;

}
.dashbutton {
	margin-left: 6px;
	
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 160px;
	height: 160px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: auto;
  }
.dashlink {
	color: white !important;
}
  
  /* Safari */
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }