﻿/* Google Fonts: Source Sans Pro - Latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v11-latin-300.eot');
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'), url('../fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), url('../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v11-latin-regular.eot');
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v11-latin-600.eot');
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('../fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'), url('../fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), url('../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg');
}

/* Margin Utility
/* Usage: m+[t|r|b|l]+[s=5px|m=10px|l=20px|0=0px]*/
.mt0 {
    margin-top: 0 !important;
}

.mts {
    margin-top: 5px !important;
}

.mtm {
    margin-top: 10px !important;
}

.mtl {
    margin-top: 20px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mrs {
    margin-right: 5px !important;
}

.mrm {
    margin-right: 10px !important;
}

.mrl {
    margin-right: 20px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mbs {
    margin-bottom: 5px !important;
}

.mbm {
    margin-bottom: 10px !important;
}

.mbl {
    margin-bottom: 20px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mls {
    margin-left: 5px !important;
}

.mlm {
    margin-left: 10px !important;
}

.mll {
    margin-left: 20px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.padding0 {
    padding: 0 !important
}

.padding10 {
    padding: 10px !important
}

.pb2 {
    padding-bottom: 2px !important;
}

.pt8 {
    padding-top: 8px !important;
}

.borderNone {
    border-style: none !important;
}

.overflowHidden {
    overflow: hidden;
}

.dBlock {
    display: block;
    font-size: 20px;
    white-space: break-spaces;
}

/* Label Fix font-size */
.label {
    font-size: 100%;
}

/* Workaround AjaxControlToolkit AsyncFileUpload with Firefox 22+ */
.firefoxAFU input {
    width: 100% !important;
}

/* Workaround Bootstrap button group+tooltip */
.btn-group > .tooltip + .btn {
    margin-left: -1px;
}

/* Console Style */
.consoleText {
    display: block;
    max-height: 300px;
    text-align: left;
    font-size: 11px;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 2px;
    overflow: auto;
}

.preTextFile {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    line-height: 20px;
    font-size: 14px;
}

/* iAccordion */
.iAccordion-head {
    color: #4d4d4d;
    background-color: #e6e7e8;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 1px;
    margin: 5px 0 0 0;
}

.iAccordion-body {
    padding: 5px 20px;
}

/* Image in Tables */
.trImg {
    max-height: 28px;
}

.trImgSmall {
    width: auto;
    max-height: 34px;
    max-width: 114px;
}

.trImgBig {
    width: auto;
    max-height: 80px;
    max-width: 230px;
}

.trVidBig {
    width: 143px;
    height: 80px;
}

.iYoutube {
    vertical-align: middle;
    color: #cd201f;
}

.tbMinWidthS {
    min-width: 80px;
}

.tbMinWidthM {
    min-width: 160px;
}

.tbMinWidthL {
    min-width: 250px;
}

.squarePreview {
    width: 100px;
    height: 100px;
}

/* Throbber Image */
.loading {
    width: 16px !important;
    height: 11px !important;
    margin: 11px;
}

/* Comments */
.panel-chat {
    max-height: 600px;
    min-height: 180px;
    height: initial;
}

.customChat {
    max-height: 692px; /*min-height:180px;*/
    height: initial;
    overflow-y: auto;
}

/* Dashboard */
a.serviceTile h4 {
    color: #444;
}

a.serviceTile:hover h4 {
    color: #000;
}

a.serviceTile:hover {
    text-decoration: none;
}

    a.serviceTile:hover .panel-primary .panel-body {
        border-color: #bbb;
        border-top-color: #34495e;
    }

/* Public.Master */
.bg-img {
    /*
    background-color: #e6e7e8;
    background: url(../img/business-bg.jpg) no-repeat center center fixed;
        */
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-color: #e6e7e8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .bg-img body {
        background-color: transparent;
    }

.containerFixed {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
@media (min-width: 768px) {
    .containerFixed {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .containerFixed {
        width: 970px;
    }
}
    */

@media (min-width: 1200px) {
    .containerFixed {
        width: 1170px;
    }
}
    

/* Labels */
.label.lblCheckin {
    background-color: #008000;
    font-size: 27px;
    vertical-align: bottom;
    display: inline-block;
}

.label.lblCheckout {
    background-color: #ff0000;
    font-size: 27px;
    vertical-align: bottom;
    display: inline-block;
}

.label.lblLg {
    font-size: 100% !important;
}

.label.lblXL {
    font-size: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-top: 6px;
}

    .label.lblXL .btn {
        padding: 1px 5px;
    }

/* VCard */
.vCardContainer {
    overflow-x: auto !important;
}

#vCard {
    width: 297px;
    height: 185px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}

    #vCard .vHead {
        height: 50px;
        padding: 16px 15px 12px 25px;
    }

        #vCard .vHead img {
            max-height: 20px;
        }

    #vCard .vBody {
        text-align: center;
        clear: both;
    }

    #vCard .vBodyLeft, #vCard .vBodyRight {
        float: left;
    }

    #vCard .vBodyLeft {
        width: 100px;
        padding-top: 5px;
        padding-left: 10px;
    }

        #vCard .vBodyLeft .visCode {
            margin: 5px 0 0;
            font-size: 12px;
        }

        #vCard .vBodyLeft .lblCode {
            font-size: 15px;
            font-weight: bold;
        }

    #vCard .vBodyRight {
        width: 195px;
        padding-right: 20px;
    }

        #vCard .vBodyRight .lblVisitor {
            font-size: 17px;
            font-weight: bold;
            line-height: 27px;
            text-transform: uppercase;
            display: block;
            margin-bottom: 5px;
        }

        #vCard .vBodyRight .lblOrganization {
            font-size: 16px;
            font-weight: bold;
            line-height: 20px;
            display: block;
            margin-bottom: 10px;
        }

        #vCard .vBodyRight .lblCheckin {
            line-height: 20px;
            display: block;
            margin-bottom: 10px;
        }

        #vCard .vBodyRight .lblRole {
            line-height: 20px;
            display: block;
        }

