﻿body {

    font-family: 'Roboto', sans-serif;

}


/* Sticky Footer > https://css-tricks.com/couple-takes-sticky-footer */

.content-flex {
    display: flex;    
    display: -ms-flexbox;
    flex-direction:column;
    -ms-flex-direction: column;
    min-height: calc(100vh - 40px);
/*    height: calc(100vh - 40px);*/
    
}

.content {
 /*
//   flex:1;
 //   -ms-flex: 1 0 auto;*/ 
    flex: 1 0 auto;
}

/* End sticky footer */

.content-flex footer {
    flex-shrink: 0;
}

.tab-content {
    background-color:#FFF;
}


.badge {

    font-size:inherit;
    padding:4px 8px;
    margin:-2px 4px -1px 4px;
    border-radius: 4px;

}

.badge.badge-success {
    background-color: rgb(58, 187, 115);
    color: rgb(255, 255, 255);
}

.badge.badge-default-ol {
    border: 1px solid #CCC;
    background-color: transparent;
}

.badge.badge-success-ol {
    border: 1px solid rgb(58, 187, 115);
    background-color: rgb(228, 247, 221);
}

.badge.badge-warning-ol {
    background-color: #fcfbcd;
    border: 1px solid #e1b821;
}

.badge.badge-danger-ol {
    border: 1px solid #cc2424;
    background-color:#FDE3E3;
}

.badge.badge-info-ol {
    background-color: #e4f9ff;
    border: 1px solid #21a9e1;
}

.icon-branding {
    color:#21A9E1 !important;
} 

.progress-bar-branding {
    background-color:#21A9E1 !important;
}

.page-container .main-content{
    border-left: 3px solid #21A9E1;
}

@media only screen and (max-width: 767px) {
    /* For mobile phones: */
    .page-body .page-container .sidebar-menu {     
        border-bottom: 3px solid #21A9E1;
    }

    .page-container .main-content{
        border-left-style: none;
    }

}


.text-center-xs {
    float:none;

}

@media (max-width: 768px) {
.text-center-xs {
    float: none !important;
    text-align: center;
    padding-top: 14px;
    display:block;
}    
}

.devcap-plus-icon {
    font-size:inherit !important;
    line-height: .5em;
    vertical-align: 10%;
}

.highcharts-root tspan {
    font-family: 'Roboto', sans-serif !important;
    font-weight:300;
}

.highcharts-title tspan {
    font-size:13px;
    text-transform:none;
    font-weight: 600;
}

.highcharts-point {
    cursor:pointer;
}

.table > thead > tr > th {
    border-bottom:inherit;
}

.user-info {
    margin-top: 10px;
}

.profile-info.dropdown > a {
    color: #aaabae;
}

    .profile-info.dropdown > a:hover {
        color: white;
    }

.profile-info.dropdown > a {
    font-size: 12px;
}


/* GUIDE SECTION FORMATTING */
.guide-holder p, .guide-holder ul li {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 12px;
    clear: left;
}

.guide-holder a {
    text-decoration: underline;
    font-weight: 600;
}
.guide-holder a.btn {
    text-decoration: none;
}

.guide-holder .ui.search a {
    font-weight: inherit;
    text-decoration: none;
}

.guide-holder h2 {
    margin-bottom: 40px;
}

.guide-holder h3 {
    margin-top: 50px;
}

.guide-holder h2 + h3 {
    margin-top: 18px;
}

    .guide-holder h2 + h3 + p {
        margin-top: 6px;
    }

.guide-holder h4 {
    color: #777;
    font-size: 16px;
    margin-top: 30px;
}

.guide-holder h5 {
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 20px;
}

.guide-holder h1, .guide-holder h2, .guide-holder h3, .guide-holder h4 {
    font-weight: 600;
}


.guide-holder .text-bulleted {
    display: inline-block;
    padding-left: 30px;
    padding-bottom: 6px;
    width: 100%;
}

    .guide-holder .text-bulleted::before {
        color: #ee4749;
        content: '\f054';
        font-family: FontAwesome;
        position: absolute;
        margin-left: -27px;
        font-size: 12px;
        line-height: 3.25em;
    }

/* Example buttons on Guide Page */
.guide-btn {
    box-shadow: 0px 0px 1px #333;
    margin: auto 4px;
    pointer-events: none;
}

    .guide-btn:first-child {
        margin-left: 8px;
    }

    .guide-btn:last-child {
        margin-right: 8px;
    }

    .guide-btn.btn-default {
        border: 1px solid #ddd !important;
    }