/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather:400,700&display=swap);
.btn {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.btn .caret {
  border-top-color: #ffffff;
}

.btn-default {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
}

.btn-default:hover {
  color: #333333;
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-default-alt {
  background-image: -webkit-linear-gradient(#f4f6fa, #d7e1ee 60%, #c9d6e8);
  background-image: -o-linear-gradient(#f4f6fa, #d7e1ee 60%, #c9d6e8);
  background-image: linear-gradient(#f4f6fa, #d7e1ee 60%, #c9d6e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f6fa', endColorstr='#ffc9d6e8', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
  color: #333333;
  border-color: #c5d4e6;
}

.btn-default-alt .caret {
  border-top-color: #333333;
}

.btn-primary {
  background-image: -webkit-linear-gradient(#284c81, #1e3a62 60%, #193152);
  background-image: -o-linear-gradient(#284c81, #1e3a62 60%, #193152);
  background-image: linear-gradient(#284c81, #1e3a62 60%, #193152);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff284c81', endColorstr='#ff193152', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(#9ab85c, #86a447 60%, #7a9641);
  background-image: -o-linear-gradient(#9ab85c, #86a447 60%, #7a9641);
  background-image: linear-gradient(#9ab85c, #86a447 60%, #7a9641);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ab85c', endColorstr='#ff7a9641', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(#7cadc8, #5f9bbc 60%, #5192b6);
  background-image: -o-linear-gradient(#7cadc8, #5f9bbc 60%, #5192b6);
  background-image: linear-gradient(#7cadc8, #5f9bbc 60%, #5192b6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7cadc8', endColorstr='#ff5192b6', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(#f79f71, #f5854a 60%, #f47837);
  background-image: -o-linear-gradient(#f79f71, #f5854a 60%, #f47837);
  background-image: linear-gradient(#f79f71, #f5854a 60%, #f47837);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff79f71', endColorstr='#fff47837', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(#cc242a, #a91e23 60%, #981b1f);
  background-image: -o-linear-gradient(#cc242a, #a91e23 60%, #981b1f);
  background-image: linear-gradient(#cc242a, #a91e23 60%, #981b1f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc242a', endColorstr='#ff981b1f', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
}

.btn-pattern {
  background: #D7E7F0 url("../img/diag_pat_trans.png") repeat;
  border: 1px solid #7BB1CD;
  color: #1e3a62;
  text-shadow: none;
  text-align: left;
  padding: 16px 8px;
  margin: 6px 0;
  border-radius: 6px;
}

.btn-pattern:hover, .btn-pattern:focus {
  background-color: #d7e1ee;
}
