.footer .text a, .deznav .metismenu > li.mm-active:hover > a, .deznav .metismenu > li.mm-active:focus > a, .deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p-b-2 {
    padding-bottom: 2rem;
}
input[type='radio'], input[type='checkbox'] {
    cursor: pointer;
}
.error {
    color: #FF1616;
}
.form-control.is-invalid {
    border: 1px solid #FF1616;
}
.toast-success {
    background-color: #51A351;
}
.toast-error {
    background-color: #BD362F;
}
#toast-container > div:hover {
    box-shadow: 0 0 3px #000000;
}
#toast-container > div {
    width: auto;
    max-width: unset;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast {
    font-size: unset;
    background-clip: unset;
    border: unset;
}
#toast-container .toast-title {
    margin-bottom: unset;
    font-weight: bold;
}
#toast-container .toast-message {
    font-size: 14px;
    font-weight: bold;
}
.js-disable-container {
    padding: 1em 1em 0;
    text-align: center;
}
.js-disabled h4, .js-disabled h5 {
    color: #ff0000;
}
.alert-success {
    background: #7ED321;
    border-color: #7ED321;
    color: #ffffff;
}
.info-tool {
    font-size: 22px;
    color: #0088ff;
    position: absolute;
    margin: 0 5px;
    cursor: pointer;
}
.footer .text a {
    color: white;
    font-weight: bold;
}
.footer .text a:hover {
    color: #00ffff;
}
.deznav .metismenu > li.mm-active > a {
    color: #ffffff;
    background-color: #ff0000;
    background: #ff0000;
    border-radius: inherit;
}
.deznav .metismenu > li.mm-active:hover > a, .deznav .metismenu > li.mm-active:focus > a {
    color: #ffffff;
    background-color: #ff3030;
    border-radius: inherit;
}
.deznav .metismenu > li:not(.mm-active):hover > a, .deznav .metismenu > li:not(.mm-active):focus > a {
    color: #ff3030;
    border: 1px solid #ff3030;
    border-radius: inherit;
}
.pagination-container {
    margin-top: 1rem;
}
.breadcrumb .breadcrumb-item:not(.active) > a {
    color: #0049ff;
}
.breadcrumb .breadcrumb-item:not(.active):hover > a {
    color: #447aff;
    text-decoration: underline;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

#zmmtg-root {
    display: none;
  }