﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #5e5e5e;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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,
textarea {
    max-width: 280px;
}

.space-before {
    margin-top: 3em;
}

.no-border-top {
    border-top: none !important;
}

.table-head1 {
    background-color: #333;
    color: #E0E0E0;
    border-top-width: 3em !important;
    border-top-color: white !important;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    border-bottom: none !important;
    border-top: none !important;
}

.table-head2 {
    background-color: #333;
    color: #E0E0E0;
    border-top-width: 1em !important;
    border-top-color: white !important;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    border-bottom: none !important;
    border-top: none !important;
}

.text-right {
    text-align: right;
}

.no-border-top {
    border-top: none;
}

.no-border-bottom {
    border-bottom: none;
}

.left {
    float: right;
}

.message-cell {
    width: 450px;
}

span.input-group-addon.calendar-container {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    float: left;
    display: inline-block;
    /*width: 38px;*/
    height: 34px;
}

.input-group.date[class*=col-] {
    padding-left: 15px;
}

.width1 {
    width: 85% !important;
}

.width2 {
    width: 15%;
}

.datepicker-container {
    max-width: 295px;
}

.navbar-inverse .navbar-brand {
    color: #1E9FC2;
}

.navbar-inverse .navbar-nav > li > a {
    color: #83D5EC;
}

.navbar-inverse {
    background-color: #333;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #3498db;
}

a {
    color: #27b6de;
    text-decoration:none !important;
}

span.table-head-link a:hover,  span.table-head-link a:hover {
    color: #fff;
}

span.table-head-link a, span.table-head-link a {
    font-weight:400;
    border: 1px #83D5EC;
    padding: 5px;
    border-radius: 4px;
    /*background-color: #999999;*/
}

a.table-h .navbar-brand {
    font-size: 24px;
    font-weight: 500;
}
