.navbar-brand {
	height: 100px;  
	    margin: auto;
    width: 100%;
	}
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}
.text-danger{
	padding: 2px 2px;
    font-size: 15px;
    color: #c7254e;
}
.nav >li >a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
  z-index:3;
}
.navbar-default .navbar-nav> .lgbtn a{font-weight: bold; color:#34513f;}
.img-responsive {
   max-height: 100%;
   
   width: auto;
   margin: 0 auto;


   /* probably not needed anymore, but doesn't hurt */
   -o-object-fit: contain;
   object-fit: contain; 

}
@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}
#login-form
{
	margin-top:70px;
}
table
{
	border:solid #dcdcdc 1px;
	padding:25px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
table tr,td
{
	padding:15px;
	//border:solid #e1e1e1 1px;
}
table tr td input
{
	width:100%;
	height:45px;
	border:solid #e1e1e1 1px;
	border-radius:3px;
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	background:#f9f9f9;
	transition-duration:0.5s;
	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}
.stylebtn{width:100%;
	height:45px;
	border:0px;
	background: linear-gradient(#D42424 21%, #E7797A 68%);
	
	border-radius:3px;
	box-shadow: 1px 1px 1px rgba(1,0,0,0.2);
	color:#f9f9f9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase; margin-top: 10px;}
table tr td button
{
	width:100%;
	height:45px;
	border:0px;
	background: rgb(41, 88, 152);
	background:-moz-linear-gradient(top, #595959 , #515151);
	border-radius:3px;
	box-shadow: 1px 1px 1px rgba(1,0,0,0.2);
	color:#f9f9f9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase;
}
table tr td button:active
{
	position:relative;
	top:1px;
}
table tr td a
{
	text-decoration:none;
	color:#00a2d1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
.choiceList {
   
	font-size:15px;
	font-weight:bold;
}
.choiceList li{list-style: none;
    font-family: 'Cambria', serif;
    font-size: 1.5em;
    margin-top: 25px;
    background: #ab2927;
    border-radius: 30px;
    color: white;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;}
	
	
.choiceList li label{font-weight:100;}	
	
.choiceList	input[type=radio] {
  border: 0px;
    width: 17px;
    height: 2em;
    margin-top: -3px;
}
	
	
.question {
   font-family: myriad-pro-condensed, sans-serif;
    font-weight: 400;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 25px;
    background: #34513f;
    color: white;
    text-align: center;
    
    padding: 10px;
}

.nextButton {
   box-shadow: none;
    border-radius: 40px;
    border: none;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin: auto;
    font-size: 25px;
    padding: 5px 25px;
    background: #34513f;
    margin-top: 5px;
	
}

.preButton {
    box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    height: 45px;
    text-align: center;
    background-color: #295898;
    /* clear: both; */
    color: #ffffff;
    font-family: 'Gabriola', serif;
    position: relative;
    margin: auto;
    font-size: 25px;
    
    padding: 5px;
    float: left;
    left: 30%;
}
.modal-header .close {
    margin-top: -30px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.nwstl{background: #34513f;
    color: white;
    box-shadow: none;
    border: none;
    width: 90%;
    margin: 10px 10px 19px 10px;
    border-radius: 8px;
    padding: 10px;}
	
	
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px; margin-top: 15px;
    margin-bottom: 15px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: limegreen; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #D42424; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}	
	
@media only screen and (max-width: 768px) {
  .fut {
   height: auto !important;
  }
  
  .lginfrm{margin-top: -30rem;}
  
  .nextButton{margin-top: 10px;}
}	
	

	