﻿body {
    font-size: 13px;
}


/*CSS custom per restringere il menù*/
/*.sidebar {
    width:200px !important;
}

#page-wrapper {
    margin: 0 0 0 200px !important;
}*/

input:checked {
    accent-color: #337ab7;
}

.my-info {
    padding: 5px;
    color: #286090;
    font-size: 15px;
}

.pointer {
    cursor: pointer;
}

.space-right {
    margin-right: 10px;
}

.bootstrap-switch {
    display: block;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.dimension-control {
    min-width: 90px;
    margin-bottom: 15px;
}

.checkbox-height {
    height: 35px;
}

.marginAround {
    margin: 20px;
}

.hrNoMargin {
    margin: 0px;
}

.pull-right {
    margin-right: 5px !important;
}

.notifica {
    position: absolute;
    float: right;
    z-index: 1500;
    padding: 10px;
    margin: auto;
    border: 2px solid #54BD7B;
    border-radius: 8px;
    /* background: rgba(67, 176, 108, 0.9); */
    animation: trasla 1s;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    min-width: 250px;
    text-align: center;
    left: 0px;
    right: 0px;
    width: 100px;
    top: 0px;
    bottom: 0px;
    max-height: 100px;
}

@keyframes trasla {
    0% {
        transform: translateX(5px);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

.notifica:hover {
    animation: trasla 0.5s;
}

.greenText {
    color: green;
}

.redText {
    color: red;
}

.boldText {
    font-weight: bold;
}

.eye {
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    text-shadow: 0 0 4px black;
}


/*DASHBOARD*/
.dashBorder-right {
    border-right: 3px solid #ffd600;
}

.dashCounter {
    text-align: center;
}


/* Questionari */

.btn-survey {
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 5px;
    margin: 10px;
    opacity: 0.9;
    transition: 2s;
}

    .btn-survey:hover {
        cursor: pointer;
        width: 170px;
        height: 170px;
        transition: 0.5s;
        opacity: 1;
    }

    .btn-survey span {
        color: white;
        font-weight: bold;
        font-family: Oswald, Arial, Helvetica, sans-serif;
        letter-spacing: 0.4px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 30%;
        transform: translateY(-40%);
        text-shadow: 0 0 5px black;
    }

    .btn-survey em {
        color: white;
    }

    .btn-survey a:hover {
        text-decoration: none;
    }

.btn-survey-red {
    background-color: #b50000;
}

.btn-survey-green {
    background-color: #007123;
}

.btn-survey-blue {
    background-color: #0560a0;
}

.btn-survey-orange {
    background-color: #e69214;
}

.no-underline:hover {
    text-decoration: none;
}

.table-survey > tbody > tr > td:first-child {
    width: 30px;
}

.infoLoad {
    color: grey;
}

@media screen and (max-width: 900px) {
    .no-mobile {
        display: none;
    }
}

.hungy-icon {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.category-title {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.category-row {
    border-bottom: 4px solid lightgrey;
    border-top: none !important;
    text-align: center;
    margin: 5px;
    padding: 0px;
}

.circle-gif {
    width: 150px;
    border-radius: 100px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
    bottom: 0px;
    margin-top: 20px;
}

    .circle-gif:hover {
        cursor: help;
    }

.default-gif {
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
    bottom: 0px;
    margin-top: 20px;
    border-radius: 8px;
}

    .default-gif:hover {
        cursor: help;
    }

.fa-2x {
    font-size: 1.4em;
}


#addContractModal > .modal-dialog {
    width: 90% !important;
}

.error {
    color: red;
    display: block;
}

.navbar {
    background-color: rgb(255, 214, 0);
    border-color: rgb(255, 214, 0);
}

a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}

.anag-tooltip-link {
    font-weight: bold;
    color: white;
}

    .anag-tooltip-link:hover {
        font-weight: bold;
        color: white;
    }


.counter-table-row {
    height: 10px;
    padding: 0px;
}

    .counter-table-row th {
        height: 10px;
        padding: 0px !important;
    }

.sel-counter {
    color: grey !important;
}

.text-grey {
    color: #696969 !important;
}

.text-lightgrey {
    color: #a8a5a5 !important;
}

.text-light-grey {
    color: #ababab !important;
}

.ingress-logo {
    width: 25px;
    float: right;
    position: relative;
    margin-top: -5px;
}



@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 210px;
        margin-top: 51px;
    }

    #page-wrapper {
        position: inherit;
        margin: 0 0 0 210px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
        margin-top: -10px;
        padding-top: 10px;
    }
}

