﻿.page-footer {
    background-color: #fff;
    height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 224px;
    right: 0;
    z-index: 0;
    -webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 -5px 5px -5px rgba(0,0,0,.15);
    box-shadow: 0 -5px 5px -5px rgba(0,0,0,.15);
}

.page-footer .footer-copyright {
    height: 40px;
    padding: 8px 15px;
    font-size: 12px;
    color: #666;
}

.table-avatar {
    width: 30px;
    height: 30px;
}

td.total {
    background-color: lightblue;
}

.file-input-new {
    display: inline-block;
}

.datepicker.dropdown-menu {
    width: 250px;
    height: 250px;
}
.datepicker.dropdown-menu button {
    outline: none;
    border: 0px;
}
.datepicker.dropdown-menu tbody {
    height: 180px;
}
.datepicker.dropdown-menu tbody button {
    padding: 6px;
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button, .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
    height: 65px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    background-color: red;
    font-size: 12px;
    height: 20px;
    width: 20px !important;
}

.timepicker.dropdown-menu {
    padding: 0 4px;
}
.timepicker.dropdown-menu button {
    outline: none;
    border: 0px;
}
    .timepicker.dropdown-menu tbody button { padding: 6px; }

.datepicker td span {
    display: block;
    width: auto !important;
    height: auto !important;
    line-height: unset !important;
    float: left;
    margin: 2px;
    cursor: pointer;
    background-color: aqua !important;
}

.datepicker th.switch {
    width: auto !important;
}

.traffic-light-grey {
    color: lightgrey;
}

.traffic-light-red {
    color: red;
}

.traffic-light-green {
    color: green;
}

/*
Blauw = Tagonce Pro Tag rechtstreeks geregistreerd in Tagonce Pro
Licht blauw = Tagonce Pro user met imported Tag

Rood = Tagonce Tag geïmporteerd in Tagonce Pro
Oranje = Tagonce Tag rechtstreeks geregistreerd in Tagonce Pro
Groen = Tagonce Tag transferred naar Tagonce Pro
*/
.tag-normal-importedtags {
    color: black;
}

.tag-imported-alltags-transfered {
    color: green;
}
.tag-imported {
    color: red;
}
.tag-normal {
    color: blue;
}
.tag-normal-alltags-transfered {
    color: purple;
}