body {
    font-family: Arial;
    font-size: 9pt;
    background: url('../img/background-image4.jpg')  scroll 0% 0% transparent;
}
.title {    
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14pt;
    color: #253E5A;
}

.modal-content {
     /*background: url('../img/background-image4.jpg')  scroll 0% 0% transparent;*/
}

.title2 {    
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 12pt;
    color: #2a6496;
}

.title3 {    
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 11pt;
    color: #2d6ca2;
}

/*.div_container {
    margin-left:20px;
    margin-right:20px;
}*/

.table {
    /*font-size: 8pt;*/
    width: 100%;
} 

/*.table th {
    background-color: #2d6ca2;
    color: white;
}*/

.hand {
    cursor: pointer;
}

.col-form-label, .form-control {
    font-size: 9pt;
}
/*.form-group {
    margin-bottom: 0.5rem;
}*/

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 9pt;
}
div.dataTables_wrapper div.dataTables_length label {
    font-size: 9pt;
}

div.dataTables_wrapper div.dataTables_paginate, div.dataTables_info, .list-group-item {
    font-size: 9pt;
}

.mandatory {
    border: 1px solid blue;
}
.info_mess {
    font-size: 9pt;
}
.bootstrap-select > .btn {
    font-size: 9pt;
}