.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
.text-rounded {
  font-family: 'Century Gothic', sans-serif;
}
.tm {
  font-family: 'Century Gothic', sans-serif;
}
.with-ie .text-rounded {
  font-family: Meiryo, sans-serif;
}
.checkbox.checkbox-pretty {
  padding-left: 20px;
}
.checkbox.checkbox-pretty label {
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox.checkbox-pretty label:hover::before {
  border: 1px solid #bbb;
}
.checkbox.checkbox-pretty label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccd;
  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.checkbox-pretty 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: 12px;
  color: #555555;
}
.checkbox.checkbox-pretty input[type="checkbox"] {
  opacity: 0;
}
.checkbox.checkbox-pretty input[type="checkbox"]:checked + label::after {
  font-family: 'codic';
  content: "o";
}
.checkbox.checkbox-pretty input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox.checkbox-pretty input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-pretty.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-pretty.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-pretty.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox.checkbox-pretty.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-pretty.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox.checkbox-pretty.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-pretty.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox.checkbox-pretty.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-pretty.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox.checkbox-pretty.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-pretty.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox.checkbox-pretty.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio.radio-pretty label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio.radio-pretty 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.radio-pretty 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.radio-pretty input[type="radio"] {
  opacity: 0;
}
.radio.radio-pretty input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio.radio-pretty 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.radio-pretty input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio.radio-pretty input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-pretty .radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #0da6f9;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #0da6f9;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #0da6f9;
}
.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;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.block-inline,
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.selectable {
  cursor: pointer;
}
.slider-selection {
  background: #6db4f9;
}
.slider.slider-horizontal {
  width: 100%;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider-track {
  background: #efefef !important;
}
.slider-handle {
  width: 15px;
  height: 15px;
  background: #0DA6F9 !important;
}
.slider-selection {
  background: #B7DDF6;
  box-shadow: none !important;
}
.slider.slider-horizontal .slider-track {
  height: 4px;
}
a:focus {
  outline: 1px dotted #ccc !important;
}
button:focus,
button.focus {
  outline: 1px dotted #fff !important;
}
hr {
  border-color: #e6e6e6 !important;
}
@-webkit-keyframes fade-in {
  0% {
    display: inline-block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: inline-block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: inline-block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popover-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-moz-keyframes popover-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@keyframes popover-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes popover-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-moz-keyframes popover-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@keyframes popover-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes popover-bottom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes popover-bottom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes popover-bottom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.image-inline {
  display: inline;
  height: 1em;
  width: auto;
}
.image-inline.x180 {
  height: 1.8em;
}
.image-inline.x170 {
  height: 1.7em;
}
.image-rounded {
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
}
.container-default {
  width: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.container-default .navbar-right {
  margin-right: 0 !important;
}
.text-center {
  text-align: center;
}
.text-smaller {
  font-size: 13px !important;
}
.btn,
.form-control {
  -webkit-border-radius: 0 "" "" "" !important;
  border-radius: 0 "" "" "" !important;
  -moz-border-radius: 0 "" "" "" !important;
  border-radius: 0 !important;
}
.btn {
  border: none !important;
}
.btn:active {
  -webkit-box-shadow: inset 2px 4px 0px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 2px 4px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 2px 4px 0px rgba(0, 0, 0, 0.125);
  outline: none !important;
}
.btn:active.btn-link {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary,
.btn-primary2 {
  background: #1f93f8 !important;
  color: #fff;
}
.btn-primary:hover,
.btn-primary2:hover,
.btn-primary:focus,
.btn-primary2:focus {
  color: #fff !important;
}
.btn-secondary {
  background: #6db4f9 !important;
  color: #fff !important;
}
.btn-danger {
  background: #ff8a84 !important;
}
.form-control[disabled] {
  cursor: default !important;
}
.btn-rounded {
  -webkit-border-radius: 100px "" "" "" !important;
  border-radius: 100px "" "" "" !important;
  -moz-border-radius: 100px "" "" "" !important;
  border-radius: 100px !important;
  border-bottom: 1px solid #efefef !important;
}
.btn-rounded:active {
  box-shadow: inset 0 5px 1px rgba(0, 0, 0, 0.15), inset 0 0 100px rgba(0, 0, 0, 0.05) !important;
}
.btn-ghost {
  background: transparent !important;
  -webkit-transition: background-color 0.05s linear 0, color 0.05s linear 0;
  -moz-transition: background-color 0.05s linear 0, color 0.05s linear 0;
  -o-transition: background-color 0.05s linear 0, color 0.05s linear 0;
  transition: background-color 0.05s linear 0, color 0.05s linear 0;
}
.btn-ghost.btn-primary {
  border: 1px solid #00c8f8 !important;
  color: #00c8f8 !important;
}
.btn-ghost.btn-primary:hover,
.btn-ghost.btn-primary.focus {
  background: #00c8f8 !important;
  color: #fff;
}
.btn-ghost.btn-secondary {
  border: 1px solid #6db4f9 !important;
  color: #6db4f9 !important;
}
.btn-ghost.btn-secondary:hover,
.btn-ghost.btn-secondary.focus {
  background: #6db4f9 !important;
  color: #fff !important;
}
.btn-ghost.btn-cyan {
  border: 1px solid #1cbad6 !important;
  color: #1cbad6 !important;
}
.btn-ghost.btn-cyan:hover,
.btn-ghost.btn-cyan.focus {
  background: #1cbad6 !important;
  color: #fff !important;
}
.btn-ghost.btn-danger {
  border: 1px solid #ff8a84 !important;
  color: #ff8a84 !important;
}
.btn-ghost.btn-danger:hover,
.btn-ghost.btn-danger:focus {
  background: #ff8a84 !important;
  color: #fff !important;
}
.btn-ghost.btn-primary2 {
  border: 1px solid  #3a88fe !important;
  color: #3a88fe !important	;
}
.btn-ghost.btn-default {
  border: 1px solid  #ccc !important;
  color: #778 !important;
}
.btn-ghost.btn-default:hover {
  background: #efefef !important;
}
.btn-llg {
  height: 39px !important;
}
.btn-llg.icon-addon .icon,
.btn-llg.icon-addon-right .icon {
  padding-top: 11px !important;
}
a.btn-llg {
  padding-top: 10px !important;
}
.help-block {
  font-size: 13px;
  margin-left: 5px;
}
input.form-control {
  border: 2px solid #D6D6D6;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input.form-control:focus {
  border-color: #00c8f8 !important;
}
textarea.form-control {
  border: 2px solid #D6D6D6;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
textarea.form-control:focus {
  border-color: #00c8f8 !important;
}
fieldset {
  padding-bottom: 30px !important;
}
fieldset legend {
  color: #666;
  padding-bottom: 5px;
  font-size: 16px;
}
.tooltip .tooltip-inner {
  border-radius: 3px !important;
  white-space: nowrap;
  font-size: 12px !important;
}
.toasts {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -80px;
  z-index: 10;
}
.toast {
  position: relative;
  background: #ccc;
  -webkit-border-radius: 100px "" "" "";
  border-radius: 100px "" "" "";
  -moz-border-radius: 100px "" "" "";
  border-radius: 100px;
  margin-top: 5px;
  opacity: 0;
  color: #666;
  padding: 7px 15px !important;
  font-size: 13px;
  border: 1px solid #B7C8D2;
}
.toast.toast-info {
  background: #EEF9FF;
}
.toast.toast-info .icon {
  color: #2095f2;
  margin-right: 5px;
}
.toast.fade {
  margin-bottom: -30px;
  -webkit-transition: margin-bottom 0.3s ease-out, opacity 0.3s ease-out !important;
  -moz-transition: margin-bottom 0.3s ease-out, opacity 0.3s ease-out !important;
  -o-transition: margin-bottom 0.3s ease-out, opacity 0.3s ease-out !important;
  transition: margin-bottom 0.3s ease-out, opacity 0.3s ease-out !important;
}
.toast.fade.in {
  opacity: 1 !important;
  margin-bottom: 0  !important;
}
.toast.fade.out {
  opacity: 0 !important;
  margin-bottom: 0  !important;
}
.navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px "" "" "" !important;
  border-radius: 0px "" "" "" !important;
  -moz-border-radius: 0px "" "" "" !important;
  border-radius: 0px !important;
  border-left: none !important;
}
body .navbar.ignore-collapse .navbar-collapse.collapse {
  display: block!important;
}
body .navbar.ignore-collapse .navbar-nav > li,
body .navbar.ignore-collapse .navbar-nav {
  float: left !important;
}
body .navbar.ignore-collapse .navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}
body .navbar.ignore-collapse .navbar-right {
  float: right !important;
}
body .navbar.ignore-collapse .navbar-header {
  float: left !important;
}
body .navbar.ignore-collapse .container > .navbar-header,
body .navbar.ignore-collapse .container-fluid > .navbar-header,
body .navbar.ignore-collapse .container > .navbar-collapse,
body .navbar.ignore-collapse .container-fluid > .navbar-collapse {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body .navbar.ignore-collapse .navbar-nav {
  margin: 0 0 !important;
}
.embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tooltip .tooltip-inner {
  background: #46505B !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #46505B !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #46505B !important;
}
.modal-content {
  -webkit-border-radius: 7px "" "" "" !important;
  border-radius: 7px "" "" "" !important;
  -moz-border-radius: 7px "" "" "" !important;
  border-radius: 7px !important;
  border: none !important;
  box-shadow: 6px 6px 6px -3px rgba(0, 0, 0, 0.25);
}
.modal-default .modal-dialog {
  margin-top: 50px !important;
}
.modal-default .modal-dialog.modal-lsm {
  width: 420px;
}
@media all and (max-width: 768px) {
  .modal-default .modal-dialog.modal-lsm {
    width: auto;
  }
}
.modal-default .modal-header {
  padding: 35px 0 33px 0 !important;
  text-align: center;
  margin: 0 40px;
}
.modal-default .modal-header h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 5px !important;
}
.modal-default .modal-header h4 .icon {
  display: block;
  width: 58px;
  height: 58px;
  background: #1cbad6;
  color: #fff;
  -webkit-border-radius: 100% "" "" "";
  border-radius: 100% "" "" "";
  -moz-border-radius: 100% "" "" "";
  border-radius: 100%;
  padding: 17px 0 0 0;
  font-size: 22px;
  margin: 0 auto 15px auto;
}
.modal-default .modal-header .close {
  position: absolute;
  top: 17px;
  right: 17px;
}
.modal-default .modal-body {
  padding: 15px 40px;
}
.modal-default .modal-footer {
  text-align: center;
  background: #f7f6f6;
  padding-right: 0 !important;
  padding-left: 0 !important;
  -webkit-border-bottom-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  -moz-border-radius-bottomleft: 7px !important;
  -webkit-border-bottom-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  -moz-border-radius-bottomright: 7px !important;
}
.modal-sidebar .modal-dialog {
  margin: 0;
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
}
.modal-sidebar .modal-content {
  border: none;
  border-radius: 0;
  position: fixed;
  width: 250px;
  left: 0;
  bottom: 0;
  height: auto;
  top: 0;
  overflow-y: scroll;
}
.modal-sidebar.slide .modal-dialog,
.modal-sidebar.slide.in .modal-dialog {
  transition: transform 0.3s ease-out !important;
  -webkit-transition: -webkit-transform 0.3s ease-out !important;
  -o-transition: -o-transform 0.3s ease-out !important;
}
.modal-sidebar.slide .modal-dialog {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}
.modal-sidebar.slide .modal-dialog.in .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.modal-sidebar.modal-sidebar-right .modal-dialog,
.modal-sidebar.right .modal-dialog {
  left: auto !important;
  right: 0 !important;
}
.modal-sidebar.modal-sidebar-right.slide .modal-dialog,
.modal-sidebar.right.slide .modal-dialog {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}
.modal-sidebar.modal-sidebar-right.in .modal-dialog,
.modal-sidebar.right.in .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.modal-static {
  display: block !important;
  overflow-y: auto !important;
}
.modal-white .modal-backdrop {
  background: #fff !important;
  opacity: 0.9 !important;
}
.modal-white .modal-content {
  -webkit-border-radius: 9px "" "" "";
  border-radius: 9px "" "" "";
  -moz-border-radius: 9px "" "" "";
  border-radius: 9px;
  border: 1px solid #d6d6d6 !important;
  border-bottom: 1px solid #bbb !important;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 10, 0.1);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 10, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 10, 0.1);
}
.modal-white .modal-header {
  border: none !important;
}
/*.close*/
.close-thinnest {
  opacity: 0.5 !important;
  width: 20px;
  height: 20px;
  position: relative;
}
.close-thinnest:before,
.close-thinnest:after {
  background: #707099;
  content: "";
  position: absolute;
  left: -21%;
  top: 50%;
  width: 29px;
  height: 1px;
}
.close-thinnest:hover:before,
.close-thinnest:hover:after {
  background: #444444 !important;
}
.close-thinnest:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.close-thinnest:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.close-thinnest:before,
.close-thinnest:after {
  background: #707099;
  content: "";
  position: absolute;
  left: -21%;
  top: 50%;
  width: 29px;
  height: 1px;
}
.close-thinnest:hover:before,
.close-thinnest:hover:after {
  background: #444444 !important;
}
.close-thinnest:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.close-thinnest:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.modal-dialog.with-no-border {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.modal-dialog.with-no-border .modal-content {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.alert-danger {
  background: #FF9494 !important;
  color: #fff;
  font-size: 13px;
  border: none;
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #00c8f8;
}
.nav-pills > li > a {
  -webkit-border-radius: 0px "" "" "" !important;
  border-radius: 0px "" "" "" !important;
  -moz-border-radius: 0px "" "" "" !important;
  border-radius: 0px !important;
}
.navbar-nav .dropdown-menu.with-arrow {
  margin-top: 8px !important;
}
.dropdown-menu {
  -webkit-border-radius: 3px "" "" "" !important;
  border-radius: 3px "" "" "" !important;
  -moz-border-radius: 3px "" "" "" !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 2px 2px 2px #f3f3f3 !important;
  -moz-box-shadow: 2px 2px 2px #f3f3f3 !important;
  box-shadow: 2px 2px 2px #f3f3f3 !important;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 80, 0.05) !important;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 80, 0.05) !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 80, 0.05) !important;
  border-color: #ccc !important;
  padding: 17px 0 12px 0;
  min-width: 170px;
}
.dropdown-menu > li > a {
  color: #666;
  padding: 4px 20px;
}
.dropdown-menu .dropdown-menu-item > a,
.dropdown-menu .dropdown-menu-item > .selectable {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666;
  white-space: nowrap;
}
.dropdown-menu .dropdown-menu-item > a:hover,
.dropdown-menu .dropdown-menu-item > .selectable:hover,
.dropdown-menu .dropdown-menu-item > a:focus,
.dropdown-menu .dropdown-menu-item > .selectable:focus {
  text-decoration: none !important;
  background-color: #f5f5f5;
}
.dropdown-menu.with-arrow {
  margin-top: 8px;
  margin-left: -8px;
}
.dropdown-menu > .arrow,
.dropdown-menu > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dropdown-menu > .arrow {
  border-width: 8px;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #ccc;
}
.dropdown-menu > .arrow.arrow-center {
  left: 50%;
}
.dropdown-menu > .arrow.arrow-right {
  right: 30px;
  left: auto;
}
.dropdown-menu > .arrow:after {
  border-width: 7px;
  top: 1px;
  margin-left: -7px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.dropdown-menu .dropdown-menu-icon {
  margin-right: 12px;
  color: #ccc;
}
.dropdown-menu .divider {
  margin: 7px 18px !important;
}
a.list-group-item {
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
a.list-group-item:hover {
  -webkit-transition: background 0s linear;
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  transition: background 0s linear;
}
.without-transition a,
.without-transition a:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dropdown.dropdown-selector > a {
  border: 2px solid #ccc;
  background: #fff;
  display: block;
  line-height: 1.42857143;
  padding: 7px 12px;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  color: #333;
  position: relative;
}
.dropdown.dropdown-selector > a .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  color: #666;
}
.dropdown.dropdown-selector > a:focus {
  border-color: #00c8f8 !important;
  text-decoration: none;
}
.dropdown.dropdown-selector a:hover {
  text-decoration: none;
}
.dropdown.dropdown-selector.open a.dropdown-toggle {
  border-color: #00c8f8 !important;
  text-decoration: none;
  background: #fff !important;
}
.icon {
  display: inline-block;
}
.icon-16px {
  font-size: 16px;
}
.icon-09em {
  font-size: 0.9em;
}
.icon-18px {
  font-size: 18px;
}
.icon-top-4px {
  position: relative;
  top: 4px;
}
.icon-top-3px {
  position: relative;
  top: 3px;
}
.icon-top-2px {
  position: relative;
  top: 2px;
}
.icon-top-1px {
  position: relative;
  top: 1px;
}
.icon-success {
  color: #72bb53;
}
.icon-primary {
  color: #00c8f8;
}
.icon-inverse {
  color: #fff !important;
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-x-menu-list {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}
.icon-x-menu-list span {
  position: absolute;
  display: inline-block;
  top: 0.3em;
  background: #000;
  height: 2px;
  width: 0.7em;
}
.icon-x-menu-list span ~ span {
  top: 0.6em;
}
.icon-x-menu-list span ~ span ~ span {
  top: 0.9em;
}
.throbber.throbber-lighter,
.icon-x-throbber.icon-throbber-lighter {
  opacity: 0.5;
}
.icon-x-times-thinnest {
  width: 1em;
  height: 1em;
  position: relative;
}
.icon-x-times-thinnest:before,
.icon-x-times-thinnest:after {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1px;
}
.icon-x-times-thinnest:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.icon-x-times-thinnest:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* http://www.html5-memo.com/webtips/css3-loading/ */
.throbber-circle,
.icon-x-throbber-circle {
  display: inline-block;
  height: 1em;
  position: relative;
}
@-webkit-keyframes spin-effect {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 0.4;
  }
}
@-moz-keyframes spin-effect {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0.4;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 0.4;
  }
}
@-ms-keyframes spin-effect {
  0% {
    -ms-transform: rotate(0deg);
    opacity: 0.4;
  }
  50% {
    -ms-transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -ms-transform: rotate(360deg);
    opacity: 0.4;
  }
}
.throbber-circle:after,
.icon-x-throbber-circle:after {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 0.15em solid #00060c;
  border-right-color: transparent;
  -webkit-animation: spin-effect 1s infinite linear;
  -moz-animation: spin-effect 1s infinite linear;
  -ms-animation: spin-effect 1s infinite linear;
  animation: spin-effect 1s infinite linear;
}
.throbber-circle.icon-inverse:after,
.icon-x-throbber-circle.icon-inverse:after {
  border-color: #fff transparent #fff #fff !important;
}
.throbber-circle-3b:after,
.icon-x-throbber-circle-3b:after {
  border-width: 3px !important;
}
.throbber-circle-5b:after,
.icon-x-throbber-circle-5b:after {
  border-width: 5px !important;
}
.throbber-blue:after,
.icon-x-throbber-blue:after {
  color: #17cddd;
}
.icon-x-throbber-gray:after {
  opacity: 0.4;
}
.text-clearly {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-thinner {
  font-weight: 300 !important;
}
.text-condensed {
  letter-spacing: -0.08em;
}
.grid {
  display: table;
  width: 100%;
}
.grid .grid-row {
  display: table-row;
}
.grid .grid-cell {
  display: table-cell;
  vertical-align: top;
}
.grid .divider {
  position: relative;
}
.grid .divider:after {
  content: "";
  display: block;
  width: 1px;
  background: #EBEBEB;
  height: 100px;
}
.btn-group-overlay .btn {
  float: none !important;
  width: 100%;
}
.btn-group-overlay .btn-group-icon {
  color: #fff;
  position: absolute;
  left: 3px;
  padding: 10px 0 0 0;
  pointer-events: none;
  z-index: 2;
  top: 0;
}
.btn-group-overlay .btn-lg ~ .btn-group-icon,
.btn-group-overlay .btn-lg2 ~ .btn-group-icon {
  padding: 12px 0 0 13px !important;
}
.btn-group-overlay .btn-group-icon.throbber {
  padding: 9px 0 0 13px !important;
}
.form-group.has-error .form-control {
  border-color: #ff8a84 !important;
}
.form-group.has-error .form-control:focus {
  border-color: #ff8a84 !important;
}
.icon-addon,
.icon-addon-left {
  position: relative;
}
.icon-addon .form-control,
.icon-addon-left .form-control {
  padding-left: 30px;
}
.icon-addon .icon,
.icon-addon-left .icon {
  color: #a3a6ac;
  position: absolute;
  left: 0;
  padding: 9px 0 0 10px;
  z-index: 2;
  top: 0;
}
.input-group.icon-addon-right {
  display: block !important;
}
.input-group.icon-addon-right .form-control {
  float: none !important;
  display: block !important;
}
.icon-addon-right {
  position: relative;
}
.icon-addon-right .icon {
  color: #a3a6ac;
  position: absolute;
  right: 0;
  padding: 9px 14px 0 0;
  z-index: 2;
  top: 0;
}
.icon-addon-right .icon.icon-inverse {
  color: #fff;
}
.icon-addon-right.input-group-lg2 .icon,
.icon-addon.input-group-lg2 .icon,
.icon-addon-left.input-group-lg2 .icon {
  padding: 14px 16px 0 0 !important;
}
.icon-addon-right .input-lg2 + .icon,
.icon-addon .input-lg2 + .icon,
.icon-addon-left .input-lg2 + .icon {
  padding: 16px 17px 0 0 !important;
}
.icon-addon-right .input-llg ~ .icon,
.icon-addon .input-llg ~ .icon,
.icon-addon-left .input-llg ~ .icon {
  padding-top: 20px !important;
}
.form-group-llg .icon-addon .icon,
.form-group-llg .icon-addon-right .icon,
.form-group-llg .icon-addon-left .icon {
  padding-top: 12px !important;
  padding-right: 14px !important;
}
.btn.icon-addon-left:before,
.btn.icon-addon-right:before,
.btn.icon-addon-left:after,
.btn.icon-addon-right:after {
  display: inline-block;
  width: 15px;
  content: " ";
}
input.input-incised {
  background: #f7f6f6;
}
input.input-incised[disabled] {
  background: #fff !important;
  border: 1px dotted #ccc;
}
.carousel.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 400px;
}
.carousel.vertical .prev {
  top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -400px;
}
.carousel.vertical .active.right {
  top: 400px;
}
.carousel.vertical .item {
  left: 0;
}
.hidden {
  display: none;
}
.hidden-on-loading {
  display: block;
}
.loading .hidden-on-loading {
  display: none !important;
}
.visible-on-loading {
  display: none !important;
}
.loading .visible-on-loading {
  display: block !important;
}
.loading .visible-on-loading.inline {
  display: inline-block !important;
}
.loading .transparent-on-loading {
  opacity: 0 !important;
}
.opaque-on-loading {
  opacity: 0 !important;
}
.loading .opaque-on-loading {
  opacity: 1 !important;
}
.loaded .hidden-on-loaded {
  display: none !important;
}
.visible-on-loaded {
  display: none;
}
.loaded .visible-on-loaded {
  display: block !important;
}
.visible-on-loaded {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.loaded .visible-on-loaded.fade {
  opacity: 0;
}
.loaded .visible-on-loaded.fade.in {
  display: inline-block !important;
  -webkit-animation-play-state: running !important;
  -moz-animation-play-state: running !important;
  -o-animation-play-state: running !important;
  animation-play-state: running !important;
  -webkit-animation: fade-in 0.3s linear 0 1;
  -moz-animation: fade-in 0.3s linear 0 1;
  -ms-animation: fade-in 0.3s linear 0 1;
  animation: fade-in 0.3s linear 0 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .form-inline .form-actions {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
label.control-label {
  color: #747576;
  font-weight: normal;
  font-size: 13px;
}
.radio,
.checkbox,
.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
  color: #747576 !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #747576 !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
.form-centered .form-group {
  margin-bottom: 10px;
}
.form-centered .form-group .checkbox {
  margin-top: 25px;
  text-align: center;
}
.btn-lg2 {
  line-height: 23px !important;
  padding: 9px 16px !important;
}
.input-default {
  border-radius: 3px !important;
  background: #fcfcfc !important;
  border: 1px solid #cfcfcf !important;
  border-top: 1px solid #c0c0c0 !important;
}
.input-default.form-control {
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.03) !important;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.03) !important;
}
.input-default.form-control:hover {
  border: 1px solid #bbb !important;
}
.input-default.form-control:focus {
  border: 1px solid #2095f2 !important;
  background: #fff !important;
}
.input-default[disabled],
.input-default[readonly] {
  background: #f3f3f3 !important;
}
.form-group-llg .form-control,
.input-llg {
  height: 39px !important;
}
.input-rounded {
  border-radius: 300px !important;
}
.input-lg2,
.input-group-lg2 input,
.form-group-lg2 .form-control {
  height: 44px !important;
  padding: 10px 16px;
  font-size: 14px !important;
  line-height: 24px;
}
.form-control-feedback {
  color: #aaa;
}
.input-lg2 + .form-control-feedback,
.form-group-lg2 .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-horizontal .form-group-lg2 .control-label {
  padding-top: 14.3px;
}
.form-group {
  position: relative;
}
.alert.alert-sticky {
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0 "" "" "";
  border-radius: 0 "" "" "";
  -moz-border-radius: 0 "" "" "";
  border-radius: 0;
  font-size: 9pt !important;
  background: #ff8a84;
  color: #fff;
  position: relative;
}
.alert.alert-sticky .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
}
.alert.alert-sticky.bottom .arrow {
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #FF9494;
}
.help-block.help-block-sticky {
  cursor: pointer;
  position: absolute;
  white-space: nowrap;
  box-shadow: none;
  color: #fff !important;
  background: #ff8a84 !important;
  border: none;
  font-size: 9pt !important;
  margin: 0;
  opacity: 0;
  -webkit-border-radius: 0 "" "" "";
  border-radius: 0 "" "" "";
  -moz-border-radius: 0 "" "" "";
  border-radius: 0;
  padding: 9px 35px 9px 15px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  transition-property: opacity, margin;
}
.help-block.help-block-sticky.in {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  transition-property: opacity, margin;
}
.help-block.help-block-sticky .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
}
.help-block.help-block-sticky.right {
  left: 100%;
  top: 0;
  margin-left: 20px;
}
.help-block.help-block-sticky.right .arrow {
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-left-width: 0;
  border-right-color: #ff8a84;
}
.help-block.help-block-sticky.right.in {
  margin-left: 10px !important;
  opacity: 1!important;
}
.help-block.help-block-sticky.bottom {
  top: 100%;
  left: 0;
  margin-top: 20px;
}
.help-block.help-block-sticky.bottom .arrow {
  top: 0;
  left: 50%;
  margin-top: -7px;
  border-top-width: 0;
  border-bottom-color: #ff8a84;
}
.help-block.help-block-sticky.bottom.in {
  margin-top: 10px !important;
  opacity: 1 !important;
}
.help-block.help-block-sticky.left {
  right: 100%;
  top: 0;
  margin-right: 20px;
}
.help-block.help-block-sticky.left .arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
  border-right-width: 0;
  border-left-color: #ff8a84;
}
.help-block.help-block-sticky.left.in {
  margin-right: 10px !important;
  opacity: 1!important;
}
.help-block.help-block-sticky .close {
  position: absolute;
  right: 10px;
  top: 4px;
  font-weight: 100;
}
@media all and (max-width: 480px) {
  .help-block-sticky {
    position: static !important;
    display: block;
    margin: 0 !important;
    padding: 5px !important;
  }
  .help-block-sticky .arrow {
    display: none;
  }
}
.popover.popover-sticky,
.popover.popover-feedback,
.popover-notice {
  cursor: pointer;
  -webkit-border-radius: 0px "" "" "";
  border-radius: 0px "" "" "";
  -moz-border-radius: 0px "" "" "";
  border-radius: 0px;
  background: #ff8a84 !important;
  color: #fff;
  font-size: 9pt !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  opacity: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.popover.popover-sticky .arrow,
.popover.popover-feedback .arrow,
.popover-notice .arrow {
  border-width: 7px !important;
}
.popover.popover-sticky .arrow:after,
.popover.popover-feedback .arrow:after,
.popover-notice .arrow:after {
  display: none !important;
}
.popover.popover-sticky.right,
.popover.popover-feedback.right,
.popover-notice.right {
  margin-left: 10px;
}
.popover.popover-sticky.right .arrow,
.popover.popover-feedback.right .arrow,
.popover-notice.right .arrow {
  left: -14px;
  margin-top: -7px;
  border-right-color: #ff8a84;
}
.popover.popover-sticky.right.in,
.popover.popover-feedback.right.in,
.popover-notice.right.in {
  -webkit-animation: popover-right-in 0.2s ease-out;
  -moz-animation: popover-right-in 0.2s ease-out;
  -ms-animation: popover-right-in 0.2s ease-out;
  animation: popover-right-in 0.2s ease-out;
  opacity: 1!important;
}
.popover.popover-sticky.bottom,
.popover.popover-feedback.bottom,
.popover-notice.bottom {
  margin-top: 10px;
}
.popover.popover-sticky.bottom .arrow,
.popover.popover-feedback.bottom .arrow,
.popover-notice.bottom .arrow {
  top: -14px;
  margin-left: -7px;
  border-bottom-color: #ff8a84;
}
.popover.popover-sticky.bottom.in,
.popover.popover-feedback.bottom.in,
.popover-notice.bottom.in {
  -webkit-animation: popover-bottom-in 0.2s ease-out;
  -moz-animation: popover-bottom-in 0.2s ease-out;
  -ms-animation: popover-bottom-in 0.2s ease-out;
  animation: popover-bottom-in 0.2s ease-out;
  opacity: 1 !important;
}
.popover.popover-sticky.left .arrow,
.popover.popover-feedback.left .arrow,
.popover-notice.left .arrow {
  right: -14px;
  margin-top: -7px;
  border-left-color: #ff8a84;
}
.popover.popover-sticky.left.in,
.popover.popover-feedback.left.in,
.popover-notice.left.in {
  -webkit-animation: popover-left-in 0.2s ease-out;
  -moz-animation: popover-left-in 0.2s ease-out;
  -ms-animation: popover-left-in 0.2s ease-out;
  animation: popover-left-in 0.2s ease-out;
  opacity: 1!important;
}
.popover.popover-sticky p,
.popover.popover-feedback p,
.popover-notice p {
  margin: 0;
}
.popover-notice {
  background: #9826B5 !important;
}
.popover-notice.right {
  margin-left: 10px;
}
.popover-notice.right .arrow {
  border-right-color: #9826B5 !important;
}
.popover-notice.bottom .arrow {
  border-bottom-color: #9826B5 !important;
}
.popover-notice.left .arrow {
  border-left-color: #9826B5 !important;
}
.label {
  border: none !important;
}
.label-rounded {
  -webkit-border-radius: 100px "" "" "";
  border-radius: 100px "" "" "";
  -moz-border-radius: 100px "" "" "";
  border-radius: 100px;
}
/* .help-block-sticky {
	.transition(opacity ease-in-out 1s);
	opacity: 0;
}
.help-block-sticky.in {
	opacity: 1;
} */
.bootstrap-select .btn.selectpicker {
  border: 0 solid #D6D6D6 !important;
}
.bootstrap-select.btn-group.open .btn {
  box-shadow: none !important;
  border-color: #00c8f8 !important;
}
.bootstrap-select .btn:focus {
  outline: none !important;
  border-color: #00c8f8 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select > .dropdown-menu {
  padding: 5px 0 !important;
}
.bootstrap-select .btn-default,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .btn-default,
.bootstrap-select .open > .btn-default:active {
  background-color: transparent !important;
}
.bootstrap-select .bootstrap-select .btn.btn-incised {
  background: #F7F6F6 !important;
  color: #555 !important;
}
.bootstrap-select .bootstrap-select .caret {
  opacity: 0.6;
}
