.navbar-default {
  background-color: #fff;
  border-color: #dadada
}

.navbar-default .navbar-brand {
  color: #717171
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #484848
}

.navbar-default .navbar-text {
  color: #717171
}

.navbar-default .navbar-nav>li>a {
  color: #717171
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #484848
}

.navbar-default .navbar-nav>li>.dropdown-menu {
  background-color: #fff
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
  color: #717171
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus {
  color: #484848;
  background-color: #dadada
}

.navbar-default .navbar-nav>li>.dropdown-menu>li.divider {
  background-color: #dadada
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #484848;
  background-color: #dadada
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #484848;
  background-color: #dadada
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #484848;
  background-color: #dadada
}

.navbar-default .navbar-toggle {
  border-color: #dadada
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dadada
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #717171
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #717171
}

.navbar-default .navbar-link {
  color: #717171
}

.navbar-default .navbar-link:hover {
  color: #484848
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #717171
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #484848
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #484848;
    background-color: #dadada
  }
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff
}

.dropdown-submenu.pull-left {
  float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.open {
  border-top-color: #fff !important;
  color: #00ACC8
}

.btn-flat {
  box-shadow: none !important
}

.servicebox ul {
  list-style-type: none
}

.topbar {
  background: #445 none repeat scroll 0 0 !important;
  border-color: #445 !important
}

.post-wrapper-top {
  background-color: #00ACCD !important
}

.post-wrapper-top li {
  color: #fff !important
}

.post-wrapper-top h2 {
  color: #fff !important;
  border-color: #445 !important
}

.post-wrapper-top li a {
  color: #445 !important
}

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden
}

.wizard a,
.tabcontrol a {
  outline: 0
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0
}

.wizard ul>li,
.tabcontrol ul>li {
  display: block;
  padding: 0
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
  position: absolute;
  left: -999em
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
  position: absolute;
  left: -999em
}

.wizard>.steps {
  position: relative;
  display: block;
  width: 100%
}

.wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 30%
}

.wizard>.steps .number {
  font-size: 1.429em
}

.wizard>.steps>ul>li {
  width: 25%
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
  float: left
}

.wizard.vertical>.steps>ul>li {
  float: none;
  width: 100%
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
  display: block;
  width: auto;
  margin: 0 .5em .5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
  background: #00ACC8;
  color: #fff;
  cursor: default
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
  background: #c6e5ed;
  color: #fff
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
  background: #ff3111;
  color: #fff
}

.wizard>.content {
  background: #eee;
  display: block;
  margin: .5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard.vertical>.content {
  display: inline;
  float: left;
  margin: 0 2.5% .5em 2.5%;
  width: 65%
}

.wizard>.content>.body {
  float: left;
  width: 100%;
  height: 95%;
  padding: 2.5%
}

.wizard>.content>.body ul {
  list-style: disc !important
}

.wizard>.content>.body ul>li {
  display: list-item
}

.wizard>.content>.body>iframe {
  border: 0 none;
  width: 100%;
  height: 100%
}

.wizard>.content>.body input {
  display: block;
  border: 1px solid #ccc
}

.wizard>.content>.body input[type=checkbox] {
  display: inline-block
}

.wizard>.content>.body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11
}

.wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%
}

.wizard.vertical>.actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%
}

.wizard>.actions>ul {
  display: inline-block;
  text-align: right
}

.wizard>.actions>ul>li {
  margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
  margin: 0 0 0 1em
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
  background: #00ACC8;
  color: #fff;
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
  background: #eee;
  color: #aaa
}

.wizard>.loading .spinner {}

.tabcontrol>.steps {
  position: relative;
  display: block;
  width: 100%
}

.tabcontrol>.steps>ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1
}

.tabcontrol>.steps>ul>li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0
}

.tabcontrol>.steps>ul>li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
  text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
  padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px
}

.tabcontrol>.content>.body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%
}

.tabcontrol>.content>.body ul {
  list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
  display: list-item
}

@media(max-width:600px) {
  .wizard>.steps>ul>li {
    width: 50%
  }

  .wizard>.steps a,
  .wizard>.steps a:hover,
  .wizard>.steps a:active {
    margin-top: .5em
  }

  .wizard.vertical>.steps,
  .wizard.vertical>.actions {
    display: block;
    float: none;
    width: 100%
  }

  .wizard.vertical>.content {
    display: block;
    float: none;
    margin: 0 .5em .5em;
    width: auto
  }
}

