﻿body {
    padding-top: 50px;
    padding-bottom: 20px
}

/* 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
}

.navbar-brand {
    float: left;
    padding: 5px 5px
}

.navbar {
    background-color: #f5f5f5;
    border-color: #080808
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #d7d5d5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #d7d5d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d7d5d5));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #d7d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ed7d5d5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 0px;
}

.navbar-default .navbar-link {
    color: #777777
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #e31e27
    }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #e31e27;
    border-bottom-color: #e31e27
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #847e7e;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow:initial
}
.custom-nav-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    color: #d10e02
}
h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px
}
h3 {
    font-size: 18px;
    font-weight: bold
}
.home-info {
    margin-top: 50px;
    text-align: center
}
.home-info h1 {
    font-size: 24px;
    margin-bottom: 20px
}
.home-info p {
    font-size: 20px
}
.home-logo {
    margin-top: 40px;
    margin-bottom: 30px
}
.k-toolbar {
    display: block
}
.toolbar-right {
    float: right;
}
.panel-default .panel-heading {
    background-image:initial;
    background-color: #d10e02;
    color: #fff;
    font-weight:bold
}
.k-numerictextbox, .k-datepicker {
    max-width:200px
}
.cr-multiline {
    height: 100px;
    width:100%;
    max-width:initial
}
.cr-singleline {
    width: 100%;
    max-width: initial
}
.btn {
    min-width: 80px
}
.label-red {
    color: #d10e02
}