﻿/*General CSS Drive*/
#driveBtnPreviousDirectory {
    background: url('../images/back_left_arrow_drive.png') transparent 20px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 24px;
    cursor: pointer;
}

#driveSpanRefresh {
    background: url('../images/refresh_icon_drive.png') transparent 20px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 24px;
    cursor: pointer;
}

.notificationbox {
    border-radius: 5px;
    background-color: black;
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    display: none;
    right: 0;
    bottom: 0;
    margin: 10px;
    padding: 15px;
    box-sizing: content-box;
    z-index: 10;
}

    .notificationbox h3 {
        margin: auto;
        vertical-align: middle;
        color: rgba(221, 221, 221, 1);
        font-size: 18px;
        text-align: center;
    }


.drivePageColumnTop, .drivePageColumnBottom {
    width: inherit;
    clear: none;
    padding: 8px;
    margin-right: 10px;
}
/*Input Text Folder Drive*/
#driveTxtFolderName, #driveFormControl {
    display: block;
    height: 40px;
    padding: 2px 12px;
    width: 280px;
    margin: 0;
    color: #1f1f1f;
    background-color: #fff;
    float: left;
    /*border: 2px solid #e5e6e7;*/
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    /*line-height: 21px;*/
    outline: none;
    font-size: 18px;
}

    #driveTxtFolderName:focus, #driveFormControl:focus {
        background-color: #fff;
        color: #262626;
        border: 1px solid #1c7eaf;
    }

#driveFormControl {
    width: -webkit-fill-available;
}
/*#driveTxtFolderName {
    height: 40px;
    padding: 2px 12px;
    width: 280px;
    font-size: 18px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}*/

#labelTableDriveTitle {
    color: #fff;
    margin: 0px 0px 0px 32px;
}
/*General Style for Button*/
.driveCustomButton {
    padding-top: 4px;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    background-color: #1C7eaf;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
}

    .driveCustomButton:hover {
        border-radius: 4px;
        border: 1px solid #1C7eaf;
        background-color: #fff;
        color: #1C7eaf !important;
        text-shadow: none;
    }


/*.driveCustomButton {
    width: auto;
    margin-left: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}*/
/*Search Tab Drive*/
#divDriveSearch {
    width: inherit;
    height: 62px;
    padding: 8px;
    margin-right: 10px;
}




#driveTable {
    /*border: 1px solid rgba(221, 221, 221, 1);*/
    /*font-family: verdana,arial,sans-serif;*/
    /*font-size: 11px;*/
    color: #333333;
    border-collapse: collapse;
    white-space: normal;
    /*width: 100% !important;*/
    clear: both;
}

    #driveTable #drive-td1, #drive-td2, #drive-td3, #drive-td4 {
        padding: 10px 0 10px 5px;
        overflow-x: hidden;
        min-width: 50px;
        border-right: 1px solid #ccc;
    }

#driveTable-header1, #driveTable-header2, #driveTable-header3, #driveTable-header4, #driveTableArchivio-header1 {
    background: #1c7eaf;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    /*border-bottom: 2px solid #ccc;*/
    border-right: 1px solid #ccc;
    /*border-width: 3px;*/
    padding: 8px;
}

#driveTable .drive-rowfile-navigation {
    padding-left: 18px !important;
}

.drive-folder-label-item {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}



#driveTable .drive-rowfile-navigation:hover {
    /*background: #ADD6FF;*/
    position: relative;
}

.drivePageColumnBottom {
    display: block;
    flex: 1;
    overflow-x: hidden;
    max-height: 450px;
    width: 100%;
    height: 100%;
}
/* Main Table Drive*/
.driveTableMain {
    border: 1px solid rgba(221, 221, 221, 1);
    font-family: verdana,arial,sans-serif;
    font-size: 13px;
    color: #333333;
    border-collapse: collapse;
    white-space: normal;
    width: 100% !important;
    clear: both;
    height: 100%;
    overflow-y: scroll;
}

    .driveTableMain #drive-td1, #drive-td2, #drive-td3, #drive-td4 {
        padding: 8px;
        overflow-x: hidden;
        min-width: 50px;
        border-right: 1px solid #ccc;
    }