@media(max-width:480px) {
  .wizard>.steps>ul>li {
    width: 100%
  }
}

.com {
  color: #93a1a1
}

.lit {
  color: #195f91
}

.pun,
.opn,
.clo {
  color: #93a1a1
}

.fun {
  color: #dc322f
}

.str,
.atv {
  color: #d14
}

.kwd,
.prettyprint .tag {
  color: #1e347b
}

.typ,
.atn,
.dec,
.var {
  color: teal
}

.pln {
  color: #48484c
}

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0
}

ol.linenums {
  margin: 0 0 0 33px
}

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff
}

.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0
}

.switch .ios-switch {
  height: 35px;
  width: 65px
}

.switch .ios-switch .handle {
  height: 31px;
  width: 31px
}

.switch.switch-primary .ios-switch .on-background {
  background: #00ACC8
}

.switch.switch-success .ios-switch .on-background {
  background: #47a447
}

.switch.switch-warning .ios-switch .on-background {
  background: #ed9c28
}

.switch.switch-danger .ios-switch .on-background {
  background: #d2322d
}

.switch.switch-info .ios-switch .on-background {
  background: #5bc0de
}

.switch.switch-dark .ios-switch .on-background {
  background: #171717
}

.switch.switch-lg .ios-switch {
  height: 45px;
  width: 75px
}

.switch.switch-lg .ios-switch .handle {
  height: 41px;
  width: 41px
}

.switch.switch-sm .ios-switch {
  height: 25px;
  width: 55px
}

.switch.switch-sm .ios-switch .handle {
  height: 21px;
  width: 21px
}

.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  background-color: #E5E5E5;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.ios-switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0
}

.ios-switch .on-background {
  background-image: -o-linear-gradient(#00e459, #00e158);
  background-image: -ms-linear-gradient(#00e459, #00e158);
  background-image: -moz-linear-gradient(#00e459, #00e158);
  background-image: -webkit-linear-gradient(#00e459, #00e158);
  background-image: linear-gradient(#00e459, #00e158);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  -o-transition: .3s .2s;
  -ms-transition: .3s .2s;
  -moz-transition: .3s .2s;
  -webkit-transition: .3s .2s;
  transition: .3s .2s
}

.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: -o-linear-gradient(white, #fdfdfd);
  background-image: -ms-linear-gradient(white, #fdfdfd);
  background-image: -moz-linear-gradient(white, #fdfdfd);
  background-image: -webkit-linear-gradient(white, #fdfdfd);
  background-image: linear-gradient(white, #fdfdfd);
  border: 2px solid #E5E5E5;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s
}

.ios-switch .handle {
  width: 41px;
  height: 41px;
  background-color: white;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .075), 0 3px 5px rgba(0, 0, 0, .15), 1px 2px 2px rgba(0, 0, 0, .05);
  z-index: 3;
  -o-transition: -o-transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -ms-transition: -ms-transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -moz-transition: -moz-transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -webkit-transition: -webkit-transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -o-transition: transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -ms-transition: transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -moz-transition: transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -webkit-transition: transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  transition: transform .3s .25s cubic-bezier(0.455, .03, .215, 1.33);
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.ios-switch.off .handle {
  -o-animation: expand-off .3s .2s;
  -ms-animation: expand-off .3s .2s;
  -moz-animation: expand-off .3s .2s;
  -webkit-animation: expand-off .3s .2s;
  animation: expand-off .3s .2s;
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.ios-switch.off .on-background {
  -o-transition: .3s 0s;
  -ms-transition: .3s 0s;
  -moz-transition: .3s 0s;
  -webkit-transition: .3s 0s;
  transition: .3s 0s
}

.ios-switch.off .state-background {
  -o-transition: .4s .25s;
  -ms-transition: .4s .25s;
  -moz-transition: .4s .25s;
  -webkit-transition: .4s .25s;
  transition: .4s .25s
}

.ios-switch.on .handle {
  -o-animation: expand-on .3s .2s;
  -ms-animation: expand-on .3s .2s;
  -moz-animation: expand-on .3s .2s;
  -webkit-animation: expand-on .3s .2s;
  animation: expand-on .3s .2s;
  -o-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0)
}

.ios-switch.on .on-background {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100)
}

.ios-switch.on .state-background {
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0)
}

label {
  font-weight: normal
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  -webkit-appearance: none
}

.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd
}

.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd
}

.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0
}

.radio-custom.radio-inline {
  display: inline-block;
  vertical-align: middle
}

.form-group .radio-custom.radio-inline {
  margin-top: 7px;
  padding-top: 0
}

.radio-custom:last-child,
.radio-custom:last-of-type {
  margin-bottom: 0
}

.radio-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer
}

.radio-custom input[type=radio]:checked+label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #444;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 1px #444;
  box-shadow: 0 0 1px #444
}

.radio-custom input[type=radio]:disabled {
  cursor: not-allowed
}

.radio-custom input[type=radio]:disabled:checked+label:after {
  color: #999
}

.radio-custom input[type=radio]:disabled+label {
  cursor: not-allowed
}

.radio-custom input[type=radio]:disabled+label:before {
  background-color: #eee
}

.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2
}

.radio-custom label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #bbb;
  background: #fff
}

