/* LAYOUT */
.left {
  float:left !important;
  display:inline;
}

.right {
  float:right !important;
  display:inline;
}

.clear {
  clear:both; 
  margin:0px; 
  padding:0px;
  display:block;
}

.hidden {
  display:none !important;
}

.hr {
  border-top: 1px solid #D9DCE1;
  height:0px;
  clear:both;
}

/* APPEARANCE */
.no-background {
  background: none no-repeat scroll 0 0 transparent !important;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

a.green {
  color: #34B87D !important;
}

a.green:hover {
  color: #4DCD93 !important;
}


/* SPACING */
.no-border{  border: none !important;}

.top-0{  margin-top:0px !important;  padding-top: 0px;}
.space-10, .top-10 {  margin-top:10px;}
.top-20 {  margin-top:20px;}
.top-15 {margin-top:15px;}

.left-10 {  margin-left:10px;}
.left-15 {  margin-left:15px;}
.left-20 {  margin-left:20px;}
.right-10 {  margin-right:10px;}
.right-15 {  margin-right:15px;}
.right-20{  margin-right: 20px;}

.bottom-5 {  margin-bottom:5px;}
.bottom-10 {  margin-bottom:10px;}
.bottom-15 {  margin-bottom:15px;}
.bottom-20 {  margin-bottom:20px;}

.top-3
{
  margin-top: 3px;
}

.left-85
{
  margin-left: 85px;
}

.marginBottom15
{
  margin-bottom: 15px;
}

.padding-bottom-0,
.no-padding-bottom {
  padding-bottom: 0px !important;
}

.padding-right-0,
.no-padding-right {
  padding-right: 0px !important;
}

.margin-bottom-0,
.no-margin-bottom {
  margin-bottom: 0px !important;
}

.margin-right-0,
.no-margin-right {
  margin-right: 0px !important;
}

.error {
  color: #f00;
}
