﻿*:focus {
    outline: 0;
}


/* Andre: attenzione ok il loading ma rompe il menu del video con Scarica, PIP e velocità di riproduzione che dicono di usare */
video::-webkit-media-controls {
    visibility: hidden;
    color: #FFF;
}


video::-webkit-media-controls-enclosure {
    visibility: visible;
}


.so-input-focus, .so-input:hover {
    /*border-color: transparent !important;*/
    box-shadow: none !important;
}

.so-select-small .so-select-result .so-select-input , .so-datepicker-inner {
    font-size: 10px !important;
}



.tabella_header .so-select-option, .tabella_header .so-select-ellipsis {
    display: flex !important;
    justify-content: center !important;
}


table.filterDDL {
    margin-top: 10px;
}

    table.filterDDL tr td select {
        height: 20px;
        padding: 0px;
        vertical-align: bottom;
        font-size: 11px;
    }

    table.filterDDL tr td input {
        height: 20px;
        padding: 0px;
        vertical-align: bottom;
        font-size: 11px;
    }

    table.filterDDL tr td span {
        height: 20px;
        padding: 0px;
        vertical-align: bottom;
        font-size: 11px;
    }



.filterDDL_Selected {
    background-color: rgb(255,255,150);
}

.filterDDL_NotSelected {
    background-color: rgb(255,255,255);
}


.fileTitolo {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 22px;
    color: #111;
}



.allegato {
    min-height: 16px;
    line-height: 16px;
    min-width: 250px;
    padding: 0px 5px 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(230,230,230);
    color: rgb(50,50,50);
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
    word-break: break-all;
    font-size: 10px;
}

    .allegato:hover {
        background-color: rgb(200,200,200);
    }

.buttonStyle {
    display: block;
    float: left;
    padding-top: 5px;
    height: 25px;
    width: 90px;
    border: solid 1px #ABABAB;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    color: #777777;
    background-color: #ebf6f7;
    font-size: 10px;
}

    .buttonStyle:hover {
        background-color: #e2eff0;
    }


.resTable {
    max-width: 1600px;
    border-collapse: collapse;
    font-size: 10px;
}

    .resTable td {
        border: 1px solid black;
    }

.error {
    color: red;
    font-weight: bold;
}

.titleImport {
    font-family: Arial;
    color: rgb(100,100,100);
    font-size: 36px;
    z-index: 5;
}


.subtitleImport {
    font-family: Arial;
    color: rgb(100,100,100);
    font-size:18px;
    z-index: 5;
}
.btn {
    line-height: 10px;
    margin-top: 20px;
    width: 100px;
    height: 24px;
    margin-right: 20px;
    color: #333333;
    background-color: #efefef;
    text-align: center;
    border: 1px solid #666666;
    display: block;
    text-decoration: none;
    float: left;
}


    .btn:hover {
        background-color: #f9f9f9;
    }

.userTag {
    display: inline-block;
    width: 29px;
    height: 24px;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 24px;
    border-radius: 3px !important;
    color: #ffffff;
    word-spacing: -3px;
    font-size: 10px !important;
}

.userTagSmall {
    display: inline-block;
    width: 29px;
    height: 20px;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 20px;
    border-radius: 3px;
    color: #ffffff;
    word-spacing: -3px;
    font-size: 10px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs9 {
    font-size: 9px !important;   
}

.fs8 {
    font-size: 8px !important;
}



.scadenzaTag {
    display: block;
    width: 35px;
    height: 22px;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    border-radius: 3px;
    font-size: 10px;
    color: #5e5e5e;
}

.userTag:hover {
    text-decoration: none;
    color: #ffffff;
}


.AB {
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

    .AB:hover {
        text-decoration: none;
        color: #fff;
    }

.panelReport {
    vertical-align: top;
}

label {
    font-weight: normal;
    /*margin-left: 3px;*/
}


.advancedFilterLabel {
    font-weight:700;
    font-size:10px;
}

.rightClick {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 200px;
    /*
    padding-top: 4px;
    padding-bottom: 4px;
    */
    background-color: #FFF;
    z-index: 3000;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.02), 0 6px 12px rgba(0,0,0,.175);
}

.rightClick-item {
    cursor: pointer;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    color: #555;
}

    .rightClick-item:hover {       
        background-color: #f7f7f7;
    }

.rightClick-item-last {
    border-bottom: none !important;
}

.contentNota {
    display: inline-block;
    margin-bottom: 2px;
    width: calc(100% - 3px);
}

.alertNota {
    display: inline-block;
    background-color: #ffd1d1;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 12px;
    width: calc(100% - 32px);
    min-height: 24px;   
    margin-left: 3px;
}

.collaboratore_tag {
    display: inline-block;
    width: 30px;
    margin-right: 2px;
}

.versions {
    position:fixed;
    top:0px;
    right:0px;
    z-index:10;
    text-align: center;
    font-size: 11px;    
    width: 180px;
    margin-right: 10px;
    margin-top: 3px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-decoration: none;
    background-color: #ABABAB;
    color: #fff;
    border-radius: 3px;
}

    .versions:hover {
        color: #fff;
        text-decoration: underline;
    }