﻿body {
    font-family: 'Open Sans', sans-serif !important;
}

.rk_container {
    width: 100% !important;
}



}

.rk_mainframe {
    min-height: 90%;
}

    .rk_mainframe .rk_topbar {
        height: 45px;
        color: #fff;
        text-align: center;
        background-color: rgb(10, 63, 143, 0.2);
    }

.rk_mainframe2 .rk_topbar {
    height: 45px;
    color: #fff;
    text-align: center;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.rk_mainframe .rk_topbar .rk_topbar_text {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

.rk_mainframe2 .rk_topbar .rk_topbar_text {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}


/* 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;
}
