/****************
    SCROLLBAR
****************/

::-webkit-scrollbar-track {
    border: 1px solid transparent;
}

::-webkit-scrollbar-track:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.logo {
    display: flex;
    align-items: center;
    height: 50px;
    width: auto !important;
}

.logo img {
    width: 100%;
    height: auto;
}

.expanded .logo img {
    width: auto;
    height: 100%;
}

.closeSideMenu {
    float: left;
    height: 20px;
    width: 20px;
    padding: 20px;
}

.closeSideMenu img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.25);
}



/* MEDIUM */
@media (min-width: 625px) {
    .popupQuickEdit .popupContent {
        max-width: 560px;
        max-height: 700px;
    }

    .promptContent {
        min-width: 500px;
    }

    .popupBody .button,
    .popupBody .buttonOk,
    .promptContent .button,
    .promptContent .buttonOk {
        min-width: 80px;
    }
}

/* MEDIUM */
@media screen and (min-width: 750px) {
    .popup .popupBody .popupElem:hover,
    .popup .promptContent .popupElem:hover {
        background-color: #444444;
        color: #ffffff;
    }

    .button:hover {
        background-color: rgba(0, 153, 204, 1);
    }

    .popupSignature .popupContent {
        width: calc(75%);
        height: 435px;
    }
}

/* MEDIUM */
@media screen and (min-width: 915px) {
    .popupQuickEdit .popupContent {
        max-width: 820px;
        max-height: 555px;
    }
}

/* LARGE */
@media screen and (min-width: 1200px) {
    .popupCloseBtn {
        width: 50px;
        height: 50px;
    }

    .popupCloseImg {
    }

    .popupSignature .popupContent {
        width: calc(50%);
        max-width: 970px;
    }

    .popupQuickEdit .popupContent {
        max-width: 970px;
    }
}

/* LARGE */
@media screen and (min-width: 1450px) {
    .popupQuickEdit .popupContent {
        max-width: 1280px;
        max-height: 410px;
    }
}

@media screen and (min-height: 500px) {
    .popupContent {
        /* margin-top: auto; */
        /* margin-bottom: auto; */
    }
}

.md-button.md-fab.md-mini:hover {
    background-color: rgba(255,64,129,0.85) !important;
}

.md-input-has-value, .md-input-focused {
    background-color: white;
}

.md-input-has-value label, .md-input-focused label {
    /* background-color: inherit; */
}