/* Add here all your CSS customizations */
.clear {
    clear: both;
}

/***************************Loading de carregamente da página**********/

.jquery-loading-base-container {
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
    opacity: 0.8;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    background: #747474;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.input-errors {
    color: #a94442;
    font-size: 11px;
}

.fundoGoverno {
    background-color: #40a11c;
}

.fundoEscuroGoverno {
    border-color: #194e1e;
    background-color: #194e1e;
}

/* Layout Fixed - Page header */
.btnPage {
    left: 300px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 115px;
    z-index: 97;
}

@media only screen and (max-width: 767px) {
    .btnPage {
        left: 0px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 125px;
        z-index: 97;
        width: 100%;
        box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.41);
        background-color: rgba(51, 51, 51, 0.67);
    }

    .textoBtn {
        display: none;
    }

}

.onlyHide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    visibility: hidden !important;
}

.grow {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
    transform: scale(1.1);
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.page-header>h2 {
    max-width: 40%;
    overflow: hidden;
}

.page-header>.right-wrapper {
    max-width: 50%;
    height: 50px;
}

.breadcrumbs {
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs>li {
    display: block;
    flex: 1 0 50px;
    height: 50px;
    box-sizing: border-box;
}

.fab {
    width: 60px;
    height: 60px;
    background-color: #47a447;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;

    font-size: 25px;
    line-height: 60px;
    color: white;
    text-align: center;

    position: fixed;
    right: 50px;
    bottom: 50px;

    transition: all 0.1s ease-in-out;
    z-index: 1;
}

.fab:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
}

.disabled.day {
    background: #b3b3b3 !important;
    color: #FFF !important;
}
.dataIndisponivel,.disabled.day {
    background: #b3b3b3 !important;
    color: #FFF !important;
}

.active.day {
    background: #47a447 !important;
    color: #FFF !important;
}

.nav-children-sobrepsicao{
    padding: 6px 33px 6px 82px !important;
}

.select2-container {
    width: 100% !important;
}

.multiselect-container > li > a > label {
    white-space: normal;
    word-wrap: break-word;
    display: block;
    text-align: justify;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-top: 4px;
    vertical-align: top;
}