﻿html {
    position: relative;
    min-height: 100%;
    background-color: #F2F4F8;
}
a{
    color: #0099cc;
    text-decoration: none;
}
body {
    color: #666666;
    background-color: #F2F4F8;
    padding-top: 50px;
    margin-bottom: 100px;
    font-family: "Open Sans";
}
#top {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #00497C;
}
#app-logout {
    font-family: inherit;
}
#app-logout a:hover {
    color: #b6b7b6;
}
.ng-cloak {
     display: none !important;
}
.nav-text-padding {
    padding-left: 5px;
}
.navbar-default {
    background-color: transparent;
    border: none;
}

.logo-text {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: normal;
    line-height: 1.4;
    margin-top: 150px;
}
.navbar .navbar-nav > li > a:visited {
    color: #fff;
}

.nav.novisit > li > a:visited {
    background-color: transparent;
}
.nav > li > a:visited {
    color: #fff;
    background-color: #256e9C;
}
.navbar .navbar-nav > li > a {
    color: #fff;
}
/* Set padding to keep content from hitting the edges */
.bodymargin {
    Margin-Top: 85px;
}
section.panel.panel-default {
    padding: 30px;
}
section.panel.panel-default >div.panel-title {
    font-size: 20px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    background-color: #333333;
    color: #979797;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select
 {
    max-width: 780px;
}
.control-label.text-right{
    padding-top: 6px;
}
.label-info {
     text-align: left;
     padding-top: 6px;
    background-color: white;
}
.cfbstatus {
    color: #0099CC;
}
.fa-circle-o {
    color: #FF9900; 
    font-weight: bolder;
    font-size: large;
}
.fa-check-circle-o,
.fa-smile-o {
    color: #009900; 
    font-weight: bolder;
    font-size: large;
}
.cfbstatus-btn {
    text-align: center;
}
/*.text-danger {
    color: red;
}*/
#modal {
      display: block;
      text-align: center;
      color: #006400;
      width: 180px;
      height: 25px;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.2);
      border-radius: 6px;
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
      top: 75%;
      left: 74%;
      transform: translate(-50%, -50%);
}
#modal.text-danger,
p.pull-right.text-danger {
    color: red;
}
li span.fueluxspan {
    display: inline-block;
    padding: 3px 7px;
    font-size: 15px;
    /*font-weight: bold;*/
    line-height: 1;    
    text-align: center;    
    vertical-align: middle;    
    border-radius: 10px;
}

.form-control::-moz-placeholder {
    color: lightgray;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: lightgray;
}
.form-control::-webkit-input-placeholder {
    color: lightgray;
}
}.form-conrol::placeholder{
    color:lightgray;
}

.monthview-dateCell {
    pointer-events: none;
}

.monthview-dateCell.monthview-primary-with-event {
    pointer-events: auto;
}

.monthview-dateCell.monthview-secondary-with-event {
    pointer-events: auto;
}