﻿/* <!-- Style van modal box --> */
#myImg1,
#myImg2,
#myImg3,
#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #C8C8C8;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    border-radius: 15px;
}

/* Caption of Modal Image */
#caption1,
#caption2,
#caption3,
#caption4 {
    font-weight: bold;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    /* height: 150px;*/
}

/* Add Animation */
.modal-content,
#caption1,
#caption2,
#caption3,
#caption4 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close1,
.close2,
.close3,
.close4 {
    position: fixed; /*absolute;*/
    top: 50px;
    right: 35px;
    color: rgba(255, 255, 255, 1); /*#f1f1f1;*/
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 3000;
    background-color: rgba(255, 127, 80, 1);
    border-radius: 10px;
    min-width: 50px;
}

    .close1:hover,
    .close2:hover,
    .close3:hover,
    .close4:hover,
    .close_message:hover,
    .close1:focus,
    .close2:focus,
    .close3:focus,
    .close4:focus,
    .close_message:focus {
        color: rgba(0, 0, 0, 1); /*#bbb;*/
        text-decoration: none;
        cursor: pointer;
    }

/* The Print Button */
.print1 {
    position: fixed; /*absolute;*/
    top: 50px;
    right: 90px;
    color: rgba(255, 255, 255, 1); /*#f1f1f1;*/
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 3000;
    background-color: rgba(255, 127, 80, 1);
    border-radius: 10px;
    min-width: 50px;
    max-width: 50px;
    max-height: 60px;
    padding-right: 3px;
    padding-top: 3px;
    display: inline-block;
}

.my-view1 {
    position: absolute; /*absolute;*/
    top: 0px;
    /* 		margin-top: 190px; */
    /* 		left: calc(100% - 165px); */
    float: right;
    /* 		right: 0px; */
    background-color: rgba(255, 127, 80, 1);
    transition: 0.3s;
    z-index: 1;
    border-radius: 0px 10px 10px 0px;
    min-width: 45px;
    max-width: 45px;
    min-height: 75px;
    max-height: 75px;
    padding-top: 3px;
    cursor: pointer;
}

.my-view2 {
    margin: auto;
    width: 37px;
    padding-top: 17px;
    cursor: hand;
}

.close_message {
    position: fixed; /*absolute;*/
    top: 10px;
    right: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 3000;
    min-width: 50px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .my-view1 {
        right: 0px;
        min-width: 30px;
        max-width: 30px;
    }

    .my-view2 {
        width: 25px;
        padding-top: 23px;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 321px) {
    .close1,
    .close2,
    .close3,
    .close4 {
        top: 85px;
    }

    .print1 {
        top: 85px;
    }
}

.inline {
    width: calc(100% - 20px);
    position: fixed;
    background-color: rgba(255, 127, 80, 1);
    z-index: 3000;
    display: inline-block;
    margin-top: 10px;
    /* 						min-height: 40%; */
    height: 40%;
    left: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 15px #FF7F50;
    -webkit-box-shadow: 0 0 15px #FF7F50;
    box-shadow: 0 0 15px #FF7F50;
}

.inline2 {
    width: calc(100% - 20px);
    position: fixed;
    background-color: rgba(255, 127, 80, 1);
    z-index: 3000;
    display: inline-block;
    margin-top: 10px;
    min-height: 40%;
    /* 						height: 40%; */
    left: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 15px #FF7F50;
    -webkit-box-shadow: 0 0 15px #FF7F50;
    box-shadow: 0 0 15px #FF7F50;
}

.wrap {
    text-align: center;
    font-weight: bold;
    color: white;
    display: table;
    /*           height:  100px; */
    height: 100%;
    width: 100%;
    padding: 10px;
    border: none;
}

    .wrap p {
        display: table-cell;
        vertical-align: middle;
    }
