/* CARREGANDO */
#carregando {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #EEE;
    font-size: 20px;
    margin: 0px auto;
    padding-top: 100px;
    text-align: center;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#conteudoCarregando {
    width: 50%;
    margin: auto;
}

#conteudoCarregando .progress {
    border-radius: 0px;
    margin-top: 10px;
}
#conteudoCarregando i.fa {
    padding-right: 0px;
    margin-right: 10px;
}

/* BOLA DE SITUACAO */
.bolaAcqua {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid aqua;
    background-color: aqua;
    cursor: pointer;
    margin-right: 5px;
}

.bolaVermelha {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #F00;
    background-color: #FF0000;
    cursor: pointer;
    margin-right: 5px;
}

.bolaVerde {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid green;
    background-color: green;
    cursor: pointer;
    margin-right: 5px;
}

.bolaAmarela {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #00c0ef;
    background-color: #00c0ef;
    cursor: pointer;
    margin-right: 5px;
}

.bolaLaranjada {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid orange;
    background-color: orange;
    cursor: pointer;
    margin-right: 5px;
}

.bolaBranca {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid gray;
    background-color: white;
    cursor: pointer;
    margin-right: 5px;
}

.bolaAzul {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #3c8dbc;
    background-color: #3c8dbc;
    cursor: pointer;
    margin-right: 5px;
}

.bolaCinza {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #999;
    background-color: #999;
    cursor: pointer;
    margin-right: 5px;
}


.bigBolaVermelha {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #F00;
    background-color: #FF0000;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.bigBolaAqua {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid aqua;
    background-color: aqua;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.bigBolaVerde {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid green;
    background-color: green;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.bigBolaAzul {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #3c8dbc;
    background-color: #3c8dbc;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.bigBolaAmarela {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #00c0ef;
    background-color: #00c0ef;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.bigBolaCinza {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #999;
    background-color: #999;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.box.box-purple {
    border-top-color: #5d5db1;
}
.box.box-solid.box-purple {
    border: 1px solid #5d5db1;
}
.box.box-solid.box-purple > .box-header {
    color: #ffffff;
    background: #5d5db1;
    background-color: #5d5db1;
}
.box.box-solid.box-purple > .box-header a,
.box.box-solid.box-purple > .box-header .btn {
    color: #ffffff;
}

.botao-app-matic {
    margin-top: 5px;
}

.botao-app-matic-100 {
    width: 100%;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

.table-list-with-height {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 420px;
}

.table-list-with-height-200 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 200px;
}

.table-list-with-height-210 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 210px;
}

.table-list-with-height-390 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 390px;
}

.table-list-with-height-400 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}

.table-list-with-height-425 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 425px;
}

.ribbon-1 {
    position: fixed;
    background: #08769b;
    box-shadow: 0 0 0 999px #08769b;
    clip-path: inset(0 -100%);
}
.left {
    inset: 0 auto auto 0;
    transform-origin: 100% 0;
    transform: translate(-29.3%) rotate(-45deg);
}

.ribbon-2 {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path:
            polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    box-shadow: 0 calc(-1*var(--f)) 0 inset rgba(218, 249, 223, 0.8);
}

.ribbon-3 {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path:
            polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
    background: #ff851b;
    box-shadow: 0 calc(-1*var(--f)) 0 inset rgba(218, 249, 223, 0.8);
}
