﻿body {
    padding-top: 60px;
    /*padding-top: 4rem;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    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, k-input
select,
textarea {
    max-width: 100%;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    padding-left: 5px;
    font-weight: 900;
    background-color: #DEDD00;
    color: #0F89CB;
    z-index: 99999;
}

.bg-csplus {
    background-color: #db2723;
}

.bg-lkoreman {
    background-color: #25387c;
}

.k-sprite {
    text-ident: 0;
    font-size: 1em;
}

    .k-sprite.k-icon {
        font-size: 16px;
    }

.k-button-icon {
    font-size: 16px;
}

.k-sprite.glyphicon {
    font-size: 14px;
}

.k-state-selected {
    color: #fff;
    background-color: goldenrod;
}

k-widget k-textbox form-control {
    padding: .375rem .75rem !important;
}

.k-list {
    overflow: auto !important;
}

.k-timepicker input {
    width: 100% !important;
}
