﻿body .container-iframe {
    transition-duration: 0.25s;
    height: 100%;
    width: 100%;
}

.widget-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99;
}

    .widget-loader .widget-loader-screen {
        width: 100%;
        height: 100%;
        background: white;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

.widget-panel .widget-loader .widget-loader-screen .widget-loader-animation {
    display: table-cell;
    vertical-align: middle;
}

    .widget-panel .widget-loader .widget-loader-screen .widget-loader-animation svg {
        fill: #01BEDB;
    }

.rootItem {
    display: block;
}

.menuItem {
    padding: 2px 6px 2px 10px;
}

div > ul > li > .navbar-nav {
    background-color: rgba(0,0,0,0.2);
}

    .rootItem, .menuItem {
        list-style-type: none;
        font-size: 16px;
        cursor: pointer;
        color: whitesmoke;
    }

.nav-link > span {
    background-color: none;
}

hr.page-spacer {
    border-top: 12px solid #f1f1f1;
    opacity: 1;
}




#btn-google.dx-button {
    background-color: #4285f4 !important;
    color: white;
}

    #btn-google.dx-button:active,
    #btn-google.dx-button:hover {
        background-color: #1669F2 !important;
    }