
/*# 04.3. Custom input styles (radio, checkbox, file) # */


[type="radio"].custom:not(:checked),
[type="radio"].custom:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="radio"].custom:not(:checked)+span,
[type="radio"].custom:checked+span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="radio"].custom+span:before,
[type="radio"].custom+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 6px 6px 6px 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

[type="radio"].custom:not(:checked)+span:before,
[type="radio"].custom:not(:checked)+span:after,
[type="radio"].custom:checked+span:before,
[type="radio"].custom:checked+span:after,
[type="radio"].custom.with-gap:checked+span:before,
[type="radio"].custom.with-gap:checked+span:after {
    border-radius: 50%
}

[type="radio"].custom:not(:checked)+span:before,
[type="radio"].custom:not(:checked)+span:after {
    border: 2px solid #ced4da;
}

[type="radio"].custom:not(:checked)+span:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"].custom:checked+span:before {
    border: 2px solid transparent;
}

[type="radio"].custom:checked+span:after,
[type="radio"].custom.with-gap:checked+span:before,
[type="radio"].custom.with-gap:checked+span:after {
    border: 2px solid #2f75bb;
}

[type="radio"].custom:checked+span:after,
[type="radio"].custom.with-gap:checked+span:after {
    background-color: #2f75bb;
}

[type="radio"].custom:checked:not(.with-gap)+span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"].custom.with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

[type="radio"].custom.tabbed:focus+span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1)
}

[type="radio"].custom.with-gap:disabled:checked+span:before {
    border: 2px solid rgba(0, 0, 0, 0.42)
}

[type="radio"].custom.with-gap:disabled:checked+span:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="radio"].custom:disabled:not(:checked)+span:before,
[type="radio"].custom:disabled:checked+span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"].custom:disabled+span {
    color: rgba(0, 0, 0, 0.42)
}

[type="radio"].custom:disabled:not(:checked)+span:before {
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"].custom:disabled:checked+span:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #949494
}

[type="checkbox"].custom:not(:checked),
[type="checkbox"].custom:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="checkbox"].custom+span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="checkbox"].custom+span:before,
[type="checkbox"].custom:not(.filled-in)+span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #ced4da;
    border-radius: 1px;
    margin-top: 6px;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"].custom:not(.filled-in)+span:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"].custom:not(:checked):disabled+span:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].custom.tabbed:focus+span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"].custom:checked+span:before {
    top: -4px;
    left: -5px;
    width: 10px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #2f75bb;
    border-bottom: 2px solid #2f75bb;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].custom:checked:disabled+span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42)
}

[type="checkbox"].custom:indeterminate+span:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #2f75bb;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].custom:indeterminate:disabled+span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].custom.filled-in+span:after {
    border-radius: 2px
}

[type="checkbox"].custom.filled-in+span:before,
[type="checkbox"].custom.filled-in+span:after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].custom.filled-in:not(:checked)+span:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].custom.filled-in:not(:checked)+span:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #ced4da;
    top: 0px;
    z-index: 0
}

[type="checkbox"].custom.filled-in:checked+span:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].custom.filled-in:checked+span:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #2f75bb;
    background-color: #2f75bb;
    z-index: 0;
}

/* Additional CSS for legacy Kentico forms */

