﻿.table td.day-status, th.day-status {
    width: 5px !important;
    padding: 0px !important;
}

.bg-primary {
    background-color: #04386a !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

.bg-danger {
    background-color: #cc0000 !important;
}

.bg-warning {
    background-color: #e99002 !important;
}

.bg-success {
    background-color: #43ac6a !important;
}

.bg-secondary {
    background-color: #0b87bd !important;
}

.bg-infoalt {
    background-color: #F0F8FF;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

/*.container {
        width: 90%;
    }*/

.fullwidth {
    width: 100%;
}

.btn-nopad {
    padding: 0px;
}

.panel-smallpad {
    padding-top: 4px!important;
    padding-bottom: 3px!important;
}

.table-striped2 > tbody > tr:nth-child(4n+1) > td, .table-striped2 > tbody > tr:nth-child(4n+1) > th {
    background-color: #2dade0;
}

.table-striped2 > tbody > tr:nth-child(4n+2) > td, .table-striped2 > tbody > tr:nth-child(4n+2) > th {
    background-color: #2dade0;
}

.table-striped2 > tbody > tr:nth-child(even) > td, .table-striped2 > tbody > tr:nth-child(even) > td {
    border-top-style: none;
}

div.data-info {
    padding-top: 3px;
    padding-bottom: 3px;
}

.data-info:nth-child(odd) {
    background-color: #F0F8FF;
}

.data-info-error {
    background-color: #FFF1F6!important;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div > .text-nooverflow {
    overflow: visible;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #000000;
    text-decoration: underline;
}

.nav > ul {
    padding-left: 5px;
    padding-right: 5px;
}

.table-fixed {
    table-layout: fixed;
}

.sidenav ul li {
    border-top: none;
}


.row-nomargin {
    margin-left: 0px;
    margin-right: 0px;
}

.hiddenRow {
    padding: 0 !important;
}

.logo-safe {    
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 5px;
    margin-left: -20px;
    height:36px; 
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        padding-left:2px;
        padding-right:2px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

.text-blurred {
    color:white;font-weight:bold;text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

a .fa-chevron-expando:after, div .fa-chevron-expando:after {
    /*content: "\f0d8";*/
    content: "\f077";
    
}
a.collapsed .fa-chevron-expando:after, div.collapsed .fa-chevron-expando:after {
       /*content: "\f0d7";*/
       content: "\f078";   
}

div.accordian-title { cursor:pointer;} 

.fa-fw-sm {
  width: .9em;
  text-align: center;
}
.text-bold
{font-weight:bold;color:#000000;}

.headermenu a{color:#ffffff;}

.table-striped > .row:nth-child(odd){
    background-color: #2dade0;
}
.table-striped > .row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-striped > .row {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    /*border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: #666;*/
}

/*div table{border-width:1px;border-style:solid;}*/

.table-striped > .row.headerRow {
    /*border-top: 1px solid #ddd;*/
    background-color: #666;
    color: white;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width:0px;
}

.table-striped > .row{
margin:0 0 0 0 }

div.table {
    /*border-width: 1px;
    border-color: gray;
    border-style:solid;*/
}

.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
font-size:12px;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert {
    position: relative;
}

.close {
    position: absolute;
    top: 0px;
    right: 5px;
    /*font-size:large;*/
    /*line-height: 0;*/
}

.info-small{
    font-size:x-small;
    color:gray;
}

.faint{
    color:gray;
}

/*.test:before{content:'Q'}*/

.panel-title .text
{
    color:#000;
}

.panel-heading .panel-title .icon{
    font-size: 12px;
}

.tsnote{display:block;word-wrap:break-word;padding:5px;}