﻿body {
    xbackground: url('/Resources/LogoBackground.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 80px;
    }
}

body.extra-bar-visible {
    padding-top: 160px;
}

.error-tech-info {
    color: #6c757d; /* grigio tipo Bootstrap text-muted */
    font-size: 0.875rem; /* un po' più piccolo */
    margin-top: 0.5rem;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 16px;
}

    .marquee p {
        margin-top: 4px;
        margin-bottom: 6px;
        display: inline-block;
        padding-left: 100%;
        animation: marquee 40s linear infinite;
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

th.align-center-horizontally, td.align-center-horizontally {
    text-align: center;
}

th.align-center-vertically, td.align-center-vertically {
    vertical-align: middle;
}

table.no-margin {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

th.data-table {
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

.form-control::-webkit-input-placeholder {
    color: rgba(198, 195, 195, 0.50);
}
/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: rgba(198, 195, 195, 0.50);
}
/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: rgba(198, 195, 195, 0.50);
}
/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: rgba(198, 195, 195, 0.50);
}
/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: rgba(198, 195, 195, 0.50);
}
/* Microsoft Edge */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: dimgray;
    color: white;
    text-align: center;
}

.footer-local {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.footer-job {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: midnightblue;
    color: white;
    text-align: center;
}

.footer-test {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: darkred;
    color: white;
    text-align: center;
}

.useFontAwesome {
    font-family: 'Segoe UI', 'FontAwesome';
}

.back-icon {
    height: 24px;
    width: 24px;
}

.scrollingControlContainer {
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrollingCheckBoxList {
    border: thin #DDDDDD solid;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 10px;
    height: 300px;
}

.scrollingControlContainerServizi {
    overflow-x: auto;
    overflow-y: scroll;
}

.scrollingCheckBoxListServizi {
    border: thin #DDDDDD solid;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 10px;
    height: 200px;
}

.scrollingCheckBoxListFiles {
    border: thin #DDDDDD solid;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 10px;
}

.chkSelBig {
    /* 1.3-sized Checkboxes */
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    transform: scale(1.3);
    padding: 5px;
}

mark {
    background-color: red;
    color: white;
    border: thin #000000 solid;
    padding-top: 1px;
}

.subMenu1 {
    background-color: #fafafa;
}

.subMenu2 {
    background-color: #f5f5f5;
}

.subMenu3 {
    background-color: #f0f0f0;
}

.tooltip {
    pointer-events: none;
}

.input-spettacolo {
    background-color: #fdff4d;
}

.input-prove {
    background-color: #a4f2f0;
}

.input-bar {
    background-color: #d0ffb2;
}

.input-allarme {
    background-color: #ffcccc;
}

.input-key {
    background-color: #f2e2fb;
}

.input-prove-individuali {
    background-color: red;
    color: white;
}

.current-time:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.btn-current-time:hover {
    background-color: black;
    color: white;
}

.icon-current-time {
    pointer-events: none;
}

.tooltip_templates {
    display: none;
}

.mandFields {
    font-size: 13px;
    color: dimgray;
}

.alert-warning-custom {
    border: none;
    border-radius: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cellCW:hover {
    border-color: lawngreen;
    border-style: solid;
    border-width: 3px;
    border-left-width: 3px;
    border-top-width: 3px;
    cursor: pointer;
}

hr.hrTitleDivider {
    margin-top: 0px;
}

.linkButton.disabled {
    z-index: -1;
    position: relative;
    opacity: .7;
}

.nuovoMenu {
    color: red;
}

.link-stealth,
.link-stealth:link,
.link-stealth:visited,
.link-stealth:hover,
.link-stealth:active,
.link-stealth:focus {
    color: inherit;
    text-decoration: none;
    cursor: default; /* niente “mano” */
    outline: none; /* opzionale: togli bordo focus */
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink 1s linear infinite;
    -moz-animation: fa-blink 1s linear infinite;
    -ms-animation: fa-blink 1s linear infinite;
    -o-animation: fa-blink 1s linear infinite;
    animation: fa-blink 1s linear infinite;
}

.recordInfo {
    font-size: 0.750rem; /* un po' più piccolo */
    color: #6c757d; /* grigio tipo Bootstrap text-muted */
    margin-bottom: 0.75rem;
}

/* Nuova gestione BitwiseControlHelper */
.bitwiseDiv {
    display: none;
}

.bitwiseGroup {
    margin-top: 15px;
    margin-bottom: 6px;
}

    .bitwiseGroup:first-child {
        margin-top: 0;
    }

.bitwiseGroupTitle {
    font-weight: 600;
}

.bitwiseGroupDescription {
    margin-top: 2px;
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.35;
}

.bitwiseItem {
    /*min-height: 34px;*/
    margin-bottom: 2px;
}

    .bitwiseItem:last-child {
        /*min-height: 0;*/
        margin-bottom: 0;
    }

.bitwiseDescription {
    margin-left: 22px;
    margin-top: -2px;
    padding-bottom: 9px;
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.35;
}

.bitwiseSeparator {
    height: 15px;
}

.bitwiseSeparatorLine {
    height: 1px;
    margin: 15px 0;
    background-color: #dee2e6;
}

.bitwiseItem input[type="checkbox"] + label {
    margin-left: 6px;
}

/*.border24CW {
    border-color: red;
    border-style: solid;
    border-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
}
.bit.border48CW {
    border-color: darkorange;
    border-style: solid;
    border-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
}*/