.vcard-std {
    width: 297px;
    height: 185px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}

    .vcard-std .vHead {
        height: 50px;
        padding: 16px 15px 12px 25px;
    }

        .vcard-std .vHead img {
            max-height: 20px;
        }

    .vcard-std .vBody {
        text-align: center;
        clear: both;
    }

    .vcard-std .vBodyLeft, .vcard-std .vBodyRight {
        float: left;
    }

    .vcard-std .vBodyLeft {
        width: 100px;
        padding-top: 5px;
        padding-left: 10px;
    }

        .vcard-std .vBodyLeft .visCode {
            margin: 5px 0 0;
            font-size: 12px;
        }

        .vcard-std .vBodyLeft .lblCode {
            font-size: 15px;
            font-weight: bold;
        }

    .vcard-std .vBodyRight {
        width: 195px;
        padding-right: 20px;
    }

        .vcard-std .vBodyRight .lblVisitor {
            font-size: 17px;
            font-weight: bold;
            line-height: 27px;
            text-transform: uppercase;
            display: block;
            margin-bottom: 5px;
        }

        .vcard-std .vBodyRight .lblOrganization {
            font-size: 16px;
            font-weight: bold;
            line-height: 20px;
            display: block;
            margin-bottom: 10px;
        }

        .vcard-std .vBodyRight .lblCheckin {
            line-height: 20px;
            display: block;
            margin-bottom: 10px;
        }

        .vcard-std .vBodyRight .lblRole {
            line-height: 20px;
            display: block;
        }

@page {
    size: A4 landscape;
}

@media print {
    body * {
        visibility: hidden;
    }

    .vcard-std, .vcard-std * {
        visibility: visible;
    }

    .vcard-std {
        position: fixed;
        left: 0;
        top: 0;
    }

    /*
    #vCard, #vCard * {
        visibility: visible;
    }

    #vCard {
        position: fixed;
        left: 0;
        top: 0;
    }
    */

    #vCard, #vCard *, #vCardCustom, #vCardCustom * {
        visibility: visible;
    }

    #vCard, #vCardCustom {
        position: fixed;
        left: 0;
        top: 0;
    }



    #printCal, #printCal * {
        visibility: visible;
    }

    #printCal {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
    }
    /*fix*/
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
    /*.noPrint{display:none!important;}*/
    #page-content {
        min-height: 400px !important;
        height: 400px !important;
    }

    .container {
        width: 290mm;
    }

    [class*="panel-"].panel .panel-heading {
        border: 1px solid #ddd;
    }

    [class*="panel-"].panel .panel-body {
        padding: 20px;
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .vis-time-axis .vis-text.vis-measure {
        visibility: hidden !important;
    }

    .vis-tooltip {
        display: none !important;
    }
}

/* Signature */
#signature1, #signature2, .svgSignContainer {
    border: 1px solid #d2d3d6;
}

.svgSignContainer {
    padding: 5px 10px;
    width: 100%;
    min-height: 34px;
}

    .svgSignContainer img {
        max-width: 100%;
    }

.clearSign {
    position: absolute;
    top: 10px;
    right: 20px;
}

/* Layout */
#sidebar > li.active > a, #sidebar li.active i, #sidebar li.active a:hover i {
    background-color: #f7786b;
}

.panel-peach .panel-heading {
    background-color: #f7786b;
    border-color: #f7786b;
    color: #fff;
}

.panel-peach .panel-body {
    border-top: 2px solid #f7786b;
}

/* Privacy */
.textPrivacy {
    border: 1px solid #d2d3d6;
    background-color: #eee;
    padding: 5px 9px;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* LeftMenuIcon */
#leftmenu-trigger {
    background-image: none;
    overflow: hidden;
    text-align: center;
}

    #leftmenu-trigger i {
        opacity: 0.8;
        line-height: 44px;
        text-align: center;
        font-size: 22px;
    }

    #leftmenu-trigger:hover i {
        opacity: 1;
    }

