﻿@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    src: url("../fonts/OpenSans-Light.eot") format("embedded-opentype");
    src: url("../fonts/OpenSans-Light.woff") format("woff");
    src: url("../fonts/OpenSans-Light.svg") format("svg");
}



@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
    src: url("../fonts/OpenSans-Semibold.eot") format("embedded-opentype");
    src: url("../fonts/OpenSans-Semibold.woff") format("woff");
    src: url("../fonts/OpenSans-Semibold.svg") format("svg");
}


@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    src: url("../fonts/OpenSans-Regular.eot") format("embedded-opentype");
    src: url("../fonts/OpenSans-Regular.woff") format("woff");
    src: url("../fonts/OpenSans-Regular.svg") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    src: url("../fonts/OpenSans-Bold.eot") format("embedded-opentype");
    src: url("../fonts/OpenSans-Bold.woff") format("woff");
    src: url("../fonts/OpenSans-Bold.svg") format("svg");
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


html {
    font-size: 100%;
}


body {
    line-height: 1.231;
    background-color: #ffffff;
    font-size: 0.813em;
}

body, button, input, select, textarea, h2, h1, label {
    font-family: "Open Sans",Arial, sans-serif;
    font-weight: normal;
    color: #333333;
}

.smart-form .label {
    color: #808080;
    font-size: 1.125em;
}

h1.text-danger {
    font-size: 1.500em;
}

h2.text-danger {
    font-weight: normal;
    font-size: 1.188em;
}

#ArxDriveContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}


#ArxDriveHeader {
    width: 100%;
    margin: 0 auto;
    background: none repeat scroll 0 0 #f4f4f4 !important;
    border-bottom: 1px solid #eeeeee !important;
}

#ArxDriveContent {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10em;
}

#ArxDriveFooter {
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #f4f4f4;
    border-top: 1px solid #eeeeee;
    font-size: 0.750em;
    text-align: left;
    color: #808080;
}

    #ArxDriveFooter a {
        color: #808080;
        text-decoration: none;
        font-size: 1.063em;
    }


#companyInfo {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

#footerInformation {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.ArxDriveLogoError,
.ArxDriveLogo {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 5px;
}

    .ArxDriveLogo a {
        background-image: url("../Img/ArxDrive-64x64.png");
        background-position: top left;
        background-repeat: no-repeat;
        height: 64px;
        width: 64px;
        display: block;
        text-decoration: none;
    }

    .ArxDriveLogoError span,
    #applicationName a {
        font-size: 1.250em;
        font-weight: bold;
        color: #808080;
        background-image: none;
        padding: 0px;
        padding-top: 20px;
        padding-left: 10px;
    }

#userLogged {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
#userLogged button.userConnectedName {
    width: 130px;
}
#userLogged ul.userConnectedMenu {
    width: 130px;
}


    #userLogged button.userConnectedName {
        width: 130px;
    }

    #userLogged ul.userConnectedMenu {
        width: 130px;
    }


.pageTitle {
    font-size: 1.250em;
    color: #808080;
    font-weight: bold;
}

#errorBox {
    border: 1px solid #808080;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.67);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.67);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.67);
}

/*stile breadcrumb*/
#breadcrumb {
    font-size: 1.125em;
}

    #breadcrumb span {
        color: #808080;
    }

.separator {
    margin-left: 10px;
    margin-right: 10px;
}

/*fine stile breadcrumb*/

.checkbox {
    color: #808080;
    font-family: "Open Sans",Arial, sans-serif;
}

label input.checkbox[type="checkbox"] + span:before,
label input.checkbox[type="checkbox"]:checked + span:before {
    border: 1px solid #ff9900;
}

label input.checkbox[type="checkbox"]:checked + span:before {
    color: #ff9900;
}

label:hover input.checkbox[type="checkbox"]:checked + span:before,
label:hover input.checkbox[type="checkbox"] + span:before {
    border: 1px solid #ff9900;
}

.smart-form .checkbox input + i:after {
    color: #ff9900;
}

.smart-form .radio input:checked + i,
.smart-form .checkbox input:checked + i,
.smart-form .toggle input:checked + i {
    border-color: #ff9900;
}

.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
    border-color: #ff9900;
}

.smart-form .input input:focus,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .radio input:focus + i,
.smart-form .checkbox input:focus + i,
.smart-form .toggle input:focus + i {
    border-color: #ff9900;
}

/*stili tabelle*/

.ColVis {
    display: none;
}

table {
    font-size: 1.000em;
    font-family: "Open Sans",Arial, sans-serif;
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: normal;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #dddddd;
        color: #808080;
        font-weight: bold;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 5px 5px 5px 5px;
        vertical-align: middle;
        border-bottom: none;
    }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

