
/* COLOR CLASSES
-------------------------------------------- */
/* COLOR CLASSES
-------------------------------------------- */

.bcolor-bg {
  background-color: #222;
}

.white {
  color: #fff;
}

/* UTILITY CLASSES
------------------------------------------- */
/* Lists */

.align-center {
  text-align: center;
}

.abs-filler {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hcenter {
  margin-left: auto;
  margin-right: auto;
}

.vcenter {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.vcenter .vcenter-this {
  display: table-cell;
  vertical-align: middle;
}

.width-33pc {
  width: 33%;
}

@media (max-width: 767px) {
  .width-100pc-xs, .fullw-xs {
    width: 100%;
  }

  input#token {
    width: 150px !important;
  }
}

/* MISC
--------------------------------------------------- */

.btn,
.btn-group .btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.form .form-control,
.form .btn,
.form-control,
.label,
.input-lg, .form-group-lg .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}

/* BUTTONS
-------------------------------------------*/
.btn {
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #08AFB5;
  color: #fff;
}
.btn-primary:hover {
  background: #068e93;
}

.btn-primary {
  color: #fff;
}

.btn-primary:hover  {
  color: #fff;
}

.btn-primary {
  background-color: #08AFB5;
  color: #fff;
}

.btn-primary:hover {
  background-color: #068084;
  color: #fff;
}

/* FORMS 
-------------------------------------------*/
label {
  font-weight: normal;
}

.input-group .input-group-addon {
  background: #f2f2f6;
}
.input-group .input-group-addon i {
  color: rgba(0, 0, 0, 0.2);
  width: 1em;
}

.form-control:focus {
  border-color: rgba(8, 175, 181, 0.5);
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(8, 175, 181, 0.5);
}


/* FORM PANEL
-------------------------------------------*/
.form-panel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
}
.form-panel header {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  padding: 25px 30px;
  background: #f2f2f6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #595e80;
}
.form-panel header .icon {
  line-height: inherit;
  margin-right: 10px;
  color: #08AFB5;
  vertical-align: middle;
}
.form-panel footer {
  padding: 25px 30px;
  background: #f2f2f6;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-panel .form-group label {
  font-weight: normal;
}
.form-panel fieldset {
  padding: 30px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 -1px 0;
}

body {
  font: 14px "Roboto", Arial, sans-serif;
  line-height: 1.7em;
  color: #7f85a7;
}

a {
  color: #08AFB5;
}

a:hover {
  text-decoration: none;
  color: #08AFB5;
}

a, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

input[type="checkbox"] {
  line-height: 1;
  margin: 5px 0 0;
}

/* LAYOUT SETUP
-------------------------------------------------- */
html {
  position: relative;
  display: block;
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #f2f2f6;
}
