﻿.clear { clear: both;}

body { color: #000 !important; }

.panel-default > .panel-heading {
    color: #000 !important;
}

/* charcoal #394248*/

.btn-primary {
    background-color: #0066cc  !important;
    border-color: #0059BF !important;
 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #004488 !important;
  border-color: #00377b !important;
}

a {
    color: #0066cc;
}
a:hover {
    text-decoration: underline !important;
    color: #0066cc;
}

a.btn:hover {
    text-decoration: none !important;
    
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0; 
    padding: 0;
}

h5.panel-title {
    font-size: 18px;
    color: black;
}

.panel-info div.panel-heading {
    color: black ;
}

.alert {
    border: 0;
    border-left: 32px solid;
    border-radius: 0;
}

.alert-success {
    border-left: 16px solid #3d9b35;
    
}

.alert-critical {
    border-left-color: #840000;
    background: rgba(290, 0, 0, 0.25)
}

.alert-danger, .panel-danger .panel-heading {
    border-radius: 0;
    border: 0;
    background: rgba(255, 102, 0, 0.5);
    border-left: 32px solid #ff6600;
    color: black;
}

.alert-popover {
  border-left: 32px solid #ff6600;
  background-color: rgb(254, 178, 128);
  color: black;
}

.alert-popover.popover.top .arrow:after {
  border-top-color: rgb(254, 178, 128);
}

.alert-warning {
    border-left-color: #f0ad4e;
    color: black;
}

.alert-info {
    border-left-color: #5bc0de;
    color: black;
}

.panel-danger .panel-heading {
    border-radius: 0;
    border: 0;
    background: rgba(255, 102, 0, 0.5);
    color: black;
}

.callout:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.callout:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #0066cc;
	border-width: 30px;
	margin-top: -30px;
    
}
.callout  {
    padding-left: 30px;
        position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

label { font-weight: normal;}
.form-control {font-weight: bold}
.form-checkbox {
    display: block;
    width: 25px;
    height: 25px;
}

.form-label {
    display: block;
    font-weight: bold;
}

.bootstrap-select {width:100% !important;}
.badge-success {background: #468847}
.badge-info {background: #3a87ad}
.badge-warning {background: #f89406;}
.text-warning {background: #F47A07}
.text-critical {color: #840000}

.info-sign:after {
    content: "i";
    font-family: "Consolas"
}

html{ height: 100%;}
body {
    padding: 2px;
    height: 100%;
}


.race-check-box:hover, .ethnicity div *:hover {color: #000; cursor:pointer}
.race-check-box:checked + label,   .ethnicity input:checked + label { font-weight: bold; cursor: pointer}
.banner {
    height: 100px;
    background-position: center center;
    padding: 0;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

header {
    border: 1px solid #ccc;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

main {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    clear: both;
}


.footer-divider {
    width: 100%;
}
footer address{ margin: 0;}

footer section {
    margin: auto;
    border: 1px solid #ccc;
    -ms-border-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: none;
}

header nav {
    /*background-color: #004488;*/
    background-color: #016CB2;
    clear: both
}
.sideNav {
    float: left;
}

#topnav-center {
	vertical-align: top;
	width:100%;
    margin: 0;
    font-size: 11pt;
	overflow:hidden;
}

#topnav-center ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

#topnav-center ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
    /*font-weight: bold;*/
    text-decoration: none;
    color: #FFFFFF;
}

#topnav-center ul li a {
	display:block;
	margin:0;
	padding:.4em .8em;		
	text-decoration:none;
	line-height:1.3em;
}

#topnav-center ul li a span {
	display:block;
}
.topnav
{
    margin: 0;
    /*background-color: #004488;*/
    font-size: 11pt;
}

.topnav {
    padding: 0 10px
}
.topnav li.active a
{
    color: #004488;
}

.topnav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.topnav li:not(.active):hover
{
    text-decoration: underline;
    /*color: #333399;*/
    background-color: #004488;
}

.topnav li.active {
    background-color: #f9fafa;
}

.topnav ul li
{
    display: inline-block;
    margin-top: 4px;
    padding: 1px 10px;
    border-radius: 5px;

}
.topnav .tab {
    margin-top: 0px;
    padding: 5px 10px;
    font-weight: bold;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.topnav a
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

div.demolabel
{
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
    color: red;
    position: relative;
    top: -26px;
    display: inline-block;
}

div.demolabelwrapper {
    text-align: center;
    height: 0;
}

div.success
{
    margin: -10px;
    padding: 10px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.bottomnav
{
    margin: 0;
    background-color: white;
    font-size: 10pt;
    color: #333399;
    text-align: center;
}


.bottomnav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.bottomnav a:hover
{
    text-decoration: underline;
    background-color: white;
}

.bottomnav ul li
{
    margin-left: 0;
    padding: 5px;
    border-spacing: 0;
    border-left: 0 solid #FFFFFF;
    list-style: none;
    display: inline;
}

.bottomnav ul li.first
{
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

.bottomnav a
{
    text-decoration: none;
    color: #333399;
}

#MainMenuSideNav a:link, #MainMenuSideNav a:visited
{
	color: black;
	text-decoration: none;
}

#MainMenuSideNav a:hover
{
	color: #F46739;
}


.MainHeader {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17.5px;
    padding-top: 10px;
}
.MainMenuHeader {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
	/*border-bottom: 1px solid black;*/
    padding-top: 10px;
}
.SubMenuHeader {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
	border-bottom: 1px solid black;
    padding-top: 10px;
}
.MainMenuList {
     list-style-type: none;
     margin: 0;
     padding: 0;
}

.MainMenuListItem {
    padding: 3px;
    border-bottom: 1px dotted #8A8575;
}

.race-check-box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-weight: normal;
}


/* Nested Detail Table */
.table-detailed.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: inherit;
}

.table-detailed.table-striped > tbody > tr:nth-child(4n+1) > td,
.table-detailed.table-striped > tbody > tr:nth-child(4n+2) > td  {
  background-color: #f9f9f9;
}

.table-detailed .grid-expanded td {
    border-bottom: hidden;
}
.table-detailed tr + .details {
    display: none;
}
.table-detailed tr.grid-expanded + .details {
    display: table-row;
}

.table-detailed .details > td {
    padding: 0 40px;
}

.table-detailed .grid-expanded .glyphicon-plus:before {
    content: '\2212';
}

.k-grid .glyphicon:hover:not(.text-danger), .k-grid .btn:hover .glyphicon:not(.text-danger)   {
    color: #428bca;
    cursor: pointer
}

 .k-window-content *{
    box-sizing: border-box;
}

.k-dropdown {
    width: 100%;
}

.input-group .k-dropdown-wrap{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.alert-warning,.alert-danger,.alert-error {
    -webkit-animation: flash 1s;
    -moz-animation: flash 1s;
    -ms-animation: flash 1s;
    -o-animation: flash 1s;
    animation: flash 1s;
}

.main-nav {
    background-color: #f9fafa;
}
.nav > li > a {
    padding: 2px 45px;
}

/*.nav .nav {
    display: none;
}
.active > .nav {
    display: block;
}*/

.nav .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}

.callout {
    margin: 20px 0;
    padding: 7px 50px;
}

.callout-info {
    background-color: #f4f8fa;
    border-color: #bce8f1;
}

.breadcrumb .active { color: #000000}
.breadcrumb { background-color: inherit}

.breadcrumb>li {
font-size: 17.5px;
}

/* Kendo editor */
.k-editor-inline {
    margin: 0;
    padding: 21px 21px 11px;
    box-shadow: none;
    background: none;
    border: 1px solid transparent;

}

.k-editor-inline:hover {
    border: 1px solid orange;
}

.k-editor-inline.k-state-active {
    border-width: 1px;
    padding: 20px 20px 10px;
    background: none;
    border: 1px solid #ff6600;
}
    
.k-editor-inline:not(.k-state-active) {
    cursor: pointer;
}
.has-error .field-validation-error {
    color: #b94a48;
}


.well.has-error {
    border-color: #b94a48;
}

.has-error .k-dropdown-wrap {
    border-color: #b94a48
}

.pad4px {
    padding: 4px;
}

.dashboard-panel-2 {
   width: 20%;
}

.dashboard-panel-10 {
   width: 80%;
}

a.disable
{
    color:gray;
    text-decoration:none;
}

.k-plus {
    height: 12px;
    width: 11px;
    background-position: -35px -210px;
    border: 1px solid black;
}

.k-minus {
    height: 12px;
    width: 11px;
    background-position: -35px -226px;
    border: 1px solid black;
}


.gold {
    color: gold;
}

.text-outline {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.breakall {
    word-break: break-all;
}


/* Ladda Overrides */
.ladda-spinner { left: 0 !important;}
.ladda-spinner [role=progressbar] {
    top: 16px !important;
    left: 16px !important;
}

.ladda-button.ladda-overlay {
  overflow: hidden;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0); 
}
.ladda-button.ladda-overlay[data-loading] {
    height: 32px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-loading] .glyphicon {display: none; }
.btn[data-loading] { 
    border-color: #ff6600 !important;
    background: #ff6600 !important;
    background: rgba(255, 102, 0, 0.75) !important;
}

.ladda-loading .ladda-hide {
    -ms-opacity: .3;
    opacity: .3
}

.btn[data-loading] .ladda-spinner { 
    background: rgba(255, 102, 0, 1) !important;
}
.btn[data-loading] .ladda-label {
    font-weight: bold;
}

.table-cell:not([data-errors=""]) {
    position: relative;
    padding-right: 15px;
}

.table-cell:not([data-errors=""]) .glyphicon-exclamation-sign {
    position: absolute;
    right: 0px;
}


.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox {
    width: 100%;
}

.nclbLabel {
    width: 60%;
}

.nclbInputBox{ 
    width: 40%;
    margin: auto;
}

.nclbNoteTitle {
    color: black;
    font-weight: bolder;
}

.nclbNotes {
    color: rgb(152, 0, 0);
    font-style: italic;
    font-weight: bolder;
}

.nclbGrid {
    background-color: #DCDCDC;
}
.nclbGridHeader {
    background-color: #DCDCDC;
}

.nclbGridRow {
    border-top: 1px solid silver; 
    border-radius: 4px; 
    background-color: #FFF8DC;
}


 .accordion-toggle:after {
        
        font-family: 'Glyphicons Halflings';
        content: "\e114"; 
        float: right;
        color: grey; 
    }

    .accordion-toggle.collapsed:after { 
        content: "\e080"; 
    }

    .darkenButton {
        background-color: #003162;
        color: #7a7a7a;
    }



.dim .dimable-children {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

.topnav-nolink
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.top-buffer {
    margin-top: 5px;
}

.k-autocomplete {
    width: 300px;
}


.popup {
    overflow: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.reportMenuTitle {
     font-size: 18px;
}