﻿body {
    margin: 0;
    overflow: hidden;
    background: linear-gradient(5deg,#194b74, #4D3D6D);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scrollbar-face-color: #CBDDF3;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #CBDDF3;
    scrollbar-shadow-color: #CBDDF3;
    scrollbar-darkshadow-color: #CBDDF3;
    scrollbar-arrow-color: #536080;
    scrollbar-track-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #838383;
    border: 0 none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #71AEE0;
        transform: scale(1.1);
    }

    ::-webkit-scrollbar-thumb:active {
        background: #71AEE0;
    }

::-webkit-scrollbar-track {
    background: #d4d4d4;
    border: 0 none #ffffff;
    border-radius: 50px;
}


::-webkit-scrollbar-corner {
    background: transparent;
}

#iniciando-sesion {
    padding-top: 20px;
    margin-left: 110px;
    font-family: 'Roboto Regular',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
    font-size: 24px;
}

#sub-overlay {
    opacity: 1;
    width: 320px;
    height: 75px;
    z-index: 100;
    display: none;
    position: fixed;
    background-color: #e0eaf6;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
}

.input {
    float: right;
    width: 200px;
    border: 1px solid #ababab;
    border-radius: 5px;
    font-size: 20px;
    padding: 8px;
}

    .input:focus-within {
        outline: none;
        border-color: #71AEE0;
    }

#overlay {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    position: absolute;
    background: #808080;
}

#img-load {
    position: absolute;
}

#loginCenter {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10em;
    margin-left: -16em;
}

#LoginMarco {
    visibility: hidden;
}

.loginMarco {
    width: 450px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
    background-color: #e0eaf6;
}

.loadingPanel {
    -moz-box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000000;
    box-shadow: 0px 0px 6px #000000; /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.loginIcon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(../../images/arrowicons-white.png);
    background-position: -42px -28px;
    background-repeat: no-repeat;
}

.cerrarIcon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(../../images/arrowicons-white.png);
    background-position: -6px -28px;
    background-repeat: no-repeat;
}

.mensajeCerrar {
    font-family: 'Roboto Regular',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
    font-size: 12px;
}

.separador {
    background-color: #E6E6E6;
    height: 3px;
}

.nowrap {
    white-space: nowrap;
}

.ocultar_controles {
    visibility: hidden;
}

.version {
    position: fixed;
    bottom: 0;
    right: 10px;
    opacity: 0.1;
}

.selectTheme {
    position: fixed;
    bottom: 10px;
    left: 10px;
    opacity: 0.3;
}

    .selectTheme:hover {
        opacity: 1;
        transition: opacity 0.5s;
    }

    .selectTheme:not(:hover) {
        opacity: 0.3;
        transition: opacity 0.5s;
    }


#themeNotification {
    font-family: 'Roboto Regular',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
    font-size: small;
    display: none;
    position: absolute;
    z-index: 101;
    bottom: 18px;
    left: 85px;
    padding: 5px 10px;
    color: white;
    background: #2e794b;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    border-radius: 4px;
}

.dxeButtonEditButtonHover_MaterialCompact {
    background-color: #71AEE0;
}

.dxbButton_MaterialCompact {
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
}

    .dxbButton_MaterialCompact:hover {
        background-color: #2C85C7;
        transform: scale(1.05);
    }

    .dxbButton_MaterialCompact:focus-within {
        background-color: #2C85C7;
        transform: scale(1.05);
    }

    .dxbButton_MaterialCompact:active {
        background-color: #2C85C7;
    }

.dxeButtonEdit_MaterialCompact {
    border-radius: 5px;
}

.dxeBase_MaterialCompact {
    color: grey;
}

.dxeButtonEditSys .dxeButton, .dxeButtonEditSys .dxeButtonLeft {
    border-radius: 5px;
}

.dxbButton_MaterialCompact div.dxb {
    border: 0px dotted transparent;
}