ul {
  padding: 0;
}
li {
  list-style-type: none;
}

.btn {
  position: relative;
  outline: 0 !important;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1) 200ms;
          transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1) 200ms;
}
.btn:active,
.btn:focus,
.btn:focus {
  outline: 0 !important;
}
.btn:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.ripple {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.ripple.animate {
  -webkit-animation: effect 0.55s linear;
          animation: effect 0.55s linear;
}
.btn-ripple {
  overflow: hidden;
}
@-webkit-keyframes effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.btn-default {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-default .badge {
  color: transparent;
  background-color: rgba(0, 0, 0, 0.87);
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: transparent;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-default .badge {
  color: transparent;
  background-color: rgba(0, 0, 0, 0.87);
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #265a88;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.btn-grey {
  color: #ffffff;
  background-color: #9d9d9d;
  border-color: #a2a2a2;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #848484;
  border-color: #848484;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #9d9d9d;
  border-color: #a2a2a2;
}
.btn-grey .badge {
  color: #9d9d9d;
  background-color: #ffffff;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #9d9d9d;
  border-color: #a2a2a2;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #9d9d9d;
  border-color: #a2a2a2;
}
.btn-grey .badge {
  color: #9d9d9d;
  background-color: #ffffff;
}

.btn-brown {
  color: #ffffff;
  background-color: #785447;
  border-color: #7e584b;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown.focus,
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  color: #ffffff;
  background-color: #583e34;
  border-color: #583e34;
}
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  background-image: none;
}
.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled.focus,
.btn-brown[disabled].focus,
fieldset[disabled] .btn-brown.focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
  background-color: #785447;
  border-color: #7e584b;
}
.btn-brown .badge {
  color: #785447;
  background-color: #ffffff;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown.focus,
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  color: #ffffff;
  background-color: #785447;
  border-color: #7e584b;
}
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  background-image: none;
}
.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled.focus,
.btn-brown[disabled].focus,
fieldset[disabled] .btn-brown.focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
  background-color: #785447;
  border-color: #7e584b;
}
.btn-brown .badge {
  color: #785447;
  background-color: #ffffff;
}
.btn-green {
  color: #ffffff;
  background-color: #4bae4f;
  border-color: #50b354;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #3c8a3f;
  border-color: #3c8a3f;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #4bae4f;
  border-color: #50b354;
}
.btn-green .badge {
  color: #4bae4f;
  background-color: #ffffff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #4bae4f;
  border-color: #50b354;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #4bae4f;
  border-color: #50b354;
}
.btn-green .badge {
  color: #4bae4f;
  background-color: #ffffff;
}
.btn-blue {
  color: #ffffff;
  background-color: #2095f2;
  border-color: #2a9af3;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #0c7bd3;
  border-color: #0c7bd3;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #2095f2;
  border-color: #2a9af3;
}
.btn-blue .badge {
  color: #2095f2;
  background-color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #2095f2;
  border-color: #2a9af3;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #2095f2;
  border-color: #2a9af3;
}
.btn-blue .badge {
  color: #2095f2;
  background-color: #ffffff;
}




.accordion .panel-heading,
.toggle .panel-heading {
  position: relative;
}
.accordion .panel-heading a:after,
.toggle .panel-heading a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  content: '—';
}
.accordion .panel-heading.active a:after,
.toggle .panel-heading.active a:after {
  content: '+';
}
.accordion .panel-body,
.toggle .panel-body {
  border-top: 0 !important;
}



