﻿
html {
background-image: url(https://files.m3cloud.net/data/m3web/g41/Themes/Icons/Background/bck.png?modified=2023-11-10T13:52:41);
background-size: cover;
background-attachment: fixed;}
#page {
background-color: rgba(255,255,255,0.8);
min-height:100vh;
min-width:1536px;
}
input[type="text"]:focus {
border-color: rgb(0, 0, 0);
}
.table {
border-bottom-color:black !important;
color:black;
}
.table th {
background-color:rgb(128, 128, 128) !important;
border-bottom-color:black !important;

}
.filter-form {
background-color:rgb(128, 128, 128) !important;
border-color:black !important;
}
.filter .add-on {
background-color: rgb(128, 128, 128) !important;
border-top-color: rgb(128, 128, 128);
border-bottom-color:rgb(128, 128, 128);
color: white;
}
.datepicker table tr td.day:hover {
background-color:rgb(128, 128, 128);
}
.datepicker thead tr:first-child th:hover {
background-color:rgb(0, 0, 0) !important;
}
.datepicker table tr td.active.day {
background-color:rgb(0, 0, 0);
}
.datepicker table tr td.active.day:hover {
background-color:rgb(0, 0, 0);
}
.datepicker tfoot tr th:hover {
background-color:rgb(0, 0, 0);
}
.datepicker table tr td.new.today.day:hover {
background-color:rgb(0, 0, 0);
}
.select2-results {
border: 1px solid rgb(0, 0, 0);
color: black;
}
.select2-drop .select2-results .select2-highlighted {
background-color: rgb(178, 178, 178);
color: black;
}
.datepicker table, .datepicker table td.cw, .datepicker table.table-condensed thead tr, .datepicker thead tr, .datepicker table.table-condensed thead tr td, .datepicker thead tr td, .datepicker table.table-condensed thead tr th, .datepicker thead tr th {
background-color:rgb(128, 128, 128);
}
.popover h3 {
background-color:rgb(128, 128, 128);
color: rgb(255, 255, 255);
}
.filter .btn-group.open .btn.dropdown-toggle{
background-color: rgb(0, 0, 0) !important;
}
.filter .btn:hover {
background-color: rgb(0, 0, 0);
}
.filter-form .btn {
color: rgb(255, 255, 255);
}
.filter-form {
color: rgb(255, 255, 255);
}
input[type='checkbox'] {
accent-color: rgb(0, 0, 0);
}