/* Add here all your CSS customizations */

body {
    background-image: url('../img/background.jpg');
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow-x:hidden;
}

.error-message {
    color: red;
}
.required{
    width: 100%;
    font-size: 13px;
}


.tabs-modern .nav .nav-link.active {
    background: lightgrey;
}

.paginator-buttons {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    padding-top: 12px;
}

.subform{
    border: 1px solid #ccc!important;
    border-radius: 16px;
    padding: 12px;
}

.bx-user-check,.bx-check{
    color:#47A448;
}

.bx-user-x,.bx-no-entry, .bx-error{
    color:#d2322d;
}

html .bg-primary,
html .background-color-primary {
    background-color: #339966 !important;
}

.reset {
    padding-top: 10px;
}

#addoptions {
    margin-top: 25px;
}
