﻿body {
    overflow: hidden;
}

html, form, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.mhda-height-body {
    height: calc(100% - 83px)
}

.mhda-title-bar {
    z-index: 1000;
}

.mhda-menu-dropdown {
    z-index: 1001;
}

.mhda-height-grid-container {
    height: calc(100% - 38px);
}

.mhda-text-logo {
    color: #000000
}

.mhda-text-sup-logo {
    color: #AD0F33;
}

.mhda-height-header {
    height: 40px;
}

.mhda-shadow-header {
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.mhda-label-width {
    width: 130px;
}

.mhda-overflow-ellipsis {
    text-overflow: ellipsis;
}

.mhda-width-menu {
    position: absolute;
    z-index: 100;
    width: 230px;
    padding-right: 0;
    padding-left: 10px;
    transition: all 600ms;
}

.menu-overflow {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #6c757d rgba(0, 0, 0, 0) !important;
    height: 90.5% !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.35rem !important;
    margin-right: 0.2rem !important;
}

#properties_OARassoc {
    height: auto !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #6c757d rgba(0, 0, 0, 0) !important;
}

@media (max-width:1220px) {
    .mhda-collapse {
        display: none;
    }

    .mhda-padding-menu {
        padding-left: 7px;
    }

    .mhda-overflow {
        overflow: auto !important;
    }
}

@media (min-width:1220px) {
    .mhda-padding-menu-0 {
        padding-left: 0;
    }
}

.mhda-line {
    height: 5px;
}

.mhda-size-icons-menu-16 {
    font-size: 16px;
}

.mhda-size-icons-menu-18 {
    font-size: 18px;
}

.mhda-img-thumbnail {
    height: auto;
    max-width: 100%;
}

.mhda-floating-menu {
    position: absolute;
    z-index: 1300;
    padding-right: 10px;
    border-right: 1px solid #dfd7ca;
}

.mhda-disabled {
    opacity: 0;
    text-decoration: none;
    display: none;
}

.was-validated .form-control:valid, .form-control.is-valid {
    background-image: none !important;
    border-color: #ced4da !important;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        background-image: none !important;
        border-color: #ced4da !important;
        box-shadow: none !important       
    }

.mhda_greenIcon {
    color: green;
    font-size: 16px;
}

.mhda_redIcon {
    color: red;
    font-size: 16px;
}

.mhda_initvariablesmustbesendwarning {
    color: #ffc433;
}