/*     Created on : 24/02/2017, 14:58:39    @copyright (c) 2017, Renato S. Botacim - Infire Soluções*//********************************************** ESTILO MENSAGEM DE ERRO ********************************************/.imd_accept, .imd_infor, .imd_alert, .imd_error{    position: fixed;    width: 300px;    padding: 25px;    right: 20px;    margin-top: 500px;    z-index: 500;    overflow: hidden;    font-size: 1.2em;    text-align: center;    color: #fff;}.imd_accept{background-color: #7BBD4D;}.imd_infor{background-color: #72BCDF ;}.imd_alert{background-color: #fed45b;color:#000}.imd_error{background-color: #dd5752 ;}.imd_alert > i, .imd_accept > i, .imd_infor > i, .imd_error > i{    font-size: 4em;    margin-bottom: 10px;}