
div.dataTables_wrapper div.dataTables_length select {
    padding-right: 36px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
}

@media (min-width: 1024px) {
    .modal-dialog {
        max-width: 900px;
    }    
}

.dropzone {
    height: 100%;
    padding: 0 0;
    position: relative
}

.dropzone .btnAttachmentDelete 
, .dropzone .btnAttachmentDownload {
    position: absolute;
    top: 20px;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 20px;
}

.dropzone .btnAttachmentDelete {    
    top: 60px;
}

.dropzone .dz-image {
    text-align: center;
    background: #cccc;
}

.dropzone .dz-image i {
    font-size: 90px;
}

.dropzone .dz-message i{
    font-size: 60px;
}

h1{
    margin-top: 30px;
    margin-bottom: 30px;
}

select.form-control {
    -webkit-appearance: auto;
}

.mb_crud_detail .mb_value {
    background-color: lightgreen;
    margin-bottom: 3px;
    min-height: 30px;
    padding: 5px;
}


div.mb_input_password input {
    display: inline;
    width: auto;
}

div.mb_input_password label {
    padding-left: 10px;
    padding-right: 10px;
}

div.mb_crud_detail label {
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar a.open{
    font-weight: bold;
    color: blue;
}

main > .alert {
    margin-top: 30px;
}

.mb_body {
    margin-bottom: 30px;
    margin-top: 30px;
}

.mb_crud_list_filters {
    margin-bottom: 30px;
}

.filters-footer button {
    margin: 0 2px;
}

.mb_crud_list_filters .mb_from_to .col-form-input .form-control,
.mb_crud_list_filters .mb_from_to .col-form-input .input-group,
.mb_crud_list_filters .mb_from_to .col-form-input .input-group-text
{
    display: inline-block;
    width: auto;
}

.mb_crud_list_filters .mb_from_to .col-form-input .form-control{
    margin-left: 20px;
    margin-right: 20px;
}

.mb_crud_list_filters .mb_from_to .col-form-input .input-group .form-control {
    margin-right: 0px;
}

.mb_crud_list_filters .mb_from_to .col-form-input .input-group-text{
    margin-right: 20px;   
}

.mbListActions a{
    margin-right: 5px;
}


.mb_mandatory label{
    font-weight: bold;
}

.mb_mandatory label.form-check-label{
    font-weight: normal;
}


.mb_error.mb_full {
    color: #008000!important;
    font-size: 5em;
    text-align: center;
    display: grid;
    height: 70vh;
    justify-content: center; /* aligns the items horizontally */
    align-items: center; /* aligns the items vertically */    
}

.toast-container.position-absolute {
    position: sticky!important;
    top: 50px;
}

/*.mb_crud_detail_rankings .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}*/
.mb_crud_detail_rankings .table thead th {
    white-space: nowrap;
    vertical-align: middle;
}
.mb_crud_detail_rankings .table tbody td {
    white-space: nowrap;
}
.mb_crud_detail_rankings .table-title {
    background-color: #f8f9fa;
    font-weight: bold;
}
.mb_crud_detail_rankings th {
    background-color: #F4FFF0
}



.mb_crud_detail_races #crudListTable_Rankings_wrapper .row{
    display: none;
}
.mb_crud_detail_races #crudListTable_Rankings_wrapper .dt-row{
    display: block;
}


@media print {
    .mb_crud_detail_rankings small {
        display: none;
    }
    
    .mb_crud_detail_rankings td
    , .mb_crud_detail_rankings th{
        font-size: 6px;
    }
}



@media (max-width: 1990px) {
    .mb_crud_detail_rankings td
    , .mb_crud_detail_rankings th{
        font-size: 12px;
    }
}

@media (max-width: 1490px) {
    .mb_crud_detail_rankings td
    , .mb_crud_detail_rankings th{
        font-size: 10px;
    }
}


.mb_multiselect {
    border: 0;
}    