﻿/* Exception Box */
.divMessageBox { font-size: 1.1em; line-height: 1.6em; margin-bottom: 15px; position: relative; padding: 14px 40px 14px 18px; margin: auto 15px 20px; width: calc(100% - 30px); -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1); box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1); }
.divMessageBox { display: none; }
.divMessageBox.exception { background-color: #ffccd1!important; color: #b70011!important; border: 1px solid #b70011!important; }
.divMessageBox.success { background-color: #edf6e5!important; color: #7a9659!important; border: 1px solid #9fc76f!important; }
.divMessageBox .fa-solid { text-shadow: unset!important; }
.form-control-exception { display: none; }
.form-control-exception { background: #ffccd1; color: #b70011; margin-bottom: 10px; padding: 5px 12px; text-align: left; }
.form-control-exception { transition: 1s ease-out; -webkit-transition: 1s ease-out; }
/*.form-control-exeption { margin-top: -10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }*/