@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/vendor/materialize/materialicons.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Remove Date UI Selector https://code-examples.net/en/q/acbd27 
input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}*/

/* Chaging some Materialize */

html, body {
  background-color: #FFF !important;
  color: black !important;
  font-weight: 100%;
  height: 100vh;
  margin: 0;
}
.teal.accent-3 {
  background-color: #59952D !important;
  color: white !important;
  text-align: center;
}

.teal-text.text-accent-3 {
  color: #59952D !important;
  color: white !important;
  text-align: center;
}

.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 12px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

td, th {
  padding: 2px 2px!important;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

.btn {
  padding: 0px 7px 7px 7px;
}
/* End Materialize */

label {
  color: #3b3d3f;
}

.loading  { 
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('/img/loader.gif') center center no-repeat; 
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color:						red;
  font-weight:				bold;
}

.btn, .btn-large {
  background-color: #59952D;
}

.btn.btn-danger {
  background-color: #cd1608;
}

.btn.btn-warning {
  background-color: #ffa500;
}

.btn.btn-warning-sm {
  background-color: #ffa500;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.btn.btn-edit {
  background-color: #438ecd;
}

.btn.btn-disabled {
  background-color: #9a9a9a;
}

.collection {
  font-weight: bold;
}

.bottom-bordered {
  border-bottom: 1px solid #59952D;
}

.dark-header {
  background-color: #59952D;
  color: #ffffff;
}

.dark-header > th {
  border-radius: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.caret {
  border-color: transparent !important;
}

.container-wide {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.work-shift {
  margin-bottom: 25px;
  font-weight: bold;
  text-decoration: underline;
  color: #323be5;
  font-size: 18px;
}

.badge.badge-white {
  color: #ffffff;
}

.day {
  border: 1px solid #000000;
}

.day.rapport-day {
  background-color: #00ff00;
}

.day.rapport-day.multi-day {
  background-color: #0000ff;
  color: #ffffff;
}

.day.weekend-day {
  background-color: #a62e1f;
  color: #ffffff;
}

.day.rapport-day.weekend-day {
  border: 2px solid #00ff00;
}

.day.rapport-day.weekend-day.multi-day-weekend {
  border: 2px solid #0000ff;
}

.calendar-button {
  width: 50%;
  color: #ffffff;
  background-color: #59952D;
}

.calendar-bar-select {
  background-color: #59952D;
  display: inline-block;
}

.pagination {
  text-align: right;
}
.pagination li {
  font-size: 1.2rem;
  height: 100%!important;
  padding: 5px;
  vertical-align: middle;
}

.pagination li.active {
  background-color: #26a69a;
  font-size: 1.2rem;
  height: 100%!important;
  vertical-align: middle;
}

.sortable:hover {
  cursor: pointer;
  text-decoration: underline;
}

#color-green{
    display: none;
     margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;

}
#color-green:checked + label {
    border: 1px solid green;
    border-radius:5px;
    background-color:#ECF6CE;
}
#color-orange{
    display: none;
     margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;

}
#color-orange:checked + label {
    border: 1px solid orange;
    border-radius:5px;
    background-color:#F6E3CE;
}
#color-red{
    display: none;
     margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;

}
#color-red:checked + label {
    border: 1px solid red;
    border-radius:5px;
    background-color:#F8E0E0;
}
#revBien{
    margin:auto;
    width:50px;
    height:50px;
    background-color:#ECF6CE;
    border: 2px solid green;
    border-radius:5px;
}
#revRegular{
    margin:auto;
    width:50px;
    height:50px;
    background-color:#F6E3CE;
    border: 2px solid orange;
    border-radius:5px;
}
#revMal{
    margin:auto;
    width:50px;
    height:50px;
    background-color:#F8E0E0;
    border: 2px solid red;
    border-radius:5px;
}

.toast-success {
  background-color: #59952D;
}

.toast-error {
  background-color: #cd1608;
}

.toast-warning {
  background-color: #ffa500;
}

.chip-danger {
  background-color: red;
}

.chip-warning {
  background-color: orange;
}