div.dt-bottom-row {
    display: none;
}

table.dataTable.display tbody td p {
    width: 100%;
    word-wrap: break-word;
    text-align: justify;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #e7e7e9;
}

table.dataTable tbody tr.selectedArxDrive,
table.dataTable tbody tr.even.selectedArxDrive,
table.dataTable tbody tr.odd.selectedArxDrive {
    background-color: #cdcdcd !important;
}

div.dataTables_filter {
    position: static;
    margin-top: 5px;
    margin-right: 5px;
}

.rowResponsive {
    color: #808080;
    font-weight: bold;
    font-size: 1.000em;
    font-family: "Open Sans",Arial, sans-serif;
}


.iconaSearch {
    height: 32px;
    display: block;
    float: left;
    width: 20%;
    padding-top: 7px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    text-align: center;
}

.iconaSearchModale {
    display: block;
    float: left;
    width: 20%;
    padding-top: 7px;
    height: 23px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    text-align: center;
}

.searchTypeContainer {
    display: block;
    float: left;
    width: auto;
    border-right: none;
}

#folderList_filter {
    margin-top: 5px;
}

    #folderList_filter input.form-control {
        max-width: 300px;
    }


#tableCampi_filter {
    float: left;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

    #folderList_filter input:hover,
    #tableCampi_filter input:hover {
        border: 1px solid #ff9900;
    }


    #tableCampi_filter .form-control {
        width: 70%;
        margin-bottom: 10px;
    }


#folderList tbody tr:hover,
#folderList tbody tr.odd:hover,
#folderList tbody tr.even:hover,
#folderList tbody tr:hover,
#folderList tbody tr.odd:hover,
#folderList tbody tr.even:hover {
    background-color: #fff6eb;
}

#folderList tbody tr {
    cursor: pointer;
}

.tableImage {
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    height: 40px;
}

    .tableImage span {
        margin-left: 50px;
        padding-top: 12px;
        display: block;
        width: auto;
    }


.tableImageFolder {
    background-image: url("../Img/formato/folder.png");
}

.tableImageDocument {
    background-image: url("../Img/formato/document.png");
}

.tableImageDocument_doc {
    background-image: url("../Img/formato/ico_doc.png");
}

.tableImageDocument_ppt {
    background-image: url("../Img/formato/ico_ppt.png");
}

.tableImageDocument_xls {
    background-image: url("../Img/formato/ico_xls.png");
}

.tableImageDocument_img {
    background-image: url("../Img/formato/ico_img.png");
}

.tableImageDocument_pdf {
    background-image: url("../Img/formato/ico_pdf.png");
}

.tableImageDocument_txt {
    background-image: url("../Img/formato/ico_txt.png");
}


.tableImageDownload {
    background-repeat: no-repeat;
    background-position: left;
    display: block;
}

    .tableImageDownload span {
        margin-left: 20px;
        padding-top: 0px;
        display: block;
    }

.tableImage_Attach,
.tableImage_Version {
    background-image: url("../Img/Down16.png");
}

/* unvisited link*/
#breadcrumb a:link {
    color: #000000;
    text-decoration: none;
}

/* visited link*/
#breadcrumb a:visited {
    color: #000000;
    text-decoration: none;
}

/* mouse over link*/
#breadcrumb a:hover {
    color: #000000;
    text-decoration: none;
}

/* selected link */
#breadcrumb a:active {
    color: #000000;
    text-decoration: none;
}

table.dataTable tbody td a:link {
    display: inline-block;
}

.dataTables_empty {
    font-size: 1.250em;
    font-family: "Open Sans",Arial, sans-serif;
    color: #808080;
}



table.arxDriveTable {
    font-size: 1.000em;
    font-family: "Open Sans",Arial, sans-serif;
}

    table.arxDriveTable thead th,
    table.arxDriveTable thead td {
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #dddddd;
        color: #808080;
        font-weight: bold;
    }

    table.arxDriveTable tbody th,
    table.arxDriveTable tbody td {
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #dddddd;
        text-align: left;
    }

    table.arxDriveTable tbody tr.odd {
        background-color: #f9f9f9;
    }

#tableCampi th.sorting_disabled {
    display: none;
}

/*fine stili tabelle*/

#breadcrumb a.breadSelected {
    color: #ff9900;
}


/*stili tooltip*/

.smart-form .tooltip, .tooltip-inner {
    background: #f4f4f4;
    font-family: "Open Sans",Arial, sans-serif;
    color: #808080;
}

.tooltip-inner {
    background-color: #ffc369;
}


