/* FUNDAMENTALS
-------------------------------------------------- */

html,
body {
    background-color: #CDCFB7;
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -64px;
}

h1 {
    text-align: center;
    font-size: 4em;
    margin: 10px 0 20px 0;
}
    
h1 a {
    color: #DCE0E6;
    text-decoration: none;
}

a { color: #55901e; }
a:hover { color: #7acf2b; }

.container {
    width: auto;
    max-width: 960px;
}


/* GENERIC CLASSES
-------------------------------------------------- */

.success { color: #6EBA27; }
.error, .danger { color: #F51800; }
.primary { color: #4DA1F0; }

.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { text-align: center; margin: 0 auto; }

.alert { margin: 0 auto; }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* GENERIC CLASSES
-------------------------------------------------- */

#title { 
    text-align: center;
    margin: 20px 0;
    font: 70px Tahoma, Helvetica, Arial, Sans-Serif;
}

#title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a4a592;
    text-shadow: 0px 2px 3px #555;
}

.panel-title {
    font-size: 20px;
}

.form-control {
    margin-bottom: 10px;
}

#disclaimer {
    font-size: 0.9em;
}

/* RESULTS
-------------------------------------------------- */

#results {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    text-align: left;
}

#results p {
    margin: 10px;
    border-bottom: 2px solid black;
}

#results pre {
    min-height: 300px;
    margin: 10px;
    background: #222 url('/img/loading.gif') center center no-repeat;
	padding: 20px;
	font-size: 16px; 
	color: #a4a592; 
	text-shadow: 0px 2px 3px #171717;
}

.lockedout {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 100px auto;
    text-align: center;
    color: #F50202;
}

/* Sticky footer styles
-------------------------------------------------- */

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}

#footer {
    background-color: #222;
    color: white;
    border-top: 4px solid #a4a592;
    -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    color: 0 -1px 12px rgba(0,0,0,0.4);
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.credit {
    margin: 20px 0;
    text-align: center;
}