.form-group{
    padding-bottom: 24px;
}
#content{
    min-height: 80vh!important;
}
.middle-content{
    min-height: 80vh;
}
body.dark .file-upload-input {
    padding: .65rem 0.75rem;
}

body.dark .search-btn {
    padding: 0.785rem 2rem;
    text-shadow: none;
    font-size: 14px;
    color: #3b3f5c;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: 0.2s ease-out;
    touch-action: manipulation;
    border-radius: 6px;
    cursor: pointer;
    background-color: #f1f2f3;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 20px;
}
body .search-btn {
    padding: 0.785rem 2rem;
    text-shadow: none;
    font-size: 14px;
    color: #3b3f5c;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: 0.2s ease-out;
    touch-action: manipulation;
    border-radius: 6px;
    cursor: pointer;
    background-color: #f1f2f3;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 20px;
}
.written_input td input{
    width: 120px!important;
}
#zero-config_length{
    margin-top: 12px;
    margin-bottom: 15px;
}

body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
	font-size: 15px;
}
#zero-config_info{
    margin-top: 12px;
}
#zero-config_paginate{
    margin-top: 12px;
}
.bg_green{
    background-color: green!important;
}


body.dark .omrTable .table:not(.dataTable).table-bordered > thead > tr th {
    text-align: center;
}
body.dark .omrTable .table:not(.dataTable).table-bordered > tbody > tr td {
    text-align: center;
}