/*
    This file was created as part of the "OperSMS" project.
    Created on : 06.07.2016
    Author     : Madetov Aziz [satanlucas@gmail.com]
*/

.errorMessage {
    position: fixed;
    top: 0;
    left: 50%;
    color: #fff;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px;
    background: #c00;
    box-shadow: rgba(80, 0, 0, 0.25) 0 3px 7px 0;
    -moz-box-shadow: rgba(80, 0, 0, 0.5) 0 3px 7px 0;
    padding: 15px 20px;
    margin: 15px;
    margin-left: -225px;
    font-size: 14px;
    width: 450px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 9999;
}
.errorMessage:before {
    content: "\0274c";
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 435px;
}

.inner_page aside {
    height: auto !important;
    padding-bottom: 30px;
}
