﻿fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.select2-selection__rendered {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
}

table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

div.dataTables_wrapper {
    margin: 0 auto;
}

.select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    border: 1px solid #ced4da;
}

.select2-selection__arrow {
    height: 32px !important;
}

.field-validation-error {
    font-size: 12px;
    font-weight: bold;
}

@media(min-width:1200px) {
    .container {
        width: calc(98% - 5px) !important;
    }
}

.panel-heading > h1, h2, h3 {
    font-size: 24px;
}

.panel-heading > * {
    margin-top: 10px !important;
    font-weight: bolder;
}

select[readonly] {
    pointer-events: none;
    /*touch-action: none;*/
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    z-index: 1200;
}

    footer > .container {
        padding-bottom: 8px;
        padding-top: 8px;
    }

body {
    padding-bottom: 50px !important;
}