.tooltip.top .tooltip-arrow {
    border-top-color: #ffc369;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #ffc369;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #ffc369;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ffc369;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffc369;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffc369;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #ffc369;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #ffc369;
}


/*fine stili tooltip*/

/*stili dialog*/

.ui-dialog .ui-dialog-titlebar {
    background-color: #f4f4f4;
}

.ui-dialog .ui-dialog-title {
    font-family: "Open Sans",Arial, sans-serif;
    font-size: 0.750em;
    color: #808080;
    padding: 10px 0px 10px 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    background-color: #f4f4f4;
}

/*fine stili dialog*/

/*stili accordion*/
#accordion {
    height: 300px;
}

.ui-accordion .ui-accordion-header {
    font-family: "Open Sans",Arial, sans-serif;
    font-size: 0.938em;
    color: #808080;
}

.ui-state-hover {
    background: red;
}

/*fini stili accordion*/

/*stili operazioni nel tooltip*/

.operationBlock {
    width: 100%;
    font-family: "Open Sans",Arial, sans-serif;
    color: #808080;
}


    .operationBlock a:link,
    .operationBlock a:visited,
    .operationBlock a:hover,
    .operationBlock a:active {
        color: #808080;
        text-decoration: none;
    }

/*fini operazioni nel tooltip*/

.smart-form a {
    height: 31px;
}

.smart-form .radio {
    color: #808080;
    font-family: "Open Sans",Arial, sans-serif;
}

    .smart-form .radio input + i:after {
        background-color: #ff9900;
    }

    .smart-form .radio input:checked + i, .smart-form .checkbox input:checked + i, .smart-form .toggle input:checked + i {
        border-color: #ff9900;
    }

select.input-sm:focus {
    border: 1px solid #ff9900;
}

.tree li span {
    border: 1px dotted #808080;
    transition: none;
}

.jarviswidget > header h2 {
    font-size: 1.188em;
    color: #808080;
}

.jarviswidget > header {
    background: none repeat scroll 0 0 #fffaf4;
}


.tree li.parent_li > span:hover {
    background-color: #fffaf4;
    border: 1px solid #ff9900;
    color: #808080;
}

    .tree li.parent_li > span:hover + ul li::before {
        border-left-color: #ff9900;
    }

    .tree li.parent_li > span:hover + ul li::after {
        border-top-color: #ff9900;
    }

    .tree li.parent_li > span:hover + ul li span {
        background: #fffaf4 !important;
        border: 1px solid #ff9900;
        color: #808080;
    }

/* unvisited link*/
.tree a:link {
    color: #808080;
    text-decoration: none;
}

/* visited link*/
.tree a:visited {
    color: #808080;
    text-decoration: none;
}

/* mouse over link*/
.tree a:hover {
    color: #808080;
    text-decoration: none;
}

/* selected link */
.tree a:active {
    color: #808080;
    text-decoration: none;
}

.smart-form .input-file .button {
    background-color: #ff9900;
    color: #ffffff;
    font-size: 0.938em;
    font-weight: bold;
}

    .smart-form .input-file .button:hover {
        background-color: #dddddd;
        color: #000000;
    }

.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
    border-color: #ff9900;
}

.bottoneMenu {
    background-position: center;
    background-repeat: no-repeat;
    height: 31px;
    width: 31px;
}

.bottoneMenuFolder.disabled {
    background-image: url("../Img/folder_disabled.png");
}

.bottoneMenuFolder {
    background-image: url("../Img/folder_enabled.png");
}

    .bottoneMenuFolder:hover {
        background-image: url("../Img/folder_disabled.png");
    }

.bottoneMenuProfile.disabled {
    background-image: url("../Img/documenti_disabled.png");
}

.bottoneMenuProfile {
    background-image: url("../Img/documenti_enabled.png");
}

    .bottoneMenuProfile:hover {
        background-image: url("../Img/documenti_disabled.png");
    }

/*stili popoover*/

.popover-title {
    color: #808080;
    font-family: "Open Sans",Arial, sans-serif;
    text-align: center;
    font-weight: bold;
}

/*fine stili popover*/

/*stili dettagli*/
.row {
    color: #808080;
    font-family: "Open Sans",Arial, sans-serif;
}

.lblDato {
    border-bottom: 1px solid #808080;
    margin-bottom: 5px;
    font-weight: bold;
    padding-bottom: 3px;
}

/*fine stili dettagli*/

.saveInTable {
    background: none;
    border: none;
    background-image: url("../Img/ok_16.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 24px;
}

#formAdd a {
    vertical-align: top;
    height: 24px;
    padding: 0px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Open Sans",Arial, sans-serif;
}

.widget-body.no-padding {
    margin: 0px;
    margin-top: 10px;
}

.widget-body-toolbar {
    border: none;
    background: none;
}

