/*<![CDATA[*/
.msg {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;padding: 10px 15px;opacity: 1;-webkit-flex: 1 1 auto;flex: 1 1 auto;overflow: hidden;cursor: default;transition: all .3s ease-in-out;border-left: 5px solid rgba(0,0,0,.5);}.msg::before {margin-right: 15px;font-family: 'Glyphicons Halflings';display: inline-flex;align-items: center;justify-content: center;font-size: 0;width: 25px;height: 25px;transition: font-size .3s ease-in-out;content: '';}.msg.msg-loading {background-color: #f4f4f4;}.msg.msg-loading::before {border: 3px solid rgba(255,202,0,.8);border-right-color: #333399;border-radius: 50%;content: '';animation: spinner .5s linear infinite;}.msg.msg-success {background-color: #dff0d8;border-left-color: #008800;color: #008800;}.msg.msg-success::before {content: '\e013';font-size: 100%;}.msg.msg-warning {background-color: #fcf8e3;color: #8a6d3b;}.msg.msg-warning::before {content: '\e107';font-size: 100%;}.msg.msg-error {background-color: #ffe0e0;color: #CC0000;border-left-color: #CC0000;}.msg.msg-error::before {content: '\e014';font-size: 100%;}.msg.msg-info {background-color: #d9edf7;color: #31708f;border-color: #31708f;}.msg.msg-info::before {content: '\e086';font-size: 100%;}.msg.msg-collapse {max-height: 0;padding: 0 15px;opacity: .5;visibility: hidden;}.msg p {line-height: normal;font-size: 110%;}.msg > p:first-child {margin-top: 0;}
/*]]>*/