﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Columns Styles */
.FullCol{
    width:100%;
    margin-bottom: 15px;
}
.HalfCol{
    width: 50%;
    float: left;
    height:50%;
    margin-bottom: 15px;
}
.ThirdsCol{
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
.FullCol input, .HalfCol input, .ThirdsCol input, .FullCol select, .HalfCol select, .ThirdsCol select, .FullCol textarea, .HalfCol textarea, .ThirdsCol textarea
{
    width: 95%;
}
.FullCol input[type="checkbox"], .HalfCol input[type="checkbox"], .ThirdsCol input[type="checkbox"]{width: auto !important;}
.FullCol input[type="hidden"], .HalfCol input[type="hidden"], .ThirdsCol input[type="hidden"]{width: auto !important;}

.FullCol1{
    width:50%;
    margin-bottom: 15px;
}
.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

/* -------------------------------------------------- 
   This file contains CSS overrides that are specific
   to making sure that Foundation works well with MVC
-----------------------------------------------------
*/

/* Overrides: Errors */
.input-validation-error, input.input-validation-error, textarea.input-validation-error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }
 
.field-validation-error { display: block; padding: 6px 4px; margin-top: 1px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; width:95%}

.AddContentBlock > img {
    width: 30px; float: right;
}
.AddBlockForm{display:none;}

button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #999999;
    border-color: #ff0006;
    color: white;
    font-size:20px;
}

button-file, .button-file {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.075);
    border-color: #c60f13;
    color: black;
    font-size:20px;
    width:10%;
}
.imgsrc
{
  width: 30%;
    float: left;
    height:30%;
    margin-bottom: 15px;
}
.navbar-inverse {
  background-color: #cccccc;
  border-color: #080808;
}
.headerlogo{
    width: 250px;
    padding-top: 14px;
    padding-right: 50px;
}
.EEHeader{
    background-color: white;
}
footer{
    padding-top: 50px;
}
h2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-add{
    color: white;
}
.btn-add a{
    color: white;
}
.btn-add ac:hover{
    color: white;
    text-decoration: none;
}