﻿/*CUSTOM CSS REINDAL*/
.bgimgvantaggi {
    background-image: url('/assets/images/3a-sezione.png');
}
@media (min-width: 0px) and (max-width: 1000px) and (min-height: 0px) and (max-height: 1000px) {
    .bgimgvantaggi {
        background-image: none;
    }
}

.bgimgpresentazione {
    background-image: url('/assets/images/sfondo-2a-sezione.png');
}

@media (min-width: 0px) and (max-width: 1000px) and (min-height: 0px) and (max-height: 800px) {
    .bgimgpresentazione {
        background-image: none;
    }
}

@media (min-height: 0px) and (max-height: 750px) {
    .hideonmobile {
        visibility: hidden;
    }
}
/*END CUSTOM CSS REINDAL*/
#jarallax-container-0 div {
    opacity: 0.2;
}

.cid-qSi7cKzp4i {
    padding-bottom: 60px !important;
}

ol.custom li::before {
    margin: 5px 40px !important;
}
ol.custom li {
    padding-left: 40px !important;
    padding-right: 30px !important;
}

.modal.darkheader .modal-header {
    color: white !important;
}

.modal.darkheader .modal-header .close {
    color: white !important;
    text-shadow: none !important;
}

.modal.darkheader .modal-content {
    background: #2e2e2e !important;
}

.modal.darkheader .modal-body {
    background: white !important;
}

.form-control {
    padding: .1rem 1rem !important;
}

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
    margin-bottom: 18px;
}
.modal-body input {
    min-height: 45px !important
}

.modal-body .btn-group button {
    padding: 6px 12px;
    margin: 0px !important;
}

.modal-body .btn-group button.btn-primary:not(:disabled):not(.disabled):active:focus {
    -moz-box-shadow: 0 0 0 .15rem rgba(173, 63, 160, 0.5);
    -webkit-box-shadow: 0 0 0 .15rem rgba(173, 63, 160, 0.5);
    box-shadow: 0 0 0 .15rem rgba(173, 63, 160, 0.5);
}

.table-break td {
    -ms-word-break: break-word;
    word-break: break-word;
}

a.btn-default.display-4 {
    color: white !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #f7e46b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #d9ca69;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.card.box-shadow {
    -moz-box-shadow: 0px 0px 45px 0px #b8b8b8;
    -webkit-box-shadow: 0px 0px 45px 0px #b8b8b8;
    box-shadow: 0px 0px 45px 0px #b8b8b8;
}

.pricing-card-title {
    margin: 10px 0px 30px 0px;
}
.card-body li {
    margin: 10px;
}

.modal-dialog {
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}


.btn-approve,
.btn-approve:hover,
.btn-approve:active,
.btn-approve:visited,
.btn-approve:focus {
    background-color: #5cd65c !important;
    border-color: #5cd65c !important;
}

.btn-no-approve,
.btn-no-approve:hover,
.btn-no-approve:active,
.btn-no-approve:visited,
.btn-no-approve:focus {
    background-color: #ff4d4d !important;
    border-color: #ff4d4d !important;
}

.nav-tabs .nav-link {
    border-radius: 0px !important;
}

.containerTimeSheet {
    position: relative;
    display: flex;
}

.tableTimeSheet-center {
    overflow-x: scroll;
    margin-bottom: 10px;
}
/*
table, th, td {
    border: 1px solid black;
}
    */
#table-attendances-customers-timesheet th td {
    border: 1px solid black;
}
th, td {
    min-width: 60px;
}

table-left {
    background: #eeeeee;
}

.cellColor {
    background: #eeeeee
}

/*rubrica*/
.navbar-workers {
    background-color: #262626;
}
    /* change the brand and text color */
    .navbar-workers .navbar-brand,
    .navbar-workers .navbar-text {
        color: rgba(255,255,255,.8);
    }
    /* change the link color */
    .navbar-workers .navbar-nav .nav-link {
        color: rgba(255,255,255,.5);
    }
    /* change the color of active or hovered links */
    .navbar-workers .nav-item.active .nav-link,
    .navbar-workers .nav-item:hover .nav-link {
        color: #ffffff;
    }
