﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 10px;
    font-size: 12px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;    
    /*margin: 0px auto 0px auto;
    max-width: 960px;*/   
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
    font-size: 12px;
}*/

#mainbody {
    /*position:    absolute;
    left:        50%;
    width:960px;
    margin-left: -480px;*/

    max-width:960px;
    margin: 0px auto 0px auto;
        
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

label {
    font-weight: bold;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* OVR Css */
.BkgWht
{
	background-color: #FFFFFF;
}

.BkgYel
{
	background-color: #FFFFCC;
}

.BkgGld
{
	background-color: #FFCC33;
}

.BkgLtBl
{
	background-color: #CCE5FF;
}

.BkgFrmSectHeader
{
	background-color:  #5d92c7;
}

.FrmSectHeader
{
    /* background-color: #6699CC; */
	background-color: #5d92c7;
	color: #FFFFFF;	
	font-weight: bold;   
}

.FrmSectHeaderPad
{
	background-color: #5d92c7;
	color: #FFFFFF;	
	font-weight: bold;
	padding-left:8px;
}

.HeaderSm
{
	background-color: transparent;
	color: #336699;	
	font-weight: bold;
	font-size: .9em;
}

.HeaderSmGld
{
	background-color: #FFCC33;
	color: #FF6600;	
	font-weight: bold;
}

.ABTMed
{
	background-color: transparent;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.TitleAll
{

	color: #336699;	
	font-weight: bold;
	text-decoration: none;
}

.TitleSmall
{
	font-weight: bold;
	text-decoration: none;
}

.squared {
    border: 1px solid #6699CC;
}

input[type=submit], input[type=button]  {    
    background-color: #5882ab;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 2px;
    width: 100px;    
    height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

input[type=button]  {    
    background-color: #5882ab;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 2px;
    width: 100px;    
    height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

input[type="radio"]{
margin: 0px 5px 7px 5px;
}

ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tabs li a:hover { background-color: #f1f0ee; }
ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabContent { border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; }
div.tabContent.hide { display: none; }

#agency_banner
{
    display: block;    
    /*width: auto; 
    padding: 2px;  */
    min-height: 51px;
    max-width: 960px; 
    background-image: url('../Images/img/sccgov_master_header_dashboard_bg.gif');  
    background-repeat:repeat;  
}

.Error
{
	color: #FF0005;	
	font-weight: bold;
}

.Success
{
	color: #1ba52a;	
	font-weight: bold;
}

.TableBorder
{
    border: 1px solid #5d92c7;    
}

.navbar-right {
float: right !important;
margin-right: 15px;
}

#sccgov_master_footer_links_container {
max-width: 960px;
height: 140px;
background-position: bottom left;
position: relative;
text-align: center;
clear: both;
}

.sccgov_footer_links{
border-left: 1px solid #606060;
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}

#viewlist-scrollbar{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

@media print {    

    a[href]:after {
    content: none !important;
    }    
}

/* Mobile view using boostrap */
.btn-group-wrap {
    text-align: center;
}

div.btn-group {
    margin: 5px auto; 
    text-align: center;
    width: inherit;
    display: inline-block;
}

.radiocenter {        
    vertical-align: middle;        
    margin-top: 4px;      
}

#viewlist{
  overflow-y: hidden;
  overflow-x: hidden;  
}

.span30{
    margin-left: 1px;
}

.span8{
    margin-left: 8px;
}

.margin8{
    margin-left: 8px;
    margin-right: 8px;
}


.margintop5 {
    margin-top: 5px;
}

.navbar-nav > li > a {padding-top:10px; padding-bottom:10px;}
.navbar {min-height:30px !important}
/* End */