
/*                     18 - NOTIFICATION BOXES                                          */


/*-------------------------------------------------------------------------------------*/

.notification {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 5px 10px 10px;
    border-radius: 4px;
    font-family: "Roboto", Arial, Verdana;
    font-style: normal;
    color: #FFF;
    box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.12), inset -1px -1px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: block;
}

.notification:hover {
    box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.25), inset -1px -1px 0px rgba(0, 0, 0, 0.25)
}

span.close-notification {
    float: right;
    color: #FFF;
    color: rgba(0, 0, 0, 0.40);
    font-size: 16px;
    cursor: pointer;
}

span.close-notification i {
    color: #FFF;
    color: rgba(0, 0, 0, 0.40);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

span.close-notification:hover i {
    color: #FFF;
    color: rgba(0, 0, 0, 0.88);
}

.notification p {
    margin: 0;
    color: #FFF;
    color: rgba(0, 0, 0, 0.88);
}

.notification i {
    margin-right: 7px;
    font-size: 14px;
    color: #FFF;
    color: rgba(0, 0, 0, 0.40);
}

.notification.success,
.notification.success strong {
    background-color: #a0d569
}

.notification.error,
.notification.error strong {
    background-color: #ee5665
}

.notification.warning,
.notification.warning strong {
    background-color: #ffce55
}

.notification.notice,
.notification.notice strong {
    background-color: #4fc0e8
}

.notification strong {
    border: none !important
}


/**/
.fade.in {
    opacity: 1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.alert.alert-warning.alert-dismissible.fade.in.success {
    background: #0CC760;
    color: #fff;
    border-color: #089246;
}

  .loading-form {
              margin: 20px auto;
            display: none;
              
        }
        
       .math.mathErro {
    border: 2px solid #e44700;
}

.erro-cap p{
    color: #f4574c;
    font-size: 14px;
    font-style: italic;
    line-height: normal;
}

span.aviso {
    color: #f45b50;
    margin-left: 15px;
    font-style: italic;
}

span#math_expression {
    font-weight: bold;
    font-size: 15px;
}

/*--------------------------------------------------------------------------------------*/