﻿/**********************************************************************************************/
/*                          Stili Personalizzati                                              */
/**********************************************************************************************/
:root {
    --ColorHead: #5B5B5B; /*nero 36% trasparenza*/
    --Color2Head: gray;
    --ColorForeHead: white;
    --ColorAlertTime: rgba(0,0,0,0.5); /*nero 50% trasparenza*/
    --ColorAlternativeRow: #f2f2f2; /*nero 95% trasparenza*/
    --ColorHover: #FFBF00; /*Arancione scuro*/
    --ColorInfoFoot: #f8f7f7; /*nero 97% trasparenza*/
    --ColorHeadActive: #595959; /*nero 30% trasparenza*/
    --ColorCommand: black;
    --ColorCommandBorder: #e2dfdf; /*nero 80% trasparenza*/
    --ColorCommandHover: #f6f6f6; /*nero 96% trasparenza*/
    --ColorBodyDisable: lightgray;
    --ColorLoginShadow: rgb(255, 250, 0); /*giallo*/
    --ColorModuleShadow: rgba(91, 91, 91, 0.5); /*nero 80% trasparenza*/
    --ColorHalfPanel: rgb(128, 128, 128);
    --ColorBorderPage: rgba(91, 91, 91, 0.43);
}
body {
    background-image: url('/Images/ground.png');
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*background-color:var(--ColorForeHead);*/
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/**********************************************************************************************/
/*                          Stili Personalizzati                                              */
/**********************************************************************************************/

/*------------------ Alert timeout -----------------------------*/
#timeOutWarningOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--ColorAlertTime);
    z-index: 2000;
    cursor: pointer;
}
/*------------------ information footer -----------------------------*/
.infofooter {
    background-color: var(--ColorInfoFoot);
    opacity: 0.4;
    padding-left: 7%;
    padding-right: 7%;
    pointer-events: none;
    z-index: 0;
}
    .infofooter:hover {
        opacity: 0;
    }

    /*-------------------- Stile Tabella ---------------------------------*/
table {
    border-collapse: collapse;
    padding: 0px;
    /*width: 100%;*/
}

    table .collapse.in {
        display: table-row;
    }

/*Stile Intestazione*/
th {
    /*background-color: var(--ColorHead);*/
    background-image: linear-gradient( var(--ColorHead), var(--Color2Head), var(--ColorHead));
    color: var(--ColorForeHead);
    text-align: left;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
}
.thh:not(:empty):hover {
    cursor: pointer;
    border: 1px solid lightgray;
    font-size: 130%;
    padding-top:unset;
    padding-bottom: 8px;
}
.thactive {
    width: max-content !important;
    background-color: var(--ColorHeadActive);
    background-image: url('/Images/Targhet.png') !important;
    background-position: 2px center;
    padding-left: 22px !important;
    background-size: 18px auto;
    background-repeat: no-repeat;
}
    .thactive.targhet {
        color: navy;
        background-position-x: 0px;
        animation-duration: 1s;
        animation-name: pulse;
        animation-delay: 0s;
        animation-play-state: running;
        animation-iteration-count: infinite;
        border-left: 1px solid var(--ColorBorderPage) !important;
        border-right: 1px solid var(--ColorBorderPage) !important;
        border-top: 1px solid var(--ColorBorderPage) !important;
        border-bottom: 0px none;
    }
        .thactive.targhet:after {
            background-position-x: 0px;
            animation-duration: 1s;
            animation-name: pulse;
            animation-delay: 0s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            border-top: 0px none;
            display: table-row !important;
        }
[data-title] {
    position: relative;
}
    [data-title]:after {
        width: 100%;
        content: attr(data-title);
        background-image: url('/Images/Paste_mb.png');
        background-position: 2px 2px;
        background-size: 18px auto;
        background-repeat: no-repeat;
        background-color: white;
        color: navy;
        font-size: 65%;
        font-weight: normal;
        position: absolute;
        padding: 2px 2px 2px 22px;
        left: 0%;
        top: 100%;
        white-space: pre-wrap;
        border: 1px solid var(--ColorBorderPage);
        z-index: 99999;
        display:none;
    }
