﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*min-width: 1680px;
    max-width: 1680px;
    margin: auto;*/
}

html {
    /*margin: auto;*/
}

@media (min-width:640px) {
    .container {
        width: 1680px !important;
        padding-left: 15px !important;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
.clickable{
    cursor: pointer;
}

textarea {
    width: 100%;
    min-height: 100px;
}

/*.navbar-inverse{
    background-color: #619ed7;
}*/

modal-dialog modal-xl {
    min-width: 840px;
    max-width: 1140px;
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

ul.dropdown-menu{
    overflow-y: auto;
    max-height: 500px;
}

.deletableDocument{
    margin-left: 10px;
}

.noPadding{
    padding: 0px !important;
}

.spaceBelow{
    display: block;
    margin: 0px 0px 10px 0px;
}

.paddingTop{
    padding-top:15px;
}

.removed{
    background-color: lightpink !important;
}

tr.removed td{
    background-color: lightpink !important;
}

.list-hover li:hover{
    background-color: #f5f5f5;
}

.option-documenttype {
    padding-top: 10px !important;
}

.option-documenttype-highlighted {
    padding-top: 10px !important;
    background-color: lightyellow !important;
    font-weight:bold;
}
