﻿section.content {
    margin: 15px 15px 0 15px;
}

.alert-heading {
    font-size: 18px;
}

#AbpPageAlerts p {
    margin-bottom: 0px
}

.btn-danger {
    /*background-color: #d01b27;
    border-color: #d01b27;*/
    /*background-color: #d01b27;
    border-color: #d01b27;*/
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

/*.g-recaptcha {
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 767px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.67);
        -webkit-transform: scale(0.67);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}*/
.full-width {
    width: 100%
}