@CHARSET "ISO-8859-1";

.datepickerdemoBasicUsage {
    /** Demo styles for mdCalendar. */

}

.datepickerdemoBasicUsage md-content {
    padding-bottom: 200px;
}

.datepickerdemoBasicUsage .validation-messages {
    font-size: 12px;
    color: #dd2c00;
    margin-left: 15px;
}

.fundo-logo {
    position: absolute;
    width: 98.5%;
    height: 90%;
    margin-top: 10px;
}

.icon-img-slastatus {
    width: 25px;
    height: 25px;
    margin-left: 16px;
}

.title {
    color: black !important;
    display: inline-block;
    font-family: Arial !important;
    font-size: 16pt !important;
    font-style: normal !important;
    font-weight: lighter !important;
    margin-top: 46px;
}

.rotate1 {

    animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.rotate2 {

    animation: spinoff 1s infinite linear;
    -moz-animation: spinoff 1s infinite linear;
    -webkit-animation: spinoff 1s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

/* ---------- Chrome/Opera/Safari ---------- */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* ---------- IE/Edge ---------- */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spinoff {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* --------------------- Loading (End) ---------------------- */

.panel-home-ajust {
    width: 100%;
    height: 100px;
}

.panel-home-alert {
    width: 100%;
    height: 100px;
}

.home-icon-ajust {
    font-size: 2em;
}
@media ( min-width: 992px) {
    .div-common-board {
        max-height: 263px;
    }

    .div-notice-board {
        min-height: 200px;
        height: 210px;
        max-height: 205px;
    }
}

@media ( max-width: 767px) {
    .vsible-btn-icon-mb {
        display: none !important;
    }

    .new-btn-mobile {
        width: 100%;
        margin-top: 5px;
        margin-left: 0 !important;
    }

    .new-select-mobile {
        width: 100% !important;
    }

    .new-div-mobile {
        padding: 0 !important;
    }

    .div-common-board {
        max-height: 800px;
    }

    .div-notice-board {
        min-height: 200px;
        max-height: 205px;
    }

}

@media ( min-width: 768px) and (max-width: 991px) {
    .vsible-btn-icon-mb {
        display: none !important;
    }


}

/* --------------------- itControlPanel (Start) ---------------------- */

.div-notice-board {
    min-height: 215px;
}

.switchdemoBasicUsage .inset {
    padding-left: 25px;
    padding-top: 25px;
}

.btn-teste-color {
    color: blue;
}

.label-summary-like {
    color: #6495ED;
}

.btn-like {
    color: #FFD700;
}

.columm-tab-notice-board {
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-weight: bold;

}


.table-notice-board {
    font-size: 10pt;
}

.div-notice-borde-scroll {
    overflow: scroll;
}

.div-chat-question {
    overflow: scroll;
    height: 250px;
}

.table-chat-question {
    font-size: 10pt;
}

.label-chat-remarks {
    color: blue;
}

.header-chat-table {
    margin-top: 10px;
}

.improvement-alert-info-yellow {
    background-color: rgba(255, 255, 0, 0.12);
    color: darkorange;
    border-color: darkorange;
    margin-bottom: 0;
}

.improvement-alert-danger-red {
    background-color: rgba(255, 0, 0, 0.16);
    color: darkred;
    margin-bottom: 0;
}

.improvement-alert-info-blue {
    background-color: rgba(0, 191, 255, 0.1);
    color: darkblue;
    margin-bottom: 0;
}

.question-icon {
    font-size: 16pt;
    text-align: center;
}

/* --------------------- itControlPanel (End) ---------------------- */

.input-uppercase{
    text-transform: uppercase;
}

.message-green{
    color: green;
}

.message-red{
    color: red;
}