.rounded {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem!important;
}
.rounded-top {
    border-radius: 0.5rem 0.5rem 0.0rem 0.0rem!important;
}
.rounded-bottom {
    border-radius: 0.0rem 0.0rem 0.5rem 0.5rem!important;
}
.photo-bg {
    background-repeat: no-repeat!important;
    /*background-position: center center!important;*/
    background-position: center center!important;
    background-size: cover!important;
}
.opacity-none {opacity: 1;}
.no-opacity {opacity: 1;}
.opacity-10 {opacity: 1;}
.opacity-9 {opacity: 0.9;}
.opacity-8 {opacity: 0.8;}
.opacity-7 {opacity: 0.7;}
.opacity-6 {opacity: 0.6;}
.opacity-5 {opacity: 0.5;}
.opacity-4 {opacity: 0.4;}
.opacity-3 {opacity: 0.3;}
.opacity-2 {opacity: 0.2;}
.opacity-1 {opacity: 0.1;}
.opacity-0 {opacity: 0.0;}
.logo-bg {
    background-repeat: no-repeat!important;
    background-position: center top!important;
    background-size: contain!important;
    height: 8em;
    width: 20em;
}
.logo-bg-right {
    background-repeat: no-repeat!important;
    background-position: right top!important;
    background-size: contain!important;
    height: 5em;
    width: 20em;
}
.footer-logo-bg {
    background-repeat: no-repeat!important;
    background-position: left top!important;
    background-size: contain!important;
    height: 5em;
    /*width: 9em;*/
    width: 100%;
}
.toastWrapper {
    position: fixed; bottom: 4rem; right: 2rem;
}
.cookie-consent {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #666666;
    background-color: #f5f5f5!important;
    font-size: 0.8rem;
    position: fixed;
    z-index: 1000;
    bottom: 0;
}
cookie-consent__message {

}
.grecaptcha-badge {
    bottom:100px !important;
    z-index: 1001;
}
.w-33 {
    width: 33%!important;
}
.cookie-consent__agree {
    background-color: #f69c00;
    color: #fff;
    border-color: #f69c00;
    text-decoration: none;
    cursor: pointer;
    padding: .2rem .4rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cookie-consent__reject {
    background-color: #f69c00;
    color: #fff;
    border-color: #f69c00;
    text-decoration: none;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*h1 {
    font-size: 1.3rem!important;
}*/
h2 {
    font-size: 1.5rem!important;
}
h3 {
    font-size: 1.3rem!important;
}
h4, h5, h6 {
    font-size: 1.1rem!important;
}
.display-5 {
    font-size: 2.30rem;
    font-weight: 500;
    line-height: 1.0;
}
.display-6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .75rem;
}

.dropdown-toggle::after, .dropright-toggle::after {
    float: none;
}
.dropdown-toggle {
    white-space: normal;
}
.text-shadow-blur {
    text-shadow: 0px 0px 0.5em #111;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    /*border: 1px solid #000;*/
    border: none;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
   /* border-color: #000;*/
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    /*border-color: #000;*/
}

.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    /*border-color: #000;*/
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.feather-scale-font-50px {
    font-size: 50px;
 }
.feather-scale-50px {
    height: 110px;
    width: 110px;
}
.feather-scale-40px {
    height: 70px;
    width: 70px;
}
.feather-scale-30px {
    height: 60px;
    width: 60px;
}
.feather-scale-height-30px {
    height: 20px;
}
.card-opacity-8 {
    /*background-color: #fffbf4;*/
    /*background-color: rgb(255, 255, 255, 0.8)!important;*/
    /*background-color: rgb(255, 251, 244, 0.8)!important;*/
    /*background-color: rgb(255, 245, 235, 0.8)!important;*/
    background-color: rgb(255, 255, 255, 0.8)!important;
}
.card-opacity-4 {
    /*background-color: #fffbf4;*/
    /*background-color: rgb(255, 255, 255, 0.8)!important;*/
    /*background-color: rgb(255, 251, 244, 0.8)!important;*/
    background-color: rgb(255, 245, 235, 0.4)!important;
}
.label-white {
    font-weight: bold;
    color: white;
}
label {
    font-weight: bold;
}


.input-group.date .input-group-addon {
    cursor: pointer;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

element.style {
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.datepicker table tr td, .datepicker table tr th {
    background-color: #fff;
    color: #000;
    font-weight:bold;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    background-color: #fff;
    color: #000;
    font-weight:normal;
}
.datepicker table tr td.day:hover {
    color: #fff;
    background-color: #27b000;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    color: #fff;
    background-color: #27b000;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #eee;
    color: #ccc;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover {
    background-color: #ccc;
    color: #aaa;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #27b000;
}
.datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #27b000;
}
.custom-control .custom-control-label {
    color: #000000!important;
}
.custom-control-label {
    color: #000000!important;
}
/*input[type=checkbox]::after, input[type=radio]::after, input[type=checkbox]::before, input[type=radio]::before {
    border-width: 1px!important;
    border-color: #000!important;
}*/
/*
#terms-checkbox {
    border-width: 1px!important;
    border-color: #000!important;
}
#terms-checkbox {
    border-width: 1px!important;
    border-color: #000!important;
}
*/
*, ::after, ::before {
    border-width: 1px!important;
    border-color: #000!important;
}
