body {
	margin-top: 0px;
	background-color:#ffffff;
}

#container {
	background-color:white;
}

#content {
}

#jview {
	display:none;	
}

header {
	background-color:#355e3b;
	padding: 5px;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}

header a, header a:hover {
	color:white;
	line-height: 40px;
}

footer {
	background-color:#355e3b;
	padding-top: 20px;
	border-top: 4px solid black;	
	color:white;
	
}

#text-header {
	background-color: black;
    color: white;
    text-align:center;
    font-size: larger;
    font-weight: bold;
    padding:10px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 768px) {
	#text-header {
		border-width: 0 0 1px;
	    top: 0;
	    border-radius: 0;
	    left: 0;
	    position: fixed;
	    right: 0;
	    z-index: 1050;
    	max-height: 100%;
	    overflow-y:auto;
	    overflow-x:hidden;
	    height:45px;
	}
}

#header-xs-spacer {
	height:65px;
}
#header-xs-spacer.pushed {
	height:100px;
}

.red, .error {
	color: #ff0000;
}

.wrapper {
	position: relative;
}

.top-carousel img {
	width:100%;
}

.centered-responsive {
	margin-left:auto;
	margin-right:auto;
}

.bold {	font-weight: bold;} .italic {font-style: italic;} .underline {text-decoration:underline;}

/*a {	color: blue;text-decoration: none;} a:hover {color: blue;text-decoration: underline;}*/

@media screen and (max-width: 767px) {
	.xs-right {
		text-align: right !important;
	}
	.xs-inline {
		display:inline;
	}
}

.centered{text-align:center;}.righted{text-align:right}.lefted{text-align:left}

.mb-0 {margin-bottom:0;}.mb-5{margin-bottom:5px;}.mb-10{margin-bottom:10px;}.mb-15{margin-bottom:15px;}.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}.mb-30{margin-bottom:30px;}.mb-35{margin-bottom:35px;}.mb-40{margin-bottom:40px;}
.mt-0 {margin-top:0;}.mt-5{margin-top:5px;}.mt-10{margin-top:10px;}.mt-15{margin-top:15px;}.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}.mt-30{margin-top:30px;}.mt-35{margin-top:35px;}.mt-40{margin-top:40px;}
.pb-0 {padding-bottom:0;}.pb-5{padding-bottom:5px;}.pb-10{padding-bottom:10px;}.pb-15{padding-bottom:15px;}.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}.pb-30{padding-bottom:30px;}.pb-35{padding-bottom:35px;}.pb-40{padding-bottom:40px;}
.pt-0 {padding-top:0;}.pt-5{padding-top:5px;}.pt-10{padding-top:10px;}.pt-15{padding-top:15px;}.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}.pt-30{padding-top:30px;}.pt-35{padding-top:35px;}.pt-40{padding-top:40px;}

@media screen and (min-width: 768px) { /* width greater than or equal to 768  (>=sm) */
	.sm-left {text-align: left !important;}.sm-right{text-align:right !important;}.sm-center{text-align:center !important;}
	.xs-only {display:none;}
}

#recaptcha_image, #recaptcha_image img {
    min-height: 57px;
    width: 100% !important;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

/* for sizing like bootstrap use
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}
*/
