﻿/*#container {
    max-width: 1000px;
    margin: 0 auto;
    background: #EEE;
}*/

#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
#welcome-message-admission {
    /*display: none;
    z-index: 500;
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 1%; 
    height: 300px;
    font-family: Calibri, Arial, sans-serif; 
    background-color: white;*/
    display: none;
    z-index: 500;
    position: absolute;
	width: 84%;
    left: 8%;
    top: 6%;
    /*transform: translate(-50%, -50%);*/
    border: 2px solid #7F0000;
    padding: 20px 1%; 
    font-family: Calibri, Arial, sans-serif; 
    background-color: white;
}
.onedivarea{
    display: inline-block;
    padding: 15px;
    background-color: whitesmoke;
	width: 100%;
}

.flashdivul{
	background-color: aliceblue;
	padding: 5px;
	padding-left: 20px;
}

.flashdivul li{
    font-weight: bold;
	font-size: 18px;
	color: green;
	list-style: disc;
}
#welcome-message-admission h2 { 
    color: black; 
    font-family: Impact;
    font-size: 24px; 
    text-align: center;
    border-bottom: solid 0px #7F0000;
	margin-bottom: 5px !important;
}
#welcome-message-admission h3{
	font-size: 18px; 
	color: red; 
	font-family: Impact; 
	margin: 0;
}
#welcome-message-admission h4{
	font-size: 16px; 
	color: green; 
	font-family: Impact;
	margin: 0;
}

#fvpp-close {
    position: absolute;
    top: -10px;
    right: -8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #7F0000;
    color: white;
    width: 20px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}
.parabtn  {
    text-align: center;
}
.parabtn a,.parabtn a:link {
    /*background-color: #7F0000;*/
    background-color: royalblue;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    /*transform: skew(-20deg);*/
    margin-bottom: 0px;
    padding: 5px;
    box-shadow: 3px 3px grey;
    text-align: center;
}

.parabtn a:hover {
    box-shadow: none;
}

.loginbtn {
    padding-top: 10%;
    text-align: center;
}

.loginbtn a,.loginbtn a:link {
    font-family: stencil;
    color:#7F0000;
    border:dashed 2px #7F0000;
    padding: 7px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.loginbtn a:hover {
    color: white;
    background-color: #7F0000;
}

.largebtn {
    background-color: darkblue;
    color: white;
    font-size: 2.4em;
    text-align: center;
    font-family: Calibri;
    font-weight: 900;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 769px) {
    .largebtn {
        background-color: darkblue;
        color: white;
        font-size: 1em;
        text-align: center;
        font-family: Calibri;
        font-weight: 900;
        padding: 10px;
        border-radius: 10px;
    }

    #welcome-message-admission {
    /*left: 2%;
    transform: translate(-1%, -1%);
    top: 20%;*/
}
}