﻿/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 300px; /* 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.4); /* Black w/ opacity */
    padding-left: 10%;
    padding-right: 10%;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    /*width: 30%;*/
    max-width:400px;
    font-size: 14px;
    border: solid 2px #337ab7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.popup_title {
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: white;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
    background-color: #337ab7;
}

.popup_content {
    padding: 1em 1.75em;
    margin: 0em;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

.popup_message {
    text-align: center;
    padding-bottom: 12px;
}

.popup_panel {
    margin: auto;
}