/* ---------------------------------------------------
Button styling
-------------------------------------------------- */

/* So that Firefox doesn't add 2px padding for input elements */
input::-moz-focus-inner { border:0; padding:0 }

.button-large-square:hover{ text-decoration: none; color: white !important; }

.button-large-square{ 
  display: inline-block;
  padding: 9px 15px 9px 15px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 14px "ProximaNovaBold", Arial, sans-serif;
  color: white;
  background-color: #5a7a1a;
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
box-shadow:
  0px 1px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-large-roundright:hover{ text-decoration: none; color: white !important; }

.button-large-roundright{ 
  display: inline-block;
  padding: 9px 45px 9px 15px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 14px "ProximaNovaBold", Arial, sans-serif;
  color: white;
  background-color: #5a7a1a;  
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 5px 20px 20px 5px;
  border-radius: 5px 20px 20px 5px;
box-shadow:
  0px 1px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-medium-roundright-blue:hover{ text-decoration: none; color: #645f87 !important; }

.button-medium-roundright-blue{ 
  display: inline-block;
  padding: 6px 28px 5px 7px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 13px "ProximaNovaBold", Arial, sans-serif;
  color: #645f87;
  background-color: #9c96be;  
  background: -moz-linear-gradient(top,  rgba(202,196,229,1) 0%, rgba(162,152,210,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,196,229,1)), color-stop(100%,rgba(162,152,210,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cac4e5', endColorstr='#a298d2',GradientType=0 ); /* IE6-9 */
  border:1px solid #9c96be;
  -webkit-border-radius: 5px 20px 20px 5px;
  border-radius: 5px 20px 20px 5px;
box-shadow:
  0px 1px 1px rgba(155,144,206,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-large-square-black:hover{ text-decoration: none; color: black !important; }

.button-large-square-black{ 
  display: inline-block;
  padding: 9px 15px 9px 15px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 14px "ProximaNovaBold", Arial, sans-serif;
  color: black;
  background-color: #5a7a1a;
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
box-shadow:
  0px 1px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-large-square-black:hover{ text-decoration: none; color: black !important; }

.button-large-roundright-black{ 
  display: inline-block;
  padding: 9px 45px 9px 15px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 14px "ProximaNovaBold", Arial, sans-serif;
  color: black;
  background-color: #5a7a1a;  
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 5px 20px 20px 5px;
  border-radius: 5px 20px 20px 5px;
box-shadow:
  0px 1px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-large-circle{
  position: absolute;
  right: 8px;
  top: 7px;
  pointer-events: none;
}

.button-small-square:hover{ text-decoration: none; color: white !important; }

.button-small-square{ 
  display: inline-block;
  padding: 5px 7px 5px 8px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 10px "ProximaNovaBold", Arial, sans-serif;
  color: white;
  background-color: #5a7a1a;  
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
box-shadow:
  0px 1px 1px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.3);
}

.button-small-roundright:hover{ text-decoration: none; color: white !important; }

.button-small-roundright{ 
  display: inline-block;
  padding: 5px 22px 5px 8px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 10px "ProximaNovaBold", Arial, sans-serif;
  color: white;
  background-color: #5a7a1a;  
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 3px 10px 10px 3px;
  border-radius: 3px 10px 10px 3px;
box-shadow:
  0px 1px 1px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.3);
}

.button-small-square-black:hover{ text-decoration: none; color: black !important; }

.button-small-square-black{ 
  display: inline-block;
  padding: 6px 7px 4px 8px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 10px "ProximaNovaBold", Arial, sans-serif;
  color: black;
  background-color: #5a7a1a;  
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
box-shadow:
  0px 1px 1px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.3);
}

.button-small-roundright-black:hover{ text-decoration: none; color: black !important; }

.button-small-roundright-black{ 
  display: inline-block;
  padding: 6px 22px 4px 8px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 10px "ProximaNovaBold", Arial, sans-serif;
  color: black;
  background-color: #5a7a1a;  
  background: rgba(185,206,102,1);
  background: -moz-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,206,102,1)), color-stop(100%, rgba(123,164,41,1)));
  background: -webkit-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -o-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: -ms-linear-gradient(top, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  background: linear-gradient(to bottom, rgba(185,206,102,1) 0%, rgba(123,164,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce66', endColorstr='#7ba429', GradientType=0 );
  border:1px solid #5a7a1a;
  -webkit-border-radius: 3px 10px 10px 3px;
  border-radius: 3px 10px 10px 3px;
box-shadow:
  0px 1px 1px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.3);
}

.button-small-circle{
  position: relative;
  left: -17px;
  top: 3px;
  pointer-events: none;
}

.button-large-workflow:hover{ text-decoration: none; color: white !important; }

.button-large-workflow{ 
  display: inline-block;
  padding: 6px 12px 6px 26px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 12px "ProximaNovaBold", Arial, sans-serif;
  color: white;
  background: #a0a0a0; /* Old browsers */
  background: -moz-linear-gradient(top,  #a0a0a0 0%, #777777 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#777777)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a0a0a0 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a0a0a0 0%,#777777 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a0a0a0 0%,#777777 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a0a0a0 0%,#777777 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
  border:1px solid #777777;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
box-shadow:
  0px 1px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-large-download:hover{ text-decoration: none; color: white !important; }

.button-large-download{ 
  display: inline-block;
  margin: 0;
  padding: 6px 12px 6px 26px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 12px "ProximaNovaBold", Arial, sans-serif;
  color: white;
  background: #8e86b3; /* Old browsers */
  background: -moz-linear-gradient(top,  #96a0d7 0%, #7981ad 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96a0d7), color-stop(100%,#7981ad)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #96a0d7 0%,#8e86b3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #96a0d7 0%,#7981ad 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #96a0d7 0%,#7981ad 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #96a0d7 0%,#7981ad 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519ad6', endColorstr='#8e86b3',GradientType=0 ); /* IE6-9 */
  border:1px solid #8e86b3;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
box-shadow:
  0px 1px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.1),
  0px 1px 0px rgba(255,255,255,0.1);
}

.button-icon{
  position: absolute;
  left: 7px;
  top: 6px;
  pointer-events: none;
}

.button-with-icon:hover{ text-decoration: none; color: white !important; }

.button-with-icon{
  display: inline-block;
  position: relative;
}
