@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Prompt:200,400&subset=latin,latin-ext');

body {
    font-family: 'Ek Mukta', Arial, Helvetica, sans-serif;
    font-size: 15px;
    min-height: 100vh;
    position: relative;
    color: #666;
}

.titleFont {
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.navbar,
body > footer {
    /*position: relative;*/
    min-height: 70px;
    background: rgba(255, 255, 255, 0.95);
}

    .header .navbar:after,
    body > footer:before {
        content: '';
        display: block;
        height: 2px;
        background-size: cover;
        background: linear-gradient(to right, #002983, #37933c);
    }

.navbar-brand {
    height: 80px;
}

    .navbar-brand .h1,
    .navbar-brand .h2 {
        margin: 0;
    }

.navbar a.btn {
    color: #fff !important;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    background-color: #efefef;
}

.navbar-brand img {
    width: 4em;
    max-height: 50px;
}

.navbar-nav {
    margin: 10px 0;
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

.navbar-toggle {
    padding: 18px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

    .navbar-toggle .icon-bar {
        background: #00559f;
    }

.maincontent {
    padding-top: 90px;
}

ul.nav-pills {
    display: inline-block;
}

    ul.nav-pills li {
        text-align: left;
    }

.progress {
    background: transparent url(../images/blue-stripes.png);
}

.progress-bar {
    /*background-color: rgba(0, 85, 159, 0.5);*/
    background: transparent url(../images/border.png) top left repeat;
    opacity: 0.7;
    background-size: 1024px 1px;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1em;
}

.pager .disabled .btn-blue:before {
    left: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #ddecff;
    background-color: #fff !important;
    cursor: default;
}

.pager li.finish {
    display: block;
    float: none;
    clear: both;
    padding-top: 30px;
}

.sectiontitle {
    color: rgba(0, 85, 159, 1);
}

.subsectiontitle {
    margin-top: 30px;
}

.form-group {
    background-color: rgba(0, 0, 0, 0.02);
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px 5px;
}

    .form-group .addmore {
        margin: 5px 0 0;
        line-height: 0;
    }

.minwidth25 {
    min-width: 170px;
}

.loginForm {
    max-width: 350px;
    margin: auto;
}

    .loginForm .form-group {
        padding: 20px;
    }

    .loginForm .control-label {
        width: 100%;
    }

#listaQuestionari {
    max-width: 768px;
    margin: auto;
}

footer {
    padding: 0;
    margin-top: 40px;
}

    footer .container {
        padding-top: 20px;
    }

@media screen and (min-width: 992px) {
    .maincontent {
        padding-bottom: 90px;
    }

    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

/*menu laterale*/
.sidebar {
    padding-top: 40px;
}

/*tabelle*/
thead th {
    text-align: center;
}

@media screen and (max-width: 991px) {
    table.tableResp thead {
        display: none;
    }

    table.tableResp tbody td {
        display: block;
        padding: 0.6rem;
    }

    table.tableResp tbody tr td:first-child {
        border-top: 1px solid #ccc;
    }

    table.tableResp tbody td {
        position: relative;
        width: 100%;
        padding-left: 40%;
        text-align: left;
    }

        table.tableResp tbody td:before {
            content: attr(data-th);
            font-weight: bold;
            display: block;
            width: 40%;
            position: absolute;
            left: 0;
            text-align: right;
            padding-right: 15px;
        }

    table.tableResp tbody th {
        display: block;
        width: 100%;
        background: rgba(0, 85, 159, 0.2);
        border-color: #b8d0e5; /*corr. a rgba(0, 85, 159, 0.2)*/
        text-align: left;
    }

    .repeatGroup {
        border-bottom: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (max-width: 767px) {
    footer,
    footer .text-right {
        text-align: center;
    }
}

a, a:hover, .btn-link {
    color: #002983;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #002983;
    border-color: #002983;
}

.btn-primary {
    background-color: #002983;
    border-color: #002983;
}

/*.btn-primary, .btn-primary:visited {
    background-color: rgba(12,162,193,0.5);
    border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #10BBDE;
    border-color: transparent;
}*/
blockquote {
    font-size: inherit;
}

/*nasconde titolo in mobile*/
.visible-xs small.titleFont {
    display: none;
}

.table-piano-sicurezza-aziendale .check-elimina-documento span.label {
    color: inherit;
}

/* EDITS F.IACIO - 04/05/2020 */
/* EDITS F.IACIO - 04/05/2020 */
/* EDITS F.IACIO - 04/05/2020 */
/* EDITS F.IACIO - 04/05/2020 */

/* RESET CSS*/
.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 20px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.layoutNoHeader {
    padding-top: 15px !important;
    padding-bottom: 50px;
}

.title-custom {
    color: #00559f;
}

.border-custom {
    border: solid 2px #00559f;
}

.border-danger {
    border: solid 2px red;
}

.btn {
    white-space: normal;
    word-wrap: break-word;
}

.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:visited {
    text-decoration: none;
    color: #00559f;
    outline: none;
    box-shadow: none;
    display: block;
    transition: 0.3s;
    white-space: normal;
    word-wrap: break-word;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #00559f;
    }

.row-flexing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

/* SEZIONE SELEZIONE COOPERATIVA */
.cooperativa {
    margin-bottom: 10px;
}

/* COMPILAZIONE AUTOCERTIFICAZIONE */
.form-group {
    background: #fff;
}

@media (min-width: 768px) {
    .btn-back {
        max-width: 38px;
        overflow: hidden;
        transition: 0.3s;
        border: none;
    }

        .btn-back .btn-text-custom {
            opacity: 0;
            margin-left: 30px;
            transition: 0.3s;
        }

        .btn-back:hover {
            max-width: 100%;
        }

            .btn-back:hover .btn-text-custom {
                opacity: 1;
                margin-left: 0;
            }
}

/* DASHBOARD */
.btn-action {
    padding: 2px;
}

    .btn-action img.icon {
        width: 24px;
        height: 24px;
    }

.entity-form-inner .nav-tabs {
    border-bottom: 1px solid #00559f;
    padding-left: 20px;
}

    .entity-form-inner .nav-tabs > li {
        float: none;
        cursor: pointer;
    }

        .entity-form-inner .nav-tabs > li a {
            border: solid 1px #00559f;
            color: #00559f;
            background-color: #fff;
            text-transform: uppercase;
            padding: 7px 15px;
            transition: 0.3s;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .entity-form-inner .nav-tabs > li.active a,
        .entity-form-inner .nav-tabs > li:hover a {
            border: solid 1px #00559f;
            color: #fff;
            background-color: #00559f;
        }

.entity-form-inner label.control-label {
    color: #00559f;
}

.entity-form-inner #generale .categories fieldset {
    display: block;
    margin-bottom: 10px;
}

    .entity-form-inner #generale .categories fieldset label {
        display: block;
        margin-bottom: 0;
    }

.entity-form-inner .check-elimina-documento {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 5px;
}

i.bi.bi-question-circle {
    font-size: 20px;
}

.footer-mobile .logo img {
    width: 40%;
    margin-top: 25px;
}

/* PRIVACY PAGE */
.privacy-page-title {
    border-bottom: solid 1px #00559f;
    padding-bottom: 5px;
}

.privacy-container,
.privacy-container ~ .row:not(:first-child):not(:last-child) .col-12 {
    padding-top: 25px;
    border-top: solid 1px #ccc;
}

.privacy-page-title ~ .row.container:last-child .col-12 {
    margin-top: 25px;
}

.privacy-container {
    border-top: none;
}

    .privacy-container ~ .row .logo img {
        max-height: 70px;
        margin-top: 80px;
    }

.categories label.sotto-servizio > span {
    font-weight: normal !important;
}



/* SPINNER */
#spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    text-align: center;
    padding: 50px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #00559f;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container-medium {
    max-width: 1400px;
}


#addRequestBtn{
    float: right !important;
}

#logo{
    width: auto;
    height: 80px !important;
}

label.control-label.col-xs-4.col-md-4{
    font-size: 20px !important;
}

label.control-label{
    font-size: 20px !important;
}

th.text-lg-start {
    font-size: 20px !important;
}