
#callCodeGlyph.success {
    color: #3c763d;
}

#callCodeGlyph.error {
    color: #a94442;
}


.default {
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  border: solid 2px #05d6ee;
  text-align: center;
  text-transform: uppercase;
  color: #05d6ee;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  transition: .5s;
}


.default:hover {
  background-color: #05d6ee;
  color: white;
  transition: .5s;
}

.default.blue {
  border-color: #6d9beb;
  color: #6d9beb;
}


.default.blue:hover {
  background-color: #5f88d0;
  border-color: #5f88d0;
  color: white;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.rounded {
  border-radius: 6px;
}
.img-card {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.mx-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.d-none {
  display: none !important;
}
.affix {
  position: fixed;
}