.datepicker {
    z-index: 1052 !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    vertical-align: bottom;
}

.ct7-level-slider {
    height: 8px;
}

.comsy-level-slider {
    height: 8px;
}

.modal-dialog-large {
    right: auto;
    left: 50%;
    width: 900px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*Intestazioni tabelle centrate verticalmente*/
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px;
    line-height: 1.428571429;
    vertical-align: middle !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dashboard-card-link {
    text-decoration: none;
}

    .dashboard-card-link:hover {
        text-decoration: none;
    }

.disabled-survey-table-row > td {
    color: lightgray;
}

.not-allowed-cursor {
    cursor: not-allowed;
}

.tab-pane {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 20px;
}

.checkbox-xl {
    width: 25px;
    margin: 0 auto !important;
    box-shadow: none;
}

.multiple-select.child {
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #eee;
}

.multiple-select .right {
    display: inline-block;
    width: 90%;
    padding-top: 2px;
}

.popover-content {
    font-size: 12px;
}

.form-control-auto-width {
    width: auto !important;
}

.center-label {
    line-height: 35px;
}

.level-col {
    min-width: 70px;
}

.badge-green {
    background-color: #5cb85c;
}

.badge-yellow {
    background-color: #ffd600;
}

.badge-orange {
    background-color: #f0ad4e;
}

.badge-red {
    background-color: #d9534f;
}



.color-green {
    color: #5cb85c;
}

.color-yellow {
    color: #ffd600;
}

.color-orange {
    color: #f0ad4e;
}

.color-red {
    color: #d9534f;
}

.color-blue {
    color: #337ab7;
}



.profile-image-a {
    color: #3d3d3d;
    font-size: 15px;
    padding: 10px 15px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.profile-image-header {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 5px;
}

.profile-username-header {
    vertical-align: middle;
    margin-right: 5px;
    line-height: 30px;
}

.op-dashboard-first-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px 20px;
}

.skillato-panel-logo {
    width: 85px;
}

.table-warning-operator > tr > td {
    padding-left: 10px;
}


/********************************/

.navigation-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.calendar-week-container {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.calendar-number {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Oswald,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.calendar-item {
    width: 150px;
    min-height: 140px;
}

/* Stile per il menu contestuale */
.context-menu {
    display: none;
    position: absolute;
    z-index: 4000;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .context-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .context-menu ul li {
            padding: 10px;
            cursor: pointer;
        }

            .context-menu ul li:hover {
                background-color: #f5f5f5;
            }

/*.select-service-done-shift{
    max-width: 300px;
}

.select-activity-done-shift {
    max-width: 300px;
}*/


/******************************************/
/* Pagina link */

.link-container {
    gap: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

    .link-container > .panel {
        /*min-width: 200px;*/
        width: 49%;
    }

.table-link > tbody > tr > td {
    padding: 3px 5px 3px 0px;
}

.table-internal-link > tbody > tr > td {
    padding: 3px 5px 3px 0px;
}

.link-tl {
    color: #808080;
    cursor: help
}

.link-kl {
    color: #4ec388;
    cursor: help
}

.link-ao {
    color: #5d66dd;
    cursor: help
}

.link-tecnici {
    color: orange;
    cursor: help
}










/*Custom*/

:root {
    --default-element-padding: 5px 20px;
    --default-element-padding-2: 5px 7px;
    --default-margin-left: 10px;
    --default-margin-right: 10px;
}


.fakeButton {
    padding: var(--default-element-padding);
    margin-left: var(--default-margin-left);
    margin-right: var(--default-margin-right);
    border-radius: 25px;
    white-space: nowrap;
    /*Custom*/
    color: #333;
    background-color: #ebebeb;
}


:root {
    --default-element-padding: 5px 20px;
    --default-element-padding-2: 5px 7px;
    --default-margin-left: 10px;
    --default-margin-right: 10px;
    --centax-yellow: #FFD600;
    --centax-black: #231F20;
}

.defaultButton {
    cursor: pointer;
    padding: var(--default-element-padding);
    margin-left: var(--default-margin-left);
    margin-right: var(--default-margin-right);
    border-radius: 25px;
    white-space: nowrap;
    color: #231F20;
    animation: hoverOut 0.2s linear both;
    background-color: #fff2ab;
    box-shadow: 0.5px 0.5px 0.5px 0.5px #bfa200;
    transition: background-color 0.2s ease-out;
}

    .defaultButton:active, .defaultButton:visited,
    .defaultButton:focus, .defaultButton:hover {
        text-decoration: none;
        color: #231F20;
    }

    .defaultButton:hover {
        color: #231F20;
        background-color: var(--centax-yellow);
    }

/*.defaultButton {
    cursor: pointer;
    padding: var(--default-element-padding);
    margin-left: var(--default-margin-left);
    margin-right: var(--default-margin-right);
    border-radius: 25px;
    white-space: nowrap;
    color: #333;
    background-color: #c2c2c2;
}

    .defaultButton:active, .defaultButton:visited,
    .defaultButton:focus, .defaultButton:hover {
        text-decoration: none;
        color: #333;
    }

    .defaultButton:hover {
        color: #111;
        background-color: #9e9e9e;
    }*/


/* Main header with buttons style */
.customTitleCol {
    flex: 1;
}

.customTitleRow {
    display: flex;
}

.customButtonsContainer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.defaultActionElement {
    color: #fff;
    /*    padding: var(--default-element-padding-2);*/
    width: 28.5px;
    height: 28.5px;
    margin-left: var(--default-margin-left);
    margin-right: var(--default-margin-right);
    background-color: #337ab7;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    display: flex;
    justify-content: space-around;
    align-items: center
}

    .defaultActionElement:active, .defaultActionElement:visited,
    .defaultActionElement:focus, .defaultActionElement:hover {
        text-decoration: none;
        color: #fff;
    }

    .defaultActionElement:hover {
        color: #fff;
        background-color: #295ca5;
    }

.deleteElement {
    color: #fff;
    /*    padding: var(--default-element-padding-2);*/
    width: 28.5px;
    height: 28.5px;
    margin-left: var(--default-margin-left);
    margin-right: var(--default-margin-right);
    background-color: #c9302c;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    display: flex;
    justify-content: space-around;
    align-items: center
}

    .deleteElement:active, .deleteElement:visited,
    .deleteElement:focus, .deleteElement:hover {
        text-decoration: none;
        color: #fff;
    }

    .deleteElement:hover {
        color: #fff;
        background-color: #ac1c41;
    }
/* TICKETS*/
.btn-ticket {
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 5px;
    margin: 10px;
    opacity: 0.9;
    transition: 2s;
}

    .btn-ticket:hover {
        cursor: pointer;
        width: 170px;
        height: 170px;
        transition: 0.5s;
        opacity: 1;
    }

    .btn-ticket span {
        color: white;
        font-weight: bold;
        font-family: Oswald, Arial, Helvetica, sans-serif;
        letter-spacing: 0.4px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 30%;
        transform: translateY(-40%);
        text-shadow: 0 0 5px black;
    }

    .btn-ticket em {
        color: white;
    }

    .btn-ticket a:hover {
        text-decoration: none;
    }

.btn-ticket-red {
    background-color: #b50000;
}

.btn-ticket-green {
    background-color: #007123;
}

.btn-ticket-blue {
    background-color: #0560a0;
}

.btn-ticket-gray {
    background-color: gray;
}