.hanim:hover {
    transform: scale(1.5);
    transition: 0.3s;
}

.hanim7:hover {
    transform: scale(7);
    transition: 0.3s;
    border-color: #aaa6a600;
}

.mh-40px {
    min-height: 40px !important;
}

.white-bg {
    background-color: #ffffff;
}

.subheader-solid {
    background-color: #ffffff;
    margin-top: -90px;
    padding-bottom: 90px;
}

.subheader h5 {
    padding-right: 10px;
}

.form-group {
    padding-bottom: 1rem;
}

.menu-item-active .menu-title {
    color: #ffffff !important;
}

.menu-item-active .bullet-dot {
    background-color: #ffffff !important;
}

.grid-view {
    text-align: left;
    padding: 1rem;
    background: white;
    border-radius: 5px;
}

.grid-col-green {
    color: green;
}

.grid-col-red {
    color: red;
}

td img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 33px;
    max-height: 17px;
}

th .asc,
th .desc {
    padding-right: 22px;
    background: url(/content/img/sort-asc.png) top right no-repeat;
    background-size: contain;
}

th .desc {
    background: url(/content/img/sort-desc.png) top right no-repeat;
    background-size: contain;
}

.fixed-msg {
    position: fixed;
    width: 500px;
    z-index: 999999;
    left: 50%;
    margin-left: -250px;
    top: 8px;
}

.tr-btn {
    position: fixed;
    margin-top: -6px;
    right: 16px;
}

.head-title {
    color: #3a3b45 !important;
    font-size: 1.6rem;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.font-size-1 {
    font-size: 1rem !important;
}

#summatvisits_wrapper {
    padding: 0;
    margin: 0;
}

.top-menu-link {
    color: #888c9f;
    text-decoration: none;
}

.top-menu-link:hover {
    color: #E4E6EF;
}

.line-break-anywhere {
    line-break: anywhere;
}
.formwrapper {
    -webkit-box-shadow: 10px 10px 30px -8px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 10px 10px 30px -8px rgba(0, 0, 0, 0.46);
    box-shadow: 10px 10px 30px -8px rgba(0, 0, 0, 0.46);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1rem;
    padding-top: 5px;
    text-align: start;
}

.form-note {
    font-size: 0.8rem;
    opacity: 0.9;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group label {
    font-size: 1rem;
    font-weight: 400;
    color: #3F4254;
}

.form-check-input[type=checkbox] {
    border-color: #1b84ff !important;
}

.form-check-input:checked {
    background-color: #1b84ff !important;
    border-color: #1b84ff !important;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 80% 80%;
}

.frm-append-btn {
    height: 42px;
    background: var(--bs-primary-light) !important;
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-secondary-active) !important;
}

.form-btn-back {
    background-color: var(--bs-primary-light) !important;
}

.form-flag-prepend {
    padding: 0;
    width: 41px;
    height: 41px;
    background: url(../img/flags/bs.png) center center no-repeat;
    background-size: 150% !important;
}

.form-flag-bg-en {
    background: url(../img/flags/en.png) center center no-repeat !important;
    background-size: 150% !important;
}

.form-flag-bg-de {
    background: url(../img/flags/de.png) center center no-repeat !important;
    background-size: 150% !important;
}

.form-flag-bg-ru {
    background: url(../img/flags/ru.png) center center no-repeat !important;
    background-size: 150% !important;
}

.form-flag-bg-bs {
    background: url(../img/flags/bs.png) center center no-repeat !important;
    background-size: 150% !important;
}

.form-flag-bg-it {
    background: url(../img/flags/it.png) center center no-repeat !important;
    background-size: 150% !important;
}

.form-flag-bg-hr {
    background: url(../img/flags/hr.png) center center no-repeat !important;
    background-size: 150% !important;
}

.form-flag-bg-sr {
    background: url(../img/flags/sr.png) center center no-repeat !important;
    background-size: 150% !important;
}

.login-content {
    padding: 0 22% 0 22% !important;
    transition: 0.3s !important;
}

.login-content a,
.login-content label {
    font-size: 1.175rem !important;
}

.login-content .form-control.form-control-solid {
    background: #fff !important;
    border-radius: 5px;
    margin-bottom: 20px;
}

.login-logo img {
    max-width: 70%;
}

button[name='login-button'] {
    color: #ffffff !important;
}

.font-size-h2 {
    font-size: 2rem !important;
}

#kt_footer {
    background-color: #eef0f8 !important;
}


/*** css override for forms ***/
#background_color,
#main_color {
    height: 7rem;
    cursor: pointer;
}

label,
.form-control,
button {
    font-size: 1.175rem !important;
}

input,
select,
textarea {
    background-color: #e1f0ff66 !important;
}

input:disabled,
select:disabled,
textarea:disabled {
    background-color: #cccdcf66 !important;
}

input[type='checkbox'] {
    margin-right: 5px !important;
}

.longtext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.inline-link {
    width: 150px;
}

.inline-link:hover {
    text-decoration: underline !important;
    opacity: 0.85;
}

.filerobot-image-upload-lb {
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    background-color: #00000096;
    z-index: 9999999999999999;
    top: 0px;
    left: 0px;
    text-align: center;
}

.filerobot-image-upload-lb div {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    top: 33%;
    position: relative;
}

@media print {

    #accordionSidebar,
    .sticky-footer {
        display: none;
    }
}


.datetimepicker .switch {
    display: table-cell !important;
}

@media only screen and (max-width: 500px) {
    .grid-view {
        overflow-x: scroll;
    }
}

.bg-cover {
    background-size: cover !important;
}

.hover-bg-contain:hover {
    background-size: contain !important;
}

.bg-contain {
    background-size: contain !important;
}

.in-grid-image {
    width: 50px;
    min-height: 37px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa6a68a;
    margin-top: 1px;
}

.card.card-custom {
    border: 1px solid #0000001c;
}

.location-card-desc span {
    padding-top: 10px;
    display: block;
}

.loation-card-not-set-value,
.loation-card-set-value {
    opacity: 0.7;
    padding: 0px !important;
}

.loation-card-set-value {
    opacity: 1 !important;
}

.dt-buttons {
    float: right;
    margin-top: -27px;
}

@media only screen and (max-width: 1700px) {
    .login-content {
        padding: 0 12% 0 12% !important;
        transition: 0.3s !important;
    }
}

@media only screen and (max-width: 1200px) {
    #kt_leaflet_map_locationmap {
        height: 628px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .login-aside {
        display: none !important;
    }

    .login.login-3 .login-content {
        width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .subheader-search {
        width: 120px;
        margin-right: -13px;
    }
}

@media only screen and (max-width: 460px) {
    .subheader-search {
        width: 100%;
        margin-top: 7px;
    }
}