.driveTableMain-header1, .driveTableMain-header2, .driveTableMain-header3, .driveTableMain-header4 {
    background: #ffffff;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    border-width: 3px;
    padding: 8px;
}

.driveTableMain .drive-rowfile-navigation:nth-child(even) {
    background-color: #fafafa;
    border-bottom: 1px solid #ededed;
}

.driveTableMain .drive-rowfile-navigation:hover {
    background: #ededed;
    position: relative;
}


/*End drive main table*/


#driveContextMenu {
    position: absolute;
    display: none;
    z-index: 2001;
}


.drive-context-menu-item {
    padding: 3px 2px 2px 5px;
    background-color: white;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

    .drive-context-menu-item:hover {
        cursor: pointer;
        background-color: #ebebeb;
    }

.drive-context-menu-list {
    margin: 0;
    padding: 0;
    min-width: 120px;
    max-width: 250px;
    display: inline-block;
    position: absolute;
    list-style-type: none;
    border: 1px solid #DDD;
    background: #EEE;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.drive-dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 120px;
    max-width: 250px;
    list-style-type: none;
    border: 1px solid #DDD;
    background: #EEE;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);*/
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;*/
    display: block;
    position: static;
    margin-bottom: 5px;
    z-index: 2;
}

.drive-dropdown-menu-item {
    padding: 9px 2px 5px 5px;
    background-color: #EEE;
    position: relative;
    user-select: none;
    cursor: pointer;
}

    .drive-dropdown-menu-item:hover {
        cursor: pointer;
        background-color: #96cafa;
    }


/* begin DriveLogin.aspx*/
#driveLabelPreview {
    float: left;
    padding-left: 5px;
    padding-top: 2px;
    color: #fff;
    vertical-align: middle;
}
/*Table*/
#driveSpanIcon {
    background: url('../images/icons/folder.svg') no-repeat;
    /*display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 24px;
    float: left;*/
}


/*#driveCustomBtnGoogle {
    display: flex;
    align-items: center;
    background: white;
    color: #444;
    width: 150px;
    border-radius: 5px;
    border: thin solid #888;*/
    /*box-shadow: 1px 1px 1px grey;*/
    /*margin: 5px 5px 5px 0px;
}

    #driveCustomBtnGoogle:hover {
        cursor: pointer;
    }

    #driveCustomBtnGoogle span.iconGoogle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
    }*/

span.buttonText {
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}

#driveCustomBtnOneDrive {
    display: flex;
    align-items: center;
    background: white;
    color: #444;
    width: 150px;
    border-radius: 5px;
    border: thin solid #888;
    margin: 5px 5px 5px 0px;
}

    #driveCustomBtnOneDrive:hover {
        cursor: pointer;
    }

    #driveCustomBtnOneDrive span.iconMicrosoft {
        /* background: url('../images/button_google_signin.png') transparent -2px 50% no-repeat;*/
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        width: 42px;
        height: 42px;
    }

#driveCustomBtnGoogle {
    display: flex;
    align-items: center;
    background: white;
    color: #444;
    width: 150px;
    border-radius: 5px;
    border: thin solid #888;
    margin: 5px 5px 5px 0px;
}

    #driveCustomBtnGoogle:hover {
        cursor: pointer;
    }

    #driveCustomBtnGoogle span.iconGoogle {
        /* background: url('../images/button_google_signin.png') transparent -2px 50% no-repeat;*/
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        width: 42px;
        height: 42px;
    }
/* end DriveLogin.aspx*/


#driveLabelAccount {
    float: right;
    padding-right: 20px;
    color: #0e3867;
    font-size: 16px;
    vertical-align: middle;
}

#driveLabelPathRightArrow {
    font-weight: bold;
    padding-top: 16px;
    color: #175dab;
    font-size: 20px;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
}

