﻿.buttonStyle{
	height: 36px;
	background-color: #0C6485;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
    display:inline-block;
	font-size: small;
	color: White;
	width: 130px;
	padding-top: 6px;
	cursor: pointer;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.alert{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	margin-top: 10px;
	width: 80%;
}
.hide{
	display: none;
}
#info{
	background-color: #ffffcc;
	height: 35px;
	width: 80%;
	padding-top: 1px;
	margin-top: 15px;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 

}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}