﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /*background-color: #fff;*/
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    border: none;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active {
        color: #333;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0px;
    /*max-width: 960px;*/
}

#body {
    background: url("../Images/sfondo.png") repeat;
    clear: both;
    /*padding-bottom: 35px;*/
    height: 100%;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 0px;
    padding-top: 30px;
}



header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}




/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

/*input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;    
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;

}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {       
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #ffffff;
    background-color: #e80c4d;
    /*font-weight: bold;*/
    border-color: #e80c4d;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    white-space: pre;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    background: url(../Images/campo-testo_errore.png) no-repeat;
    border: 0px; /*important*/
    width: 355px;
    height: 50px;
    padding: 0px 8px 0 8px;
    font-size: 1.2em;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


#tableLayout {
    background: url("../Images/sfondo.png") repeat;
    width: 100%;
    border: 0;
    margin: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    height: 100%;
}

#tablePanel {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    height: 100%;
}

table td {
    padding: 0;
}

#panelHeader {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

#panelLogo {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    height: 108px;
}



.tablePanelLeft {
    background-color: #fff;
    width: 240px;
    vertical-align: top;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

.tablePanelDetail {
    background-color: #fff;
    vertical-align: top;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

.tablePanelContent {
    vertical-align: top;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 10px 10px;
    text-align: center;
    /*height: 440px;*/
}

.tablePanelUpload {
    vertical-align: top;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    height: 150px;
}

.loginTab {
    width: 100%;
    border: 3px dashed blue;
}

.topBar {
    background-color: #4285BC;
    width: 100%;
    height: 36px;
}

#topBar {
    background-color: #4285BC;
    width: 100%;
    height: 36px;
}

#logoImg {
    background: url("../Images/cloudLogo.png") no-repeat;
    height: 80px;
    /*margin-top: -36px;*/
    margin-left: 20px;
}

#loginDiv {
    width: 703px;
    /*background: url("../Images/box-login.png") no-repeat;*/
    margin-left: auto;
    margin-right: auto;
    border: 0px solid blue;
}

#loginDivBack {
    background: url("../Images/box-login.png") no-repeat;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid blue;
    height: 438px;
    /*    margin-top:-50px;
    padding-top:50px;*/
}

#loginFooter {
    width: 703px;
}

#loginPanel {
    width: 100%;
    height: 40px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}



.aruBtnYellow {
    border: none;
    background: url("../Images/btn-yellow.png") no-repeat;
    width: 126px;
    height: 49px;
    cursor: pointer;
}

    .aruBtnYellow:hover {
        background: url("../Images/btn-yellow_hover.png") no-repeat;
        border: 1px solid #a6dbed;
    }

    .aruBtnYellow:focus {
        border: 1px solid #a6dbed;
    }

    .aruBtnYellow:disabled {
        opacity: 0.4;
        cursor: default;
        background-color: transparent; /*important*/
        border: none;
    }

.aruBtnBlue {
    text-align: center;
    border: none;
    background: url("../Images/btn-blu.png") no-repeat;
    width: 115px;
    height: 48px;
    cursor: pointer;
    color: white;
}

    .aruBtnBlue:hover {
        background: url("../Images/btn-blu_hover.png") no-repeat;
        border: 1px solid #a6dbed;
    }

    .aruBtnBlue:focus {
        border: 1px solid #a6dbed;
    }

.aruBtnGrey {
    border: none;
    background: url("../Images/btn-grey.png") no-repeat;
    width: 118px;
    height: 48px;
    cursor: pointer;
}

    .aruBtnGrey:hover {
        background: url("../Images/btn-grey.png") no-repeat;
        border: 1px solid #a6dbed;
    }

    .aruBtnGrey:focus {
        border: 1px solid #a6dbed;
    }

.loginInput {
    width: 300px;
}

.loginSelect {
    width: 310px;
}

.footerCopy {
    font-size: 0.9em;
    color: gray;
}

.title {
    color: #2f8cbe;
    font-size: 1.7em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /*font-weight: lighter;*/
}

.title_error {
    color: #E96433;
    font-size: 1.6em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
}

.smallTitle {
    color: #2f8cbe;
    font-size: 18px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    height: 25px;
}