#driveLabelPath {
    position: relative;
    text-decoration: none;
    font-weight: bold;
    padding-top: 16px;
    color: #175dab;
    font-size: 20px;
    width: auto;
}

    #driveLabelPath::after {
        position: absolute;
        content: "";
        height: .1em;
        top: 75%;
        background: currentColor;
        z-index: -4;
        left: 0;
        right: 0;
        transform: scaleX(0);
        transition: transform .5s cubic-bezier(.95, .05, .795, .035);
    }

    #driveLabelPath:hover::after {
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        transform: scaleX(1);
    }

#driveBtnPinToFavourite {
    padding-top: 16px;
    color: #175dab;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    width: 210px;
    float: right;
    margin-left: auto;
    margin-right: 20px;
    position: relative;
}

.tableDriveHeader, .divDrive {
    width: 205px;
    color: #a7b1c2;
    font-weight: 100;
    list-style: none;
    margin: 0px 0px 0px 32px;
    flex-wrap: wrap;
    margin-bottom: 0;
}



.driveInsertEditText, .driveInsertNumber, .driveInsertCheckbox, .driveInsertCheck, .driveInsertFile, .driveInsertDate {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    color: #5e5d5d;
    background-color: #fff;
    float: left;
    border: 1px solid #e5e6e7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    /*line-height: 21px;*/
    outline: none;
}


/*modal drive Docsweb Insert styles*/
.driveInsertCheckbox, .checker {
    top: auto;
    left: auto;
    height: 21px;
}
/*.driveInsertEditText {
    top: auto;
    left: auto;
    width: 400px;
    height: 21px;
    display: inline-block;
}*/

/*.driveInsertCheck {
    top: auto;
    left: auto;
    height: 21px;
    display: inline-block;
}*/

/*.driveInsertNumber {
    top: auto;
    left: auto;
    width: 400px;
    height: 21px;
    display: inline-block;
}*/

/*.driveInsertFile {
    top: auto;
    left: auto;
    width: 400px;
    height: 21px;
    display: inline-block;
}

.driveInsertDate {
    top: auto;
    left: auto;
    width: 200px;
    height: 21px;
    display: inline-block;
}*/

.driveLabel {
    float: left;
    font-size: 12px;
    width: 100px;
    margin-right: 5px;
}

.DriveLblView {
    margin-left: 10px;
    color: #175dab;
}
/*end modal docsweb insert styles*/

/*drive modal import from docsweb*/

.scrollTable {
    border-collapse: collapse;
}

    .scrollTable th, .scrollTable td {
        width: 630px;
        text-align: center;
        border: 1px solid #E0E0E0;
    }

        .scrollTable th:first-child, .scrollTable td:first-child {
            width: 111px;
        }

    .scrollTable thead {
        display: block;
    }

    .scrollTable tbody {
        display: block;
        height: 220px;
        overflow: auto;
    }


.drive-label {
    float: left;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 5px;
    min-width: 150px;
}

#driveModalContainer {
    position: absolute;
    padding-top: 10%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    animation-name: show;
    animation-duration: 0.5s;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.modal-content {
    min-height: 500px;
    min-width: 400px;
    max-height: 500px;
    max-width: 400px;
}

.modal-content-open-view {
    min-height: 500px;
    min-width: 700px;
    max-height: 800px;
    max-width: 800px;
}

