.btn-info_empty {
  color: #8a7f73;
  background-color: transparent;
  border-color: #8a7f73;
}

.btn-info_empty:hover,
.btn-info_empty_empty:focus,
.btn-info_empty:active,
.btn-info_empty.active {
  color: #ffffff;
  background-color: #8a7f73;
  border-color: #8a7f73;
}


.btn-info_empty.disabled,
.btn-info_empty[disabled],
fieldset[disabled] .btn-info_empty,
.btn-info_empty.disabled:hover,
.btn-info_empty[disabled]:hover,
fieldset[disabled] .btn-info_empty:hover,
.btn-info_empty.disabled:focus,
.btn-info_empty[disabled]:focus,
fieldset[disabled] .btn-info_empty:focus,
.btn-info_empty.disabled:active,
.btn-info_empty[disabled]:active,
fieldset[disabled] .btn-info_empty:active,
.btn-info_empty.disabled.active,
.btn-info_empty[disabled].active,
fieldset[disabled] .btn-info_empty.active {
  background-color: #transparent;
  border-color: #8a7f73;
  color: #8a7f73;
}

.btn-info2_empty {
  color: #615AB4;
  background-color: transparent;
  border-color: #615AB4;
}

.btn-info2_empty:hover,
.btn-info2_empty_empty:focus,
.btn-info2_empty:active,
.btn-info2_empty.active {
  color: #ffffff;
  background-color: #efeef7;
  border-color: #efeef7;
}


.btn-info2_empty.disabled,
.btn-info2_empty[disabled],
fieldset[disabled] .btn-info2_empty,
.btn-info2_empty.disabled:hover,
.btn-info2_empty[disabled]:hover,
fieldset[disabled] .btn-info2_empty:hover,
.btn-info2_empty.disabled:focus,
.btn-info2_empty[disabled]:focus,
fieldset[disabled] .btn-info2_empty:focus,
.btn-info2_empty.disabled:active,
.btn-info2_empty[disabled]:active,
fieldset[disabled] .btn-info2_empty:active,
.btn-info2_empty.disabled.active,
.btn-info2_empty[disabled].active,
fieldset[disabled] .btn-info2_empty.active {
  background-color: #transparent;
  border-color: #efeef7;
  color: #efeef7;
}


.demo-preview {
  padding-top: 60px;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
}
.demo-preview .badge{
  margin-right:10px;
}
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 99999px
}

.badge.badge-default {
  background-color: #B0BEC5
}

.badge.badge-primary {
  background-color: #2196F3
}

.badge.badge-secondary {
  background-color: #323a45
}

.badge.badge-success {
  background-color: #64DD17
}

.badge.badge-warning {
  background-color: #FFD600
}

.badge.badge-info {
  background-color: #29B6F6
}

.badge.badge-danger {
  background-color: #ef1c1c
}

.badge.badge-outlined {
  background-color: transparent
}

.badge.badge-outlined.badge-default {
  border-color: #B0BEC5;
  color: #B0BEC5
}

.badge.badge-outlined.badge-primary {
  border-color: #2196F3;
  color: #2196F3
}

.badge.badge-outlined.badge-secondary {
  border-color: #323a45;
  color: #323a45
}

.badge.badge-outlined.badge-success {
  border-color: #64DD17;
  color: #64DD17
}

.badge.badge-outlined.badge-warning {
  border-color: #FFD600;
  color: #FFD600
}

.badge.badge-outlined.badge-info {
  border-color: #29B6F6;
  color: #29B6F6
}

.badge.badge-outlined.badge-danger {
  border-color: #ef1c1c;
  color: #ef1c1c
}

.label {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFF
}

.label.label-pill,
.label.label-rounded {
  border-radius: 99999px
}

.label.label-square {
  border-radius: 0
}

.label.label-default {
  background-color: #B0BEC5
}

.label.label-primary {
  background-color: #2196F3
}

.label.label-secondary {
  background-color: #323a45;
  color: #FFF
}

.label.label-info {
  background-color: #29B6F6
}

.label.label-success {
  background-color: #64DD17
}

.label.label-warning {
  background-color: #FFD600
}

.label.label-danger {
  background-color: #ef1c1c
}

.label.label-orange {
  background-color: #F95721
}

.label.label-green {
  background-color: #6aa325
}



.label.label-outlined {
  border-width: 1px;
  border-style: solid;
  background-color: transparent
}

.label.label-outlined.label-default {
  border-color: #B0BEC5;
  color: #B0BEC5
}

.label.label-outlined.label-primary {
  border-color: #2196F3;
  color: #2196F3
}

.label.label-outlined.label-secondary {
  border-color: #323a45;
  color: #323a45
}

.label.label-outlined.label-info {
  border-color: #29B6F6;
  color: #29B6F6
}

.label.label-outlined.label-success {
  border-color: #64DD17;
  color: #64DD17
}

.label.label-outlined.label-warning {
  border-color: #EBB329;
  color: #EBB329
}

.label.label-outlined.label-danger {
  border-color: #ef1c1c;
  color: #ef1c1c
}

.label.label-outlined.label-orange {
  border-color: #F95721;
  color: #F95721
}

.label.label-outlined.label-green {
  border-color: #6aa325;
  color: #6aa325
}


.outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
}


.btn-primary.outline {
    color: #428bca;
}

.btn-success.outline {
    color: #5cb85c;
}

.btn-info.outline {
    color: #5bc0de;
}

.btn-warning.outline {
    color: #f0ad4e;
}

.btn-danger.outline {
    color: #d9534f;
}

.btn-grey.outline {
    color: #8e8e8e;
}

.btn-grey.outline:hover {
    color: #428bca;
}


.btn-primary.outline:hover,
.btn-success.outline:hover,
.btn-info.outline:hover,
.btn-warning.outline:hover,
.btn-danger.outline:hover {
    color: #fff;
}

.number-icon_sm {
  display: inline-block;
  border: 0.5px solid;
  border-radius: 55%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 0.5em;
}

.number-icon_xs {
  display: inline-block;
  border: 0.5px solid;
  border-radius: 55%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin: 0 0.5em;
}

.number-icon_lg {
  display: inline-block;
  border: 2.5px solid;
  border-radius: 55%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin: 0 0.5em;
  font-size: 22px;
}

.number-icon_xl {
  display: inline-block;
  border: 0.5px solid;
  border-radius: 55%;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  margin: 0 0.5em;
  font-size: 40px;
}

a.styleone {
  color: #000000;
  text-decoration: none;
}
a.styleone:hover,
a.styleone:focus {
  color: #23232;
  text-decoration: underline;
}
a.styleone:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

div.container-fluid {
  margin-left: 24px;
  margin-right: 24px;
}
 
