﻿
/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


.modal-content {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding: 0;
    position: relative;
    width: 70%;
    min-height: 40%;
    margin: 20px auto;
}

    .modal-content img {
        width: 90%;
        margin: 20px 5%;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-body {
    position: relative;
    padding: 0;
}



.modal-header .close {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    border: none;
    color: #583429;
    cursor: pointer;
    background-color: transparent;
    z-index: 9999;
}

    .modal-header .close:hover {
        color: #8e5d4e;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-open {
    overflow: hidden;
}

.Modal_Messaggi {
    color: #ffffff;
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    background-color: rgba(33, 114, 161, 0.80);
    line-height: 40px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    text-transform: capitalize;
}*/
.modal
{
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog
    {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        max-width: 60%;
    }

    .modal.in .modal-dialog
    {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-title
{
    color: #eb6b08;
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog
{
    position: relative;
    min-width: 60% !important;
    margin: 20px auto;
    height: auto;
    max-height: 250px;
    width: auto;
    max-width: 232px;

}

.modal-content
{
    position: relative;
    background-color: #fdfdfd;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding-bottom: 20px;

}

.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade
    {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in
    {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header
{
    padding: 15px;
}

    .modal-header h3
    {
        margin: 0;
    }

    .modal-header .close
    {
        margin-top: -2px;
    }

.modal-body
{
    position: relative;
    padding: 15px 15px 20px 15px;
    color: #031225 !important;
  
}

    .modal-body table
    {
        width: 100%;
    }

        .modal-body table tr td
        {
            padding: 5px;
        }

            .modal-body table tr td input.Btn_Standard:hover
            {
                background-color: rgba(235, 107, 8, 0.60);
                
            }

.modal-footer
{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.close
{
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus
    {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close
{
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open
{
    overflow: hidden;
}


@media screen and (min-width: 768px)
{

    .modal-dialog
    {
        width: 900px !important;
    }
}
