﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*Error Page*/
.ErrorSection {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.5);
    height: 500px;
    color: #000;
    width: 600px;
   
    text-align: justify;
}
.ErrorSection h2 {
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}

.ErrorSection h1 {
    color: #000;
    font-family: Century Gothic;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
a.return-button {
    background: #04A754;
    
    border: 1px solid #04A754;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
	padding: 10px 15px;
}

.errormainsection {
    width: 500px;
    margin: 0 auto;
	
}

.loading {
    position: fixed;
    z-index: 14000;
    align-content: center;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: rgba( 255, 255, 255, .8 ) url('images/ajax-loader.gif') 50% 50% no-repeat;
}
