﻿.logoDiv {
    background-color: #2663ad;
    /*    background-image: url("/Images/logoOCI.svg");
    background-repeat: no-repeat;
    background-position: center;*/
    min-height: 60px;
}

    .logoDiv img {
        max-height: 80px;
    }

.treeDiv {
    background-color: #F6AB1C;
}



.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.bold {
    font-weight: bold;
}


.logoHome {
    width: 30%;
}

.key {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}

input:disabled {
    color: black !important;
    -webkit-text-fill-color: black !important;
    opacity: 1 !important; /* required on iOS */
}