.modal-content, .modal-content-open-view {
    border: 1px solid #cccccc;
    position: static;
    background-color: #fff;
    border-radius: 10px 10px;
    border: 1px solid #888;
    width: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.drive-main-row {
    display: flex;
    width: auto;
    height: auto;
    margin-top: 13px;
}

.modal-header {
    border: 1px solid #cccccc;
    border-radius: 20px 20px 0 0;
    padding: 12px;
    background-color: grey;
    color: white;
}

.modal-body {
    padding: 12px !important;
}

#driveTableArchivio {
    border: 1px solid rgba(221, 221, 221, 1);
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-collapse: collapse;
    white-space: normal;
    width: 100% !important;
    clear: both;
}

    #driveTableArchivio #modal-drive-td1 {
        padding: 8px;
        overflow: hidden;
        min-width: 50px;
        border-right: 1px solid #ccc;
    }

    /*#driveTableArchivio-header1 {
    background: #ffffff;
    color: #175dab;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    border-width: 3px;
    padding: 8px;
}*/

    #driveTableArchivio .modal-drive-rowfile-navigation:nth-child(even) {
        background-color: #f2f2f2;
    }

    #driveTableArchivio .modal-drive-rowfile-navigation:hover {
        background: #ADD6FF;
        position: relative;
    }

.modal-footer {
    position: relative;
    background-color: #fefefe;
    margin: auto;
}

