﻿/*body {
    padding-top: 10px;
    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: 400px;
}*/

    /*input[type=date] {
        max-width: 220px;
    }*/

.btn-group-xs > .btn, .btn-xs {
    padding: .5rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-group-xxs > .btn, .btn-xxs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.om-fix {
    /*height: 80vh;*/ /*%-height of the viewport */
    width: 8%;
    position: fixed;
}

@media screen and (max-width: 960px) {
    .om-fix {
        /*overflow-y: auto;*/
        /*height:auto ;*/
        width: 8%;
        position: absolute;
        visibility: hidden;
    }
}

.w-2 {
    width: 2% !important
}

