/* css for the export modal **/

.modal {
    text-align: center;
    padding: 0!important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90vw;
}
.modal-dialog h5 {
    padding-left: 4px;
    font-weight: bold;
}
.filter-menu {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    padding-top: 0px !important;
}
.scrollable,
.filter-menu {
    height: max-content;
    max-height: 60vh;
    overflow: auto;
}
.filter-menu .btn {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
}
.filter-menu .selected,
.filter-menu .selected a {
    background-color: #d9edf7!important;
    color: #31708f !important;
}
.filter-menu .btn-default:hover,
.filter-menu .btn-default:focus {
    color: black !important;
}
.filter {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.filter .dropdown,
.filter .btn,
.filter li a,
.filter input,
.dropdown-menu,
.dropdown-menu a,
.dropdown-menu li,
.btn {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
}
.filter-label {
    line-height: 30px;
    font-weight: bold;
}
.filter input {
    height: auto;
}
.error {
    border-color: red;
}
.filter .glyphicon-trash {
    line-height: 30px;
    cursor: pointer;
}
.filter:last-child {
    margin-bottom: 200px;
}
.filters {
    padding-right: 20px;
    padding-left: 20px;
 /*   min-height: max-content;
    padding-bottom: 200px;*/
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
#validation-message {
    background-color: #ff9999;
    border: 1px solid red;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: none;
}
.btn-export-step-two {
    display: none;
}
#export-step-two {
    display: none;
}
#export-fields {
    padding-left: 40px;
}
.field-group {
    padding-bottom: 20px;
}

.export-all,
.export-none {
    cursor: pointer
}