﻿
::placeholder {
    font-size: 1em !important;
    color:#ABABAB;
}


.so-input-placeholder {
    font-size: 1em !important;
}

.so-card-header {    
    font-size: 11px;
    font-weight: 600;
}

img {
    vertical-align: middle;
}


.nota_div_left {
    position: relative;
    float: left;
    border-radius: 4px;
    background-color: #d0fcc2;
    margin: 2px 4px 6px 2px;
    padding: 6px 10px 6px 10px;
    line-height: 14px;
    color: #333;
    width: 70%;
    box-shadow: 0 1px 3px rgba(29, 103, 18, 0.12), 0 1px 2px rgba(29, 103, 18,0.24);
    font-size: 11px;
}

.nota_div_right {
    position: relative;
    float: right;
    border-radius: 4px;
    background-color: #b7f3f3;
    margin: 2px 4px 6px 2px;
    padding: 6px 10px 6px 10px;
    line-height: 14px;
    color: #333;
    width: 70%;
    box-shadow: 0 1px 3px rgba(24, 30, 77, 0.12), 0 1px 2px rgba(24, 30, 77,0.24);
    font-size: 11px;
}

.nota_upload {
    float: left;
    width: 100%;
    height: 10px;
    line-height: 10px;
    font-size: 9px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(45deg, #eae8ed 8.33%, #ffffff 8.33%, #ffffff 50%, #eae8ed 50%, #eae8ed 58.33%, #ffffff 58.33%, #ffffff 100%);
    background-size: 8.49px 8.49px;
}

    .nota_upload span {
        background-color: #fff;
        padding-left: 4px;
        padding-right: 4px;
        height: 14px;
        display: inline-block;
    }

.nota_data_left {
    margin-top: 5px;
    font-style: oblique;
    font-size: 10px;
    float: right;
}

.nota_SendTxt {
    /*resize: none;*/
    border-radius: 3px 0px 0px 3px;
    border-color: rgb(220,220,220);
    width: calc(100% - 51px) !important;
    /*height: 50px;*/
    min-height: 50px;
    display: inline-block;
    padding: 2px;
    margin: 4px;
    border-right: none;
    padding:4px;
}

.nota_SendBtn {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 6px !important;
    line-height: 50px;
    border: 1px solid #dedede;
    width: 40px;
    /* height: 52px;*/
    height: calc(100% - 12px);
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    text-decoration: none;
    color: #aaa;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
}

    .nota_SendBtn:hover {
        text-decoration: none;
        background-color: rgb(220,220,220);
        color: #999;
    }





.collaboratore_tag_right {
    float: right;
    margin-top: 3px;
}

.collaboratore_tag_left {
    float: left;
    margin-top: 3px;
}


/*PROFILO ADMIN*/
#header-fixed {
    position: fixed;
    background-color: #ffc56f;
    height: 40px;
    margin-top: -39px;
    color: #839bd8;
    border-right: 1px solid #c38222;
    border-bottom: 1px solid #c38222;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px, rgba(0, 0, 0, 0.18) 0px 1px 2px;
}


.margin_header {
    margin-top: 31px;
}

.tabella_admin {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
}

.tabella_header {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #ffc56f;
}

    .tabella_header td {
        font-size: 10px;
        color: #5e5e5e;
        /* BACK PRE fix x Chrome su MAC di Roby */
        /*
        padding-left: 5px;
        padding-right: 5px;
        */
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        word-break: break-all;
        line-height: 13px;
        text-align: center;
    }


.tabella_admin tr {
    display: table-row;
    height: 32px;
}

.tabella_admin td {
    font-size: 10px;
    color: #5e5e5e;
    border-bottom: none;
    border-left: solid 1px #e6eef7;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    word-break: break-all;
    /*line-height: 13px;*/
    text-align: center;
}

/*
.tabella_admin tr:nth-of-type(1)
{
    background-color: #e6eef7;
    height: 40px;
    color: #839bd8;
}
*/
.tabella_admin tr:hover {
    background-color: #e6eef780;
    transition: background-color 0.2s;
}


