
/*********************************************
*	Form used for holding sections within ADMIN edit pages
**********************************************/

.green_box_form{
	border-width:1px;
 	border-style:solid;
 	border-color:#60d030;
 	background:#F8F8F8;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
}

.well-green_box {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #f5f5f5;
	border: 1px solid #60d030;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(34,124,4,.5);
	-moz-box-shadow: 0 5px 10px rgba(34,124,4,.5);
	box-shadow: 0 5px 10px rgba(34,124,4,.5)
}

/*********************************************
*	Form used for displaying multiple select options within edit pages
**********************************************/
.grey_box_form{
	border-width:1px;
 	border-style:solid;
 	border-color:#707070;
 	background:#F8F8F8;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
}

.well-grey_box {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #F7F4F4;
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
		
}

.well-darkgrey_box {
	
	
	
	min-height: 20px;
	
	margin-left: -3px !important;
	margin-right: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #f3f3f1;
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
	
	
	
	
		
}

.well-dark_grey_box {
	width: 100% !important;
	
	
	color:#fff;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #8C8A8A;
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
		
}

/*********************************************
*	Form used for holding sections within SMDB edit pages
**********************************************/
.blue_box_form{
	border-width:1px;
 	border-style:solid;
 	border-color:#6A8A87;
 	background:#FCFCFC;
 	width: 960;
	-moz-border-radius: .2em; 
	-webkit-border-radius: .2em;
}
.well-blue {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px !important;
	margin-bottom: 10px !important;
	background-color: #f5f5f5;
	border: 1px solid #6A8A87;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	-moz-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	box-shadow: 0 5px 10px rgba(11,122,191,.5)
	
}

.blue_box_form_noborder{
	width: 97% !important;
	margin: 0 auto !important;
	border-width:1px;
 	border-style:hidden;
 	border-color:#6A8A87;
 	margin-bottom: 10px !important;
 	background:#FCFCFC;
 	width: 960;
	-moz-border-radius: .2em; 
	-webkit-border-radius: .2em;
}

/*********************************************
*	Form used for Filters *
**********************************************/

.filter_box_form{
	border-width:1px;
 	border-style:solid;
 	border-color:#60DFF0;
 	background:#F7F4F4;
	-moz-border-radius:.2em; 
	-webkit-border-radius:.2em;
}

.well-gray {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #F7F4F4;
	border: 1px solid #60DFF0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
	
}


/******************************
 * Form used for Action boxes *
 *****************************/
 .action_box_form{
 	
 	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #FCFAE0;
	border: 2px solid #CC6600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(252,127,2,.5);
	-moz-box-shadow: 0 5px 10px rgba(252,127,2,.5);
	box-shadow: 0 5px 10px rgba(252,127,2,.5)
  }

.well-orange {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #FCFAE0;
	border: 1px solid #CC6600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(252,127,2,.5);
	-moz-box-shadow: 0 5px 10px rgba(252,127,2,.5);
	box-shadow: 0 5px 10px rgba(252,127,2,.5)
	
}

.well-noborder {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #FFFEF8;
	border: 0px solid #CC6600;
}

.action_button_pane {
    margin: 15px 0 0 0;
    padding-left: 15pt;
}

 .action_box_small_form{
 	border-width:1px;
	border-style:solid;
 	border-color:#CC6600;
    padding: 0;
    margin: 0 0 0 0;
 	overflow: auto;
 	background:#FFFEF8 ;
	-moz-border-radius:.2em; 
	-webkit-border-radius:.2em;
 }

/************************
 * Required red star   *
 ************************/
.required
{
color:red;
font-size:12px;
font-weight: bold;
font-family: arial;
font-size: 20px;
align:top;

padding-right:1px;
padding-left:4px;
text-decoration: none;

 }
 
 /****************/
/*FONT SIZE*/
/****************/
.morebiggestfont {
	font-size:40px;
 }
.biggestfont {
	font-size:32px;
 } 

.hugefont {
	font-size:27px;
 } 
 
.giganticfont {
	font-size:24px;
 }  

.giantfont {
	font-size:22px;
 } 


.biggerfont {
	font-size:20px;
 } 

.bigfont {
	font-size:18px;
 } 
 
.largefont {
	font-size:16px;
 } 

.mediumfont {
	font-size:14px !important;
 } 

