/* BioFungi CustomPages start */
.status-10-fg {
    color: #ff0000;
}
.status-10-bg {
    background-color: #ff0000;
}
.status-20-fg {
    color: #ffa915;
}
.status-20-bg {
    background-color: #ffa915;
}
.status-25-fg {
    color: #5566ff;
}
.status-25-bg {
    background-color: #5566ff;
}
.status-30-fg {
    color: #feff15;
}
.status-30-bg {
    background-color: #feff15;
}
.status-35-fg {
    color: #75c0f7;
}
.status-35-bg {
    background-color: #75c0f7;
}
.status-38-fg {
    color: #55bbaa;
}
.status-38-bg {
    background-color: #55bbaa;
}
.status-40-fg {
    color: #86ff01;
}
.status-40-bg {
    background-color: #86ff01;
}
.status-45-fg {
    color: #99cc00;
}
.status-45-bg {
    background-color: #99cc00;
}
.status-70-fg {
    color: #9d43ff;
}
.status-70-bg {
    background-color: #9d43ff;
}
.status-80-fg {
    color: #d50549;
}
.status-80-bg {
    background-color: #d50549;
}
.status-90-fg {
    color: grey;
}
.status-90-bg {
    background-color: grey;
}
.status-100-fg {
    color: lightgrey;
}
.status-100-bg {
    background-color: lightgrey;
}
.status-105-fg {
    color: #ff99ff;
}
.status-105-bg {
    background-color: #ff99ff;
}
.status-110-fg {
    color: #e8e8e8;
}
.status-110-bg {
    background-color: #e8e8e8;
}
.hide {
    display: none;
}
.new-machine,
.all-machine {
    margin: -32px 0 0 20px;
}
#search-form {
    margin-right: 20px;
}
#file-delete {
    margin-right: 60%;
}
.long-input {
    width: 600px;
}
.issue-machine-input,
#machineDiv #site {
    margin-left: 5px;
    height: 34px;
}
#machineDiv {
    position: absolute;
    width: 80%;
    margin-top: -7px;
}
#year {
    max-width: 200px;
}
/* berendezés szerkesztés */
.place_search_enabled #new-site,
.place_search_enabled #new-area,
.place_search_enabled #new-subarea {
    float: left;
}
.place_search_enabled #new-site-input,
.place_search_enabled #new-area-input,
.place_search_enabled #new-subarea-input {
    margin-left: 20px;
    margin-right: 20px;
}

.place_search_enabled #site_id,
.place_search_enabled #area_id,
.place_search_enabled #subarea_id,
.place_search_enabled #machine_id {
    float: left;
    width: 39.5%;
}

.place_search_enabled #name {
    width: 42% !important;
}

.place_search_enabled #new-site,
.place_search_enabled #new-area,
.place_search_enabled #new-subarea {
    margin-left: 20px;
}

form[id^="get_downtime_form-"] select[id^="site_id"],
form[id^="get_downtime_form-"] select[id^="area_id"] {
    width: 310px;
}

#get_expenses_form .table-responsive:first-child {
    overflow-x: hidden;
}

div.dt-buttons {
    float: right;
    margin-left: 50px;
}

/*datatable*/
div.datatable-container {
    margin-top: 30px !important;
}

.datatable-container table {
    border: 1px solid #ddd !important;
}

table[id^="get_downtime_table-"] {
    word-break: break-word;
}

#get_downtime_form .category {
    width: 45%;
}

.datatable-container table.dataTable > tbody > tr.greenClass.odd {
    background-color: #80f479;
}

.datatable-container table.dataTable > tbody > tr.greenClass.even {
    background-color: #80f479;
}

.datatable-container table.dataTable > tbody > tr.redClass.odd {
    background-color: #ff4646;
}

.datatable-container table.dataTable > tbody > tr.redClass.even {
    background-color: #ff4646;
}

.btn-sm-minus {
    padding: 0px 11px;
}

.skin-3 {
    background: none;
}
#upload-type-tr th {
    width: 15%;
}
.fontawesome {
    font-family: "fontawesome";
}
/* BioFungi CustomPages end */
