/* ========== Global =========== */
.page-header{
 background-color:  rgb(255,255,255); 
 padding-top: 10px;
 padding-bottom: 9px;
 margin-top: 0;
 margin-bottom: 0;
 border-bottom: 0px solid #000;
}

/* ========== Button =========== */
.btn-success {
  color: #000;
  background-color: #FFDD35;
  border-color: #FFDD35;
}
.btn-success:focus,
.btn-success.focus {
  color: #000;
  background-color: #FFDD35;
  border-color: #FFDD35;
}
.btn-success:hover {
  color: #000;
  background-color: #FFDD35;
  border-color: #FFDD35;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #000;
  background-color: #FFDD35;
  border-color: #FFDD35;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #000;
  background-color: #FFDD35;
  border-color: #FFDD35;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #FFDD35 0%, #FFDD35 100%);
  background-image:      -o-linear-gradient(top, #FFDD35 0%, #FFDD35 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#FFDD35));
  background-image:         linear-gradient(to bottom, #FFDD35 0%, #FFDD35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDD35', endColorstr='#FFDD35', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #FFDD35;
}


.btn-success {
  background-image: none;
  filter: none;
  background-repeat: repeat;
  background-color: #FFDD35;
  font-family: Helvetica,Arial,sans-serif;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-style: none;
}



.btn-warning{
  background-image: none;
  filter: none;
  background-repeat: repeat;
  background-color: rgb(128,128,128);
  font-family: Helvetica,Arial,sans-serif;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-style: none;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: rgb(128,128,128);
  background-position: 0 -15px;
  font-family: Helvetica,Arial,sans-serif;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-style: none;
  box-shadow: 0px 0px 8px rgba(88, 88, 90,0.7) !important;
}

.btn-warning:active,
.btn-warning.active,

.btn-success:hover,
.btn-success:focus {
  background-color: #FFDD35;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #FFDD35;
  border-color: #FFDD35;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #FFDD35;
  background-image: none;
}

.btn-primary {
  background-image: none;
  filter: none;
  background-repeat: repeat;
  background-color: transparent;
  font-family: Helvetica,Arial,sans-serif;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-color: rgba(255, 255, 255, .15);
  border-style: none;
  font-weight:bold;
  font-size: 18px;
  color: black;
}

.btn-primary:hover,
.btn-primary:focus {
  /*background-color: #265a88;
  background-position: 0 -15px;*/
  background-color: transparent;
  font-family: Helvetica,Arial,sans-serif;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-color: rgba(255, 255, 255, .15);
  border-style: none;
  font-weight:bold;
  font-size: 18px;
  color: black;
  box-shadow: 0px 0px 8px rgba(88, 88, 90,0.7) !important;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus {
  background-color: #e0e0e0;
  border-color: #245580;
  color: black;
  font-size: 18px;
  font-weight:bold;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e0e0e0;
  background-image: none;
  background-color: transparent;
  color: black;
  font-weight:bold; 
}

.btn-info {
  background-image: none;
  filter: none;
  background-repeat: repeat;
  padding: 1px 7px;
  background-color: transparent;
  font-family: Helvetica,Arial,sans-serif;
  color: black;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-color: rgba(255, 255, 255, .15);
}

.btn-info:hover,
.btn-info:focus {
  /*background-color: #2aabd2;
  background-position: 0 -15px;*/
  background-color: transparent;
  color: black;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-style: solid;
  border: 1 px;
  border-color: rgba(255, 255, 255, .15); 
  box-shadow: 0px 0px 8px rgba(88, 88, 90,0.7) !important;
}

.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info.active:focus {
  background-color: #e0e0e0;
  border-color: #245580;
  color: black;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-style: solid;
  border: 1 px;
  border-color: rgba(255, 255, 255, .15); 
  box-shadow: 0px 0px 8px rgb(88, 88, 90);
}

.panel > .panel-heading {
  background-color:rgb(218,217,214);
  background-repeat: repeat-x;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}


/* ========== Top Menu ========= */
.topSpace.menu {
    margin-top: 6px;
}

.container-fluid {
  padding-right: 3px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image:         linear-gradient(to bottom, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /*background-repeat: repeat-x;
  border-radius: 17px;
  border-color: #FFDD35;*/
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0), 0 1px 5px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0), 0 1px 5px rgba(0, 0, 0, 0);
  border: 0px;
}


.navbar-default .navbar-link , .navbar-default .navbar-link:hover, .navbar-default .navbar-link:focus{
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-active{
  background-color: #FFDD35;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  text-shadow:none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #FFDD35;
  text-shadow:none;
}

.navbar-default .navbar-nav > .navbar-active > a{
  color: #000;
  background-color: #FFDD35;
}

.navbar-default .navbar-nav > .navbar-active > a:hover,
.navbar-default .navbar-nav > .navbar-active > a:focus {
  color: #000;
  background-color: #FFDD35;
}

.navbar-nav{
  float: left;
  text-align: center;
  line-height: 2.5;
  margin: 0;
  padding: 0;
 /*  width: 20%; */
}

.navbar-nav > li {
  border: 1px solid #FFDD35;
  display: inline-block;
  width: 100%;
 /*  margin-left: 5px;
  margin-right: 5px; */
}

/** radius for first and last item **/
.navbar-default .navbar-nav > .navbar-active-left > a {
    color: #000;
    border-left: 1px solid #FFDD35;
    border-top-left-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
}
.navbar-default .navbar-nav > .navbar-active-left > a:hover,
.navbar-default .navbar-nav > .navbar-active-left > a:focus  {
    color: #000;
    background-color: #FFDD35;
    border-left: 1px solid #FFDD35;
    border-top-left-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
}
.navbar-default .navbar-nav > .navbar-active-left  {
    color: #000;
    font-weight: bold;
    border-left: 0px;
    border-top-left-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
}

.navbar-default .navbar-nav > .navbar-active-right > a {
    color: #000;
    border-right: 1px solid #FFDD35;
    border-top-right-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
}
.navbar-default .navbar-nav > .navbar-active-right > a:hover,
.navbar-default .navbar-nav > .navbar-active-right > a:focus  {
    color: #000;
    background-color: #FFDD35;
    border-right: 1px solid #FFDD35;
    border-top-right-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
}
.navbar-default .navbar-nav > .navbar-active-right  {
    color: #000;
    font-weight: bold;
    border-right: 0px;
    border-top-right-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
}
/***************************/

.progress-bar-success, .progress-bar .bg-success {
  background-color: #FFDD35 !important;
  color: #000;
}

/* ========== Header ========= */
.dropdown-menu{
      background-color: #DAD9D6;
      padding: 0px 0;
}

.dropdown-menu li {
    cursor: pointer;
}

.dropdown-menu-right li:first-child {
    background-color: #FFDD35;
    color: #000;
    padding: 6px 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-item-icon{
    padding: 5px 15px 15px 2px;
    font-weight: bold;
    font-size: 20px;
    color: #0F5481;
}

.top_icon_cell{
    padding-top: 40px;
    vertical-align: top;
}

.top_icon_cell_light{
    padding-top: 10px;
    vertical-align: top;
}
    
.right_border {
    border-color: rgb(0,0,0);
    border-width: 1px;
    border-style: none solid none none;
}
    
.help_container {
    padding: 19px 30px 19px 30px;
    margin: 19px 0px 19px 0px;
    vertical-align: top;
    background-color: rgb(248,248,248);
    background: -webkit-linear-gradient(top,rgb(248,248,248) 0%,rgb(220,224,233) 100%);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-color: rgb(220,224,233);
    border-width: 1px;
    border-style: solid;
}
    
.ui-grid-vcenter div {
    text-align: center;
    vertical-align: middle !important;
    margin-top: 8px;
}
    
.ui-grid-vright div {
    text-align: right;
    vertical-align: middle !important;
    margin-top: 8px;
    margin-right: 8px;
}
    
.help-text {
    font-style: italic;
    font-weight: bold;
    color: rgb(101,101,102);
    font-family: Helvetica, Arial, sans-serif;
}

.hr-black {
    margin-top: 8px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #000;
}
/* ========== Triage Page ========= */
.olsFeeResult {
    font-size: 22pt;
    font-weight: bold;
}
    
.olsMsgSuccess {
    font-weight: bold;
    font-style: italic;
    color: green;
}

.olsMsgSuccess:before {
    content:"\a0\a";
    white-space:pre;
}

.olsMsgFail {
    font-weight: bold;
    font-style: italic;
    color: red;
}

.olsMsgFail:before {
    content:"\a0\a";
    white-space:pre;
}

.underline {
	border-bottom: 1px solid rgb(200, 200, 200);
}

.underline h3 h4{
 	margin-bottom: 0px;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.bg-success {
    background-color: #FFDD35 !important;
}
.verticalLine {
  border-left: 1px solid #333;
  height: 72px;
  width:2px;
  position: relative;
  top: 1px;
}

.page-footer{
 background-color: #868684;
 padding-bottom: 9px;
 margin-top: 0;
 margin-bottom: 0;
 border-bottom: 1px solid #eee;
 color: #ffffff;
 border-radius: 4px;
}

.span-footer{
  color: #fff;
  font-size: 95%;
  margin-left:20px;
}

.span-footer > a {
  color: #fff;
  text-shadow:none;
  text-decoration: underline;
  font-size: 95%;
}

.span-footer > a:hover,
.span-footer > a:focus {
  color: #c53100;
  background-color: #efeee9;
  text-shadow:none;
}
.span-footer > a:active{
  color: #333;
  background-color: #fff;
}

button .betabtn{
    border: 0px !important;
    margin-top: 8px !important;
    border-radius: 9.5px !important;
    font-size: 7px !important;
    font-weight: bold !important;
}

div .ols-user-home {
    border: 2px solid #efeee9;
    border-radius: 10px;
    min-height: 190px;
}
.increase-popover-width {
    min-width: 450px;
    max-width: 500px;
}
.popover-title, .popover-header {
    background-color: yellow; 
    font-weight: bold;
}
.popover .arrow {
    display: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