@media screen and (min-width: 320px) {

    #boxLogin {
        width: 100%;
    }

        #boxLogin button {
            width: 100%;
        }
}

@media screen and (min-width: 480px) {

    #boxLogin {
        width: 100%;
    }

        #boxLogin button {
            width: 100%;
        }
}

/* -----------------------------------
IPAD PORTRAIT
------------------------------------ */

@media screen and (min-width: 768px) {


    #boxLogin {
        width: 70%;
    }


        #boxLogin button {
            width: 30%;
        }

    #boxInfo {
        width: 25%;
    }
}

/* -----------------------------------
IPAD LANDSCAPE + NETBOOK
------------------------------------ */
@media screen and (min-width: 1024px) {


    #boxLogin {
        width: 50%;
    }

        #boxLogin button {
            width: 30%;
        }

    #boxInfo {
        width: 45%;
    }
}

/* -----------------------------------
DESKTOP
------------------------------------  */
@media screen and (min-width: 1200px) {
    #boxLogin {
        width: 30%;
    }

    #boxInfo {
        width: 65%;
    }
}

#campiIcona, #ORIGINALE {
    cursor: default !important;
}

#campiIcona {
    width: auto !important;
    max-width: 250px !important;
    white-space: nowrap !important;
    color: transparent;
}

.backButton {
}

    .backButton.bottomRight {
        position: absolute;
        bottom: 100px;
        margin-bottom: 7px;
        margin: 7px;
        right: 0;
    }


.loadingMask {
}

.nowrap {
    white-space: nowrap !important;
}

#contextMenuPopOver .dropdown-menu > li > a {
    padding: 3px 10px;
    color: #3276b1 !important;
}

    #contextMenuPopOver .dropdown-menu > li > a:hover,
    #contextMenuPopOver .dropdown-menu > li > a:focus {
        text-decoration: underline !important;
        background-color: transparent !important;
        color: #3276b1 !important;
    }

#contextMenuPopOver .dropdown-menu > .active > a,
#contextMenuPopOver .dropdown-menu > .active > a:hover,
#contextMenuPopOver .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #3276b1;
}

.form-control-multiSelection {
    border: 1px solid transparent !important;
    padding: 0px 0px 0px 0px !important;
}

.select2-container {
    width: 100% !important;
}

.span2 > img {
    width: 50px !important;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-color: #3276b1 !important;
    border: 1px solid #2a6395 !important;
    cursor: pointer !important;
}

.select2-search-choice .fa.fa-pencil {
    cursor: pointer !important;
}

.select2-result {
    border-bottom: 1px solid #dddddd;
    color: #808080 !important;
    font-weight: bold;
    min-height: 25px;
}

.select2-results .select2-highlighted {
    background: #dddddd none repeat scroll 0 0 !important;
    color: #3276b1 !important;
}

.ui-datepicker {
    z-index: 99 !important;
}

label.group {
    border-bottom: 1px solid #cccccc; 
    font-size: larger; 
    color: #808080;
    font-weight: bold;
}

div.textAreaHighlighted textarea {
     background: #FCF9A6 none repeat scroll 0 0;
}

.cliccable {
    cursor: pointer !important;
}

.transparentBorder {
    border: 1px solid transparent !important;
}

#tableFascicoli {
    -moz-user-select: none;
}

#sidebarWrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 60%;
    height: 100%;
    overflow-y: auto;
    background: none repeat scroll 0 0 #f4f4f4 !important;
    border-bottom: 1px solid #eeeeee !important;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}
 #sidebarWrapper.collapsed {
        width: 0 !important;;
    }

 #previewCarousel .carousel-indicators li {
        border: 1px solid orange;
        background-color: white;
    }

    #previewCarousel .carousel-indicators .active {
        background-color: orange;
        border: 1px solid orange;
    }

 
  #previewCarousel .carousel-indicators {
  
  top: 10px;
  height: 35px;
      width: 500px;
}

 #previewCarousel .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
 {
    top: 2%;
}
    
    
#previewCarousel .carousel-control.left, .carousel-control.right 
{
         background-image: none;
         background-repeat: no-repeat
}

    #previewCarousel .carousel-inner {
    width: 100%;
    padding-bottom: 4%;
      height: auto !important;
}

     #previewCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    
    margin-bottom: 50px;
}

     .glyphicon-plus {
        color: orange;    
   }

     .previewCarouselWell {
    padding: 0px;
}

     .viewer {
height:1000px;
    width: 100%;
position: relative;
}

       .ui-resizable-w {
    width: 16px;
}

     .mright5Preview {
    margin-right: 5px;
    opacity: 1;
     white-space: nowrap;
}

