﻿
/* 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-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.level2 {
    margin-left: 20px;
    font-size: small;
    font-weight: bold;
}
/*           badges             */

.badge {
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 12px;
    background-color: transparent;
    border: 1px solid;
    margin-bottom: 5px;
    color: #FFFFFF;
    border-radius: 0.875rem;
}

    .badge:hover,
    .badge:focus {
        text-decoration: none;
    }

.badge-icon {
    padding: 0.4em 0.55em;
}

    .badge-icon i {
        font-size: 0.8em;
    }

.badge-default,
.badge-default[href]:focus,
.badge-default[href]:hover {
    border-color: #888888;
    background-color: #888888;
    color: #FFFFFF;
}

.badge-primary,
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    border-color: #f96332;
    background-color: #f96332;
    color: #FFFFFF;
}

.badge-info,
.badge-info[href]:focus,
.badge-info[href]:hover {
    border-color: #2CA8FF;
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.badge-success,
.badge-success[href]:focus,
.badge-success[href]:hover {
    border-color: #18ce0f !important;
    background-color: #18ce0f !important;
    color: #FFFFFF !important;
}

.badge-warning,
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    border-color: #FFB236;
    background-color: #FFB236;
    color: #FFFFFF;
}

.badge-danger,
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    border-color: #FF3636;
    background-color: #FF3636;
    color: #FFFFFF;
}

.badge-neutral {
    color: inherit !important;
}

    .badge-neutral,
    .badge-neutral[href]:focus,
    .badge-neutral[href]:hover {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
        color: #FFFFFF;
    }

.promoBox {
    margin: auto;
    width: 95%;
    padding: 20px;
}

    .promoBox .page-title {
        width: auto !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px !important;
        line-height: unset !important;
        margin-top: 20px !important;
    }
/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .promoBox {
        width: 98%;
        margin-bottom: 10px;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .promoBox {
        width: 98%;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
}