.radio-custom label+label.error {
  display: block
}

.checkbox-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0
}

.checkbox-custom.checkbox-inline {
  display: inline-block;
  vertical-align: middle
}

.form-group .checkbox-custom.checkbox-inline {
  margin-top: 7px;
  padding-top: 0
}

.checkbox-custom:last-child,
.checkbox-custom:last-of-type {
  margin-bottom: 0
}

.checkbox-custom input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer
}

.checkbox-custom input[type=checkbox]:checked+label:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  content: '\F00C';
  top: 50%;
  left: 4px;
  margin-top: -5px;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333
}

.checkbox-custom input[type=checkbox]:disabled {
  cursor: not-allowed
}

.checkbox-custom input[type=checkbox]:disabled:checked+label:after {
  color: #999
}

.checkbox-custom input[type=checkbox]:disabled+label {
  cursor: not-allowed
}

.checkbox-custom input[type=checkbox]:disabled+label:before {
  background-color: #eee
}

.checkbox-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2
}

.checkbox-custom label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #bbb;
  background: #fff
}

.checkbox-custom label+label.error {
  display: block
}

hr.tall {
  height: 1px;
  background: linear-gradient(to right, transparent, #445, transparent)
}

.text-bold {
  font-weight: 600
}

.text-justify {
  text-align: justify;
  text-justify: inter-word
}

.text-italic {
  font-style: italic
}

.text-xs {
  font-size: 10px;
  font-size: 1rem
}

.text-sm {
  font-size: 13px;
  font-size: 1.3rem
}

.text-md {
  font-size: 16px;
  font-size: 1.6rem
}

.text-lg {
  font-size: 19px;
  font-size: 1.9rem
}

.text-xl {
  font-size: 22px;
  font-size: 2.2rem
}

.text-muted {
  color: #999 !important
}

html.dark .text-muted {
  color: #505461 !important
}

.text-primary {
  color: #00ACC8 !important
}

.text-secondary {
  color: #E36159 !important
}

.text-tertiary {
  color: #2BAAB1 !important
}

.text-quartenary {
  color: #734BA9 !important
}

.text-success {
  color: #47a447 !important
}

.text-warning {
  color: #ed9c28 !important
}

.text-danger {
  color: #d2322d !important
}

.text-info {
  color: #5bc0de !important
}

.text-dark {
  color: #171717 !important
}

.text-primary-inverse {
  color: #FFF !important
}

.text-secondary-inverse {
  color: #FFF !important
}

.text-tertiary-inverse {
  color: #FFF !important
}

.text-quartenary-inverse {
  color: #FFF !important
}

.text-success-inverse {
  color: #FFF !important
}

.text-warning-inverse {
  color: #FFF !important
}

.text-danger-inverse {
  color: #FFF !important
}

.text-info-inverse {
  color: #FFF !important
}

.text-dark-inverse {
  color: #FFF !important
}

.text-weight-light {
  font-weight: 300
}

.text-weight-normal {
  font-weight: 400
}

.text-weight-semibold {
  font-weight: 600
}

.text-weight-bold {
  font-weight: 700
}

.text-uppercase {
  text-transform: uppercase
}

.text-lowercase {
  text-transform: lowercase
}

.text-capitalize {
  text-transform: capitalize
}

.rounded {
  border-radius: 5px
}

.b-thin {
  border-width: 3px
}

.b-normal {
  border-width: 5px
}

.b-thick {
  border-width: 7px
}

.m-none {
  margin: 0 !important
}

.m-auto {
  margin: 0 auto !important
}

.m-xs {
  margin: 5px !important
}

.m-sm {
  margin: 10px !important
}

.m-md {
  margin: 15px !important
}

.m-lg {
  margin: 20px !important
}

.m-xl {
  margin: 25px !important
}

.m-xlg {
  margin: 30px !important
}

.mt-none {
  margin-top: 0 !important
}

.mt-xs {
  margin-top: 5px !important
}

.mt-sm {
  margin-top: 10px !important
}

.mt-md {
  margin-top: 15px !important
}

.mt-lg {
  margin-top: 20px !important
}

.mt-xl {
  margin-top: 25px !important
}

.mt-xlg {
  margin-top: 30px !important
}

.mb-none {
  margin-bottom: 0 !important
}

.mb-xs {
  margin-bottom: 5px !important
}

.mb-sm {
  margin-bottom: 10px !important
}

.mb-md {
  margin-bottom: 15px !important
}

.mb-lg {
  margin-bottom: 20px !important
}

.mb-xl {
  margin-bottom: 25px !important
}

.mb-xlg {
  margin-bottom: 30px !important
}

.ml-none {
  margin-left: 0 !important
}

.ml-xs {
  margin-left: 5px !important
}

.ml-sm {
  margin-left: 10px !important
}

.ml-md {
  margin-left: 15px !important
}

.ml-lg {
  margin-left: 20px !important
}

.ml-xl {
  margin-left: 25px !important
}

.ml-xlg {
  margin-left: 30px !important
}

.mr-none {
  margin-right: 0 !important
}

.mr-xs {
  margin-right: 5px !important
}

.mr-sm {
  margin-right: 10px !important
}

.mr-md {
  margin-right: 15px !important
}

.mr-lg {
  margin-right: 20px !important
}

.mr-xl {
  margin-right: 25px !important
}

.mr-xlg {
  margin-right: 30px !important
}

.p-none {
  padding: 0 !important
}

.p-xs {
  padding: 5px !important
}

.p-sm {
  padding: 10px !important
}

.p-md {
  padding: 15px !important
}

.p-lg {
  padding: 20px !important
}

.p-xl {
  padding: 25px !important
}

.p-xlg {
  padding: 30px !important
}

.pt-none {
  padding-top: 0 !important
}

.pt-xs {
  padding-top: 5px !important
}

.pt-sm {
  padding-top: 10px !important
}

.pt-md {
  padding-top: 15px !important
}

.pt-lg {
  padding-top: 20px !important
}

.pt-xl {
  padding-top: 25px !important
}

.pt-xlg {
  padding-top: 30px !important
}

.pb-none {
  padding-bottom: 0 !important
}

.pb-xs {
  padding-bottom: 5px !important
}

.pb-sm {
  padding-bottom: 10px !important
}

.pb-md {
  padding-bottom: 15px !important
}

.pb-lg {
  padding-bottom: 20px !important
}

.pb-xl {
  padding-bottom: 25px !important
}

.pb-xlg {
  padding-bottom: 30px !important
}

.pr-none {
  padding-left: 0 !important
}

.pl-xs {
  padding-left: 5px !important
}

.pl-sm {
  padding-left: 10px !important
}

.pl-md {
  padding-left: 15px !important
}

.pl-lg {
  padding-left: 20px !important
}

.pl-xl {
  padding-left: 25px !important
}

.pl-xlg {
  padding-left: 30px !important
}

.pr-none {
  padding-right: 0 !important
}

.pr-xs {
  padding-right: 5px !important
}

.pr-sm {
  padding-right: 10px !important
}

.pr-md {
  padding-right: 15px !important
}

.pr-lg {
  padding-right: 20px !important
}

.pr-xl {
  padding-right: 25px !important
}

.pr-xlg {
  padding-right: 30px !important
}

.ib {
  display: inline-block;
  vertical-align: top
}

.va-middle {
  vertical-align: middle
}

.ws-nowrap {
  white-space: nowrap
}

.ws-normal {
  white-space: normal
}

.bg-default {
  background: #ebebeb;
  color: #777
}

.bg-primary {
  background: #CCC;
  color: #FFF
}

.bg-secondary {
  background: #E36159;
  color: #FFF
}

.bg-tertiary {
  background: #2BAAB1;
  color: #FFF
}

.bg-quartenary {
  background: #734BA9;
  color: #FFF
}

.bg-success {
  background: #47a447;
  color: #FFF
}

.bg-warning {
  background: #ed9c28;
  color: #FFF
}

.bg-danger {
  background: #d2322d;
  color: #FFF
}

.bg-info {
  background: #5bc0de;
  color: #FFF
}

.bg-dark {
  background: #171717;
  color: #FFF
}