﻿
/* ===========================
   ======= Body style ======== 
   =========================== */

body {
	padding: 0 20px;
	/*font-size: 14px;
	font-style: Verdana, Tahoma, sans-serif;*/
}

h2 {
	/*margin-bottom: 20px;*/
	color: #0099cc;
}

.formTab {
	background: #0099cc !important;
	color:white !important;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
	}

.formTabBody {
	background: #f1f1f1 !important;    
	}

.title {
	background: #0099cc;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 16pt;
	text-align: center;
	color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.reqType {
	background: #0099cc;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 16pt;
	color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ===========================
   ====== Contact Form ======= 
   =========================== */
input[type="checkbox"] {
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: linear-gradient(top, #222 0%, #45484d 100%);
	color: #FFF;
}

input[type=text] {
	border: 1px solid #0099cc;
	width: 70%;
	color: black;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input[type=email] {	
	border: 1px solid #0099cc;
	width: 70%;
	color: black;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input[type=select] {
	padding: 1px;
	border: 1px solid #0099cc;
	width: 80%;
	color: black;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

table {
	width: 100%;
	border: 4px solid #0099cc;
	background-color: #f1f1f1;
}

.td1 {
	width: 10%;
}

td {
	vertical-align: middle;
}

textarea {
	width: 70%;
	height: 150px;
	line-height: 18px;
}

	input:hover, textarea:hover,
	input:focus, textarea:focus {
		border-color: #0099cc;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	}

label {
	color: #0099cc;
	font-family: Arial;
	font-size: 10pt;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit {
	margin-bottom: 10px;
	margin-top: 40px;
	margin-right: 10px;
	width: 120px;
	height: 40px;
	background-color: #0099cc;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.error {
	color: red;
	border-color: red;
	border-width: 2px;
}

.hr {
	/*display: block;*/
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	border-color: #0099cc;
}

.refreshbutton {
	background-color: #0099cc;
	color: #FFF;
	position: relative;
	float: right;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