/* Fix Dropdown Color in Top BAR */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff !important;
}
/* Fix Dropdown active/hover */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
}

.dropdown-menu > li > a:hover {
    background-color: #e6e7e8;
    color: #4d4d4d;
}

/* ddl panel heading/footer */
.panel-heading .form-control.input-sm {
    width: auto;
    float: right;
    margin-top: 5px;
}

.panel-footer .form-control.input-sm {
    width: auto;
    display: inline-block;
    margin: 0 3px;
}

/* Gestione 5 colonne in bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/**
Inizio TileNew
*/
.outer {
    align-items: center;
    display: flex;
    justify-content: center;
}

svg {
    width: 80%;
}

circle {
}

text {
    fill: #fff;
    font-size: 4.6rem;
    font-family: 'Source Sans Pro','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
}

.tilenew {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tiledivider {
    width: 95%;
    margin: 15px 0 15px 0;
}

.tile-title {
    white-space: nowrap;
}

.tile-btn {
    flex: 1;
    white-space: inherit;
    border-radius: 4px;
    width: 95%;
    margin-bottom: 10px;
    height: 60px;
    font-size: 1.8rem;
}

.tile-gray {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}

    .tile-gray:hover {
        color: #fff;
        background-color: #4d4d4d;
        border-color: #4d4d4d;
    }

.tile-svg-gray {
    fill: #7f7f7f;
}

    .tile-svg-gray:hover {
        fill: #4d4d4d !important;
        cursor: pointer;
    }

.tile-blue {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}

    .tile-blue:hover {
        color: #fff;
        background-color: #00739c;
        border-color: #00739c;
    }

.tile-svg-blue {
    fill: #00b0f0;
}

    .tile-svg-blue:hover {
        fill: #00739c !important;
        cursor: pointer;
    }

.tile-jeans {
    color: #fff;
    background-color: #556b8d;
    border-color: #556b8d;
}

    .tile-jeans:hover {
        color: #fff;
        background-color: #42536d;
        border-color: #42536d;
    }

.tile-svg-jeans {
    fill: #556b8d;
}

    .tile-svg-jeans:hover {
        fill: #42536d !important;
        cursor: pointer;
    }

.tile-green {
    color: #fff;
    background-color: #85c744;
    border-color: #85c744;
}

    .tile-green:hover {
        color: #fff;
        background-color: #6ca632;
        border-color: #6ca632;
    }

.tile-svg-green {
    fill: #85c744;
}

    .tile-svg-green:hover {
        fill: #6ca632 !important;
        cursor: pointer;
    }

.tile-orange {
    color: #fff;
    background-color: #efa131;
    border-color: #efa131;
}

    .tile-orange:hover {
        color: #fff;
        background-color: #dc8911;
        border-color: #dc8911;
    }

.tile-svg-orange {
    fill: #efa131;
}

    .tile-svg-orange:hover {
        fill: #dc8911 !important;
        cursor: pointer;
    }

.tile-red {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

    .tile-red:hover {
        color: #fff;
        background-color: #d62c1a;
        border-color: #d62c1a;
    }

.tile-svg-red {
    fill: #e74c3c;
}

    .tile-svg-red:hover {
        fill: #d62c1a !important;
        cursor: pointer;
    }

/**
    Fine TileNew
*/

.disabled-tile {
    opacity: 0.3;
    pointer-events: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;
    z-index: 100;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.tile-btn-disabled {
    opacity: 0.3;
    pointer-events: none;
    background-color: gray;
    z-index: 100;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.disabled-tile .tile-btn {
    background-color: gray;
    border-color: gray;
}

.disabled-tile .tile-svg {
    fill: gray;
}

.disabled-tile .tile-btn-disabled {
    opacity: initial;
}

.my-modal-footer {
    display: flex;
    justify-content: flex-end;
}




/**
    Paging hacking
*/
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


/* Dettaglio per decodifica di una entita' */
.form-group.cp-details {
    border: none !important;
    padding: 0;
}

    .form-group.cp-details:last-child {
        padding-bottom: 10px;
    }

.cp-block {
    display: block;
}

.cp-vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cp-right-20 {
    right: 20px;
}

.cp-docpdf-docs {
    overflow: auto;
}

.cp-docpdf-doc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #efedeb;
}

.cp-docpdf-label {
    font-size: 20px;
}

.cp-docpdf-page {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.largecheck input[type=checkbox] {
    transform: scale(1.5);
    margin: 6px;
}

.badge-logo {
    height: 40px;
    margin: 5px 0 0 0;
    border: thin solid #bdbdbd;
    padding: 2px;
    border-radius: 2px;
}

/*
.tiles-heading{
    display: flex;
}

    .tiles-heading .pull-left {
        white-space: nowrap;
        flex: 1;
        text-align: left;
    }
    */

.tiles-body {
    min-height: 140px;
}

.btn-home {
    padding-bottom: 2px;
}

.row-justify{
    display: flex;
    justify-content: center;
}