.drive-close-modal {
    color: #aaa;
    float: right;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

    .drive-close-modal:hover,
    .drive-close-modal:focus {
        color: black;
        cursor: pointer;
    }

.drive-back-modal, .drive-back-modal-folder {
    background: url('../images/back_left_arrow_drive.png') transparent 20px 80% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 24px;
    cursor: pointer;
    margin-top: 20px;
}

/*end drive modal import from docsweb*/







/*File upload style*/

.drive-file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

    .drive-file.is-white .file-cta {
        background-color: #fff;
        border-color: transparent;
        color: #0a0a0a
    }

    .drive-file.is-white.is-hovered .file-cta, .drive-file.is-white:hover .file-cta {
        background-color: #f9f9f9;
        border-color: transparent;
        color: #0a0a0a
    }

    .drive-file.is-white.is-focused .file-cta, .drive-file.is-white:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(255,255,255,.25);
        color: #0a0a0a
    }

    .drive-file.is-white.is-active .file-cta, .drive-file.is-white:active .file-cta {
        background-color: #f2f2f2;
        border-color: transparent;
        color: #0a0a0a
    }

    .drive-file.is-black .file-cta {
        background-color: #0a0a0a;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-black.is-hovered .file-cta, .drive-file.is-black:hover .file-cta {
        background-color: #040404;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-black.is-focused .file-cta, .drive-file.is-black:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(10,10,10,.25);
        color: #fff
    }

    .drive-file.is-black.is-active .file-cta, .drive-file.is-black:active .file-cta {
        background-color: #000;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-light .file-cta {
        background-color: #f5f5f5;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-light.is-hovered .file-cta, .drive-file.is-light:hover .file-cta {
        background-color: #eee;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-light.is-focused .file-cta, .drive-file.is-light:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(245,245,245,.25);
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-light.is-active .file-cta, .drive-file.is-light:active .file-cta {
        background-color: #e8e8e8;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-dark .file-cta {
        background-color: #363636;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-dark.is-hovered .file-cta, .drive-file.is-dark:hover .file-cta {
        background-color: #2f2f2f;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-dark.is-focused .file-cta, .drive-file.is-dark:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(54,54,54,.25);
        color: #fff
    }

    .drive-file.is-dark.is-active .file-cta, .drive-file.is-dark:active .file-cta {
        background-color: #292929;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-primary .file-cta {
        background-color: #00d1b2;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-primary.is-hovered .file-cta, .drive-file.is-primary:hover .file-cta {
        background-color: #00c4a7;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-primary.is-focused .file-cta, .drive-file.is-primary:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(0,209,178,.25);
        color: #fff
    }

    .drive-file.is-primary.is-active .file-cta, .drive-file.is-primary:active .file-cta {
        background-color: #00b89c;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-link .file-cta {
        background-color: #3273dc;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-link.is-hovered .file-cta, .drive-file.is-link:hover .file-cta {
        background-color: #276cda;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-link.is-focused .file-cta, .drive-file.is-link:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(50,115,220,.25);
        color: #fff
    }

    .drive-file.is-link.is-active .file-cta, .drive-file.is-link:active .file-cta {
        background-color: #2366d1;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-info .file-cta {
        background-color: #3298dc;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-info.is-hovered .file-cta, .drive-file.is-info:hover .file-cta {
        background-color: #2793da;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-info.is-focused .file-cta, .drive-file.is-info:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(50,152,220,.25);
        color: #fff
    }

    .drive-file.is-info.is-active .file-cta, .drive-file.is-info:active .file-cta {
        background-color: #238cd1;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-success .file-cta {
        background-color: #48c774;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-success.is-hovered .file-cta, .drive-file.is-success:hover .file-cta {
        background-color: #3ec46d;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-success.is-focused .file-cta, .drive-file.is-success:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(72,199,116,.25);
        color: #fff
    }

    .drive-file.is-success.is-active .file-cta, .drive-file.is-success:active .file-cta {
        background-color: #3abb67;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-warning .file-cta {
        background-color: #ffdd57;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-warning.is-hovered .file-cta, .drive-file.is-warning:hover .file-cta {
        background-color: #ffdb4a;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-warning.is-focused .file-cta, .drive-file.is-warning:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(255,221,87,.25);
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-warning.is-active .file-cta, .drive-file.is-warning:active .file-cta {
        background-color: #ffd83d;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .drive-file.is-danger .file-cta {
        background-color: #f14668;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-danger.is-hovered .file-cta, .drive-file.is-danger:hover .file-cta {
        background-color: #f03a5f;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-danger.is-focused .file-cta, .drive-file.is-danger:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(241,70,104,.25);
        color: #fff
    }

    .drive-file.is-danger.is-active .file-cta, .drive-file.is-danger:active .file-cta {
        background-color: #ef2e55;
        border-color: transparent;
        color: #fff
    }

    .drive-file.is-small {
        font-size: .75rem
    }

    .drive-file.is-medium {
        font-size: 1.25rem
    }

        .drive-file.is-medium .file-icon .fa {
            font-size: 21px
        }

    .drive-file.is-large {
        font-size: 1.5rem
    }

        .drive-file.is-large .file-icon .fa {
            font-size: 28px
        }

    .drive-file.has-name .file-cta {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .drive-file.has-name .file-name {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .drive-file.has-name.is-empty .file-cta {
        border-radius: 4px
    }

    .drive-file.has-name.is-empty .file-name {
        display: none
    }

    .drive-file.is-boxed .file-label {
        flex-direction: column
    }

    .drive-file.is-boxed .file-cta {
        flex-direction: column;
        height: auto;
        padding: 1em 3em
    }

    .drive-file.is-boxed .file-name {
        border-width: 0 1px 1px
    }

    .drive-file.is-boxed .file-icon {
        height: 1.5em;
        width: 1.5em
    }

        .drive-file.is-boxed .file-icon .fa {
            font-size: 21px
        }

    .drive-file.is-boxed.is-small .file-icon .fa {
        font-size: 14px
    }

    .drive-file.is-boxed.is-medium .file-icon .fa {
        font-size: 28px
    }

    .drive-file.is-boxed.is-large .file-icon .fa {
        font-size: 35px
    }

    .drive-file.is-boxed.has-name .file-cta {
        border-radius: 4px 4px 0 0
    }

    .drive-file.is-boxed.has-name .file-name {
        border-radius: 0 0 4px 4px;
        border-width: 0 1px 1px
    }

    .drive-file.is-centered {
        justify-content: center
    }

    .drive-file.is-fullwidth .file-label {
        width: 100%
    }

    .drive-file.is-fullwidth .file-name {
        flex-grow: 1;
        max-width: none
    }

.file-label {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

    .file-label:hover .file-cta {
        background-color: #eee;
        color: #363636
    }

    .file-label:hover .file-name {
        border-color: #d5d5d5
    }

    .file-label:active .file-cta {
        background-color: #e8e8e8;
        color: #363636
    }

    .file-label:active .file-name {
        border-color: #cfcfcf
    }

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta, .file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: 2em;
    padding-right: 0em;
}

.file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    height: 35px;
    border-left: 1px solid #dbdbdb;
    line-height: 33px;
}

.file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

.drive-file-icon .fa {
    font-size: 14px
}

.drive-selector-option-records {
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-bottom: 6px;
    background-color: #fbfbfb;
}






@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /*Search Tab Drive*/
    #divDriveSearch {
        width: inherit;
        height: 62px;
        padding: 8px;
        margin-right: 10px;
    }

    #driveFormControl {
        width: 554px;
        height: 40px;
        padding: 2px 12px;
        font-size: 18px;
        line-height: 1.428571429;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    #tdEmpty {
        display: -ms-flexbox;
    }

    #driveLabelPreview {
        position: -ms-device-fixed;
        text-align: right;
        display: -ms-flexbox;
        width: 220px;
        padding-left: 36px;
        color: #175dab;
        font-size: 12px;
        vertical-align: middle;
    }
    /*Table*/
    #driveSpanIcon {
        background: url('../images/icons/folder.svg') no-repeat;
        display: -ms-flexbox;
        vertical-align: middle;
        width: 17px;
        height: 24px;
        float: left;
    }

    .scrollTable th, .scrollTable td {
        width: 288px !important;
        text-align: center;
        border: 1px solid #E0E0E0;
    }
}


