﻿body {
    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;
}

.badge-success{
    background-color:green;
}
.badge-danger{
    background-color:orangered;
}

.navbar-inverse .navbar-nav > li > a{
    color:yellow;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus
 {
    background-color:#fff;
    color:#000;
}

.mt0 {
    margin-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}





.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.navbar-collapse {
    background-color: #565656;
}
.navbar-nav > li > a {
    color: white;
    padding: 15px 10px;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #565656;
    }

    .mb10{
        margin-bottom:10px;
    }

.d-inline-block {
    display: inline-block !important;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.text-align-right {
    text-align: right;
}
.mt-50{
    margin-top:50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}
.pr-10 {
    padding-right: 10px;
}
.max-width-all{
    max-width:100% !important;
}

.text-red{
    color:red;
}

.d-block{
    display:block !important;
}

.w-min-content {
    width: min-content !important;
    width: -moz-min-content !important;
    width: -webkit-min-content !important;
}
.fz22 {
    font-size: 22px !important
}