.custom [type="checkbox"]:not(:checked),
.custom [type="checkbox"]:checked,
.custom [type="radio"]:not(:checked),
.custom [type="radio"]:checked {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.custom [type="checkbox"]+label,
.custom [type="radio"]+label {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom [type="checkbox"]+label:before,
.custom [type="checkbox"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #ced4da;
    border-radius: 1px;
    margin-top: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: transparent;
}

.custom [type="radio"]+label:before,
.custom [type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #ced4da;
    border-radius: 50%;
    margin-top: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #fff;
}

.custom [type="checkbox"]:checked+label:before,
.custom [type="checkbox"]:checked+label:after {
    top: -4px;
    left: -5px;
    width: 10px;
    height: 18px;
    border: none;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #2f75bb;
    border-bottom: 2px solid #2f75bb;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background-color:transparent;
}

.custom.dark [type="checkbox"]:checked+label:before,
.custom.dark [type="checkbox"]:checked+label:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.custom:not(.with-gap) [type="radio"]:checked+label:before,
.custom:not(.with-gap) [type="radio"]:checked+label:after {
    transform: scale(1.02);
}

.custom:not(.with-gap) [type="radio"]:checked+label:after {
    background-color: #2f75bb;
    border: 2px solid #2f75bb;
}
.custom.with-gap [type="radio"]:checked+label:before {
    background-color: #2f75bb;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    z-index: 1;
}
.custom.with-gap [type="radio"]:checked+label:after {    
    border: 2px solid #2f75bb;
    background-color: transparent;
}

.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group>span, .form-group label {
    font-style: italic;
}
.EditingFormErrorLabel, .ErrorLabel {
    color: #dc3545;
}
.ErrorLabel {
    padding: 1em 0;
    display: block;
}
.Error>.form-control {
    border-color: #dc3545;
}
.Error>.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69,.25);
}


/*# 04.4. Datetimepicker #*/
/*!
 * Datetimepicker for Bootstrap 4
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

@media (min-width: 576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0.25rem;
    padding: 0.5em;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #f8f9fa;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #dee2e6;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
    background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
    color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}



/* .custom-file input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: inline-block !important;
}

.custom-file label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px*2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "{$1IM.Browse$}";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
} */

/* .custom-file-label {
    left: 1rem !important;
    right: 1rem !important;
} */

.icon-date:before, 
.icon-time:before,
.icon-user:before,
.icon-email:before,
.icon-phone:before {
    position: absolute;
    z-index: 2;
    right: 0.95em;
    top: 0.65em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999;
    font-size: .875em;
}
.row > div > .icon-date:before, 
.row > div > .icon-time:before,
.row > div > .icon-user:before,
.row > div > .icon-email:before,
.row > div > .icon-phone:before {
    right: 1.95em;
}
.icon-date:before
{
    content: "\F073";
}
.icon-time:before {
    content: "\F017";
}
.icon-user:before {
    content: "\f007";
}
.icon-email:before {
    content: "\f0e0";
}
.icon-phone:before {
    content: "\f095";
}

.WatermarkText {
    color: #6c757d !important;
  }

select.custom, .custom select,
input.ui-autocomplete-input, 
input[list]:hover,
input[list]:focus {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%232f75bb' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e") no-repeat right .75rem center/12px 14px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number].custom::-webkit-inner-spin-button,
input[type=number].custom::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=number].custom:hover::-webkit-inner-spin-button { 
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%232f75bb' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e") no-repeat right .75rem bottom/12px 14px, 
                url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%232f75bb' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3e%3c/svg%3e") no-repeat right .75rem top/12px 14px;
    width: 14px;
    height: 14px;
    padding: 6px;
    position: relative;
    right: -.75rem;
    border-radius: 28px;
}

