/* here you can put your own css to customize and override the theme */

/* here you can put your own css to customize and override the theme */


.password-expiry-notification {
    padding:10px;
    background:#f5dfe6;
    border:1px solid red;
    margin-top:10px;
}

.alert-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.hr-light {
    border-top: 1px solid #eee;
}

.alert-success {
    background-color: #4d90fe !important;
    color: white;
}

.money-field {
    text-align: right;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

@media (max-width: 767px) {
    .page-content {
        width: 100% !important;
    }
    .page-sidebar, .page-sidebar.in {
      width:100%;
    }
    /*.navbar-right{
        float:right!important;
    }*/
    #logoutForm {
        display:none;
    }
}