.smallfont {
	font-size:12px;
 } 

.tinyfont {
	font-size:10px;
 } 

/****************/
/*FONT COLOR*/
/****************/

.whitefont {
	font-family:arial;
	color:#ffffff;
 } 

.greenfont {
	font-family:arial;
	color:#4AA02C;
 } 

.darkgreenfont {
	font-family:arial;
	color:#336600;
 } 
 
 .linkgreenfont{
 	color: #279302;
 }
 .linkgreenfont:hover{
 	color: #1D6B04;
 	text-decoration: underline;
 }
.orangefont {
	font-family:arial;
	color:#984806;
 }
 
 .darkorangefont {
 	color: #E56717;
 }
 
.redfont {
	font-family:arial;
	color:#FF0000;
 } 
 
 .SoftMouseredfont{
 	font-family: arial;
 	color: #c42e05;
 }
 .smred{
	color: #d5504d;
}
 .SoftMousebluefont{
 	font-family: arial;
 	color: #4f83c0;
 }
  
.darkredfont {
	font-family:arial;
	color:#700000;
 } 
 
.plumfont {
	font-family:arial;
	color:#FF0000;
 }
 
.bluefont {
	font-family:arial;
	color:#215868;
 }
 
.darkbluefont {
	font-family:arial;
	color:#000066;
 }  
 
.midnightbluefont {
	font-family:arial; 
	color:#151B54;
 }  
 
.brightbluefont {
	font-family:arial;
 	color: #0000FF;
  }
.tealfont {
	font-family:arial;
	color:#336699;
 }
 
.purplefont {
	font-family:arial;
	color:#800080;
 } 
 
.blackfont {
	font-family:arial;
	color:#000000 !important;
 } 

.greyfont {
	font-family:arial;
	color:#707070;
 } 
 
.lightgreyfont {
	font-family:arial;
	color:#ddddcc;
 }

.darkgreyfont {
	font-family:arial;
	color:#4C4646;
 } 

.yellowfont {
	font-family:arial;
	color:#FFFF00;
 } 

.custompropertiesfont {
	font-family:arial;
	color:#336699;
	text-decoration: underline;
	
 }
 

/****************/
/*FONT DECORATION*/
/****************/
.bold {
	font-weight:bold;
 } 
 
 .italic {
 font-style: italic;
 } 
  
 .underline {
 font-style: underline;
 }
 
.aligncenter {
	text-align: center;
 } 

.alignleft {
	text-align: left;
 } 

.alignright {
	text-align: right;
 } 

.big_topspacing {
   padding-top: 10pt;
   padding-bottom: 0pt;
   margin-top: 3pt;
   margin-bottom: 1pt;
   } 

.topspacing {
   padding-top: 5pt;
   padding-bottom: 0pt;
   margin-top: 3pt;
   margin-bottom: 1pt;
   } 

.betweentablespacing {
   padding-top: 5pt;
   padding-bottom: 0pt;
   margin-top: 3pt;
   margin-bottom: 8pt;
   } 
   
.spacingsmall {
   padding-left: 5pt !important;
   } 
.spacingsmallcheck {
   margin-left: 15px !important;
   
   }    
.spacingmedium {
   padding-left: 20pt;
   } 
 
.spacinglarge {
   padding-left: 50pt;
   } 

.widthleft {
   width:400;
   } 

.mv-boli {
	font-family:MV Boli;
   } 


/****************/
/*Suggest styles   DO WE NEED THESE??*/
/****************/
div.suggestionList {
	z-index: 500;
	position: absolute;
	width: 150px;
	border: 1px solid #333333;
	background-color: #ffffff;
	font-family: arial;
	font-size: 12;
	cursor: default;
	visibility: hidden;
}

div.suggestionList_element_off {
	width: 148px;
	background: #ffffff;
	color: #333333;
	padding-left: 2px;
}

div.suggestionList_element_on {
	width: 148px;
	background: #6D99C6;
	color: #ffffff;
	padding-left: 2px;
}
.vspacetop {
	margin-top: -70px
}

.signout_background {
	background: url(../img/background14.jpg) repeat-x
}

.stepsdemobluefont {
 font-family: arial;
 color: #00b0f0
}
.form-control{
	height:25px !important;
}