/*PROFILO PM*/
.tabella_pm {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    width: 742px;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
}

    .tabella_pm tr {
        display: table-row;
        height: 36px;
    }

    .tabella_pm td {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
        font-size: 11px;
        color: #5e5e5e;
        border-bottom: none;
        border-left: solid 1px #e6eef7;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        word-break: break-all;
        line-height: 13px;
    }
    /*
.tabella_pm tr:nth-of-type(1)
{
    background-color: #e6eef7;
    height: 40px;
    color: #839bd8;
}
*/
    .tabella_pm tr:hover td {
        background-color: #e6eef7;
        transition: background-color 0.2s;
    }



/*PROFILO SUPERVISOR*/
.tabella_supervisor {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    ;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    width: 742px;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
}

    .tabella_supervisor tr {
        display: table-row;
        height: 36px;
    }

    .tabella_supervisor td {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
        ;
        font-size: 11px;
        color: #5e5e5e;
        border-bottom: none;
        border-left: solid 1px #e6eef7;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        word-break: break-all;
        line-height: 13px;
    }
    /*
.tabella_supervisor tr:nth-of-type(1)
{
    background-color: #e6eef7;
    height: 40px;
    color: #839bd8;
}
*/
    .tabella_supervisor tr:hover td {
        background-color: #e6eef7;
        transition: background-color 0.2s;
    }

/*PROFILO SUPERVISOR_EXTERNAL*/
.tabella_supervisor_external {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    ;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    width: 742px;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
}

    .tabella_supervisor_external tr {
        display: table-row;
        height: 36px;
    }

    .tabella_supervisor_external td {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
        ;
        font-size: 11px;
        color: #5e5e5e;
        border-bottom: none;
        border-left: solid 1px #e6eef7;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        word-break: break-all;
        line-height: 13px;
    }
    /*
.tabella_supervisor tr:nth-of-type(1)
{
    background-color: #e6eef7;
    height: 40px;
    color: #839bd8;
}
*/
    .tabella_supervisor_external tr:hover td {
        background-color: #e6eef7;
        transition: background-color 0.2s;
    }



/*PROFILO WORK*/
.tabella_work {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    ;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    width: 534px;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
}

    .tabella_work tr {
        display: table-row;
        height: 36px;
    }

    .tabella_work td {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
        ;
        font-size: 11px;
        color: #5e5e5e;
        border-bottom: none;
        border-left: solid 1px #e6eef7;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        word-break: break-all;
        line-height: 13px;
    }
    /*
.tabella_work tr:nth-of-type(1)
{
    background-color: #e6eef7;
    height: 40px;
    color: #839bd8;
}
*/
    .tabella_work tr:hover td {
        background-color: #e6eef7;
        transition: background-color 0.2s;
    }

/*PROFILO WORK TEAM*/
.tabella_work_team {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    ;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    width: 594px;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
}

    .tabella_work_team tr {
        display: table-row;
        height: 36px;
    }

    .tabella_work_team td {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
        ;
        font-size: 11px;
        color: #5e5e5e;
        border-bottom: none;
        border-left: solid 1px #e6eef7;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        word-break: break-all;
        line-height: 13px;
    }
    /*
.tabella_work_team tr:nth-of-type(1)
{
    background-color: #e6eef7;
    height: 40px;
    color: #839bd8;
}
*/
    .tabella_work_team tr:hover td {
        background-color: #e6eef7;
        transition: background-color 0.2s;
    }





.panelDettaglio_admin {
    position: fixed;
    background-color: #FFFFFF;
    top: 101px;
    height: calc(100% - 96px);
    overflow: auto;
}

.panelDettaglio_pm {
    position: fixed;
    background-color: #FFFFFF;
    top: 150px;
    left: 540px;
    width: calc(100% - 840px);
    height: 100%;
    border: solid 1px #ABABAB;
    overflow: auto;
}

.panelDettaglio_supervisor {
    position: fixed;
    background-color: #FFFFFF;
    top: 150px;
    left: 850px;
    width: calc(100% - 850px);
    height: 100%;
    border: solid 1px #ABABAB;
    overflow: auto;
}

.panelDettaglio_supervisor_external {
    position: fixed;
    background-color: #FFFFFF;
    --padding: 10px 10px 10px 10px;
    top: 150px;
    left: 770px;
    width: calc(100% - 770px);
    height: 100%;
    border: solid 1px #ABABAB;
    overflow: auto;
}

