﻿@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}


body {
    font-family: "Montserrat", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #434343;
    letter-spacing: 0.15px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.left,
.left_confirm,
.right {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: "Montserrat", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.left {
    /*justify-content: space-between;*/
    justify-content: flex-start;
    background-image: url(../image/diritto_oblio-770x500.jpg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: round;
}

.left_confirm {
    /*justify-content: space-between;*/
    justify-content: flex-start;
    background-image: url(../image/confirm_img.jpg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.left-title,
.left-text {
    color: #20419a;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 1.5em;
    font-weight: 600;
}

.right {
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
}

.logo {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

    .logo img {
        width: 100px !important;
        height: 100px !important;
    }

.hero {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_header {
    margin: 1.5rem 0 !important;
    display: flex;
    justify-content: space-around;
}

.hero_text {
    font-size: 12px;
    text-align: justify;
    width: 80%;
    margin: 0px auto;
}

.hero_descr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 0 0 0;
}

    .hero_descr div {
        margin: 10px;
        width: 50%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .hero_descr img {
        /*margin: 0px 20%;*/
        width: 80px;
        height: 80px;
    }

    .hero_descr p {
        text-align: left;
    }

    .hero_descr h4 {
        color: #337a8d;
        text-align: center;
    }

.hero_title {
    width: 80%;
    color: #20419a;
    font-size: 20px;
    text-align: center;
    margin: 40px auto;
    line-height: 1.5em;
}

.hero_evidence {
    width: 80%;
    background-color: #20419a;
    margin: 30px auto;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    font-weight: 600;
}

.uno {
    text-align: center;
}

.black {
    color: #333;
}

.action {
    width: 80%;
    margin: 5px auto;
    display: flex;
    justify-content: space-around;
}

.form {
    padding-top: 30px;
}

.download {
    width: 100%;
    max-width: 500px;
    padding: 30px 10px 10px 10px;
    margin: auto;
    text-align: center;
}

input[type=checkbox] {
    margin-top: 25px !important;
}

label {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #20419a;
    display: inline-block;
}

.labelBtn {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #20419a;
    display: inline-block;
    cursor: pointer;
    white-space: normal;
}

    .labelBtn.active {
        position: relative;
        margin-top: 0px !important;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: white;
        display: inline-block;
    }

.form-control {
    font-size: 0.875rem;
    line-height: 1.5rem;
    height: calc(1.5rem + .875rem + 2px);
}

    .form-control:focus {
        color: #495057;
        border: 1px solid #ced4da;
        border-bottom: 2px solid #20419a;
        caret-color: #20419a;
        box-shadow: 0px 0px 0px 0px;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

a {
    color: #337A8D
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background: #20419a;
    background: -moz-linear-gradient(top, #20419a 0%, #20419a 100%);
    background: -webkit-linear-gradient(top, #20419a 0%, #20419a 100%);
    background: linear-gradient(to bottom, #20419a 0%, #20419a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20419a', endColorstr='#20419a', GradientType=0);
    border-color: #20419a;
}

.footer {
    font-size: 10px;
    padding: 10px;
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    .topbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 400px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*background-color: #fff;
  color: #666;*/
        font-size: 10px;
        line-height: 12px;
        font-weight: 400;
        text-align: center;
        box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
        background-image: url("../image/cover3.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover !important;
    }
}

@media (max-width: 991px) {
    .left,
    .left_confirm {
        display: none;
    }

    .btn-group {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .hero_descr {
        display: none;
    }
}

.btn.radioButton {
    color: #014b94;
    border-radius: 1px;
    border: 1px solid #ced4da;
    padding: 0.5rem 0;
    margin-bottom: 10px;
}

    .btn.radioButton.active {
        background: #014b94;
        color: #ffffff;
        box-shadow: none;
        border: 1px solid #00338D;
    }

.btn.checkbox {
    color: #014b94;
    border-radius: 1px;
    border: 1px solid #ced4da;
    /*padding: 0.5rem 0;*/
    margin-bottom: 10px;
    white-space: normal;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .btn.checkbox.active {
        background-color: #014b94;
        color: #ffffff;
        box-shadow: none;
        border: 1px solid #00338D;
    }

.btn-group {
    margin-top: 1em;
    margin-bottom: 1em;
}

    .btn-group .btn.btn-secondary {
        border-radius: 0 !important;
        background: #CCCDCE;
        line-height: 65px;
        border: none !important;
        color: #ffffff !important;
        transition: all 0.2s ease-out;
    }

        .btn-group .btn.btn-secondary:hover {
            background: #CCCDCE;
        }

        .btn-group .btn.btn-secondary.active, .btn-group .btn.btn-secondary.active:hover {
            background: #002F87 !important;
        }

.inline {
    display: inline-block;
}

.textarea {
    min-height: 100px
}

.ticket_table_wrapper {
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.ticket_table {
    margin-bottom: 0 !important;
}

    .ticket_table thead th {
        position: sticky;
        top: -1px;
        background: #20419a;
        border: 1px solid #ddd !important;
        color: white;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