.custom-numeric {
    position: relative;
  }
  
  .custom-numeric .form-control {
    width: 100%;
  }
  
  .custom-numeric .numeric-updown-buttons {
    position: absolute;
    left: 333px;
    top: 1px;
  }
  
  .custom-numeric .numeric-updown-button-up,
  .custom-numeric .numeric-updown-button-down {
    padding: 0;
    width: 28px;
    height: 28px;
    border: none;
    background-color: #fff;
  }
  
  .custom-numeric .numeric-updown-button-up i,
  .custom-numeric .numeric-updown-button-down i {
    display: none;
  }
  
  .custom-numeric .numeric-updown-button-up:hover,
  .custom-numeric .numeric-updown-button-down:hover {
    background-color: #fff;
  }
  
  .custom-numeric .numeric-updown-button-up::before {
    font-family: FontAwesome;
    content: "\f077";
    color: #2f75bb;
  }
  
  .custom-numeric .numeric-updown-button-down::before {
    font-family: FontAwesome;
    content: "\f078";
    color: #2f75bb;
  }

  .form-control-flush {
    padding-left: 0;
    padding-right: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.ui-autocomplete {
    background: #fff;
}

.input-group-prepend+div input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}
.branch {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #e9ecef;
}
/* .input-group>div:first-child {
    width: 100%;
} */
.input-group-prepend+div {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group .ExplanationText {
    flex: 1 1 100%;
}
.input-group .ExplanationText + .ExplanationText {
    flex: 1 1 50%;
}

.form-control:focus:invalid {
    color: #495057;
    background-color: #fff;
    border-color: #ff8080;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
:not([class*="icon-"]) > div > .form-control:invalid:not(:focus) {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control:invalid + small {
   display: none;
}
.form-control:invalid ~ .invalid-feedback {
    display: block;
}


::-webkit-calendar-picker-indicator {
  display: none !important;
}

.uploader-input-file {
    width: 100%;
    z-index: 3;
    height: calc(1.5em + .75rem + 2px);
}
.custom-file-label {
    display: inline-flex;
    white-space: nowrap;
}
.custom-file-label ins {
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 156px);
    text-decoration: none;
    padding-left: 1rem;
}
.custom-file-label.with-icon ins {
    width: calc(100% - 121px);
}
.custom-file-label.with-icon::after {
    content: '\f093';
    font: 900 1rem/1.5 'Font Awesome 5 Free';
    color: rgba(73, 80, 87, 0.85);
}
.custom-file-multiple {
    margin-top: .25rem;
}

.form-group {
    position: relative;
}

.form-control.custom-range {
    border: 0 !important;
} 
.form-control.custom-range:focus {
    outline: 0;
    box-shadow: none;
}
.custom-range::-webkit-slider-thumb {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -.4rem;
    background-color: #2f75bb;
}
.custom-range:active::-webkit-slider-thumb {
    background-color: #2f75bb;
}

.custom-range::-moz-range-thumb {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #2f75bb;
}
.custom-range:active:-moz-range-thumb {
    background-color: #2f75bb;
}
.custom-range::-ms-thumb {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #2f75bb;
}
.custom-range:active:-ms-thumb {
    background-color: #2f75bb;
}

.custom-stars label {
    display: inline-block;
    width: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: transparent;
    font-style: normal;
}

.custom-stars label:after {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.2em;
    color: #fb0;
    position: absolute;
    left: 1.1em;
    top: -0.1em;
    transform-origin: center;
    transform: scale(1.1) rotate(72deg);
    transition: transform 200ms ease-in-out;
}

.custom-stars input:checked~input~label:after {
    color: #ced4da;
    transform: scale(1) rotate(0deg);
}

.custom-stars input {
    position: absolute;
    left: -999vh;
}

.input-group label {
    margin-bottom: 0 !important;
}


/* Legacy calendar */
.icon-calendar {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.icon-calendar:before {
    content: "";
}

.control-group-inline {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.btn.btn-icon.icon-only {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.calendar-action,
.EditingFormMediaPathButton,
.EditingFormMediaPathClearButton {
    display: inline-block;
    font-weight: 400;
    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;
    padding: .375rem .75rem;
    margin-left: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #6c757d;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.calendar-action:focus, .calendar-action:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e9ecef;
    text-decoration: none;
}
.datetime-ui-time-textbox {
    max-width: 50px;
}
.datetime-ui-datepicker .datetime-ui-datepicker-title {
    margin: 0;
    justify-content: space-between;
}
.MediaSelectorHeader {
    display: flex;
}
.datetime-ui-widget-content,
.datetime-ui-widget-header,
.datetime-ui-state-default, .datetime-ui-widget-content .datetime-ui-state-default, .datetime-ui-widget-header .datetime-ui-state-default {
    background: #fff;
}
.datetime-ui-widget-header {
    border: none;
}
.datetime-ui-state-active, .datetime-ui-state-active:hover, .datetime-ui-widget-content .datetime-ui-state-active, .datetime-ui-widget-header .datetime-ui-state-active {
    background: #2f75bb;
}
.datetime-ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.datetime-ui-datepicker .datetime-ui-datepicker-prev, .datetime-ui-datepicker .datetime-ui-datepicker-next {
    display: none;
}