.panelDettaglio_work {
    position: fixed;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    top: 150px;
    left: 600px;
    width: calc(100% - 550px);
    height: 100%;
    border: solid 1px #ABABAB;
    overflow: auto;
}

.panelDettaglio_work_team {
    position: fixed;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    top: 150px;
    left: 640px;
    width: calc(100% - 640px);
    height: 100%;
    border: solid 1px #ABABAB;
    overflow: auto;
}

.DIVStatus {
    width: 95%;
    max-width: 100px;
    height: 24px !important;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 3px;
    font-size: 10px;
    line-height: 24px;
    overflow: hidden;
}

.DIVStatusSmall {
    width: 95%;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 3px;
}

.DIVStatusLarge {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px !important;
    line-height: 24px !important;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 3px;
    font-size: 10px;
}


.DIVStatus-outline {
    width: 95%;
    max-width: 100px;
    height: 24px !important;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 2px;
    font-size: 10px;
    line-height: 20px;
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
}

.DIVStatusSmall-outline {
    width: 95%;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
}

.DIVStatusLarge-outline {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px !important;
    line-height: 20px !important;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 3px;
    font-size: 10px;
    border-style: solid;
    border-width: 2px;
}


/*REACT*/
.table_row {
    cursor: pointer;
}

.multibox {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 11px;
    border-bottom: solid 1px #e6eef7;
    border-right: solid 1px #e6eef7;
    color: #5e5e5e;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #edeeef;
}

    .multibox td {
        padding-left: 5px;
    }

.table_box {
    cursor: pointer;
    display: block;
    float: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    background-color: #fff; /*green*/
}

