html, body{
    padding:0px;
    margin:0px;
    font-family: 'glober_regularregular', sans-serif;
}

#container{
    width: 96%;
    max-width:960px;
    margin: 0 auto;
    padding: 2%;
   
}

h1{
    text-transform: uppercase;
}

img.logo{
    float:left;
}

form{
    margin-top:20px;
    width:100%;
}

label{
    display: block;
    margin-top:5px;
    margin-bottom:2px;
}

.item{
    margin-bottom:10px;
    
    padding:10px;
    padding-left:2%;
    border: 1px solid #ddd;
}

.item:nth-child(even)
{
    
}

.item-field{
    float:left;
    padding-right:15px;
    position: relative;
}

.deleteItemDiv{
    display: block;
    clear: both;
    margin-top:8px;
    
    float:left;
}

.deleteItemDiv input{
    background-color:#D9534F;
}

.uploadTrigger{
    float:left;;
}

.fileText{
    float:left;
    margin-left:10px;
    margin-top: 10px;
}

textarea{
    width:100%;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.tag{
    float: right;
    padding-top:50px;
    color:#555;
}

.cf:after {
    clear: both;
}

.clearfix{
    clear:both;
}

@media(max-width: 780px)
{
    h1{
        width:100%;
        text-align: center;
    }
}

@media(max-width: 500px)
{
    .tag{
        float: right;
        padding-top:0px;
    }
    
    img.logo{
        width:90%;
        height: auto;
        margin:2% 5%;
    }
   
    input{
        width:100%;
    }
    
    .deleteItemDiv{
        width:100%;
    }
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type='currency: ["$", false]'],
input.currency,
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;

  background-color: #e8eeef;
  color: #222;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 15px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

input[type="button"], input[type="submit"], .button, button {
  padding: 5px 20px 5px 20px;
  color: #FFF;
  background-color: #666;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 0px;

  border: 4px solid #666;
 
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
  cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="button"].buttonBig, input[type="submit"].buttonBig{
    background-color: #22B080;
    border: 4px solid #22B080;
    padding: 19px 39px 18px 39px;

}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover {
    background-color:#555;
}

input[type="file"]{
    display: none;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

.deleteItemDiv input{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a;
}

.deleteItemDiv input:hover{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925;
}

input[type="button"].addAnotherItemButton{
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4;
}

input[type="button"].addAnotherItemButton:hover{
    color:#fff;
    background-color:#286090;
    border-color:#204d74;
}

input[type="submit"].buttonBig:hover{
    background-color: #1B8D66;
    border-color:#1B8D66;
    color:white;
}

input[type="submit"].buttonBigNoHover:hover{
    background-color: #22B080;
    border: 4px solid #22B080;
    padding: 19px 39px 18px 39px;
}

label.error{
    color:red;
}

input.error{
    border: 2px solid red;
}

.dollarSign{
    
    z-index:3;
    position: absolute;
    top:15px;
    left:10px;
}

.amount input{
    padding-left:30px;
}

.prototype .checkbox-holder{
    display: none;
}



/********************************************
 *
 *   Admin Style
 *
 *   ***************************************/

table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid black;
}

td{
    padding: 2px;
    padding-right: 5px;
}

