/**
  * Kanso - Semantic Flat Buttons
  *
  * Version: 2.0.1
  * Author & copyright (c) 2013: Kris Olszewski
  * Repo: https://github.com/KrisOlszewski/Kanso/
  *
  * Font Awesome 4.0.0 by Dave Gandy - http://fontawesome.io
  *
  */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "OpenSansSemiBold";
  src: url("../fonts/open-sans-semi-bold/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/open-sans-semi-bold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-semi-bold/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/open-sans-semi-bold/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/open-sans-semi-bold/OpenSans-Semibold-webfont.svg#OpenSansSemiBold") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#FontAwesome") format("svg");
}

.button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 12px; 
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  /* font-family:"OpenSansSemiBold", Helvetica, Arial, sans-serif; */
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.button.is-flat {
  border-color: #2494be;
  background-color: #3bafda;
  color: white;
}

.button.is-flat:hover,
.button.is-flat:focus {
  border-color: #2aa8d7;
  background-color: #55badf;
}

.button.is-flat:active,
.button.is-flat.is-active {
  border-color: #1f80a4;
  background-color: #27a2cf;
}

.button.is-flat-green {
  border-color: #2494be;
  background-color: #78e166;
  color: white;
}

.button.is-flat-green:hover,
.button.is-flat-green:focus {
  border-color: #2aa8d7;
  background-color: #8ef97c;
}

.button.is-flat-green:active,
.button.is-flat-green.is-active {
  border-color: #1f80a4;
  background-color: #8ef97c;
}

.button.is-submit {
  border-color: #2494be;
  background-color: #3bafda;
  color: white;
}

.button.is-submit:hover,
.button.is-submit:focus {
  border-color: #2aa8d7;
  background-color: #55badf;
}

.button.is-submit:active,
.button.is-submit.is-active {
  border-color: #1f80a4;
  background-color: #27a2cf;
}
.button.is-reset {
  border-color: #656d78;
  background-color: #f5f7fa;
  color: #434a54;
}

.button.is-reset:hover,
.button.is-reset:focus {
  border-color: #737c89;
  background-color: white;
}

.button.is-reset:active,
.button.is-reset.is-active {
  border-color: #575e67;
  background-color: #e1e7f0;
}


.button.is-delete {
  border-color: #c42737;
  background-color: #da4453;
  color: white;
}

.button.is-delete:hover,
.button.is-delete:focus {
  border-color: #d63344;
  background-color: #df5e6a;
}

.button.is-delete:active,
.button.is-delete.is-active {
  border-color: #aa2230;
  background-color: #d52a3c;
}

.button.is-glay {
  border-color: #6f6f6f;
  background-color: #a9a9a9;
  color: white;
}

.button.is-glay:hover,
.button.is-glay:focus {
  border-color: #6f6f6f;
  background-color: #a9a9a9;
}

.button.is-glay:active,
.button.is-glay.is-active {
  border-color: #aa2230;
  background-color: #a9a9a9;
}

.button1{
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 12px; 
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  /* font-family:"OpenSansSemiBold", Helvetica, Arial, sans-serif; */
  /*line-height: 16px;*/
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.button1.is-flat-green {
  border-color: #57ad02;
  background-color: #78e166;
  color: white;
}

.button1.is-flat-green:hover,
.button1.is-flat-green:focus {
  border-color: #57ad02;
  background-color: #8ef97c;
}

.button1.is-flat-green:active,
.button1.is-flat-green.is-active {
  border-color: #57ad02;
  background-color: #8ef97c;
}