/**
 * Copyright: 2007-2022, FlexDealer Solutions Ltd
 * This code is property of FlexDealer Solutions Ltd. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
*/


/* Hide in iframes */
.framed .AV-WFooter-3
{
	display: none !important;
}

.AV-WFooter-3 .row.constrained .parent {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    color: white;
    text-align: center;
}

.AV-WFooter-3 .row.constrained .parent span.active-open {
    color: rgb(59, 208, 45);
}

.AV-WFooter-3 .row.constrained .parent span.active-closed {
    color: rgb(202, 1, 36);
}

.AV-WFooter-3 .row.constrained .parent .child span.deptclock{
    font-size: 14px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: rgb(225, 224, 224);
}

.AV-WFooter-3 .row.constrained .parent .child p.hours-container{
    font-size: 14px;
}

.AV-WFooter-3 .row.constrained .parent .child span.department-title{
    font-size: 22px;
    font-weight: bold;
}
.AV-WFooter-3[data-state="EditMode"]{
    cursor: initial;
    margin-top: 15px;
    min-height: auto;
    border-radius: 5px;
    border: 3px double #000;
}
.AV-WFooter-3[data-state="EditMode"]:hover{
    border: 3px double #000;
}
