﻿/*body {
    padding-top: 50px;
    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: 280px;
    resize:both !important;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 76px;
    line-height: 41px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

    .footer p {
        margin-top: 19px !important;
    }


.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

    .list-group.list-group-root .list-group {
        margin-bottom: 0;
    }

    .list-group.list-group-root .list-group-item {
        border-radius: 0;
        border-width: 1px 0 0 0;
    }

    .list-group.list-group-root > .list-group-item:first-child {
        border-top-width: 0;
    }

    .list-group.list-group-root > .list-group > .list-group-item {
        padding-left: 45px;
    }

    .list-group.list-group-root > .list-group > .list-group > .list-group-item {
        padding-left: 45px;
    }

.list-group-item .glyphicon {
    margin-right: 5px;
}

.bg-sutile {
    background-color: #022c58 !important;
}


.shift-right {
    position: absolute;
    right: 20px;
}

.nav-link {
    display: block;
    /*padding: .25rem 1rem;*/
}

.list-group-item {
    position: relative;
    display: block;
    /*padding: .25rem .25rem;*/
    border: 1px solid rgba(0,0,0,.125);
}

.hiddenRow {
    padding: 0 !important;
}