﻿.footer{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #7A0C0C;
	color: rgb(211, 211, 211);
	font-family: Actor, sans-serif;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 22px;
	background-image: url(tactile_noise.png);
	background-repeat: repeat repeat;
    background-image: url(/Images/bg.png);
}

.divPanel {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
}
.footer a {
    color: rgb(224, 95, 3); 
    font-size: 13px; 
    font-family: 'Open Sans', sans-serif;
}

.footer h3 {
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 23px; 
    line-height: 45px; 
    color: rgb(211, 211, 211);}
.box{
	text-align: center;
	margin-bottom: 30px;
}

.box i{
	font-size: 50px;
	color: #AE3910;
}
.customRow {padding: 20px;}

.msg {
    align-content: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 4px;
    color: #ffffff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
    display: none;
}

.spinner {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=70);
    display: none;
}        
.loading {
    display: none;
    width: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #ffffff;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/Images/Icon/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/Images/Icon/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/Images/Icon/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Images/Icon/error.png');
}
.map {
    width:100%;
    height:100%;
}