.c3box {
    width: 226px;
    height: 200px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

    .c3box img {
        margin-top: 5px;
        max-width: 226px;
        max-height: 155px;
    }

    .c3box .div_no_preview {
        height: 155px;
    }

.c2box {
    width: 342px;
    height: 260px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

    .c2box img {
        margin-top: 5px;
        max-width: 342px;
        max-height: 205px;
    }

    .c2box .div_no_preview {
        height: 205px;
    }

.c1box {
    width: 690px;
    height: 500px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

    .c1box img {
        margin-top: 5px;
        max-width: 690px;
        max-height: 445px;
    }

    .c1box .div_no_preview {
        height: 445px;
    }

.c1boxsmall {
    width: 462px;
    height: 330px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

    .c1boxsmall img {
        margin-top: 5px;
        max-width: 462px;
        max-height: 275px;
    }

    .c1boxsmall .div_no_preview {
        height: 245px;
    }

.c5box {
    width: 234px;
    height: 180px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

    .c5box img {
        margin-top: 5px;
        max-width: 234px;
        max-height: 135px;
    }

    .c5box .div_no_preview {
        height: 135px;
    }

.box_header {
    position: relative;
    height: 25px;
    overflow: hidden;
}

.box_fase {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 32px;
    border-radius: 3px;
    border: solid 1px #777;
    background-color: #FFF;
}

.box_icone {
    position: absolute;
    left: 42px;
    top: 2px;
    width: 90px;
}

.box_icone_item {
    display: block;
    float: left;
}

.box_stato {
    position: absolute;
    right: 35px;
    top: 5px;
    width: 80px;
    line-height: 12px !important;
}

.box_collaboratore {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 29px;
}

.box_titolo {
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.div_no_preview {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 10px;
}

.loadingGif {
    position: absolute;
    top: 50%;
    left: 200px;
    background-color: red;
}

.panelMultiactions {
    position: absolute;
    top: 10px;
}


.rowMultiactions_singleFile {
    margin-bottom: 2px;
}

.rowMultiactions_singleFile_small, .rowMultiactions_singleFile_small_number {
    margin-bottom: 2px;
    width: 100px;
    float: left;
}

.rowMultiactions {
    margin-bottom: 20px;
    font-size: 12px;
}

.multiactionsIconDivs {
    margin-top: 2px;
}

.multiactionsIconImg {
}


.harmonyLink {
    display: block;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    background-color: rgb(71, 99, 133);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
}

.harmonyLink:hover {
    background-color: rgba(71, 99, 133, 0.9);
    color: #fff;
}

.harmonyLink_webCC {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    line-height: 26px;
    background-color: rgb(71, 99, 133);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
}

    .harmonyLink_webCC:hover {
        background-color: rgba(71, 99, 133, 0.9);
        color: #fff;
    }

    /*REWORK fileDetails REACT*/
    .fileRowHeader {
        display: flex;
        align-items: center;
        float: left;
        width: 100%;
        height: 40px;
    }

.fileRow {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.fileCol {
    display: inline-flex;
    margin-left: 5px;
}

.fileNexts {
    display: inline-block;
    margin-left: 5px;
}

/*SKELETON*/

.fileContainer {
    display: inline-block;
    float: left;
    position: relative;
    /*overflow: hidden; ROBY x stondatura imgs e video*/
    /*max-width: 850px;*/
}

.fileReferences {
    display: block;
    float: left;
    position: relative;
    margin-left: 5px;
    /*overflow: hidden; Andre: tolto perché nn fa vedere valori combo references */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    max-width: 650px;
}

.fileReferences_video {
    display: block;
    float: left;
    position: relative;
    margin-left: 5px;
    /*overflow: hidden; Andre: tolto perché nn fa vedere valori combo references */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    max-width: 650px;
}

.panelMultiactions_singleFile {
    display: inline-block;
    float: right;
    width: 200px;
    margin-left: 5px;
    margin-right: 10px;
}

.btnRetakePosition {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}

.fileVideoContainer {
    margin-bottom: 5px;
    margin: 1px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    max-height: 80vH;
    z-index:10;
}

.fileImageContainer {
    margin: 1px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    /*border: solid 1px #DEDEDE;*/
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
}

.fileVideoFrameControls {
    position: absolute;
    top: -2px;
    right: 0px;
    user-select: none;
}

.divNoUploadsYet {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    overflow: hidden;
}

.divNoUploadsYet_inner {
    display: inline-flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 10px;
    color: #fff;
    justify-content: center;
    background-color: #666;
}

.video_play_mode {
    display: flex;
    right: 0px;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 2px;
}

.fileReferences_sync {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: -18px;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.fileReferences_bar {
    width: 100%;
    display: block;
    background-color: #333333;
    position: relative;
}


.fileReferences_frame {
    position: absolute;
    text-align: right;
    width: 20px;
    height: 18px;
    color: #ddd;
    background-color: #333333;
    top: 0px;
    right: 0px;
    padding-right: 3px;
    font-family: arial;
    font-size: 10px;
    font-weight: 800;
    z-index: 10;
}

.fileReferences_content {
    display: block;
    float: left;
    width: 100%;
}


.fileReferences_select {
    background-color: #333333 !important;
    color: #ddd !important;
    border-radius: 0px !important;
    border-style: none !important;
    height: 20px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

    .fileReferences_select .so-select-result {
        padding: 0px !important;
    }


.divRef {
    display: inline-block;
    background-color: #DEDEDE;
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    height: 100%;
}

.divRef_header {
    display: inline-block;
    width: 100%;
    background-color: #777;
    padding-left: 7px;
    padding-right: 7px;
    height: 28px;
    line-height: 28px;
}

.divRef_content {
    display: inline-block;
    width: 100%;
    height: calc(100% - 30px);
    background-color: #FFF;
    border-left: solid 5px #777;
    border-right: solid 5px #777;
    border-bottom: solid 5px #777;
    padding: 10px;
}

.divRefAsset {
    display: inline-block;
    background-color: #DEDEDE;
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    height: 100%;
}

.divRefAsset_header {
    display: inline-block;
    width: 100%;
    background-color: #476385;
    padding-left: 7px;
    padding-right: 7px;
    height: 28px;
    line-height: 28px;
}

.divRefAsset_content {
    display: inline-block;
    width: 100%;
    height: calc(100% - 30px);
    background-color: #FFF;
    border-left: solid 5px #476385;
    border-right: solid 5px #476385;
    border-bottom: solid 5px #476385;
    padding: 10px;
}

.video {
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;*/    
    overflow: hidden;
    display: block;
    margin-bottom: -1px; /* Comunque c'era un piccolo difetto su alcuni, così risolto*/
    max-height: 70vH;
}

/*NEW NOTES*/
.divNotes {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-top: 5px;
}

.divNotes_list {
    padding: 10px;
    /* display: inline-block; */
    width: 100%;
    height: 222px;
    /* border-right: solid 1px #ffffff; */
    overflow-y: scroll;
    /* margin-bottom: 0px; */
}

.divNotes_input {
    background-color: #EDEDED;
    position: relative;
    padding: 2px;
    border-top: solid 1px #dedede;
}
/*LINKED FILES*/
.refLink {
    color: #666666 !important;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

    .refLink:hover {
        color: #000000 !important;
        text-decoration: underline;
    }


.tabOpen, .tabClose {
    display: block;
    background-color: #ffc56f;
    position: fixed;
    top: 107px;
    height: 28px;
    width: 14px;
    z-index: 4;
    border-radius: 0px 5px 5px 0px;
    border-right: 1px solid #c38222;
    border-bottom: 1px solid #c38222;
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.tabOpen {
    padding-left: 1px;
}

.tabClose {
    padding-right: 2px;
}

.tabOpen::before {
    content: '';
    margin: 0px;
    font-size: 0px;
    border-left: 5px solid #00000044;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition-duration: 0.2s;
}

.tabOpen:hover::before {
    border-left: 5px solid #00000099;
}

.tabClose::before {
    content: '';
    margin: 0px;
    font-size: 0px;
    border-right: 5px solid #00000044;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition-duration: 0.2s;
}

.tabClose:hover::before {
    border-right: 5px solid #00000099;
}

.tabDetailsUserPanel {
    width: 100%;
    padding: 10px;
    border-left: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    margin-top: -12px;
    min-height: 300px;
}

.filesFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e6e6e6;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: Uppercase;
    font-size: 10px;
    border-right: 1px solid;
    border-top: 1px solid;
    box-shadow: rgba(0, 0, 0, .25) 2px 1px 1px;
}

input[type="checkbox"]::before {
    /* ...existing styles */
    /* Windows High Contrast Mode */
    background-color: #000 !important;
}

.limitdivFooter {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.history {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    color: #999;
    transition: 0.3s;
}

    .history:hover {
        text-decoration: none;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
        font-size: 16px;
        color: #000 !important;
    }




.previewBtn {
    display: block;
    float: left;
    margin: 10px;
    cursor: pointer;
}


.box-assets-div {
    display: block;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.div-assets {
    display: inline-block;
    position: relative;
}
.div-assets-table {
    display: inline-block;
    position: relative;
    height: calc(100vH - 94px);
    overflow-y: scroll;
    margin-top: 39px;
}

.userTagList {
    position: absolute;
    min-height: 20px;
    height:auto;
    max-height: 200px;
    width:140px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FAFAFA;
    border:solid 1px #777;
    padding: 5px;
}
.userTagList-item {
    display: inline-block;
   font-size: 10px;
   height: 14px;
   line-height: 14px;
   width:200px;
   cursor:pointer;
}
.userTagList-item:hover {
    background-color: #DEDEDE;
}


/* ADM */

.admTitle {
    position: fixed;
    background-color: #FFFFFF;
    padding-left: 20px;
    top: 101px;
    width: 100%;
    border-bottom: solid 1px #dedede;
    height: 50px;
    line-height: 50px;
    font-size:32px;
}

.admList {
    position: fixed;
    background-color: #FFFFFF;
    top: 151px;
    width: 240px;
    padding: 20px;
    border-right: solid 1px #dedede;
    height: calc(100% - 166px);
    overflow-y: auto;
    overflow-x: hidden;
}

.admContent {
    position: fixed;
    background-color: #FFFFFF;
    top: 151px;
    padding: 20px;
    left: 242px;
    width: calc(100% - 202px);
    height: calc(100% - 96px);
    overflow: auto;
}

/* HARMONY */
.harmony-menu .so-button {
    border: none !important;
    margin-left:-3px;
}

.harmony-menu .so-dropdown-caret {
    color: #777 !important;
}

.harmony-menu-item {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-left: -8px;
}

.harmony-menu-icon {
    color: #81c3ae !important;
}