﻿/*This StyleSheet contains the theme for this Site. 
	all content is property of imstpa.com */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px !important;
	/*overflow-x: hidden;
	width: calc(100vw - 13px);*/
	box-sizing: border-box;
	overflow-x: hidden;
}
/*body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
 
}
body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #003764;
}*/

a {
	color: #63a70a;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a.white-bg:hover {
	color: #003764;
}

p {
	margin: 0;
	line-height: 1.6em;
}

.txtbox {
	background: #fff;
	/*color: #fff;*/
	font-size: 17px;
	text-decoration: none;
	box-shadow: none;
	/*padding: 1px 1px;*/
	border: 1px solid #61a60e;
	border-radius: 5px;
	padding: 5px;
	transition: box-shadow 0.3s, border 0.3s;
	width: 50%;
}
.txtbox:focus, .txtbox-sm:focus {
		outline: none;
		border: solid 1px #61a60e;
		box-shadow: 0 0 5px 1px #61a60e;
	}
.txtbox-sm {
	background: #fff;
	/*color: #fff;*/
	font-size: 17px;
	text-decoration: none;
	box-shadow: none;
	/*padding: 1px 1px;*/
	border: 1px solid #61a60e;
	border-radius: 5px;
	padding: 5px;
	transition: box-shadow 0.3s, border 0.3s;
	width: 350px;
}
textarea {
	background: #fff;
	/*color: #fff;*/
	font-size: 17px;
	text-decoration: none;
	box-shadow: none;
	/*padding: 1px 1px;*/
	border: 1px solid #61a60e;
	border-radius: 10px;
	padding: 5px;
	transition: box-shadow 0.3s, border 0.3s;
}
textarea:focus {
		outline: none;
		border: solid 1px #61a60e;
		box-shadow: 0 0 5px 1px #61a60e;
	}

select {
	font-size: 17px;
	padding: 3px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: white;
	color: #888;
	border: none;
	outline: none;
	display: inline-block;
	cursor: pointer;
	border: solid 1px #61a60e;
	width: 51%;
	padding: 5px;
}
select:focus {
		-webkit-box-shadow: 0 0 5px 1px #61a60e;
		-moz-box-shadow: 0 0 5px 1px #61a60e;
		box-shadow: 0 0 5px 1px #61a60e;
	}
select > option {
		color: black;
	}
.cbo-auto {
	width: auto !important;
}

.btn {
	background: #61a60e;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 20px 25px;
	border: 3px solid #61a60e;
	border-radius: 10px;
}
.btn:hover {
		background: transparent;
	}
.btn-primary, .btn-default {
    font-size: 17px !important;
    padding: 5px 15px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #437409  !important;
}
.btn-primary:focus, .btn-default:focus{
    border: 2px solid #437409 ;
    outline: 0;
    box-shadow: 0px 5px 10px #232323;
}
.btn-primary:hover, .btn-default:hover {
    background-color:#003764 !important;
    box-shadow: 0px 5px 10px #232323;
    text-decoration: none;
}

.lbl {
	display: inline-block;
	padding-right: 5%;
	line-height: 3em;
	width: 15%;
}
.lbl-lg {
	display: inline-block;
	padding-right: 5%;
	line-height: 3em;
	width: 55%;
}

/*NAV BAR*/
header {
	background: #FFF;
	width: 100%;
	height: 65px;
/*	float: left;*/
	margin: 0;
	padding: 15px 2vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#logo {
	height: 110%;
	/*float: left;*/
	margin: 0;
	/*padding-left: 6vw;*/
}
#logo img {
		height: 110%;
	}
header#home {
	display: flex;
	justify-content: space-between;
}
nav {
	position: relative;
	/* width: 88vw; */
	height: 20px;
	margin: 0;
	/* padding: 14px 0 0; */
	font-size: 20px;
	font-weight: 500;
	/* top: 10px; */
	padding-right: 5vw;
}
nav ul {
		float: right;
		list-style-type: none;
	}
nav li {
		float: left;
		margin: 0 0 0 25px;
	}
nav a {
		display: inline-block;
		color: #003764;
		text-decoration: none;
	}
nav a:hover {
			color: #63a70a;
		}
nav li li {
		display: block;
		margin: 0;
		float: none;
	}
nav .sub-menu-parent {
		position: relative;
	}