.input-rd-style{
	background: #F5F5F5 !important;
	border: none !important;
	box-shadow: none !important;
	height: 25px !important;
	cursor: pointer !important;
}
.control-label{
	text-align: right; !important;	
}
.textalignright{
	text-align: right; !important;
}

.img-responsive {
 display: block;
 height: auto;
 max-width: 100%;
 margin: 0 auto;
}
.strainclass{
	height:130px !important; width: 200px !important; overflow-y: scroll !important; border: 1px solid #CCC89E;
}
.associatedstrainclass{
	height:130px !important; width: 200px !important; overflow-y: scroll !important; border: 1px solid #CCC89E;
}
.formcontrolstraint{
	width: 90% !important;
	height:24px !important;
	float: right !important;
}
.Genotypeclass{
	height:70px !important; width: 100% !important; overflow-y: scroll !important; border: 1px solid #CCC89E;
}
.Genotypecheckboxpadding{
	padding-right: 7px;
}
.btn{
	text-decoration: none !important;
}
.btn:hover{
	text-decoration: underline !important;
}
.form-control-strain{
	margin-left: 5px !important;
	width:140px;
	height:24px;
	font-size:14px;
	color:#555555;
	line-height:1.428571429;
	background-color:#ffffff;
	background-image:none;border:1px solid #cccccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
.form-control-strain:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}
	
.form-control-phisical_tag{
	margin-left: 10px !important;
	width:70px;
	height:25px;
	font-size:14px;
	color:#555555;
	line-height:1.428571429;
	background-color:#ffffff;
	background-image:none;border:1px solid #cccccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
.form-control-phisical_tag:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}
input, .tip, .textarea02 {
	background-color: #f4f4e5;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    margin-top: -10px !important;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

input[type="radio"], input[type="checkbox"]  {
	float: left;
	margin-right: 10px;
	width: 20px;
}

input[type="submit"] {
	width: 80px;	
}

input[type="file"] {
	border: none;
	box-shadow: none;
}
input.date_picker {
	width:80px;
	height:25px;
	font-size:14px;
	color:#555555;
	line-height:1.428571429;
	background-color:#ffffff;
	background-image:none;border:1px solid #cccccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input.date_picker[disabled]{
	background-color: #EEEEEE;
    cursor: not-allowed;
}
input.date_picker:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.alertsavemsg
{
	width: 99.5% !important;
	margin-left: 3px !important;
	margin-right: 5px !important;
	
	
	padding: 19px;
	
	
	height: 30px !important;
	font-size: 14px;
	line-height: 2px !important;
	background-color: #246001 !important;
	color: #fff !important;
}

#universal_menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px
}
#universal_menu li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 20px
}

#universal_menu li a {
	color: #DEDEDE;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu li span {
	color: #DEDEDE;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu li a:hover {
	color: #0F0
}



#universal_menu_sample {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	margin-left: -20px;
}

#universal_menu_sample li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 20px
}

#universal_menu_sample li a {
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu_sample li span {
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu_sample li a:hover {
	color: #000
}

.banner {
	padding: 30px 0;
	color: #f8f8f8;
	background-color: #3da80f !important;
	border: 1px solid #6A8A87;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	-moz-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	box-shadow: 0 5px 10px rgba(11,122,191,.5)
	
}

.mailinglist-well{
	
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}

.noshadow-well{
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.mailinglist{
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.underline{
	text-decoration: underline;
}
/* Footer */

.footer {
	
	position: relative;
	z-index: 20;
}

.footer ul {
	min-height: 50px;
	
	float: left;
	width: auto;
	margin-right: 40px;
}

.footer li, .footer li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	font-family: "Arial";

}

.footer h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-family: "Arial";
}

.footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
.vspace0FooterContact{
    padding: 0px 0px;
}
.footer_title{color:#282822; font-size:1.0em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 210px; line-height: 20px;}
.footer_title_support{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 210px; line-height: 20px;}

.footer_title_support_one{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 240px; line-height: 20px;}
.footer_title_support_two{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 320px; line-height: 20px;}
.footer_title_support_three{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 320px; line-height: 20px;}

@media screen and (max-width: 960px) {


.navbar-nav > li > a {
    line-height: 5px !important;
}
	
#universal_menu {
	height:100%;
}

}

@media screen (max-width: 768px) {

.marginbrand{
	margin-left: 0px !important;
}

#universal_menu {
	height:100%;
}


}