﻿@charset "utf-8";

.amodal-dialog .tab-footer {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #ccc
}

.amodal-body .box h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid red;
}



.amodal-dialog .tab-footer .btn, .amodal-dialog .tab-footer input[type="button"].btn {
    border: 2px solid #313131;
    color: #313131;
    background: transparent;
    margin: 0px;
    font-weight: 400;
}

    .amodal-dialog .tab-footer .btn:hover, .amodal-dialog .tab-footer input[type="button"].btn:hover {
        color: #fff;
    }

.amodal-dialog.big::-webkit-scrollbar {
    width: 10px;
}
/* this targets the default scrollb
.amodal-dialog.big::-webkit-scrollbar-track {
      background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
.amodal-dialog.big::-webkit-scrollbar-thumb {
    background-color: #12c3be;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* this will style the thumb, ignoring the track */
.amodal-dialog.big::-webkit-scrollbar-button {
    background-color: #f1f1f1;
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.amodal-dialog.big::-webkit-scrollbar-button {
    background-color: #f1f1f1;
    display: none
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.amodal-dialog.big::-webkit-scrollbar-corner::before {
}

.amodal-dialog.big::-webkit-scrollbar-corner {
    background-color: #12c3be;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
/* CSS Document */
.amodal-body iframe {
    width: 100%;
    height: 400px
}

.amodal-dialog.big .btn {
    float: right;
    font-size: 20px;
    margin-right: 0px;
}

.amodal-body .box {
    display: inline-block;
    width: 48%;
    margin: 1%;
    background: #f1f1f1;
    float: left;
    padding: 20px
}

.amodal-dialog.big .campo_form {
    text-align: left;
    padding-bottom: 10px;
}

    .amodal-dialog.big .campo_form p {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
    }

    .amodal-dialog.big .campo_form .label_module {
        float: left;
        position: relative;
        font-size: 16px;
        color: #05323e;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 8px;
        font-weight: 500;
        margin-right: 10px;
        top: 0px;
    }

.amodal-dialog.big h4 {
    font-size: 15px;
    color: #333;
    width: 100%;
    display: inline-block;
    clear: both;
    margin: 20px 0px;
    font-weight: 500;
}

.amodal-dialog.big p {
    margin: 0px;
}

.amodal-dialog.big hr {
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

.amodal-dialog .btn {
    float: right;
    margin-right: 10px;
    font-size: 18px;
}

.amodal-dialog .btn-close {
    color: #12c3be;
    text-decoration: none;
    position: absolute;
    right: 0px;
    top: -3px;
    font-size: 31px;
    padding: 15px;
}

.amodal-footer .campo_form {
    padding-bottom: 0px;
}

.amodal-dialog .field_module, .amodal-dialog .select_module, .amodal-dialog input[type="number"] {
    font-size: 14px;
    color: #313131;
    font-weight: 500
}

    .amodal-dialog input[type="number"].field_module {
        width: 60%;
        margin: 0px;
    }



.amodal-dialog .box ul li {
    /* width: 31%; */
    word-break: break-all;
    margin: 10px 0px;
}

.amodal-dialog .dati .box ul li {
    width: 100%;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 10px;
}

    .amodal-dialog .dati .box ul li strong {
        font-weight: 500;
        color: black
    }

.amodal-dialog .box input[type="number"].field_module {
    width: 54%;
    margin: 0px;
}

.amodal-dialog ul {
    padding: 20px
}

.amodal-dialog .box ul {
    padding: 0px;
    margin-top: 12px;
}

.amodal-dialog .box .field_module, .amodal-dialog .box .select_module, .amodal-dialog .box input[type="number"] {
    border: 1px solid #d9dbde
}

.amodal-dialog .campo_form .calendario {
    padding: 0px;
    background: #f1f1f1;
    position: relative;
    top: -1px;
}

.amodal-dialog .tab-panel .campo_form .calendario.conferma_data {
    background: #f1f1f1;
    padding: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.amodal-dialog.big .tab-panels .campo_form .label_check {
    width: 100%;
    padding: 30px 0px
}

    .amodal-dialog.big .tab-panels .campo_form .label_check.big {
        padding: 30px
    }

.amodal-dialog.big .tab-panels .campo_form .checkbox_text {
    font-size: 17px;
}

.amodal-dialog.big .calendario.conferma_data .btn {
    float: inherit;
    font-size: 20px;
    margin-right: 0px;
    padding: 17px;
    margin: 0px;
}

.amodal-dialog .campo_form .calendario.conferma_data input {
    padding: 20px;
    height: auto;
}

.amodal-dialog .tab-panel .campo_form .calendario {
    padding: 0px;
    background: #fff;
    position: relative;
    top: 0px;
}

.amodal-dialog .campo_form .calendario input {
    padding: 13px;
}

.amodal-dialog ul li .label_module {
    float: left;
    position: relative;
    font-size: 16px;
    color: #12c3be;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    margin-top: 12px;
    /* width: 77px; */
    /* margin-left: 20px; */
    width: auto;
    padding: 0px 10px;
}

.amodal-dialog .btn-close:hover {
    color: #909090;
}

.amodal:before {
    content: "";
    display: none;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.amodal:target:before {
    -webkit-transition: -webkit-transform 0.9s ease-out;
    -moz-transition: -moz-transform 0.9s ease-out;
    -o-transition: -o-transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

.amodal:target + .amodal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15%;
}

    .amodal:target + .amodal-dialog.big {
        top: 0%;
    }

.amodal-dialog.big {
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0px;
    border: none;
}

.amodal-body .field_module {
    border: 1px solid #d0d3d6;
    margin-bottom: 25px;
}

.amodal-dialog {
    background: #fefefe;
    border-radius: 5px;
    position: fixed;
    left: 20%;
    top: -100%;
    z-index: 999;
    width: 60%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.amodal-body {
    padding: 40px 20px 0px 20px;
    display: inline-block;
    width: 100%;
}

    .amodal-body p {
        padding: 0px 0px 20px 0px;
        clear: both;
    }

.amodal-dialog .btn, .amodal-dialog input[type="button"].btn, amodal-dialog input[type="submit"].btn {
    text-decoration: none;
    color: #fff;
    border: none;
    background-color: #12c3be;
    padding: 10px 30px;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}

.amodal-dialog .amodal-footer .btn, .amodal-dialog .amodal-footer input[type="button"].btn, amodal-dialog .amodal-footer input[type="submit"].btn {
    margin-bottom: 0px;
}

.amodal-dialog .btn:hover, .amodal-dialog input[type="button"].btn:hover, amodal-dialog input[type="submit"].btn:hover {
    background-color: #313131;
}

.amodal-body .field_module {
    /*  width: 98%;
  margin: 1%*/
}

.amodal-body hr {
    margin: 0px 0px 20px 0px;
}

.amodal-body .me-select {
    width: 50%;
}

    .amodal-body .me-select.consensi .box {
        display: inline-block;
        width: 32%;
        background: #f1f1f1;
        float: left;
        padding: 10px;
        margin: 0.5%;
    }

.amodal-body section {
    width: 70%;
    position: relative;
    float: left;
}

.amodal-dialog.chat a, .amodal-dialog.chat a:hover {
    color: #12c3be;
    text-decoration: none;
}

.amodal-body aside {
    width: 30%;
    position: relative;
    float: right;
    height: 600px;
    padding: 15px;
    overflow: auto;
}

.amodal-dialog.chat .amodal-body hr {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid white;
    margin: 20px 0px;
}

.amodal-dialog.chat .amodal-body {
    padding: 0px;
    background: #f1f1f1;
}

    .amodal-dialog.chat .amodal-body p {
        padding: 0px 0px 0px 0px;
        clear: both;
        margin: 0px;
        font-size: 12px;
    }

    .amodal-dialog.chat .amodal-body .box {
        display: inline-block;
        width: 100%;
        margin: 0%;
        background: white;
        float: left;
        padding: 10px;
    }

.amodal-body section {
    width: 70%;
    position: relative;
    float: left;
    background: #0d122c;
    height: 600px;
}

.amodal-dialog.chat .amodal-body .campo_form {
    padding: 0px;
    width: 100%
}

    .amodal-dialog.chat .amodal-body .campo_form .campo_form {
        width: 50%;
        padding: 0px
    }

.amodal-dialog.chat .amodal-body .label_module {
    margin-bottom: 10px;
}

.amodal-dialog.chat .amodal-body .campo_form.uno.box .box span {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    margin-bottom: 7px;
}

.amodal-dialog.chat .amodal-body .campo_form .campo_form:nth-child(1) {
    width: 30%;
    padding-right: 10px;
}

    .amodal-dialog.chat .amodal-body .campo_form .campo_form:nth-child(1) img {
        width: 100% !important
    }

.amodal-dialog.chat .amodal-body .campo_form .campo_form:nth-child(2) {
    width: 70%
}

.amodal-dialog.chat .amodal-body .campo_form.uno {
    border: 1px solid #d0d3d6;
    background-color: white;
    padding: 0px;
    /* font-size: 12px; */
    /* line-height: 14px; */
    margin-bottom: 20px;
}

    .amodal-dialog.chat .amodal-body .campo_form.uno.box .box {
        width: 33%;
        font-size: 12px;
        line-height: 14px;
        min-height: 85px;
    }

        .amodal-dialog.chat .amodal-body .campo_form.uno.box .box:nth-child(2) {
            border-left: 1px solid #d0d3d6;
            border-right: 1px solid #d0d3d6;
        }

.amodal-dialog.chat .amodal-body .field_module {
    margin-bottom: 10px;
}

.amodal-body aside::-webkit-scrollbar {
    width: 10px;
    background: rgba(0,0,0,0.1);
}
/* this targets the default scrollb
    .navbar-body::-webkit-scrollbar-track {
        background-color: #b46868;
    } */ /* the new scrollbar will have a flat appearance with the set background color */
.amodal-body aside::-webkit-scrollbar-thumb {
    background-color: #12c3be;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* this will style the thumb, ignoring the track */
.amodal-body aside::-webkit-scrollbar-button {
    background-color: #f1f1f1;
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.amodal-body aside::-webkit-scrollbar-button {
    background-color: #f1f1f1;
    display: none
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.amodal-body aside::-webkit-scrollbar-corner::before {
}

.amodal-body aside::-webkit-scrollbar-corner {
    background-color: #12c3be;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */






.amodal-dialog.cart .amodal-body {
    height: 500px;
    padding: 15px;
    overflow: auto;
}


.amodal-dialog.cart .amodal-body::-webkit-scrollbar {
    width: 10px;
}
/* this targets the default scrollb
.amodal-dialog.big::-webkit-scrollbar-track {
    background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
.amodal-dialog.cart .amodal-body::-webkit-scrollbar-thumb {
    background-color: #12c3be;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* this will style the thumb, ignoring the track */
.amodal-dialog.cart .amodal-body::-webkit-scrollbar-button {
    background-color: #f1f1f1;
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.amodal-dialog.cart .amodal-body::-webkit-scrollbar-button {
    background-color: #f1f1f1;
    display: none
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.amodal-dialog.cart .amodal-body::-webkit-scrollbar-corner::before {
}

.amodal-dialog.cart .amodal-body::-webkit-scrollbar-corner {
    background-color: #12c3be;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */













.amodal-body .me-select.consensi {
    margin: 0px 0px 20px 0px;
}

    .amodal-body .me-select.consensi p {
        padding: 0px 0px 10px 0px;
        clear: both;
    }

    .amodal-body .me-select.consensi h3 {
        padding: 10px;
        margin-bottom: 10px;
    }

.amodal-body .me-select.consensi {
    width: 100%;
}

.amodal-body table .me-select.consensi {
    margin: 0px
}

.amodal-body .tableresponsive {
    margin-bottom: 0px;
}

.amodal-body table .me-select.consensi ul {
    text-align: left;
}

.amodal-dialog .me-select.consensi .box ul li {
    width: auto;
}

.amodal-body .campo_form {
    padding: 0px 10px 0px 10px;
}

    .amodal-body .campo_form .btn {
        float: left;
    }


a.password {
    float: right;
    font-size: 15px;
    margin-top: 5px;
}

.amodal-body .dx {
    margin: 0px;
    border: none
}

.amodal-dialog .btn.facebook_btn {
    float: left;
    padding-top: 11px;
    padding-bottom: 11px;
}

.amodal-body h3 {
    font-size: 17px;
    color: #05323e;
    font-weight: 500;
    width: 100%;
    clear: both;
    padding: 20px 0px 20px 0px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.amodal-body h5 {
    font-weight: 300;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    color: #12c3be;
    margin-top: 0px;
}

.amodal-body h3 img {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -5px;
}

.amodal-header {
    padding: 10px 20px;
    border-bottom: #ccc solid 1px;
    width: 100%;
}

.amodal-footer {
    padding: 20px;
    text-align: center;
    border-top: #ccc solid 1px;
    display: inline-block;
    width: 100%;
}

    .amodal-footer p {
        font-size: 16px;
        color: #333;
        line-height: 20px;
    }

        .amodal-footer p a {
            text-decoration: underline;
            color: #12c3be;
            font-weight: 500;
            font-size: 16px;
        }

.amodal-header h3 {
    font-weight: 300;
    font-size: 28px;
    text-align: left;
    margin-bottom: 0px;
    color: #12c3be;
    margin-top: 0px;
}

    .amodal-header h3 img {
        position: relative;
        margin-right: 10px;
        top: 5px;
    }

@media screen and (max-width:1280px) {
    .amodal-dialog .box input[type="number"].field_module {
        width: 50%;
    }
}

@media screen and (max-width:1034px) {
    .amodal-dialog ul li {
        width: auto;
    }

    .amodal-dialog {
        left: 20%;
        width: 60%;
    }

        .amodal-dialog.big .campo_form {
            padding-bottom: 20px;
        }

        .amodal-dialog ul li .label_module {
            width: 100px;
        }

        .amodal-dialog.big .box .campo_form {
            width: 100%;
        }

        .amodal-dialog .box ul li {
            width: 100%;
        }
}

@media screen and (max-width:778px) {
    .amodal-body .box {
        margin: 0px 0px 20px 0px;
    }

    .amodal-body .dati .box {
        margin: 10px 0px 0px 0px;
        width: 100% !important;
    }

    .amodal-dialog.big .campo_form {
        width: 100%;
    }

    .amodal-body .box {
        margin: 0px 0px 20px 0px;
        width: 100% !important;
    }
}