.drive-dialog {
    min-width: 400px;
    max-width: 800px;
    border-radius: 12px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 10px rgba(0,0,0,0.23) !important;
}

    .drive-dialog:hover {
        box-shadow: 0 7px 12px rgba(0,0,0,0.19), 0 5px 8px rgba(0,0,0,0.23) !important;
        font-weight: 400 !important;
    }

    /* customize scrollbar css */
    .drive-dialog ::-webkit-scrollbar {
        width: 13px;
        background-color: #ffffff;
        border: 1px solid white;
        cursor: pointer !important;
    }

    .drive-dialog ::-webkit-scrollbar-track {
        border: 1px #ffffff solid;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 6px #c8c8c8 inset;
    }

    .drive-dialog ::-webkit-scrollbar-thumb {
        background-color: #999999;
        border-radius: 16px;
    }

        .drive-dialog ::-webkit-scrollbar-thumb:hover {
            background-color: #999999;
            border: 1px solid #ffffff;
        }

        .drive-dialog ::-webkit-scrollbar-thumb:active {
            background-color: #999999;
            border: 1px solid #ffffff;
        }

    .drive-dialog ::-webkit-scrollbar-button:start:decrement {
        background-color: white;
    }

    .drive-dialog ::-webkit-scrollbar-button:end:increment {
        background-color: white;
    }

    .drive-dialog ::-webkit-scrollbar-track-piece {
        background-color: #d4d4d4;
        border: 1px solid white;
        border-radius: 10px;
    }

/*CSS per il condividi*/
.cloud-dialog-content select {
    font-family: 'Font Awesome 5 Pro', 'Roboto';
    width: min-content;
    margin-left: 5px;
    display: none;
}

    .cloud-dialog-content select option {
        font-family: 'Font Awesome 5 Pro','Roboto';
    } 

.cloud-dialog-content button {
    font-family: 'Font Awesome 5 Pro','Roboto';
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1C7eaf; 
    height: 35px;
}

    .cloud-dialog-content button:hover, .cloud-dialog-content button:focus {
        border: 1px solid #1c7eaf;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }


/*#shareDialog {
    display: none;
}*/

.cloud-dialog-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.share-item-input {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.copy-item-input {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

.share-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
}

    .share-item input[type="text"] {
        width: calc(100% - 110px);
    }

.shared-users {
    margin-top: 20px;
}

    .shared-users ul {
        list-style-type: none;
        padding: 0;
        overflow: auto;
        height: 180px;
    }

    .shared-users li {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 5px 10px;
    }

        /* .shared-users li span {
            flex: 1;
        }*/

        .shared-users li select {
            width: auto;
        }

.pending-request-disabled {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#fileInput {
    margin-bottom: 20px;
}

.file-list {
    margin-top: 30px;
}

#fileList {
    list-style: none;
    padding: 0;
}

    #fileList li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background-color: #f9f9f9;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

        #fileList li i {
            margin-right: 10px;
            color: #888;
            font-size: 22px;
        }

        #fileList li:last-child {
            margin-bottom: 0;
        }