@keyframes pulse {
    0%, 100% {
        background-color: #faf2d9;
        background-size: 18px auto;
    }

    50% {
        background-color: #f6e7bb;
        background-size: 22px auto;
    }
}

/*Stile Riga*/
tr {
    background-color: var(--ColorForeHead);
    box-shadow: 0px 2px 2px var(--ColorHead);
    font-size: 14px;
    /*text-align:center*/
}
    /*Stile Riga alternativa*/
    tr:nth-child(even) {
        background-color: var(--ColorAlternativeRow);
        font-size: 14px;
    }
    /*Stile Riga attraversata*/
    tr:hover {
        background-color: var(--ColorHover);
        font-size: 14px;
        /*text-align: left;*/
    }
/*Stile Riga di peide*/
tfoot {
    /*font-size: medium;*/
    font-size: 14px;
    font-weight: 300;
}


/*Testata Tabella: stile pulsante seleziona tutto*/
.btnCheckAll {
    float: left;
    position: relative;
    margin-left: -5px;
}
/*Testata Tabella: stile pulsante deseleziona tutto*/
.btnUncheckAll {
    float: left;
    /*cursor: pointer;*/
    position: relative;
    border-color: transparent;
    margin-left: -5px;
}
/*Testata Tabella: stile pulsante Visualizza i selezionati*/
.btnFind {
    float: left;
    background: transparent url(/Images/Find_B.png) no-repeat;
    cursor: pointer;
    position: relative;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    margin-left: 0px;
    margin-top: 3px;
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    width: 17px;
    height: 20px;
}
    .btnFind:hover {
        background: var(--ColorHover) url(/Images/Find_N.png) no-repeat;
    }
/*Testata Tabella: stile pulsante Torna alla visualizzazione normale*/
.btnUnFind {
    float: left;
    background: transparent url(/Images/UnFind_B.png) no-repeat;
    cursor: pointer;
    position: relative;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    margin-left: 0px;
    margin-top: 3px;
    padding-left: 0px;
    padding-top: 0px;
    width: 17px;
    height: 20px;
}
    .btnUnFind:hover {
        background: var(--ColorHover) url(/Images/UnFind_N.png) no-repeat;
    }