.subtitle {
    color: #999999;
    font-size: 16px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.lineGrey {
    background: url("../Images/greyDot.png") repeat-x;
    height: 2px;
    margin-bottom: 10px;
}

.lineGreyNoMargin {
    background: url("../Images/greyDot.png") repeat-x;
    height: 2px;
}

.lineOmbra {
    background: url("../Images/ombra.png") no-repeat center;
    background-position: center -28px;
    height: 10px;
    /*margin-bottom: 10px;
    margin-top: -2px;*/
}

.path {
    color: #000;
    font-size: 0.85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
}

/*upload*/

.uploadDiv {
    padding: 10px;
    background-color: white;
    min-width: 680px;
    z-index: 100;
}

.uploadContent {
    padding: 0px;
    border: 2px dashed #BCBCBC;
    height: 140px;
    overflow: auto;
    border-radius: 0px;
    z-index: 100;
    /*background-color:white;*/
}

.uploadContentResize {
    position: absolute;
    top: 97px
}

/*Dettaglio Elementi*/
.detailDiv {
    background: url("../Images/sfondo.png") repeat;
    margin-bottom: 10px;
    width: 240px;
    overflow: hidden;
}

.detailTitle {
    color: #4285BC;
    font-size: 1.0em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    min-height: 20px;
    vertical-align: middle;
}

.detailRow {
    font-size: 14px;
    color: #606060;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    margin-left: 16px;
    /*padding-top:10px;
    padding-bottom:10px;*/
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}


#selectedSize {
    vertical-align: middle;
    background: url("../Images/dettagli-icona_dimensione.png") no-repeat;
    background-position: 8px center;
    padding-left: 32px;
}

#selectedDate {
    vertical-align: middle;
    background: url("../Images/dettagli-icona_data.png") no-repeat;
    background-position: 8px center;
    padding-left: 32px;
}

#selectedFiles {
    vertical-align: middle;
    background: url("../Images/dettagli-icona_files.png") no-repeat;
    background-position: 8px center;
    padding-left: 32px;
    margin-bottom: 10px;
}

#selectedSizeVal {
    font-weight: normal;
}

#selectedDateVal {
    font-weight: normal;
}

#selectedFilesVal {
    font-weight: normal;
}
/*-----------------------------------------------------*/

/*newDirectoryDlg*/
.info {
    padding: 15px;
    background-color: #e1fafa;
    border: 1px solid #7ac0da;
    margin-bottom: 10px;
}

#parentFolder {
    font-weight: bold;
    font-size: 0.95em;
}


#toDelete {
    font-weight: bold;
    font-size: 0.95em;
}

/*user message*/
.noMessage {
    padding: 0px;
}

.success {
    padding: 15px;
    color: #1C5D07;
    background-color: #CFE2C9;
    border: 2px solid #7BAE65;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.error {
    padding: 15px;
    color: #6A0504;
    background-color: #E8BFBF;
    border: 2px solid #DB8281;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    z-index: 2001;
}
/*bottoni*/
.buttonImg {
    padding: 0px;
    margin: 0px;
    position: relative; /*important*/
}

/*#delButton {
    width: 32px; 
    height: 32px; 
    background-image: url(../Images/icona-cestino.png);
    background-repeat: no-repeat; 
    background-position:center center;
    cursor:pointer;
    border:none;
    background-color: transparent; 
}*/

.delButton {
    width: 32px; /*follow your image's size*/
    height: 32px; /*follow your image's size*/
    background-image: url(../Images/icona-cestino.png);
    background-repeat: no-repeat; /*important*/
    background-position: center center;
    cursor: pointer;
    border: none;
    background-color: transparent; /*important*/
}

    .delButton:active {
        background-color: #c8c8c8;
    }

    .delButton:disabled {
        opacity: 0.5;
        cursor: default;
        background-color: transparent; /*important*/
    }

#addButton {
    width: 32px; /*follow your image's size*/
    height: 32px; /*follow your image's size*/
    background-image: url(../Images/icona-bucket.png);
    background-repeat: no-repeat; /*important*/
    background-position: center center;
    cursor: pointer;
    border: none;
    background-color: transparent; /*important*/
}

    #addButton:active {
        background-color: #c8c8c8;
    }

    #addButton:disabled {
        opacity: 0.5;
        cursor: default;
        background-color: transparent; /*important*/
    }

#reloadButton {
    width: 32px; /*follow your image's size*/
    height: 32px; /*follow your image's size*/
    background-image: url(../Images/reload.png);
    background-repeat: no-repeat; /*important*/
    background-position: center center;
    cursor: pointer;
    border: none;
    background-color: transparent; /*important*/
}

    #reloadButton:active {
        background-color: #c8c8c8;
    }

    #reloadButton:disabled {
        opacity: 0.5;
        cursor: default;
        background-color: transparent; /*important*/
    }

#tvContainer {
    width: 240px;
    overflow: auto;
    min-height: 150px;
}



#gridContainer {
    min-height: 191px;
}


#treeview {
    overflow: visible;
}

/*input di ricerca*/
.searchwrapper {
    width: 240px; /*follow your image's size*/
    height: 41px; /*follow your image's size*/
    background-image: url(../Images/search.png);
    background-repeat: no-repeat; /*important*/
    padding: 0px;
    margin: 0px;
    position: relative; /*important*/
}


.searchbox {
    border: 0px; /*important*/
    background-color: transparent; /*important*/
    position: absolute; /*important*/
    top: 2px;
    left: 9px;
    width: 195px;
    height: 36px;
    font-size: 0.85em;
    line-height: 36px;
}