.drive-profile {
    margin-bottom: 20px;
}

    .drive-profile label {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        background-color: #f9f9f9;
        padding: 10px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: inline-block;
    }


.user-item {
    list-style: none;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

    .user-item span {
        font-weight: bold;
        color: #333;
        margin-right: 10px;
    }

    .user-item select {
        color: #333;
        cursor: pointer;
        margin: 0;
    }

.drive-role-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.drive-email-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.drive-update-icon {
    padding: 5px;
    cursor: pointer;
}

.drive-remove-icon, .drive-remove-all-icon {
    padding: 5px;
    cursor: pointer;
}



.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: unset !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    font-family: 'Font Awesome 5 Pro', 'Roboto' !important;
}

.jconfirm-buttons {
    width: 100% !important;
}

span#shareType {
    font-family: 'Font Awesome 5 Pro';
    max-width: max-content;
    display:none;
}

/*#divDriveEmailSpan {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    max-height: 100px;
    overflow: auto;
    align-items: flex-start;
}*/

#divDriveEmailSpan {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    width: 100%;
    height:100%;
    /*max-height: 150px;*/
    overflow: auto;
    margin-bottom: 10px;
}

#divDriveTableEmailList th {
    position: sticky;
    top: 0;
    font-family: 'Font Awesome 5 Pro', 'Roboto';
    background-color: #1C7eaf;
    color: #fff;
    font-weight:400;
}

#divDriveEmailInput {
    display: none;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 100%;
    overflow: auto;
    align-items: flex-start;
    margin-bottom: 5px;
}

#activityTable { 
    display: block;
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
    /* height: 300px; */
    max-height: 500px;
} 

    #activityTable thead {
        position: sticky;
        top: 0;
        font-family: 'Font Awesome 5 Pro', 'Roboto';
        background-color: #1C7eaf;
        color: #fff;
    }

    #activityTable tr {
        border-bottom: 1px solid #ececec;
    }
    
    #activityTable th, #activityTable td {
        padding: 8px;
        text-align: left;
        font-weight: 400;
    } 


#refreshUserAccess {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.file-specific-users-edit-link-copy, .file-specific-users-read-link-copy {
    cursor: pointer;
}

.file-organization-edit-link-copy, .file-organization-read-link-copy {
    cursor: pointer;
}

.file-anonymous-edit-link-copy, .file-anonymous-read-link-copy {
    cursor: pointer;
}

.drive-main-edit-link-container, .drive-main-read-link-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.drive-edit-link-container, .drive-read-link-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.drive-users-edit-container, .drive-users-read-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}

.form-role {
    font-weight: 400;
    color: #333;
    margin-right: 10px;
}

#activityDialog {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

    #activityDialog::-webkit-scrollbar {
        width: 3px
    }

    #activityDialog::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1)
    }

    #activityDialog::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 3px
    }

span.span-font-awesome {
    font-family: 'Font Awesome 5 Pro', 'Roboto';
}

.refresh-user-access {
    cursor: pointer;
}
.form-drive {
    display: block;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    color: #1f1f1f;
    background-color: #fff;
    float: left;
    /* border: 2px solid #e5e6e7; */
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    /* line-height: 21px; */
    /* outline: none; */
    outline: none;
}

    .form-drive:focus {
        border: 1px solid #1c7eaf;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff; 
    }


.drive-remove-email{
    cursor: pointer;
}

.cloud-login {
    display: flex;
    padding-left: 52px; 
}

.cloud-login-title{
    color:black;
}

#cloudLoadingSpinner img { 
    position: absolute;
    width: 40px; 
    left: 50%;
}
 