nav .sub-menu {
		background: #023a64;
		font-size: 14px;
		text-align: left !important;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 150px;
		transform: translateY(-2em);
		z-index: -1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
		border: 1px solid #61a60e;
		border-radius: 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
nav .sub-menu-parent:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 100;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}
nav .sub-menu a {
		padding: 8px 10px;
		color: #FFF;
		display: block;
	}
nav .sub-menu a:hover {
			background: #0061aa;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			color: #FFF;
		}

#spacer {
	width: 100%;
	height: 100px;
	/*float: left;*/
	margin: 0;
}

#contentWrapper {
	min-height: calc(100vh - 280px);
	position: relative;
	padding-bottom: 50px;
}

.pg-banner {
	display: inline-block;
	background-color: #003764;
	color: white;
	width: calc(100% - 20px);
	height: 30px;
	font-size: 28px;
	padding: 0px 10px 10px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 100;
}
.panel-heading{
    position: relative;
    background-color: #d6e9c6;
    height: 29px;
    top: -20px;
    padding: 0px 15px 5px 15px;
    line-height: 2.0em;
    z-index: -1;
}
.panel-heading a {
    z-index: 0;
}
.slider{top: -51px;}
/*Footer*/
footer {
	width: calc( 90vw - 12px);
	height: auto;
	/*float: left;
	margin: 30px 0 0 0;*/
	background: #232323;
	padding: 30px 5% 45px 5%;
}
footer a {
	color: #63a70a;
	text-decoration: none;
	margin: 0 10px 0 0;
}
footer a:hover {
		color: #003764;
	}

.midot {
	color: #63a70a;
	padding-right: 5px;
	padding-left: 5px;
}
#copy {
	/*width: 25%;*/
	display: inline-block;
	height: auto;
	text-align: right;
	margin: 0;
	color: #aea299;
	font-size: 12px;
	/* top: 10px; */
	line-height: 20px;
	/* float: right; */
	position: absolute;
}
#copy p {
	margin: 0 0 5px;
}
#footerLinks {
	width: 25%;
	text-align: left;
	height: auto;
	font-size: 12px;
	display: inline-block;
}

#locate {
	width: 50%;
	height: auto;
	display: inline-block;
	margin: 0;
	color: #d8d1ca;
	font-size: 14px;
	text-align: center;
}

.submitLink {
	background-color: transparent;
	text-decoration: none;
	border: none;
	color: #61a60e;
	cursor: pointer;
	max-width: none;
}
.submitLink:hover {
		color: #fff;
		text-decoration: underline;
	}
.submitLink-white-bg {
	background-color: transparent;
	text-decoration: none;
	border: none;
	color: #61a60e;
	cursor: pointer;
	max-width: none;
}
.submitLink-white-bg:hover {
		color: #003764;
	}

li.folderOpen, li.folder {
	padding-left: 1.3em;
}
li.folderOpen:before {
		content: "\f07c"; /* FontAwesome Unicode */
		font-family: 'FontAwesome';
		display: inline-block;
		color: #003764;
		margin-left: -1.3em;
		width: 1.3em;
	}
li.folder:before {
		content: "\f07b"; /* FontAwesome Unicode */
		font-family: 'FontAwesome';
		display: inline-block;
		margin-left: -1.3em;
		width: 1.3em;
	}
li.file:before {
	content: "\f0f6"; /* FontAwesome Unicode */
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

ul.tree {
	display: none;
	margin-left: 17px;
}

.folderOpen > .treeview {
	color: #003764;
	text-decoration: underline;
}

a.treeview:hover {
	color: #003764;
	text-decoration: underline;
}

.warn {
    color: red;
    padding: 10px 50px;
}

/*Alert box*/
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#overlay {
    background: 0 0 rgba(0, 0, 0, 0.1);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 990;
}

.modal-open {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    /*-webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;*/
}

.modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    margin: 10px;
    width: 40vw;
    margin: 10px;
    margin-right: auto;
    margin-left: auto;
    top: 50px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-map{
    padding: 10px;
    position: relative;
    width: 80%;
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
}
.modal-map h4{text-align:center;}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #003764;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}


#FSTsubmit
{
        background: #61a60e;
        color: #fff;
        font-size: 17px;
        width: 52%;
        text-decoration: none;
        padding: 10px 35px;
        border: 3px solid #61a60e;
        border-radius: 10px;
         border: 2px solid #003764; 
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-top: 23px;
}
#FSTsubmit:hover {
    background-color: #003764 !important;
    box-shadow: 0px 5px 10px #232323;
}
 