.searchbox_submit {
    border: 0px; /*important*/
    background-color: transparent; /*important*/
    position: absolute; /*important*/
    top: 4px;
    left: 205px;
    width: 32px;
    height: 32px;
}

    .searchbox_submit:active {
        background-color: #c8c8c8;
        opacity: 0.2;
    }


/*inputtext con immagini*/
.inputwrapper {
    width: 370px; /*follow your image's size*/
    height: 50px; /*follow your image's size*/
    background-image: url(../Images/campo-testo.png);
    background-repeat: no-repeat; /*important*/
    padding: 0px;
    margin: 0px;
    position: relative; /*important*/
}

/*#searchwrapper form { display:inline ; }*/
.inputbox {
    background: url(../Images/campo-testo.png) no-repeat;
    border: 0px; /*important*/
    width: 355px;
    height: 50px;
    padding: 0px 8px 0px 8px;
    font-size: 1.2em;
    line-height: 50px;
}

.inputboxFile {
    background: url(../Images/campo-testo-rid.png) no-repeat;
    border: 0px; /*important*/
    width: 270px;
    height: 50px;
    padding: 0px 8px 0px 8px;
    font-size: 1.2em;
    line-height: 50px;
}

.inputboxExt {
    background: url(../Images/campo-testo-ext.png) no-repeat;
    border: 0px; /*important*/
    width: 60px;
    height: 50px;
    padding: 0px 8px 0px 8px;
    font-size: 1.2em;
    line-height: 50px;
}


/*remove border on select fields with chrome*/
*:focus {
    outline: 0;
}


div.custom-select {
    background: url(../Images/campo-selezione.png) no-repeat;
    position: relative;
    display: inline-block;
    width: 370px;
    height: 50px;
    overflow: hidden;
}

.custom-select select {
    background: transparent; /*important*/
    display: inline-block;
    padding: 15px 3px 3px 10px;
    font-size: 1.2em;
    outline: none; /* remove focus ring from Webkit */
    line-height: 1.2;
    border: 0;
    width: 390px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.login-input {
    margin-bottom: 5px;
    display: inline;
}

select::-ms-expand {
    display: none;
}




/* Select arrow styling */
/*.custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 0 7px;
        background: #000;
        color: white;
    }*/

.no-pointer-events .custom-select:after {
    content: none;
}

#grid tr:hover {
    background-color: #CCE5FC;
}

.orange {
    color: #f26532;
    /*color:white;*/
    font-weight: bold;
    padding-top: 4px;
    font-size: 18px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.logoutBtn {
    background: url(../Images/icona-logout.png) no-repeat;
    height: 24px;
    margin-left: 10px;
    padding-left: 30px;
    padding-top: 4px;
    color: #a6a6a6;
}

#topHeader {
    height: 100%;
}


#errorDiv {
    width: 703px;
    background: url("../Images/box-error.png") no-repeat;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid blue;
    height: 468px;
}

#uploaderDiv {
    z-index: 100;
    position: relative;
    clear: both;
}



#logoContainer {
    height: 112px;
    width: 100%
}

/*.gradient {
    background: url("../Images/bg_header_gradient.png") repeat-x;
    background-size: 100% 100%;
}*/

#logoBckColor {
    height: 47px;
}

#help {
    width: 100%;
    text-align: left;
    height: 300px;
    overflow: auto;
}

.aclTable {
    width: 100%;
    /*border: 1px solid white;*/
    border-spacing: 3px;
    height: 100%;
}

.aclTable_td {
    background-color: #e2e2e2;
    padding: 5px;
}

.testoGuida {
    margin: 10px;
    font-size: 16px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #353535
}

.reloadDiv {
    text-align: center;
    margin-top: 30px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}



.fixnav {
    /*background-color: #ffffff;*/
    height: 130px;
    margin: 0;
    width: 100%;
    border: 0px solid red;
    z-index: 50;
}

.Top {
    width: 100%;
    height: 50px;
    margin-top: -20px;
    border: 0px solid blue;
}

.TopHead {
    height: 50px;
    margin: 0 auto;
    position: relative;
    border: 0px solid green;
}

.zoneTopInfo {
    height: 130px;
    margin: 0 auto;
    border: 0px solid yellow;
}

.zoneLogo {
    width: 180px;
    position: absolute;
    top: -100px;
    left: 30px;
    z-index: 80;
    border: 0px solid red;
}

.zoneUser {
    margin-left: 260px;
    border: 0px solid green;
    padding-top: 28px;
}

.zoneLogout {
    margin-right: 8px;
    border: 0px solid green;
    padding-top: 4px;
}

.languageSelection {
    text-align: right;
    float: right;
    margin: 14px 4px 0 20px;
}

#titoloUploader {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
}

.cookies-validation-error {
    color: #ffffff;
    background-color: #e80c4d;
    /*font-weight: bold;*/
    border-color: #e80c4d;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    white-space: pre;
}
