/*General Style*/
@charset "utf-8";
/* CSS Document */

/******************************************************************************
Layout Divs
*******************************************************************************/

#header{
    min-height:   			 				 			181px;
    padding:   			 				 			5px;
    background:   			 				 		url(img/header_bg.jpg) no-repeat;
}

#mainMenu
{
    height:   			 				 			20px;
    padding:   			 				 			18px 25px;
    background:   			 				 		url(img/menu_bg.gif) repeat-x;
    color:   			 				 			#FFFFFF;
}

.mainContent
{
    background:   			 				 		url(img/middle_bg.jpg) no-repeat #fff;
    margin-bottom:   			 				 	10px;
}

.title-secretaries{
	margin-top:35px; 
	font-size:45px; 
	font-weight:bold;
	color:#FFFFFF;
}

footer
{
    clear:both;
    min-height:40px;
    background:url(img/footer_bg.gif) repeat-x;
    color:#FFFFFF;
    padding: 14px 25px 0 25px;
}

/******************************************************************************
Styles
*******************************************************************************/

body
{
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    color:#5b5c5e;
}

h1
{
    margin:8px 0;
}

h2
{
    margin:8px 0;
}

a, .ui-widget-content a
{
    text-decoration:		none;
	color:					#669966;
}

a:hover
{
    text-decoration:underline;
}

#header img.p2plogo
{
    margin:25px;
    float:left;
}

#header .p2pheader
{
    margin:25px;
}

#menu a
{
    color:#FFFFFF;
	font-size:1.3em;
    padding:3px 25px 3px 5px;
}

footer a
{
    color:#FFFFFF;
    padding:0 25px 3px 5px;
}

footer h5
{
    color:#FFFFFF;
}

#batch_details,#server_time
{
    margin: 0 0 0 25px;
}

.msgContainerPlaceHolder
{
	min-height:28px;
}


#errorContainer, .msgContainer
{
    margin: 0 0 5px 0;
    overflow:auto;
    padding:0.2em;
}

#errorContainer .ui-icon.ui-icon-info,
.msgContainer .ui-icon.ui-icon-info
{
    float: left;
    margin: 0 .3em 0 0;
}

#accordion .ui-icon.ui-icon-info 
{
	background-image: url(img/information_icon.png) !important;
	background-position:0 !important;
	width:20px;
	height:20px;
}

.loadingScreen
{
	width:   			 				 			100%;
	text-align:   			 				 		center;
}

.loadingScreen .loadingImage
{
	background:   			 				 		url(img/loader32.gif) center;
	height:   			 				 			32px;
	text-align:   			 				 		center;
	width:   			 				 			32px;
	display:   			 				 			inline-block;
	*display:   			 				 		inline;
}

.loader48{
	text-align:center;
}

.loader48 .icon{
	background:   			 				 		url(img/loader48.gif) center;
	height:   			 				 			48px;
	text-align:   			 				 		center;
	width:   			 				 			48px;
	display:   			 				 			inline-block;
	*display:   			 				 		inline;
}

.loader48 .message{
	display:block;
	clear:both;
	font-size:16px;
	margin: 1em;
}

.headingTip
{
	color:											#7A7B7D;
	font-size:										0.9em;
	margin-bottom: 									0.8em;
}

.ui-accordion-header.ui-state-focus a {
	color:											#eeeeee;
}

div.batchLineInfo table{
	width:											100%;
}

div.batchLineInfo td.b {
	font-weight:									bold;
	width:											135px;

}

input:focus,textarea:focus
{
	border:											2px solid #81AB81;
}

#entriesSectionDetail {
	height:											365px;
}

#frmEntries select {
	width:											500px;
}

.margin_top{
	margin-top: 									1em;
}

.margin_bottom{
	margin-bottom: 									1em;
}

.spacer{
	margin-top: 									1em;
}

.accordion-racemeeting .panel-heading{
	cursor: 										pointer;
}

.accordion-racemeeting .panel-heading:hover{
	background-color: #BAC9B7;
	border-color: #dddddd;
	color: #2A6496;
	text-decoration:underline;
}

.raceinfo-main .row{
	margin-top: 									1em;
}

.pointer{
	cursor:											pointer;
}

.context_help{
	cursor: 										help;
}

/******************************************************************************
JQGRID Styles
******************************************************************************/

.ui-jqgrid tr.ui-state-hover td
{
	background-color: 				#679a67;
	color: 							#FFFFFF;
	cursor:							pointer;
}

 .ui-jqgrid tr.oddRow td.option,  .ui-jqgrid td.option
{
	width:							18px;
	cursor:							pointer;
} 

.ui-jqgrid tr.oddRow td.remove,  .ui-jqgrid td.remove
{

	
	background-image:				url(img/icon_remove.gif);
	background-position:			center;
	background-repeat:				no-repeat;
	text-indent: 10000px;
}

.ui-jqgrid tr.footrow td.remove {
	background-image:				none;
}

td.option{
	cursor:							pointer;
	width:							18px;
} 

td.inspect{
	background:						url(img/icon_inspect.png) no-repeat center;
	width:							26px;
}

td.edit{
	background:						url(img/icon_edit.gif) no-repeat center;
	width:							16px;
}


/******************************************************************************
	Log In
******************************************************************************/

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-top: 5px;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
}

.form-signin label{
	margin: 0.5em 0;
}

.account-wall
{
    margin-top: 20px;
    padding: 10px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.need-help
{
    display: block;
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/******************************************************************************
	Bootstrap Overrides
******************************************************************************/
.navbar {
    margin-bottom: 0;
}

.navbar {
    border-radius: 0 0 2px 2px;
}

.navbar-inverse {
    background-color: #4a5f45;
    border-color: #4a5f45;
}

.navbar-inverse .navbar-nav > li > a
,.navbar-inverse .navbar-brand{
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover
,.navbar-inverse .navbar-brand:hover{
    color: #AECDE8;
}


.navbar-custom-info{
	display:block;
    padding-bottom: 15px;
    padding-top: 15px;
	line-height: 20px;
	color:#fff;
	margin: 0 1em;
}

.btn-primary {
    background-color: #789773;
    border-color: #094F42;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #88A484;
    border-color: #285e8e;
}

.form-control:focus {
    border-color: #8CB985;

 }
 
 
.table-striped.darkstripe tbody>tr:nth-child(odd)>td, 
.table-striped.darkstripe tbody>tr:nth-child(odd)>th{
	background-color: #E7E7E7;
 }
 
 @media(max-width:767px){
 	.copyright{
 		text-align:left !important;
 	}
	.title-secretaries{
		font-size:20px;
	}
 }
 
 @media(min-width:768px){
 	.title-secretaries{
		font-size:30px;
	}
 }
 
 @media(min-width:992px){
 	.title-secretaries{
		font-size:40px;
	}
 }
 
 @media(min-width:1200px){
 	 .title-secretaries{
		font-size:45px;
	}
 }