.panel {
  position: relative;
  box-shadow: none;
  margin: 0 0 20px 0;
  border-radius: 0;
  border: 0;
}
.panel:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: rgba(217, 217, 217, 0.6);
}
.panel > .panel-heading {
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
}
.panel > .panel-heading .panel-title {
  padding: 13px 20px 13px 20px;
  font-size: 18px;
}
.panel > .panel-heading .panel-title h4 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.panel > .panel-heading .panel-title .heading-icon {
  margin-right: 5px;
}
.panel > .panel-heading .panel-title small {
  font-size: 70%;
}
.panel > .panel-heading .panel-title.text-center,
.panel > .panel-heading .panel-title.text-right {
  width: 100%;
  float: none;
}
.panel > .panel-heading .panel-title .accordion-toggle,
.panel > .panel-heading .panel-title .accordion-toggle:hover,
.panel > .panel-heading .panel-title .accordion-toggle:active,
.panel > .panel-heading .panel-title .accordion-toggle:focus {
  display: block;
  text-decoration: none;
}
.panel > .panel-heading a.panel-title {
  text-decoration: none;
  float: none;
  display: block;
}
.panel > .panel-heading a.panel-title:hover,
.panel > .panel-heading a.panel-title:active,
.panel > .panel-heading a.panel-title:focus {
  color: inherit;
  outline: none;
}
.panel > .panel-heading .progress {
  float: right;
  position: relative;
  margin: 7px 0 0 0;
  width: 120px;
  height: 20px;
}
.panel > .panel-heading .pagination {
  float: right;
  margin: 2px 0 7px 0;
}
.panel > .panel-heading .pagination a {
  padding: 4px 8px;
  font-size: 14px;
}
.panel > .panel-heading .panel-buttons {
  float: right;
  position: relative;
}
.panel > .panel-heading .panel-buttons .btn {
  padding: 4px 8px;
  font-size: 14px;
}
.panel > .panel-heading .panel-inputs {
  float: right;
  position: relative;
  width: 180px;
  margin: 2px 0 0 0;
}
.panel > .panel-heading .panel-inputs .form-control {
  height: 31px;
  font-size: 14px;
  padding: 4px 8px;
}
.panel > .panel-heading .panel-inputs .btn {
  font-size: 13px;
  padding: 4px 8px;
}
.panel > .panel-heading .nav.nav-justified {
  margin: 0;
}
.panel > .panel-heading .nav.nav-justified li a {
  margin: 0;
  border-radius: 0;
}
.panel > .panel-heading .nav.nav-justified li.active a:hover,
.panel > .panel-heading .nav.nav-justified li.active a:focus {
  border: 0;
}
.panel > .panel-heading .nav.nav-tabs {
  margin-top: -15px;
}
.panel > .panel-heading .nav.nav-tabs li {
  margin-top: 0;
}
.panel > .panel-heading .nav.nav-tabs li a {
  padding: 15px 30px;
}
.panel > .panel-heading:before,
.panel > .panel-heading:after {
  content: " ";
  display: table;
}
.panel > .panel-heading:after {
  clear: both;
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body .refresh-container {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(200, 200, 200, 0.25);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 4;
}
.panel .panel-body .refresh-spinner {
  padding: 0px;
  position: absolute;
  top: 50%;
  opacity: 1;
}
.panel .panel-body .sub-title {
  padding: 10px 30px;
  margin: 0 -30px 10px -30px;
  background: rgba(236, 236, 236, 0.1);
  font-size: 14px;
}
.panel .panel-body.without-padding {
  padding: 0;
}
.panel .panel-body.horizontal-padding {
  padding: 0 20px;
}
.panel .panel-body.vertical-padding {
  padding: 20px 0;
}
.panel .panel-body.image-padding {
  padding: 4px;
}
.panel .panel-footer {
  padding: 5px 20px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.panel .panel-footer .justified-list li {
  padding: 0;
}
.panel .panel-footer .justified-list li i {
  font-size: 24px;
}
.panel .panel-footer.footer-dark {
  background-color: #000;
  color: #fff;
  border-top-color: transparent;
}
.panel .panel-footer.footer-translucent {
  position: absolute;
  bottom: 0;
  border-top-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
}
.panel .panel-footer.footer-translucent.footer-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.panel .panel-footer.footer-transparent {
  background-color: transparent;
  border-top-color: transparent;
  color: #fff;
}
.panel .panel-footer.footer-transparent i {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.panel .panel-footer.footer-transparent.text-dark {
  color: rgba(0, 0, 0, 0.87);
}
.panel .panel-footer.footer-red {
  background-color: #f34235;
  color: #fff;
}
.panel .panel-footer.footer-pink {
  background-color: #e81d62;
  color: #fff;
}
.panel .panel-footer.footer-purple {
  background-color: #9b26af;
  color: #fff;
}
.panel .panel-footer.footer-purple {
  background-color: #9b26af;
  color: #fff;
}
.panel .panel-footer.footer-deep-purple {
  background-color: #6639b6;
  color: #fff;
}
.panel .panel-footer.footer-indigo {
  background-color: #3e50b4;
  color: #fff;
}
.panel .panel-footer.footer-blue {
  background-color: #2095f2;
  color: #fff;
}
.panel .panel-footer.footer-light-blue {
  background-color: #f34235;
  color: #fff;
}
.panel .panel-footer.footer-cyan {
  background-color: #00bbd3;
  color: #fff;
}
.panel .panel-footer.footer-teal {
  background-color: #009587;
  color: #fff;
}
.panel .panel-footer.footer-green {
  background-color: #4bae4f;
  color: #fff;
}
.panel .panel-footer.footer-light-green {
  background-color: #8ac249;
  color: #fff;
}
.panel .panel-footer.footer-lime {
  background-color: #ccdb38;
  color: #fff;
}
.panel .panel-footer.footer-yellow {
  background-color: #feea3a;
  color: #fff;
}
.panel .panel-footer.footer-amber {
  background-color: #fec006;
  color: #fff;
}
.panel .panel-footer.footer-orange {
  background-color: #f39c12;
  color: #fff;
}
.panel .panel-footer.footer-deep-orange {
  background-color: #fe5621;
  color: #fff;
}
.panel .panel-footer.footer-brown {
  background-color: #785447;
  color: #fff;
}
.panel .panel-footer.footer-grey {
  background-color: #9d9d9d;
  color: #fff;
}
.panel .panel-footer.footer-blue-grey {
  background-color: #5f7c8a;
  color: #fff;
}
.panel.panel-with-translucent-footer .panel-body {
  padding-bottom: 49px;
}
.panel.panel-with-border {
  border: 1px solid #f0f0f0;
}
.panel.panel-with-shadow {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.panel.panel-transparent {
  padding: 0;
  background: transparent;
  -webkit-transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1);
          transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1);
}
.panel.panel-transparent:before {
  background: transparent;
}
.panel.panel-transparent .panel-heading {
  margin-bottom: 15px;
  box-shadow: none;
}
.panel.panel-transparent .panel-body {
  padding: 0 30px 15px 30px;
}
.panel.panel-transparent:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.panel.panel-inverted {
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
}
.panel .panel-action {
  float: right;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-top: 1px;
}
.panel .panel-action > a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 0 5px;
  outline: none !important;
}
.panel .panel-action > a:last-child {
  padding-right: 0;
}
.panel .panel-action > a:hover {
  color: #337ab7;
}
.panel .panel-action > a:after {
  font-family: 'IonIcons';
}
.panel .panel-action [data-toggle="modal"]:after {
  content: '\f35b';
}
.panel .panel-action [data-toggle="dropdown"]:after {
  content: '\f397';
}
.panel .panel-action [data-toggle="fake-reload"]:after,
.panel .panel-action [data-toggle="reload"]:after {
  content: '\f3a8';
}
.panel .panel-action [data-toggle="panel"]:after {
  content: '\f2f4';
}
.panel .panel-action [data-toggle="remove"]:after {
  content: '\f2d7';
}
.panel .panel-action .initially-hidden {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms cubic-bezier(0.35, 0, 0.25, 1);
          transition: all 300ms cubic-bezier(0.35, 0, 0.25, 1);
}
.panel .panel-action .initially-hidden:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.panel .panel-action .initially-hidden:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.panel .panel-action .initially-hidden:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.panel .panel-action .initially-hidden:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.panel .panel-action .plus {
  display: none;
}
.panel.collapsed [data-toggle="panel"]:after {
  content: '\f2c7';
}
.panel .nav-tabs.with-panel {
  overflow: hidden;
  border: 0;
}
.panel .nav-tabs.with-panel li {
  margin-top: 1px;
}
.panel .nav-tabs.with-panel li a {
  font-size: 14px;
  padding: 10px 0;
  border: 0;
  margin: 0 0 0 0;
  background-color: transparent;
}
.panel .nav-tabs.with-panel li.active a:after {
  top: 0;
}
.panel .nav-tabs.with-panel.colors li {
  top: 3px;
}
.panel .nav-tabs.with-panel.colors li a {
  padding: 0 !important;
  margin-top: 15px !important;
  border-radius: 0;
}
.panel .nav-tabs.with-panel.colors li a .badge {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 10px;
  border-radius: 0;
}
.panel .nav-tabs.with-panel.colors li.active a:after {
  height: 5px !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.panel .nav-tabs.with-panel.active-line li.active a:after {
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  margin-left: 0;
}
.panel .tab-content.with-panel {
  border: 0;
  padding: 0;
}
.panel .steps-pull-right {
  float: right;
  position: relative;
  top: 0px;
}
.panel .steps-pull-right .btn-default {
  color: rgba(0, 0, 0, 0.87) !important;
}
.panel .steps-centered {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.panel .steps-centered .wizard-steps {
  width: 100%;
}
.panel .steps-centered .wizard-steps .steps-row:before {
  display: none;
}
.panel .steps-centered .progress {
  float: none;
  position: absolute;
  top: 9px;
  width: 100%;
  border-radius: 0;
  height: 2px;
}
.panel .steps-centered .wizard-steps:before {
  display: none;
}
.panel .portlet-handle-cancel {
  cursor: default;
}
.panel.collapsed .panel-body {
  display: none;
}
.panel.collapsed .panel-action .plus {
  display: inline-block;
}
.panel.collapsed .panel-action .minus {
  display: none;
}
.panel:hover .initially-hidden {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.rickshaw_graph.without-time .x_label {
  display: none;
}
.rickshaw_graph .x_label {
  font-family: inherit;
}
.rickshaw_graph .detail .item {
  padding: 4px 8px !important;
  font-size: 14px !important;
  font-family: inherit !important;
}
.rickshaw_graph .detail .item:after {
  display: none !important;
}
.rickshaw_graph .detail .dot {
  width: 6px !important;
  height: 6px !important;
  margin-left: -4.5px !important;
  margin-top: -5px !important;
  border-width: 2px !important;
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 50% !important;
}
.rickshaw_graph .x_tick .title {
  bottom: -25px !important;
  left: -14px !important;
  font-size: 14px !important;
  font-family: inherit !important;
}
.rickshaw_graph.white-tick .x_tick {
  border-color: rgba(255, 255, 255, 0.2);
}










.nav-tabs {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}
.nav-tabs > li {
  margin-bottom: 0;
  z-index: 2;
}
.nav-tabs > li a {
  border-radius: 0;
  margin: 0;
  border: 0 !important;
  color: rgba(26, 26, 26, 0.87);
}
.nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-color: transparent;
  background: transparent;
}
.nav-tabs > li.active a:after,
.nav-tabs > li.active a:hover:after,
.nav-tabs > li.active a:active:after,
.nav-tabs > li.active a:focus:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #337ab7;
  left: 0;
  top: 2px;
  width: 100%;
  height: 100%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #337ab7;
}
.nav-tabs.tabs-right-aligned > li {
  float: right;
  margin-left: 2px;
}
.nav-tabs.tabs-right-aligned > li > a {
  margin-right: 0;
}
.nav-tabs.tabs-bottom {
  border-top: 0;
  border-bottom: 1px solid #f0f0f0;
}
.nav-tabs.tabs-bottom > li {
  margin-top: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li a {
  border-color: transparent;
}
.nav-tabs.nav-justified > li.active a {
  border-color: transparent !important;
}
.nav-tabs.vertical li {
  float: none;
  display: block;
}
.nav-tabs.vertical > li.active > a,
.nav-tabs.vertical > li.active > a:hover,
.nav-tabs.vertical > li.active > a:focus {
  color: #fff;
  background: #337ab7;
  border-color: transparent;
}












/*
19 - Misc
*/
.img-radius {
  border-radius: 3px;
}
.face-radius {
  border-radius: 50%;
}
.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 29px;
  font-size: 27px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 300;
  margin-top: 30px;
}
.loading-bar {
  position: relative;
  width: 100%;
  height: 3px;
  background: #E7E7E7;
  margin-bottom: 10px;
}
.loading-bar:before {
  position: absolute;
  content: '';
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #337ab7;
}
.loading-bar.indeterminate:before {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: indeterminate-bar 1s linear infinite;
          animation: indeterminate-bar 1s linear infinite;
}
.loading-bar.determinate:before {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-animation: determinate-bar 2.2s linear infinite;
          animation: determinate-bar 2.2s linear infinite;
}
.loading-bar.determinate-center:before {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: determinate-bar 2.2s linear infinite;
          animation: determinate-bar 2.2s linear infinite;
}
.loading-bar.loading-red:before {
  background: #f34235;
}
.loading-bar.loading-pink:before {
  background: #e81d62;
}
.loading-bar.loading-purple:before {
  background: #9b26af;
}
.loading-bar.loading-deep-purple:before {
  background: #6639b6;
}
.loading-bar.loading-indigo:before {
  background: #3e50b4;
}
.loading-bar.loading-blue:before {
  background: #2095f2;
}
.loading-bar.loading-light-blue:before {
  background: #02a8f3;
}
.loading-bar.loading-cyan:before {
  background: #00bbd3;
}
.loading-bar.loading-teal:before {
  background: #009587;
}
.loading-bar.loading-green:before {
  background: #4bae4f;
}
.loading-bar.loading-light-green:before {
  background: #8ac249;
}
.loading-bar.loading-lime:before {
  background: #ccdb38;
}
.loading-bar.loading-yellow:before {
  background: #feea3a;
}
.loading-bar.loading-amber:before {
  background: #fec006;
}
.loading-bar.loading-orange:before {
  background: #f39c12;
}
.loading-bar.loading-deep-orange:before {
  background: #fe5621;
}
.loading-bar.loading-brown:before {
  background: #785447;
}
.loading-bar.loading-grey:before {
  background: #9d9d9d;
}
.loading-bar.loading-blue-grey:before {
  background: #5f7c8a;
}
@-webkit-keyframes indeterminate-bar {
  0% {
    -webkit-transform: translate(-50%) scaleX(0);
            transform: translate(-50%) scaleX(0);
  }
  50% {
    -webkit-transform: translate(0%) scaleX(0.3);
            transform: translate(0%) scaleX(0.3);
  }
  100% {
    -webkit-transform: translate(50%) scaleX(0);
            transform: translate(50%) scaleX(0);
  }
}
@keyframes indeterminate-bar {
  0% {
    -webkit-transform: translate(-50%) scaleX(0);
            transform: translate(-50%) scaleX(0);
  }
  50% {
    -webkit-transform: translate(0%) scaleX(0.3);
            transform: translate(0%) scaleX(0.3);
  }
  100% {
    -webkit-transform: translate(50%) scaleX(0);
            transform: translate(50%) scaleX(0);
  }
}
@-webkit-keyframes determinate-bar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes determinate-bar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.tooltip {
  font-family: inherit;
  font-size: 14px;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip .tooltip-inner {
  padding: 4px 8px;
  background-color: rgba(40, 40, 40, 0.9);
}
.tooltip.top {
  padding: 10px 0;
}
