/* Common styles seen across multiple models */
.control-label {font-size: 14px; font-weight: normal;  } 
.hidden {display: none;}
.help-block{font-size: 14px;font-style: italic; color:lightblue;}  /*extends bootstrap class. Used on blue text counter */
.disabled-nav {opacity: 0.6;}
.disabled-element {opacity: 0.6; pointer-events:none;disabled:true}
.enabled-element{ cursor:pointer; }
.form-group{text-align:left !important; font-weight: normal;  }  /*extends bootstrap */
.required label {font-weight: normal; }
.required label:before {color: #e32; content: ' *'; display:inline; }
.errormsg {color: red;font-weight:normal; } /*regular errors */
.errorMsgAtt {color: #c00;}  /*darker red, used on Attachment popups */
.level1-hanging-indent {text-indent: -1.75em;}
.level1-left {padding-left:1.75em;}
.level2-hanging-indent {text-indent: -1em;}
.level2-left {padding-left:2em;} 
.ui-tooltip {font-size: 9pt; background: #F0F0F0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} /*this may HAVE to stay in local page, not a stylesheet */
.anchor{
  color: #046792 !important;
  text-decoration: underline;
}
.app-header { background-color: #094F97;color: whitesmoke;height:35px;text-align:center;padding-top:5px;border-bottom:silver .5px solid; }  /*table header */
.modal-content{ border: none; }		 
h2,h3,h4,h5,.help-block,.help-text {
    color:#0066cc;
} 


/* Imported styles from other sites, to be cleaned up */

.ErrMsg
{
    color:#c00;
    text-align:left;
    word-wrap: break-word;
}

.account-wall
{
    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;
}

.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile-img-menu {
    width: 25px;
    height: 25px;
    margin: 10px auto 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}   

/*
.outerBorder {
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
    margin: 10px 0px 10px 0px;
    padding: 5px 20px 5px 5px;
    background-color: white;
    font-size: small;
}
*/

.dropdown-menu > li > a {
    padding:7px 20px;
}
#UserMenuDropDown li {
    height:35px;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.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="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Nav and panel styling */
.panel-default > .panel-heading {
    background-image: -moz-linear-gradient(top, #05345F, #094F97);
    /* Firefox */
    background-image: -webkit-linear-gradient(#05345F, #094F97);
    /* Safari 5.1+,  Chrome 10+ */
    background-image: -o-linear-gradient(#05345F, #094F97);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #05345F, #094F97);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#05345F, endColorstr=#094F97)";
}

.panel-heading, .vertical-nav .panel-body {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#05345F, endColorstr=#094F97)";
    /* IE 8+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05345F', endColorstr='#094F97', GradientType=0);
    /* IE 8- */
    /*background-image: -moz-linear-gradient(top, #05345F, #3a85d1);*/
    /* Firefox */
    background-image: -moz-linear-gradient(top, #05345F, #094F97);
    /* Firefox */
    background-image: -webkit-linear-gradient(#05345F, #094F97);
    /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(#05345F, #094F97);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #05345F, #094F97);
    border-radius: 2px;
    color: white !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    border: none !important;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.8em;
}

.vertical-nav .panel-body {
    padding:0px;
}

.panel-heading.highlight .accordion-toggle:after {
    color: #fff;
}


.active a {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBECB5, endColorstr=#FED426)" !important;
	/* IE 8+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FBECB5', endColorstr='#FED426', GradientType=0);
	/* IE 8- */
	background-image: -moz-linear-gradient(top, #FBECB5, #FED426);
	/* Firefox */
	background-image: -webkit-linear-gradient(#FBECB5, #FED426);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(#FBECB5, #FED426);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FBECB5, #FED426) !important;
	border-radius: 2px;
	color: black !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.nav {
    line-height:1.75;
    font-weight:bold;
    font-size:16px;
}

.nav a:hover, .nav a.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBECB5, endColorstr=#FED426)" !important;
	/* IE 8+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FBECB5', endColorstr='#FED426', GradientType=0);
	/* IE 8- */
	background-image: -moz-linear-gradient(top, #FBECB5, #FED426);
	/* Firefox */
	background-image: -webkit-linear-gradient(#FBECB5, #FED426);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(#FBECB5, #FED426);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FBECB5, #FED426) !important;
	border-radius: 2px;
	color: black !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}


.nav > li > a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBECB5, endColorstr=#FED426)" !important;
	/* IE 8+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FBECB5', endColorstr='#FED426', GradientType=0);
	/* IE 8- */
	background-image: -moz-linear-gradient(top, #FBECB5, #FED426);
	/* Firefox */
	background-image: -webkit-linear-gradient(#FBECB5, #FED426);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(#FBECB5, #FED426);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FBECB5, #FED426) !important;
	border-radius: 2px;
	color: black !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.nav a {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	color: whitesmoke !important;
}

.nav li {
	margin: 1px;
}

.panel.with-nav-tabs .panel-heading{
	padding: 5px 5px 0 5px;
}

/* END PANEL AND NAV */

/* Page Header */
.model-page-header {
    margin-top:50px;
    margin-bottom:30px;
}
/* END PAGE HEADER */

.PageDisableDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    clear: both;
    opacity: 0.94;
    filter: alpha(opacity=94);
    background-color: White;
    z-Index: 1;
}

.PopUpPageDisableDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    clear: both;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #000000;
    z-Index: 2;
}

.ProgressMessageDiv {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    padding: 10px;
    font-weight: bold;
    font-size: 20pt;
    background: transparent;
    color: #035892;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

.ProgressMessageDivFileUpload {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    padding: 10px;
    font-weight: bold;
    font-size: 20pt;
    background: transparent;
    color: #035892;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}
.datepicker {
                        z-index: 1151 !important;
                    }
.radio-toolbar label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.CustomBackGround {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#05345F, endColorstr=#094F97)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05345F', endColorstr='#094F97',GradientType=0);
    background-image: -moz-linear-gradient(top, #05345F, #094F97);
    background-image: -webkit-linear-gradient(#05345F, #094F97);
    background-image: -o-linear-gradient(#05345F, #094F97);
    background: -ms-linear-gradient(top,#05345F,#094F97);
    border-radius: 2px;
    color: whitesmoke !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    border: none !important;
}

h1, h2 {
    font-weight:600;
}

.HomeButton {
    background: url(/vrfa/resource/btnsmall) repeat-x scroll left center #037BA0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 5px 10px;
    text-decoration: none !important;
    font-size: 1.02em;
}