/*-----------------------------------------------------------------------*/
command {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.command li {
    font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid var(--ColorCommandBorder);
}

    .command li:last-child {
        border: none;
    }

    .command li a {
        text-decoration: none;
        color: var(--ColorCommand);
        display: block;
        width: 200px;
        -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
        -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
        -o-transition: font-size 0.3s ease, background-color 0.3s ease;
        transition: font-size 0.3s ease, background-color 0.3s ease;
    }

        .command li a:hover {
            font-size: 30px;
            background: var(--ColorCommandHover);
        }

/*stili barra attesa*/
.submit-progress-bg {
    /*background-image: url('/Images/locked-32.png') !important;*/
}
    .submit-progress-bg > :not(.submit-progress, .winpopup) {
        color: var(--ColorBodyDisable) !important;
        opacity: 0.50 !important;
    }
.submit-progress {
    border-radius: 8px;
    box-shadow: 10px 10px 5px var(--ColorAlertTime);
    position: fixed;
    z-index: 99999999;
    top: 40%;
    left: 40%;
    height: 6em;
    padding-top: 2.3em;
    /* The following rules are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number

     that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: var(--ColorHeadActive);
    color: var(--ColorForeHead);
    opacity: 1;
} .submit-progress i {
        margin-right: 0.5em;
    }
/*Stile pulsanti con immagine*/
.divCommand {
    position: fixed;
    top: 350px;
    left: 10px;
    right: 1%;
    z-index: 500;
    max-width: 170px;
    min-height: 500px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ColorHover);
    border-radius: 4px;
    font-size: 1.1em;
} .divCommand:hover {
        border-width: 2px;
        cursor:context-menu;
        background-color: var(--ColorBodyDisable);
    } .btncmd {
    float:left;
    display: block;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
    min-width: 160px;
    border: 0px unset;
    background-color: transparent;
    text-align: left;
    cursor: default;
} btncmd:after{
    clear:both;
} .btncmd:hover {
    border: 1px solid var(--ColorForeHead);
    background-color: var(--ColorHover);
    border-radius: 4px;
    font-weight: 600;
    color: darkblue;
    cursor: pointer;
} .lockCmd *:hover {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
} .imgbtncmd {
    position: relative;
    margin-left: 4px;
    margin-right: 8px;
    height: 40px;
    width: 40px;
}
    /*Stile Image Brand*/
    .imgBrand {
    position: fixed;
    top: 29px;
    margin-left: 10px;
    /*transform: translate(-150px, 25px);*/
    z-index: 9999;
    height: 55px;
}
    /*.imgBrand:hover {
        border: 1px solid var(--ColorForeHead);
        border-radius: 4px;
        background-color: var(--ColorHover);
        box-shadow: 2px 5px 3px var(--ColorModuleShadow);
    }*/
    .imgTop {
    position: fixed;
    margin-top: 50px;
    margin-left: 10px;
    z-index: 25;
    width: 128px;
}
    /*Stile Pulsanti Menu con immagine*/
    /*-------------------------------------------------*/
    .mnuitem {
    display: block;
    float: left;
    min-width: 120px;
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;

    border: 1px solid var(--ColorHeadActive);
    border-radius: 4px;
    background-color: transparent;
    color: var(--ColorForeHead);
    align-content: center;
    text-align: left;
    cursor: default;
    font-size: 1.1em;
} .mnuitem:after {
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
        clear: both;
    } .mnuitem:hover {
        border: 1px solid var(--ColorForeHead);
        background-color: var(--ColorHover);
        border-radius: 4px;
        font-weight: 600;
        color: darkblue;
        cursor: pointer;
        -webkit-box-shadow: inset 0 3px 3px var(--ColorLoginShadow);
    } .imgmnuitem {
    position: relative;
    margin-left: 4px;
    margin-right: 8px;
    height: 40px;
    width: 40px;
}
    /*Stile Pulsanti Menu con immagine*/
    /*-------------------------------------------------*/
    .mnuitemLogin {
        display: block;
        float: left;
        margin-left: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 5px;
        border: 1px solid var(--ColorHeadActive);
        border-radius: 4px;
        background-color: transparent;
        color: var(--ColorForeHead);
        align-content: center;
        text-align: left;
        cursor: default;
        font-size: 0.8em;
    } .mnuitemLogin:after {
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
        clear: both;
    } .mnuitemLogin:hover {
        border: 1px solid var(--ColorForeHead);
        background-color: var(--ColorHover);
        border-radius: 4px;
        font-weight: 600;
        color: darkblue;
        cursor: pointer;
        -webkit-box-shadow: inset 0 3px 3px var(--ColorLoginShadow);
    } .imgmnuitemLogin {
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    height: 30px;
    width: 30px;
} .divModule {
    display: block;
    background-color: var(--ColorForeHead);
    float: left;
    text-align: center;
    height: 270px;
    max-width: 75%;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: var(--ColorHeadActive);
    box-shadow: 5px 10px 10px var(--ColorModuleShadow) inset;
} .divModule:hover {
        border: 2px solid var(--ColorForeHead);
        background-color: var(--ColorHover);
        cursor: pointer;
        box-shadow: 5px 10px 10px var(--ColorModuleShadow);
    }
    /*-------------------------------------------------*/
    /*-------------------------------------------------*/
    /*Immagine in griglia con zoom*/
    .imgCell {
    /*cursor: zoom-in;*/
    /*cursor: default;*/
    position: relative;
    margin-left: 2px;
    margin-right: 4px;
    height: 28px;
} .imgCell:hover {
        box-shadow: var(--ColorHeadActive) 2px 2px;
        background-color:var(--ColorForeHead);
        position:fixed;
        margin-top: -8px;
        margin-left: expression(this.left);
        margin-right: 0px;
        z-index: 100;
        cursor: default;
        height: 48px;
    }
    /*-------------------------------------------------*/
    /*Immagine in griglia senza zoom*/
    .imgCell1 {
    /*cursor: zoom-in;*/
    /*cursor: default;*/
    margin-left: 2px;
    margin-right: 4px;
    height: 28px;
}
    /*-------------------------------------------------*/
    .imgArrowMenu {
    position: relative;
    margin-top: 20px;
    height: 15px;
    width: 15px;
    cursor: pointer;
} .imgArrowMenu:hover {
        margin-top: 15px;
        height: 22px;
        width: 22px;
        border: 1px solid var(--ColorForeHead);
        background-color: var(--ColorHover);
        border-radius: 4px;
        font-weight: 600;
        color: darkblue;
        cursor: pointer;
        -webkit-box-shadow: inset 0 3px 3px var(--ColorLoginShadow);
    } .divpopup {
    display: block;
    border-radius: 8px;
    box-shadow: 10px 10px 5px var(--ColorAlertTime);
    position: fixed;
    top: 20%;
    left: 20%;
    height: 200em;
    padding-top: 2.3em;
    /* The following rules are the ones most likely to change */
    width: 100em;
    /* Set 'margin-left' to a negative number

     that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: var(--ColorForeHead);
    color: black;
    z-index: 1050;
}
    /*Pannello per mezza pagina*/
    .HalfPanel {
    float: left;
    border: 1px solid var(--ColorHalfPanel);
    width: 50%;
    height: calc(100%);
} .HalfPanel:after {
        clear: both;
    }
    /*Campo di ricerca*/
.clearable {
    background: #fff url(/images/X.gif) no-repeat right -10px center;
    background-color: transparent;
    /*border-radius: 4px;*/
    border: 0px solid;
    padding: 3px 18px 3px 4px;
    transition: background 0.5s;
    outline:none;
} .clearable:focus {
        background-color: #faf2d9;
    } .clearable.x { /* azione di scrittura */
        background-position: right 5px center;
    }
    /* Show icon */
    .clearable.onX { /* azione di Click sulla X */
        cursor: pointer;
    } .clearable::-ms-clear { /* Remove IE default X */
        display: none;
    }
    /*Icona del pulsante Applica filtro*/
    .imgSearch {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    height: 24px;
    opacity: 0.7;
    border-style: none;
} .imgSearch:hover {
        cursor: pointer;
        opacity: 1;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        /*border-color: var(--ColorHover);*/
        border-color: var(--ColorHead);
        box-shadow: var(--ColorAlertTime) 2px 2px;
    } .imgPromptSearch {
    margin-left: 2px;
    top: 48%;
    height: 16px;
    opacity: 0.5;
    cursor: text;
} .divFilter-Container {
    float: left;
    background-color: transparent;
    border-style:none;
} .divFilter {
    float: left;
    background-color: var(--ColorForeHead);
    border: 1px solid var(--ColorAlertTime);
    border-color: var(--ColorHead);
    border-radius: 4px;
} .typeSearch {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size:14px;
} .divPages {
    float: right;
    min-width:30%;
} .divPages::after{
        clear:both;
    } .imgArrowPages {
        float: left;
        margin-bottom: 5px;
        cursor: pointer;
    } .labelPage {
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin-top: 6px;
    margin-right: 5px;
} .inputPage {
    float: left;
    font-weight: normal;
    font-size: 14px;
    min-height: 25px;
    margin-top: 4px;
    text-align: right;
    padding-right: 2px;
    max-width: 50px !important;
    /*border-radius: 6px;*/
    border: 0px solid;
    transition: background 0.5s;
    background-color: var(--ColorForeHead);
    outline: none;
} .inputPage:focus {
        background-color: #faf2d9;
    } .inputPage:after{
        clear:both;
    } .formBody {
        background-color: transparent;
    }
    /*----------------------------------------------------------*/
    /*Gestione Log*/
    .traceInternal {
    color: #808080;
    font-size: 11px;
    margin-left: 30px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #f3f0f0;
    margin-bottom: 15px;
} .traceError {
    color: red;
    margin-left: 0px;
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #fec8c8;
    margin-bottom: 15px;
} .traceMessage {
    color: darkblue;
    margin-left: 0px;
    font-size: 11px;
    border-top-style: double;
    border-top-width: 3px;
    border-top-color: #dbdbff;
    margin-bottom: 15px;
} .traceTime {
    display: block;
    float: left;
    font-size: 9px;
    /*color: black;*/
}
    /*----------------------------------------------------------*/
    .imageSlide {
    width: auto;
    height: auto;
    max-width: 95% !important;
    max-height: 380px !important;
    border-bottom-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
} .slide{
    max-height:400px !important;
} .lowerOpacity {
    opacity: 0.3 !important;
} .relativePosition{
    position:relative !important;
} .WizBtn{
     width: 6% !important;
 } @media (max-width: 1500px) {
    .formBody {
        margin-left: 50px;
    }
    .divCommand {
        left: 0px;
        right: 0%;
        max-width: 120px;
        height: 35px;
    }
    .btncmd {
        margin-left: 1px;
        margin-right: 0px;
        min-width: 110px;
        font-size: 10px;
    }
    .imgbtncmd {
        margin-left: 1px;
        margin-right: 1px;
        height: 32px;
        width: 32px;
    }
    .imgTop {
        width: 100px;
    }
} @media (max-width: 1300px) {
    .formBody {
        margin-left: auto;
    }

    th {
        font-size: 14px;
    }
    .thactive {
        padding-left: 20px !important;
    }
    tr {
        font-size: 13px;
    }

        tr:nth-child(even) {
            font-size: 12px;
        }

        tr:hover {
            font-size: 14px;
            /*text-align: left;*/
        }

    tfoot {
        font-size: 12px;
    }

    .divCommand {
        position: static;
        max-width: none;
        min-height: 60px;
        width: 100%;
        height: 30px;
    }

    .btncmd {
        margin-left: 2px;
        margin-right: 8px;
        margin-top: 6px;
        margin-bottom: 6px;
        min-width: unset;
        font-size: 10px;
        width: auto;
        float: left;
    }
    .imgbtncmd {
        position: relative;
        margin-left: 2px;
        margin-right: 5px;
        height: 32px;
        width: 32px;
    }

    .imgTop {
        margin-top: 45px;
        margin-left: 2px;
        width: 55px;
    }

    .mnuitem {
        font-size: 1.05em;
    }

    .imgmnuitem {
        position: relative;
        margin-left: 2px;
        margin-right: 5px;
        height: 34px;
        width: 34px;
    }

    .imgCell1 {
        margin-left: 2px;
        margin-right: 4px;
        height: 24px;
    }

    .imgCell {
        position: relative;
        margin-left: 2px;
        margin-right: 4px;
        height: 24px;
    }
    .divModule {
        height: 250px;
        border-radius: 6px;
        box-shadow: 4px 8px 8px var(--ColorModuleShadow) inset;
    }
        .divModule:hover {
            border: 2px solid var(--ColorForeHead);
            box-shadow: 4px 8px 8px var(--ColorModuleShadow);
        }

    .imageSlide {
        width: auto;
        max-height: 360px !important;
    }

    .slide {
        max-height: 380px !important;
    }
} @media (max-width: 992px) {
    .body-content {
        font-size: small;
    }

    th {
        font-size: 13px;
    }
    .thactive {
        padding-left: 18px !important;
        background-size: 16px auto;
    }
    tr {
        font-size: 11px;
    }

        tr:nth-child(even) {
            font-size: 11px;
        }

        tr:hover {
            font-size: 11px;
            /*text-align: left;*/
        }

    tfoot {
        font-size: 11px;
    }

    .mnuitemLogin {
        font-size: 0.95em;
    }

    .imgBrand {
        margin-left: 0px;
    }

    .mnuitem {
        font-size: 0.95em;
    }

    .divCommand {
        height: 34px;
    }

    .btncmd {
        font-size: 9px;
    }

    .imgbtncmd {
        position: relative;
        margin-left: 2px;
        margin-right: 5px;
        height: 28px;
        width: 28px;
    }
    .imgmnuitem {
        position: relative;
        margin-left: 2px;
        margin-right: 5px;
        height: 32px;
        width: 32px;
    }


    .imgCell1 {
        margin-left: 2px;
        margin-right: 4px;
        height: 22px;
    }

    .imgCell {
        position: relative;
        margin-left: 2px;
        margin-right: 4px;
        height: 22px;
    }

    .divModule {
        height: auto;
        border-radius: 4px;
        box-shadow: 3px 6px 6px var(--ColorModuleShadow) inset;
    }

        .divModule:hover {
            box-shadow: 3px 6px 6px var(--ColorModuleShadow);
        }

    .divPages {
        float: left;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: var(--ColorBorderPage);
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: var(--ColorBorderPage);
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: var(--ColorBorderPage);
        width: 100%;
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .imgArrowPages {
        float: left;
        height: 22px;
        margin-bottom: 5px;
    }

    .labelPage {
        font-size: 12px;
        margin-top: 4px;
    }

    .inputPage {
        float: left;
        font-weight: normal;
        font-size: 12px;
        min-height: 22px;
        margin-top: 3px;
    }

    .imageSlide {
        width: auto;
        max-height: 260px !important;
    }

    .slide {
        max-height: 280px !important;
    }

} @media (max-width: 768px) {
    .body-content{
        font-size:x-small;
    }
    th {
        font-size: 12px;
    }
    .thactive {
        padding-left: 17px !important;
        background-size: 16px auto;
    }
    tr {
        font-size: 10px;
    }

        tr:nth-child(even) {
            font-size: 10px;
        }

        tr:hover {
            font-size: 10px;
            /*text-align: left;*/
        }

    tfoot {
        font-size: 10px;
    }
    .divCommand {
        height: 22px;
    }
    .btncmd {
        font-size: 8px;
    }
    .imgbtncmd {
        height: 20px;
        width: 20px;
    }
    .mnuitemLogin {
        font-size: 0.75em;
    }
    .mnuitem {
        float: none;
        max-width: calc(50% - 100px);
        font-size: 0.75em;
        margin-top: 2px;
        margin-bottom: 2px;
        border-left-width: 2px;
        border-top-width: 3px;
    }

    .imgmnuitem {
        height: 20px;
        width: 20px;
    }

    .imgmnuitemLogin {
        height: 20px;
        width: 20px;
    }

    .imgBrand {
        top:12px;
        left:22px;
        height:20px;
        /*top: 40px;*/
        /*width: 20px;*/
        /*height: 20px;
        left: calc(100% - 50px);*/
    }

    .imgTop {
        left: 150px;
        margin-top: -29px;
        margin-left: 2px;
        width: 48px;
        z-index: 9999;
    }

    .HalfPanel {
        float: none;
        width: 100%;
        height: auto;
    }


    .imgCell1 {
        margin-left: 2px;
        margin-right: 4px;
        height: 16px;
    }

    .imgCell {
        position: relative;
        margin-left: 2px;
        margin-right: 4px;
        height: 16px;
    }

        /*.imgCell:hover {
            box-shadow: var(--ColorHeadActive) 1px 1px;
        }*/

    .imgSearch {
        height: 14px;
        opacity: 0.7;
    }

        .imgSearch:hover {
            border-radius: 2px;
            border-style: solid;
        }

    .imgPromptSearch {
        height: 14px;
    }
    .divModule {
        width: 90%;
        margin-left:10%;
        height: auto;
        border-radius: 3px;
        box-shadow: 2px 4px 4px var(--ColorModuleShadow) inset;
    }

        .divModule:hover {
            border: 1px solid var(--ColorForeHead);
            box-shadow: 2px 4px 4px var(--ColorModuleShadow);
        }

    .imageSlide {
        width: auto;
        max-height: 160px !important;
    }

    .slide {
        max-height: 180px !important;
    }
}

