@charset "UTF-8";

/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/

.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}

body>.ui-pnotify {
  position: fixed;
  z-index: 100040;
}

.ui-pnotify-modal-overlay {
  background-color: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body>.ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
  display: block!important;
}

.ui-pnotify.ui-pnotify-move {
  -webkit-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0,0,0,.1);
  box-shadow: 0 6px 28px 0 rgba(0,0,0,.1);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}

.ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}

.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}

.rangeSlider,
.rangeSlider__fill {
  background: #7f8c8d;
  display: block;
  height: 20px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  border-radius: 10px;
}

.rangeSlider {
  position: relative;
}

.rangeSlider--disabled {
  filter: alpha(Opacity=40);
  opacity: .4;
}

.rangeSlider__fill {
  background: #16a085;
  position: absolute;
  top: 0;
  z-index: 2;
}

.rangeSlider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  z-index: 3;
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(rgba(0,0,0,.1)));
  background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  border-radius: 50%;
}

.rangeSlider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.13)),to(rgba(255,255,255,0)));
  background-image: linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));
  border-radius: 50%;
}

.rangeSlider__handle:active {
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.12)));
  background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.12));
}

input[type=range]:focus+.rangeSlider .rangeSlider__handle {
  -webkit-box-shadow: 0 0 8px rgba(142,68,173,.9);
  box-shadow: 0 0 8px rgba(142,68,173,.9);
}

.rangeSlider__buffer {
  z-index: 1;
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px;
}

/*
 *  Bootstrap TouchSpin - v3.1.2
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}

/*! jQuery UI - v1.13.3 - 2024-04-26
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/\gif;base64,R0lGODlhAQABAIAAAAAAAP\yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/\gif;base64,R0lGODlhKAAoAIABAAAAAP\yH\C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH\ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT\Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd\iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb\lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80\X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G\+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+\yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+\Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2\Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU\QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx\oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2\gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN\zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94,158,214);
          box-shadow: 0 0 3px 1px rgb(94,158,214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/vendor/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/vendor/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/vendor/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/vendor/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/vendor/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/vendor/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/vendor/ui-icons_777777_256x240.png");
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  -ms-filter: "alpha(opacity=.3)";
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*! jQuery UI - v1.13.3 - 2024-04-26
* https://jqueryui.com
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94,158,214);
          box-shadow: 0 0 3px 1px rgb(94,158,214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/vendor/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/vendor/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/vendor/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/vendor/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/vendor/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/vendor/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/vendor/ui-icons_777777_256x240.png");
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  -ms-filter: "alpha(opacity=.3)";
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

@charset "UTF-8";

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
          transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
          transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30,30,30,.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30,30,30,.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),color-stop(20%, rgba(0,0,0,.1)),color-stop(40%, rgba(0,0,0,.2)),color-stop(80%, rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));
  background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0,0%,100%,.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide>.fancybox-loading {
  border: 6px solid hsla(0,0%,39%,.4);
  border-top: 6px solid hsla(0,0%,100%,.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
          transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
          transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
          box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs>ul>li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0,0,0,.1);
}

.fancybox-thumbs>ul>li>img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs>ul>li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width:768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../images/vendor/loading.gif") no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url("data:image/\gif;base64,R0lGODlhAQABAPAAAP\wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../images/vendor/prev.png") left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../images/vendor/next.png") right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/vendor/close.png") top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.4);
          box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Chrome,Safari4+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
          box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-tooltip {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
          box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/

.introjs-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 1px #e3e3e3;
          box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  border-radius: 0.2em;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}

.introjs-bullets ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:hover {
  background: #999;
}

.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

.introjs-progressbar {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  animation: none;
}

.introjs-hint-dot {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0;
  }
}

.flexer,
.progress-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-flexer,
.progress-indicator.stacked {
  display: block;
}

.no-flexer-element {
  -ms-flex: 0;
  -moz-flex: 0;
  -webkit-box-flex: 0;
          flex: 0;
}

.flexer-element,
.progress-indicator>li {
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
}

.progress-indicator>li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block;
}

.progress-indicator>li:hover {
  color: #6f6f6f;
}

.progress-indicator>li.completed,
.progress-indicator>li.completed .bubble {
  color: #65d074;
}

.progress-indicator>li .bubble {
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  background-color: #bbb;
  display: block;
  margin: 0 auto .5em;
  border-bottom: 1px solid #888;
}

.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before {
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #bbb;
}

.progress-indicator>li.completed .bubble,
.progress-indicator>li.completed .bubble:after,
.progress-indicator>li.completed .bubble:before {
  background-color: #65d074;
  border-color: #247830;
}

.progress-indicator>li .bubble:before {
  left: 0;
}

.progress-indicator>li .bubble:after {
  right: 0;
}

.progress-indicator>li:first-child .bubble:after,
.progress-indicator>li:first-child .bubble:before {
  width: 50%;
  margin-left: 50%;
}

.progress-indicator>li:last-child .bubble:after,
.progress-indicator>li:last-child .bubble:before {
  width: 50%;
  margin-right: 50%;
}

.progress-indicator>li.active,
.progress-indicator>li.active .bubble {
  color: #337AB7;
}

.progress-indicator>li.active .bubble,
.progress-indicator>li.active .bubble:after,
.progress-indicator>li.active .bubble:before {
  background-color: #337AB7;
  border-color: #122a3f;
}

.progress-indicator>li a:hover .bubble,
.progress-indicator>li a:hover .bubble:after,
.progress-indicator>li a:hover .bubble:before {
  background-color: #5671d0;
  border-color: #1f306e;
}

.progress-indicator>li a:hover .bubble {
  color: #5671d0;
}

.progress-indicator>li.danger .bubble,
.progress-indicator>li.danger .bubble:after,
.progress-indicator>li.danger .bubble:before {
  background-color: #d3140f;
  border-color: #440605;
}

.progress-indicator>li.danger .bubble {
  color: #d3140f;
}

.progress-indicator>li.warning .bubble,
.progress-indicator>li.warning .bubble:after,
.progress-indicator>li.warning .bubble:before {
  background-color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator>li.warning .bubble {
  color: #edb10a;
}

.progress-indicator>li.info .bubble,
.progress-indicator>li.info .bubble:after,
.progress-indicator>li.info .bubble:before {
  background-color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator>li.info .bubble {
  color: #5b32d6;
}

.progress-indicator.stacked>li {
  text-indent: -10px;
  text-align: center;
  display: block;
}

.progress-indicator.stacked>li .bubble:after,
.progress-indicator.stacked>li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}

.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60%!important;
  width: 45%!important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}

.progress-indicator.stacked>li a {
  border: none;
}

.progress-indicator.stacked.nocenter>li .bubble {
  margin-left: 0;
  margin-right: 0;
}

.progress-indicator.stacked.nocenter>li .bubble:after,
.progress-indicator.stacked.nocenter>li .bubble:before {
  left: 10px;
}

.progress-indicator.stacked.nocenter .stacked-text {
  width: auto!important;
  display: block;
  margin-left: 40px!important;
}

@media handheld,screen and (max-width:400px) {
  .progress-indicator {
    font-size: 60%;
  }
}

html {
  display: none;
  visibility: hidden;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * bootstrap-fileinput v4.4.7
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */

input[type=file].file-loading,
.file-loading input[type=file] {
  width: 0;
  height: 0;
}

.file-input-ajax-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button,
.file-input-new .no-browse .input-group-btn,
.file-input-new .fileinput-upload-button,
.file-input-new .fileinput-remove-button,
.file-input-new .glyphicon-file,
.file-input-new .close,
.file-input-new .file-preview,
.file-zoom-dialog .modal-header:after,
.file-zoom-dialog .modal-header:before,
.file-caption-icon,
.hide-content .kv-file-content,
.kv-hidden {
  display: none;
}

.file-zoom-dialog .floating-buttons,
.file-zoom-dialog .btn-navigate,
.krajee-default .file-thumb-progress,
.file-preview .fileinput-remove,
.file-caption-icon,
.btn-file input[type=file] {
  position: absolute;
}

.file-zoom-dialog .modal-dialog,
.krajee-default .file-thumbnail-footer,
.krajee-default.file-preview-frame,
.file-preview,
.file-caption,
.btn-file,
.file-loading:before {
  position: relative;
}

.krajee-default .file-other-error,
.krajee-default .file-actions,
.file-error-message ul,
.file-error-message pre {
  text-align: left;
}

.file-error-message ul,
.file-error-message pre {
  margin: 0;
}

.krajee-default .file-upload-indicator,
.krajee-default .file-drag-handle {
  margin: 5px 0 -5px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress-bar,
.krajee-default .file-thumb-progress .progress {
  height: 11px;
  font-size: 9px;
  line-height: 10px;
}

.krajee-default .file-size-info,
.krajee-default .file-caption-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-image,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
  height: 100%;
}

.file-zoom-content > .file-object.type-default,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-pdf {
  width: 100%;
}

.rotate-2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.rotate-3 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-4 {
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
}

.rotate-5 {
  -webkit-transform: rotate(270deg) rotateY(180deg);
          transform: rotate(270deg) rotateY(180deg);
}

.rotate-6 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-7 {
  -webkit-transform: rotate(90deg) rotateY(180deg);
          transform: rotate(90deg) rotateY(180deg);
}

.rotate-8 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url("../images/vendor/loading.gif") top left no-repeat;
}

.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}

.btn-file {
  overflow: hidden;
}

.btn-file input[type=file] {
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  line-height: 1;
  left: 8px;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs,
.file-preview .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 5px 0 #a2958a;
          box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  -webkit-box-shadow: 3px 3px 5px 0 #333;
          box-shadow: 3px 3px 5px 0 #333;
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  line-height: 20px;
}

.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url("../images/vendor/loading.gif") no-repeat scroll center center content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url("../images/vendor/loading-sm.gif") no-repeat center bottom 10px;
  opacity: 0.65;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}

.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.btn-kv {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 90%;
  border-radius: 0.2rem;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.file-zoom-content {
  height: 480px;
  text-align: center;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content .is-portrait-gt4 {
  margin-top: 60px;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .file-preview-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .file-zoom-dialog .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 350px) {
  .krajee-default.file-preview-frame .kv-file-content {
    width: 160px;
  }
}

.file-loading[dir=rtl]:before {
  background: transparent url("../images/vendor/loading.gif") top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 600;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 600;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/vendor/saturation.png");
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url("../images/vendor/hue.png");
}

.colorpicker-alpha {
  background-image: url("../images/vendor/alpha.png");
  display: none;
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/vendor/alpha.png");
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

.colorpicker-selectors i + i {
  margin-left: 3px;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/vendor/hue-horizontal.png");
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/vendor/alpha-horizontal.png");
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

/*
Name: 			Theme Base
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version: 	@@version
*/

html,
body {
  background: #EFEFF3;
  width: 100%;
}

html {
  font-size: 10px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

body {
  color: #777777;
  font-family: "Cera Pro", Arial, sans-serif;
  line-height: 22px;
  margin: 0;
  font-size: 14px;
}

a {
  color: #00935C;
}

a:hover,
a:focus {
  color: #00ad6c;
}

a:active {
  color: #007a4c;
}

/* Layout Base - Main Wrapper  */

.body {
  min-height: 100vh;
  width: 100%;
}

/* Layout Base - Header */

.header {
  height: 96px;
  position: absolute;
  right: 0;
  top: 0;
}

/* Layout Base - Inner Wrapper */

.inner-wrapper {
  display: table;
  min-height: 100vh;
  padding-top: 0;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

/* Layout Base - Content Body */

.content-body {
  display: table-cell;
  padding: 0 40px 0 40px;
  position: relative;
  vertical-align: top;
}

.content-body > .row + .row {
  padding-top: 10px;
}

/* Layout Base - Page Header */

.page-header {
  background: #171717;
  border-bottom: none;
  border-left: 1px solid #3a3a3a;
  -webkit-box-shadow: 1px 3px 0 1px #cccccc;
          box-shadow: 1px 3px 0 1px #cccccc;
  height: 50px;
  margin: -0 40px 0 40px -0 40px 0 40px 0 40px 0 40px -0 40px 0 40px;
  padding: 0;
}

/* Layout Base - Sidebar Left */

.sidebar-left {
  color: #777777;
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 296px;
  z-index: 1010;
}

/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }
}

/* Layout Base - Sidebar Right */

.sidebar-right {
  background: #171717;
  bottom: 0;
  margin-right: -296px;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 296px;
}

/* Layout Base - Sidebar Right Opened ( Larger than mobile ) */

@media only screen and (min-width: 768px) {
  html.sidebar-right-opened .header {
    margin-left: -296px;
    margin-right: 296px;
  }

  html.sidebar-right-opened .inner-wrapper {
    margin-left: -296px;
  }

  html.sidebar-right-opened .sidebar-right {
    margin-right: 0;
  }
}

/* Layout Base - Flexbox supported */

@media only screen and (min-width: 768px) {
  html.flexbox .inner-wrapper,
  html.flexboxlegacy .inner-wrapper {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  html.flexbox .sidebar-left,
  html.flexbox .content-body,
  html.flexboxlegacy .sidebar-left,
  html.flexboxlegacy .content-body {
    display: block;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }

  html.flexbox .content-body,
  html.flexboxlegacy .content-body {
    -webkit-box-flex: 2;
    box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

/* Layout Fixed */

@media only screen and (min-width: 768px) {
  /* Layout Fixed - Reseting Styles */

  html.fixed .inner-wrapper,
  html.fixed .sidebar-left,
  html.fixed .content-body {
    display: block;
  }

  /* Layout Fixed - Header */

  html.fixed .header {
    position: relative;
    z-index: 1020;
  }

  /* Layout Fixed - Inner Wrapper */

  html.fixed .inner-wrapper {
    padding-top: 0;
  }

  /* Layout Fixed - Content Body */

  html.fixed .content-body {
    margin-left: 296px;
  }

  html.fixed .content-body.has-toolbar {
    padding-top: 0 40px 0 40px52px;
  }

  /* Layout Fixed - Page header */

  html.fixed .page-header {
    left: 296px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 96px;
  }

  /* Layout Fixed - Sidebar Left */

  html.fixed .sidebar-left {
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: fixed;
    top: 96px;
  }

  html.fixed .sidebar-left .nano-content {
    padding-bottom: 50px;
  }

  /* Layout Fixed - Sidebar Left Collapsed */

  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }

  /* Layout Fixed - Sidebar Right Opened */

  html.fixed.sidebar-right-opened .page-header {
    left: 0;
    margin-right: 296px;
  }

  html.fixed.sidebar-right-opened .sidebar-left {
    left: -296px;
  }

  /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */

  html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -296px;
  }
}

/* Layout Boxed - small than min-width */

@media only screen and (max-width: 1199px) {
  html.boxed .header {
    border-color: #00935C;
  }
}

/* Layout Boxed - larger or equal min width */

@media only screen and (min-width: 1200px) {
  /* Layout Boxed - Body Tag */

  html.boxed body {
    background: url("../images/vendor/gray_jean.png") repeat;
    padding-bottom: 5px;
  }

  /* Layout Boxed - Main Wrapper */

  html.boxed .body {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    background-color: transparent;
  }

  /* Layout Boxed - Header */

  html.boxed .header {
    border-top: 3px solid #00935C;
    height: 96px;
    position: absolute;
    top: 25px;
  }

  /* Layout Boxed - Inner Wrapper */

  html.boxed .inner-wrapper {
    padding-top: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }

  /* Layout Boxed - Content Body */

  html.boxed .content-body {
    background-color: #EFEFF3;
  }

  /* Layout Boxed - Base */

  html.boxed .header {
    border-radius: 5px 5px 0 0;
  }

  html.boxed .sidebar-left {
    border-radius: 0 0 0 5px;
    position: relative;
    margin-bottom: 0;
  }

  html.boxed .content-body {
    border-radius: 0 0 5px 0;
  }

  html.boxed .sidebar-right {
    border-radius: 0 5px 5px 0;
  }

  /* Layout Boxed - Sidebar Right */

  html.boxed .sidebar-right {
    border-top: 3px solid #00935C;
    min-height: 0;
  }

  /* Layout Boxed - Sidebar Right Opened */

  html.boxed.sidebar-right-opened .body {
    overflow: hidden;
  }

  html.boxed.sidebar-right-opened .header {
    border-radius: 5px 0 0 0;
  }

  html.boxed.sidebar-right-opened .content-body {
    border-radius: 0 0 0 5px;
  }

  html.boxed.sidebar-right-opened .sidebar-right {
    bottom: 20px;
    position: absolute;
    top: 25px;
    border-radius: 0 5px 5px 5px;
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    background: #EFEFF3;
  }

  html.mobile-device .sidebar-left,
  html.mobile-device .sidebar-right {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body {
    min-height: 100vh;
  }

  .inner-wrapper,
  .sidebar-left,
  .content-body {
    display: block;
  }

  .body {
    min-height: 0;
    overflow: visible;
  }

  .header {
    background: none;
    border: none;
    height: auto;
    position: static;
  }

  .header .logo-container {
    height: 96px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }

  .inner-wrapper {
    min-height: 0;
    padding-top: 0;
  }

  .content-body {
    padding: 0 15px 15px;
  }

  .page-header {
    margin: 0 -15px 20px;
  }

  .sidebar-left {
    bottom: 0;
    left: -100%;
    min-height: 0;
    min-width: 100%;
    min-width: 100vw;
    padding-top: 96px;
    padding-bottom: 50px;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 98 !important;
  }

  .sidebar-right {
    bottom: 0;
    left: auto;
    right: -100%;
    min-height: 0;
    margin-right: 0;
    min-width: 100%;
    min-width: 100vw;
    top: 0;
    z-index: 100;
  }

  html.csstransforms .sidebar-left,
  html.csstransforms .sidebar-right {
    /* performs better but native android browser
    has problems with translate and percentage
    @include transition-property(transform);
    */
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }

  html.csstransforms .sidebar-left {
    /* performs better but native android browser
    has problems with translate and percentage
    @include transform( translateX(0) );
    */
    margin-left: -25px;
  }

  html.csstransforms .sidebar-right {
    /* performs better but native android browser
    has problems with translate and percentage
    @include transform( translateX(0) );
    */
    margin-right: -25px;
  }

  /* If desktop is seeing mobile res, fix scrollbars */

  html.no-mobile-device body {
    min-height: 0;
  }

  html.no-mobile-device .body {
    min-height: 100vh;
    overflow: hidden;
  }

  html.no-mobile-device .inner-wrapper {
    overflow-y: auto;
  }

  html.no-mobile-device.sidebar-left-opened,
  html.no-mobile-device.sidebar-left-opened body,
  html.no-mobile-device.sidebar-right-opened,
  html.no-mobile-device.sidebar-right-opened body {
    overflow: hidden;
  }

  /* Layout Mobile - Sidebar Left Opened */

  html.sidebar-left-opened.no-csstransforms .sidebar-left {
    left: 0;
  }

  html.sidebar-left-opened.csstransforms .sidebar-left {
    /* performs better but native android browser
    has problems with translate and percentage
    @include transform( translateX(100%) );
    */
    margin-left: 100%;
  }

  /* Layout Mobile - Sidebar Right Opened */

  html.sidebar-right-opened.no-csstransforms .sidebar-right {
    right: 0;
  }

  html.sidebar-right-opened.csstransforms .sidebar-right {
    /* performs better but native android browser
    has problems with translate and percentage
    @include transform( translateX(-100%) );
    */
    margin-right: 100%;
  }

  /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */

  html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -296px;
  }
}

/* Content With Menu - Boxed Layout Fixing Spacement on Bottom */

@media only screen and (min-width: 1200px) {
  html.boxed .content-with-menu {
    margin-bottom: -0 40px 0 40px;
  }
}

/* Content With Menu - Container */

@media only screen and (min-width: 768px) {
  .content-with-menu-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts */

@media only screen and (min-width: 768px) {
  html.scroll .content-with-menu:before,
  html.boxed .content-with-menu:before {
    bottom: -47px;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 54px;
    width: 300px;
  }

  html.scroll .content-with-menu:after,
  html.boxed .content-with-menu:after {
    bottom: -46px;
    content: "";
    display: block;
    right: 1px;
    position: absolute;
    top: 54px;
    width: 1px;
    z-index: 3;
  }

  html.boxed .content-with-menu:before {
    bottom: 0;
  }

  html.boxed .content-with-menu:after {
    bottom: 2px;
  }
}

.content-with-menu {
  margin: -20px -15px 0;
}

/* Content With Menu - Responsive */

@media only screen and (max-width: 767px) {
  .content-with-menu {
    clear: both;
  }

  .inner-body {
    padding: 40px 15px 0;
  }
}

/* Content With Menu - Menu and Body */

@media only screen and (min-width: 768px) {
  .content-with-menu {
    border-top: 146px solid transparent;
    margin: -146px0 40px 0 40px -0 40px 0 40px -53px -0 40px 0 40px;
    min-height: 100vh;
  }

  .inner-menu {
    display: table-cell;
    vertical-align: top;
  }

  .inner-body {
    display: table-cell;
    vertical-align: top;
    padding: 0 40px 0 40px;
  }

  .inner-toolbar {
    height: 52px;
    overflow: hidden;
  }

  .content-with-menu-has-toolbar .inner-menu-toggle {
    border-radius: 0;
  }

  .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 140px;
  }
}

/* Content With Menu - Flexbox supported */

@media only screen and (min-width: 768px) {
  html.flexbox .content-with-menu-container,
  html.flexboxlegacy .content-with-menu-container {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  html.flexbox .inner-menu,
  html.flexbox .inner-body,
  html.flexboxlegacy .inner-menu,
  html.flexboxlegacy .inner-body {
    display: block;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }

  html.flexbox .inner-body,
  html.flexboxlegacy .inner-body {
    -webkit-box-flex: 2;
    box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

/* Content With Menu + Layout Fixed */

@media only screen and (min-width: 768px) {
  html.fixed .content-with-menu-container,
  html.fixed .inner-menu,
  html.fixed .inner-body {
    display: block;
  }

  html.fixed .content-with-menu-container {
    position: relative;
  }

  html.fixed .inner-menu-toggle {
    position: absolute;
    top: 150px;
    border-radius: 0 0 24px 0;
    width: 140px;
    z-index: 1002;
  }

  html.fixed .inner-menu {
    bottom: 0;
    display: block;
    left: 296px;
    position: fixed;
    margin: 0;
    top: 150px;
    width: 300px;
    padding: 35px;
    z-index: 1002;
  }

  html.fixed .inner-menu-content {
    display: block;
  }

  html.fixed .inner-body {
    margin-left: 300px;
    border-top: 149px solid transparent;
    margin-top: -110px;
    min-height: 100vh;
    position: relative;
  }

  html.fixed .inner-body2 {
    margin-left: 0;
    border-top: 149px solid transparent;
    margin-top: -110px;
    min-height: 100vh;
    position: relative;
  }

  html.fixed .content-with-menu-has-toolbar .inner-body {
    border-top-width: 201px;
  }
}

/* Content With Menu + Layout Scroll & Boxed */

@media only screen and (min-width: 768px) {
  html.scroll .inner-menu,
  html.scroll .inner-body,
  html.boxed .inner-menu,
  html.boxed .inner-body {
    display: block;
  }

  html.scroll .content-with-menu-container,
  html.boxed .content-with-menu-container {
    position: relative;
  }

  html.scroll .inner-menu-toggle,
  html.boxed .inner-menu-toggle {
    position: absolute;
    top: 0;
    border-radius: 0 0 24px 0;
    width: 140px;
    z-index: 3;
  }

  html.scroll .inner-menu,
  html.boxed .inner-menu {
    display: block;
    position: relative;
    margin: 0;
    width: 300px;
    padding: 35px;
  }

  html.scroll .inner-menu-content,
  html.boxed .inner-menu-content {
    display: block;
  }

  html.scroll .inner-body,
  html.boxed .inner-body {
    margin-left: 0;
    min-height: 100vh;
    position: relative;
  }

  html.scroll.flexbox .content-with-menu-container,
  html.scroll.flexboxlegacy .content-with-menu-container,
  html.boxed.flexbox .content-with-menu-container,
  html.boxed.flexboxlegacy .content-with-menu-container {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */

@media only screen and (min-width: 768px) {
  html.fixed.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }
}

/* Content With Menu + Layout Fixed + Sidebar Right Opened */

@media only screen and (min-width: 768px) {
  html.fixed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-right-opened .inner-toolbar {
    left: 0px;
  }

  html.fixed.sidebar-right-opened .inner-toolbar {
    margin-right: 296px;
  }

  html.fixed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -300px;
  }
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed + Sidebar Right Opened */

@media only screen and (min-width: 768px) {
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-toolbar {
    left: -223px;
  }

  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -523px;
  }
}

/* Resolution gt 767 and lt 1366 - Hide Inner Menu */

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  html.fixed .inner-menu,
  html.scroll .inner-menu,
  html.boxed .inner-menu {
    display: none;
  }

  html.fixed .inner-menu-toggle,
  html.scroll .inner-menu-toggle,
  html.boxed .inner-menu-toggle {
    display: block;
  }

  html.fixed .inner-body,
  html.scroll .inner-body,
  html.boxed .inner-body {
    margin-left: 0;
  }

  html.fixed .content-with-menu-has-toolbar .inner-toolbar,
  html.scroll .content-with-menu-has-toolbar .inner-toolbar,
  html.boxed .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 140px;
  }

  html.fixed.inner-menu-opened .inner-menu,
  html.scroll.inner-menu-opened .inner-menu,
  html.boxed.inner-menu-opened .inner-menu {
    display: block;
  }

  html.fixed.inner-menu-opened .inner-menu-toggle,
  html.scroll.inner-menu-opened .inner-menu-toggle,
  html.boxed.inner-menu-opened .inner-menu-toggle {
    display: none;
  }

  html.fixed.inner-menu-opened .inner-body,
  html.scroll.inner-menu-opened .inner-body,
  html.boxed.inner-menu-opened .inner-body {
    margin-right: -300px;
  }

  html.fixed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
  html.scroll.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
  html.boxed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 0;
  }

  html.fixed.inner-menu-opened .inner-body {
    margin-left: 300px;
  }

  html.scroll .content-with-menu:before,
  html.boxed .content-with-menu:before {
    display: none;
  }

  html.scroll.inner-menu-opened:before,
  html.boxed.inner-menu-opened:before {
    display: block;
  }
}

/* Resolution gt 1366 - Show Inner Menu */

@media only screen and (min-width: 1366px) {
  html.fixed .inner-menu,
  html.scroll .inner-menu,
  html.boxed .inner-menu {
    display: block;
  }

  html.fixed .inner-menu-toggle,
  html.fixed .inner-menu-toggle-inside,
  html.scroll .inner-menu-toggle,
  html.scroll .inner-menu-toggle-inside,
  html.boxed .inner-menu-toggle,
  html.boxed .inner-menu-toggle-inside {
    display: none;
  }

  html.fixed .inner-body,
  html.scroll .inner-body,
  html.boxed .inner-body {
    margin-right: 0;
  }

  html.fixed .content-with-menu-has-toolbar .inner-toolbar,
  html.scroll .content-with-menu-has-toolbar .inner-toolbar,
  html.boxed .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 0;
  }

  html.fixed.inner-menu-opened .inner-body {
    margin-left: 300px;
  }

  html.fixed .content-with-menu .inner-toolbar,
  html.fixed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 596px;
  }

  html.fixed .inner-menu-toggle,
  html.fixed .inner-menu,
  html.fixed.inner-menu-opened .inner-menu-toggle,
  html.fixed.inner-menu-opened .inner-menu {
    left: 296px;
  }

  html.fixed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 300px;
  }

  html.fixed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-right-opened .inner-menu-toggle {
    left: 0px;
  }

  html.fixed.sidebar-left-collapsed .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 77px;
  }

  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
    left: -223px;
  }
}

/* Fix IE Scrollbar Overlaying content */

@-ms-viewport {
  width: auto !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------
BOOTSTRAP EXTEND
------------------------------------------------------------------------------------------------------------------------------------------ */

/* Add New Grid Tier FOR NON BOXED LAYOUT */

html.scroll,
html.fixed {
  /* UNDO original bootrap LG helper classes*/
  /* Helper classes for XL */
}

@media (min-width: 1600px) {
  html.scroll .container,
  html.fixed .container {
    width: 1570px;
  }
}

html.scroll .col-xl-1,
html.scroll .col-xl-2,
html.scroll .col-xl-3,
html.scroll .col-xl-4,
html.scroll .col-xl-5,
html.scroll .col-xl-6,
html.scroll .col-xl-7,
html.scroll .col-xl-8,
html.scroll .col-xl-9,
html.scroll .col-xl-10,
html.scroll .col-xl-11,
html.scroll .col-xl-12,
html.fixed .col-xl-1,
html.fixed .col-xl-2,
html.fixed .col-xl-3,
html.fixed .col-xl-4,
html.fixed .col-xl-5,
html.fixed .col-xl-6,
html.fixed .col-xl-7,
html.fixed .col-xl-8,
html.fixed .col-xl-9,
html.fixed .col-xl-10,
html.fixed .col-xl-11,
html.fixed .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  html.scroll .col-xl-1,
  html.scroll .col-xl-2,
  html.scroll .col-xl-3,
  html.scroll .col-xl-4,
  html.scroll .col-xl-5,
  html.scroll .col-xl-6,
  html.scroll .col-xl-7,
  html.scroll .col-xl-8,
  html.scroll .col-xl-9,
  html.scroll .col-xl-10,
  html.scroll .col-xl-11,
  html.scroll .col-xl-12,
  html.fixed .col-xl-1,
  html.fixed .col-xl-2,
  html.fixed .col-xl-3,
  html.fixed .col-xl-4,
  html.fixed .col-xl-5,
  html.fixed .col-xl-6,
  html.fixed .col-xl-7,
  html.fixed .col-xl-8,
  html.fixed .col-xl-9,
  html.fixed .col-xl-10,
  html.fixed .col-xl-11,
  html.fixed .col-xl-12 {
    float: left;
  }

  html.scroll .col-xl-12,
  html.fixed .col-xl-12 {
    width: 100%;
  }

  html.scroll .col-xl-11,
  html.fixed .col-xl-11 {
    width: 91.66666667%;
  }

  html.scroll .col-xl-10,
  html.fixed .col-xl-10 {
    width: 83.33333333%;
  }

  html.scroll .col-xl-9,
  html.fixed .col-xl-9 {
    width: 75%;
  }

  html.scroll .col-xl-8,
  html.fixed .col-xl-8 {
    width: 66.66666667%;
  }

  html.scroll .col-xl-7,
  html.fixed .col-xl-7 {
    width: 58.33333333%;
  }

  html.scroll .col-xl-6,
  html.fixed .col-xl-6 {
    width: 50%;
  }

  html.scroll .col-xl-5,
  html.fixed .col-xl-5 {
    width: 41.66666667%;
  }

  html.scroll .col-xl-4,
  html.fixed .col-xl-4 {
    width: 33.33333333%;
  }

  html.scroll .col-xl-3,
  html.fixed .col-xl-3 {
    width: 25%;
  }

  html.scroll .col-xl-2,
  html.fixed .col-xl-2 {
    width: 16.66666667%;
  }

  html.scroll .col-xl-1,
  html.fixed .col-xl-1 {
    width: 8.33333333%;
  }

  html.scroll .col-xl-pull-12,
  html.fixed .col-xl-pull-12 {
    right: 100%;
  }

  html.scroll .col-xl-pull-11,
  html.fixed .col-xl-pull-11 {
    right: 91.66666667%;
  }

  html.scroll .col-xl-pull-10,
  html.fixed .col-xl-pull-10 {
    right: 83.33333333%;
  }

  html.scroll .col-xl-pull-9,
  html.fixed .col-xl-pull-9 {
    right: 75%;
  }

  html.scroll .col-xl-pull-8,
  html.fixed .col-xl-pull-8 {
    right: 66.66666667%;
  }

  html.scroll .col-xl-pull-7,
  html.fixed .col-xl-pull-7 {
    right: 58.33333333%;
  }

  html.scroll .col-xl-pull-6,
  html.fixed .col-xl-pull-6 {
    right: 50%;
  }

  html.scroll .col-xl-pull-5,
  html.fixed .col-xl-pull-5 {
    right: 41.66666667%;
  }

  html.scroll .col-xl-pull-4,
  html.fixed .col-xl-pull-4 {
    right: 33.33333333%;
  }

  html.scroll .col-xl-pull-3,
  html.fixed .col-xl-pull-3 {
    right: 25%;
  }

  html.scroll .col-xl-pull-2,
  html.fixed .col-xl-pull-2 {
    right: 16.66666667%;
  }

  html.scroll .col-xl-pull-1,
  html.fixed .col-xl-pull-1 {
    right: 8.33333333%;
  }

  html.scroll .col-xl-pull-0,
  html.fixed .col-xl-pull-0 {
    right: auto;
  }

  html.scroll .col-xl-push-12,
  html.fixed .col-xl-push-12 {
    left: 100%;
  }

  html.scroll .col-xl-push-11,
  html.fixed .col-xl-push-11 {
    left: 91.66666667%;
  }

  html.scroll .col-xl-push-10,
  html.fixed .col-xl-push-10 {
    left: 83.33333333%;
  }

  html.scroll .col-xl-push-9,
  html.fixed .col-xl-push-9 {
    left: 75%;
  }

  html.scroll .col-xl-push-8,
  html.fixed .col-xl-push-8 {
    left: 66.66666667%;
  }

  html.scroll .col-xl-push-7,
  html.fixed .col-xl-push-7 {
    left: 58.33333333%;
  }

  html.scroll .col-xl-push-6,
  html.fixed .col-xl-push-6 {
    left: 50%;
  }

  html.scroll .col-xl-push-5,
  html.fixed .col-xl-push-5 {
    left: 41.66666667%;
  }

  html.scroll .col-xl-push-4,
  html.fixed .col-xl-push-4 {
    left: 33.33333333%;
  }

  html.scroll .col-xl-push-3,
  html.fixed .col-xl-push-3 {
    left: 25%;
  }

  html.scroll .col-xl-push-2,
  html.fixed .col-xl-push-2 {
    left: 16.66666667%;
  }

  html.scroll .col-xl-push-1,
  html.fixed .col-xl-push-1 {
    left: 8.33333333%;
  }

  html.scroll .col-xl-push-0,
  html.fixed .col-xl-push-0 {
    left: auto;
  }

  html.scroll .col-xl-offset-12,
  html.fixed .col-xl-offset-12 {
    margin-left: 100%;
  }

  html.scroll .col-xl-offset-11,
  html.fixed .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  html.scroll .col-xl-offset-10,
  html.fixed .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  html.scroll .col-xl-offset-9,
  html.fixed .col-xl-offset-9 {
    margin-left: 75%;
  }

  html.scroll .col-xl-offset-8,
  html.fixed .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  html.scroll .col-xl-offset-7,
  html.fixed .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  html.scroll .col-xl-offset-6,
  html.fixed .col-xl-offset-6 {
    margin-left: 50%;
  }

  html.scroll .col-xl-offset-5,
  html.fixed .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  html.scroll .col-xl-offset-4,
  html.fixed .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  html.scroll .col-xl-offset-3,
  html.fixed .col-xl-offset-3 {
    margin-left: 25%;
  }

  html.scroll .col-xl-offset-2,
  html.fixed .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  html.scroll .col-xl-offset-1,
  html.fixed .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  html.scroll .col-xl-offset-0,
  html.fixed .col-xl-offset-0 {
    margin-left: 0;
  }
}

html.scroll .visible-xl,
html.fixed .visible-xl {
  display: none !important;
}

html.scroll .visible-xl-block,
html.scroll .visible-xl-inline,
html.scroll .visible-xl-inline-block,
html.fixed .visible-xl-block,
html.fixed .visible-xl-inline,
html.fixed .visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  html.scroll .visible-lg,
  html.fixed .visible-lg {
    display: block !important;
  }

  html.scroll table.visible-lg,
  html.fixed table.visible-lg {
    display: table;
  }

  html.scroll tr.visible-lg,
  html.fixed tr.visible-lg {
    display: table-row !important;
  }

  html.scroll th.visible-lg,
  html.scroll td.visible-lg,
  html.fixed th.visible-lg,
  html.fixed td.visible-lg {
    display: table-cell !important;
  }

  html.scroll .visible-lg-block,
  html.fixed .visible-lg-block {
    display: block !important;
  }

  html.scroll .visible-lg-inline,
  html.fixed .visible-lg-inline {
    display: inline !important;
  }

  html.scroll .visible-lg-inline-block,
  html.fixed .visible-lg-inline-block {
    display: inline-block !important;
  }

  html.scroll .hidden-lg,
  html.fixed .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  html.scroll .visible-lg-block,
  html.fixed .visible-lg-block {
    display: none !important;
  }

  html.scroll .visible-lg-inline,
  html.fixed .visible-lg-inline {
    display: none !important;
  }

  html.scroll .visible-lg-inline-block,
  html.fixed .visible-lg-inline-block {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  html.scroll .visible-xl,
  html.fixed .visible-xl {
    display: block !important;
  }

  html.scroll table.visible-xl,
  html.fixed table.visible-xl {
    display: table;
  }

  html.scroll tr.visible-xl,
  html.fixed tr.visible-xl {
    display: table-row !important;
  }

  html.scroll th.visible-xl,
  html.scroll td.visible-xl,
  html.fixed th.visible-xl,
  html.fixed td.visible-xl {
    display: table-cell !important;
  }

  html.scroll .visible-xl-block,
  html.fixed .visible-xl-block {
    display: block !important;
  }

  html.scroll .visible-xl-inline,
  html.fixed .visible-xl-inline {
    display: inline !important;
  }

  html.scroll .visible-xl-inline-block,
  html.fixed .visible-xl-inline-block {
    display: inline-block !important;
  }

  html.scroll .hidden-xl,
  html.fixed .hidden-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* Fix img-thumbnail - IE10 and below */

.img-thumbnail {
  width: auto \9;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Header */

.header {
  background: transparent;
  border-top: 3px solid #ededed;
  z-index: 1000;
}

.header .logo {
  float: left;
  margin: 10px 0 0 15px;
}

.header .logo img {
  color: transparent;
}

.header .separator {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f6f6f6), to(#ededed));
  background-image: linear-gradient(#f6f6f6 60%, #ededed);
  display: inline-block;
  height: 100%;
  margin: 0 25px 0;
  width: 2px;
  vertical-align: middle;
}

.header .search {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}

.header .toggle-sidebar-left {
  background: #00935C;
  border-radius: 100px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 14px;
  width: 30px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  justify-items: flex-end;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-row .header-dropdown {
  color: #658179;
  font-size: 16px;
}

/* Header Mobile */

@media only screen and (max-width: 767px) {
  .header .logo-container {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(45%, #ffffff));
    background-image: linear-gradient(#f6f6f6 0%, #ffffff 45%);
    border-bottom: 1px solid #e9e9e6;
    border-top: 3px solid #ededed;
  }

  .header .logo-container .logo {
    float: none;
    display: inline-block;
    line-height: 93px;
    margin-top: 0;
  }

  .header .search,
  .header .separator {
    display: none;
  }
}

/* Header Dark */

html.dark .header,
html.header-dark .header {
  background: #1d2127;
  border-bottom-color: #161a1e;
  border-top-color: #1d2127;
}

@media only screen and (max-width: 767px) {
  html.dark .header .logo-container,
  html.header-dark .header .logo-container {
    background: #1d2127;
    border-bottom-color: #161a1e;
    border-top-color: #1d2127;
  }

  html.dark .header .header-right,
  html.header-dark .header .header-right {
    background: #1d2127;
  }
}

html.dark .header .separator,
html.header-dark .header .separator {
  background-color: #1d2127;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1d2127), to(#121518));
  background-image: linear-gradient(#1d2127 10%, #121518);
}

html.dark .header .input-search input,
html.dark .header .input-search input:focus,
html.header-dark .header .input-search input,
html.header-dark .header .input-search input:focus {
  background: #282d36;
  border-color: #161a1e;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
  color: #ffffff;
}

html.dark .header .input-search .input-group-btn .btn-default,
html.header-dark .header .input-search .input-group-btn .btn-default {
  background: transparent;
  color: #c3c3c3;
}

@media only screen and (min-width: 768px) {
  html.header-fixed .header {
    border-radius: 0;
    border-top-color: transparent;
    position: fixed;
    right: 0;
    top: -3px;
    z-index: 2000;
    margin: 0;
  }

  html.header-fixed .inner-wrapper {
    padding-top: 0;
    margin-top: 30px;
  }
}

.sidebar-left {
  z-index: 1010;
}

.sidebar-left .sidebar-header {
  position: relative;
  color: #777777;
  height: 50px;
}

.sidebar-left .sidebar-header .sidebar-title {
  background: #1d2127;
  color: #465162;
  padding: 15px;
  font-size: 1.4rem;
}

.sidebar-left .sidebar-header .sidebar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  height: 50px;
  background-color: #171717;
  border-radius: 0 0 0 5px;
  text-align: center;
  cursor: pointer;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
  color: #c3c3c3;
  font-size: 1.7rem;
  line-height: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #00935C;
}

.sidebar-left hr.separator {
  background: none;
  margin: 10px 10px;
}

@media only screen and (max-width: 767px) {
  .sidebar-left {
    background: #1d2127;
  }
}

html.mobile-device .sidebar-left {
  background: #1d2127;
}

/* Unstyle nano for non fixed layouts */

@media only screen and (min-width: 768px) {
  html.scroll .sidebar-left,
  html.boxed .sidebar-left {
    min-height: 100vh;
  }

  html.scroll .sidebar-left .sidebar-header,
  html.boxed .sidebar-left .sidebar-header {
    margin-bottom: -3px;
  }

  html.scroll .sidebar-left .nano,
  html.boxed .sidebar-left .nano {
    position: static;
    overflow: visible;
    width: 100%;
  }

  html.scroll .sidebar-left .nano .nano-content,
  html.boxed .sidebar-left .nano .nano-content {
    margin-right: 0 !important;
    position: relative;
    overflow: visible;
    margin-top: 3px;
  }

  html.scroll .sidebar-left .nano .nano-pane,
  html.boxed .sidebar-left .nano .nano-pane {
    display: none !important;
  }

  html.boxed .sidebar-left .nano > .nano-content,
  html.scroll .sidebar-left .nano > .nano-content {
    overflow: visible !important;
  }

  html.boxed .sidebar-left .nano {
    padding-bottom: 10px;
  }

  html.scroll .sidebar-left .nano {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed .sidebar-left .nano {
    background: #1d2127;
    -webkit-box-shadow: -5px 0 0 #2f3139 inset;
            box-shadow: -5px 0 0 #2f3139 inset;
  }

  html.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -296px;
    opacity: 0;
  }

  html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
    border-radius: 0;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
    overflow: hidden;
    text-overflow: clip;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after {
    display: none;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent > ul.nav-children {
    display: none;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main a span {
    visibility: hidden;
  }

  html.sidebar-left-collapsed .sidebar-left .sidebar-widget,
  html.sidebar-left-collapsed .sidebar-left .separator {
    display: none;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover {
    width: 296px;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main .nav-expanded > ul.nav-children {
    display: block;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li.nav-parent a:after {
    display: inline-block;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li a span {
    visibility: visible;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover .sidebar-widget,
  html.sidebar-left-collapsed .sidebar-left .nano:hover .separator {
    display: block;
  }

  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano {
    width: 296px;
  }

  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main .nav-expanded > ul.nav-children {
    display: block;
  }

  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main li.nav-parent a:after {
    display: inline-block;
  }

  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main li a span {
    visibility: visible;
  }

  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .sidebar-widget,
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .separator {
    display: block;
  }
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-title {
  background: #ffffff;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle {
  background: #f6f6f6;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle i {
  color: #333333;
}

html.sidebar-light:not(.dark) .sidebar-left .nano {
  -webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
          box-shadow: -5px 0 0 #f6f6f6 inset;
  background: #ffffff;
}

html.sidebar-light:not(.dark).sidebar-left-collapsed .sidebar-left .nano {
  -webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
          box-shadow: -5px 0 0 #f6f6f6 inset;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  html.sidebar-light .sidebar-left {
    background: #ffffff;
  }
}

html.mobile-device.sidebar-light .sidebar-left {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */

  html.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -296px;
  }
}

@media only screen and (min-width: 768px) {
  /* Layout Base - Sidebar Left */

  html.sidebar-left-sm .sidebar-left {
    width: 296px;
    font-size: 1.2rem;
  }

  html.sidebar-left-sm .sidebar-left ul.nav-main li i {
    font-size: 1.6rem;
  }

  html.sidebar-left-sm .sidebar-left ul.nav-main li a {
    font-size: 1.2rem;
  }

  html.sidebar-left-sm .sidebar-left .sidebar-widget .widget-header h6 {
    font-size: 1.2rem;
  }

  html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -296px;
  }

  html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
    width: 296px;
  }

  /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */

  html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }

  /* Layout Fixed - Content Body */

  html.fixed.sidebar-left-sm .content-body {
    margin-left: 296px;
  }

  /* Layout Fixed - Page header */

  html.fixed.sidebar-left-sm .page-header {
    left: 296px;
  }

  /* Layout Fixed - Sidebar Right Opened */

  html.fixed.sidebar-left-sm.sidebar-right-opened .page-header {
    left: 0;
  }

  html.fixed.sidebar-left-sm.sidebar-right-opened .sidebar-left {
    left: -296px;
  }

  /* Layout Fixed - Sidebar Left Collapsed */

  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }

  /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -296px;
  }

  /* Content With Menu + Layout Fixed */

  html.fixed.sidebar-left-sm .inner-menu {
    left: 296px;
  }

  /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */

  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }

  /* Content With Menu + Layout Fixed + Sidebar Right Opened */

  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-toolbar {
    left: 0px;
  }

  html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -300px;
  }

  /* Content With Menu - Toolbar + Layout Fixed */

  html.fixed.sidebar-left-sm.inner-menu-opened {
    left: 596px;
  }

  html.fixed.sidebar-left-sm .inner-menu-toggle {
    left: 296px;
  }
}

/* Resolution gt 1366 - Show Inner Menu */

@media only screen and (min-width: 1366px) {
  html.fixed.sidebar-left-sm .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 596px;
  }

  html.fixed.sidebar-left-sm .inner-menu-toggle,
  html.fixed.sidebar-left-sm .inner-menu,
  html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu {
    left: 296px;
  }

  html.fixed.sidebar-left-sm.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 300px;
  }

  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle {
    left: 0px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu {
    left: 73px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 77px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
    left: -223px;
  }
}

@media only screen and (max-width: 767px) {
  /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */

  html.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -200px;
  }
}

@media only screen and (min-width: 768px) {
  /* Layout Base - Sidebar Left */

  html.sidebar-left-xs .sidebar-left {
    width: 200px;
    font-size: 1.1rem;
  }

  html.sidebar-left-xs .sidebar-left ul.nav-main li i {
    font-size: 1.4rem;
  }

  html.sidebar-left-xs .sidebar-left ul.nav-main li a {
    font-size: 1.1rem;
  }

  html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
    padding-left: 52px;
  }

  html.sidebar-left-xs .sidebar-left .sidebar-widget .widget-header h6 {
    font-size: 1.1rem;
  }

  html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -200px;
  }

  html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
    width: 200px;
  }

  /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */

  html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }

  /* Layout Fixed - Content Body */

  html.fixed.sidebar-left-xs .content-body {
    margin-left: 200px;
  }

  /* Layout Fixed - Page header */

  html.fixed.sidebar-left-xs .page-header {
    left: 200px;
  }

  /* Layout Fixed - Sidebar Right Opened */

  html.fixed.sidebar-left-xs.sidebar-right-opened .page-header {
    left: 0;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .sidebar-left {
    left: -200px;
  }

  /* Layout Fixed - Sidebar Left Collapsed */

  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }

  /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -200px;
  }

  /* Content With Menu + Layout Fixed */

  html.fixed.sidebar-left-xs .inner-menu {
    left: 200px;
  }

  /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */

  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }

  /* Content With Menu + Layout Fixed + Sidebar Right Opened */

  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-toolbar {
    left: -96px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -396px;
  }

  /* Content With Menu - Toolbar + Layout Fixed */

  html.fixed.sidebar-left-xs.inner-menu-opened {
    left: 500px;
  }

  html.fixed.sidebar-left-xs .inner-menu-toggle {
    left: 200px;
  }
}

/* Resolution gt 1366 - Show Inner Menu */

@media only screen and (min-width: 1366px) {
  html.fixed.sidebar-left-xs .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 500px;
  }

  html.fixed.sidebar-left-xs .inner-menu-toggle,
  html.fixed.sidebar-left-xs .inner-menu,
  html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu {
    left: 200px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 204px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle {
    left: -96px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu {
    left: 73px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 77px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
    left: -223px;
  }
}

/* Sidebar Right */

.sidebar-right {
  z-index: 1010;
}

.sidebar-right .sidebar-right-wrapper {
  padding: 20px;
}

.sidebar-right h6 {
  margin: 0;
  color: #777777;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.sidebar-right .mobile-close {
  background: #000000;
  color: #999999;
  left: 0;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.sidebar-right .mobile-close i {
  margin-left: 5px;
  vertical-align: middle;
}

.sidebar-right .mobile-close:after {
  -webkit-box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

/* If desktop is seeing mobile res, fix scrollbars */

@media only screen and (max-width: 767px) {
  html.no-mobile-device.custom-scroll .sidebar-right .nano > .nano-content {
    overflow: scroll;
    overflow-x: hidden;
  }
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts Colors */

@media only screen and (min-width: 768px) {
  html.scroll .content-with-menu:before,
  html.boxed .content-with-menu:before {
    background: #1d2127;
  }

  html.scroll .content-with-menu:after,
  html.boxed .content-with-menu:after {
    background: #000000;
    -webkit-box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
  }
}

/* Unstyle nano for non fixed layouts */

html.scroll .inner-menu .nano,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano,
html.boxed .inner-menu .nano,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano {
  position: static;
  height: auto;
  overflow: visible;
  width: auto;
}

html.scroll .inner-menu .nano > .nano-content,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content,
html.boxed .inner-menu .nano > .nano-content,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content {
  position: static;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  html.fixed .inner-menu .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
  }

  html.fixed .inner-menu .nano .nano-content {
    margin-right: 0;
    position: static;
    overflow: visible;
  }
}

/* Fix padding when fixed */

@media only screen and (min-width: 768px) {
  html.fixed .inner-menu {
    padding: 0;
  }

  html.fixed .inner-menu .nano-content {
    padding: 35px;
  }

  html.fixed .inner-menu .nano-content:after {
    display: block;
    content: "";
    height: 35px;
  }
}

/* Content With Menu - Inner Menu Style */

.inner-menu {
  background: #1d2127;
  border-right: 1px solid #0d6145;
  color: #abb4be;
  padding: 0;
  margin: 0;
}

.inner-menu .title {
  color: #465162;
  font-weight: 600;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}

.inner-menu hr.separator {
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
  margin: 20px -35px 20px;
}

.inner-menu a,
.inner-menu a:hover {
  color: #abb4be;
}

.inner-menu a.menu-item {
  color: #abb4be;
  display: block;
  margin: 0 -35px 0 -35px;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
}

.inner-menu a.menu-item:hover {
  background: #21262d;
  color: #abb4be;
  text-decoration: none;
}

.inner-menu a.menu-item.active {
  background: #282d36;
}

.inner-menu a.menu-item .label {
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  padding: 0.3em 0.7em 0.4em;
  margin: 0.2em -1em 0 0;
}

html.sidebar-light:not(.dark) .inner-menu {
  background: #ffffff;
  border-right-color: #e2e3e6;
  color: #777777;
}

html.sidebar-light:not(.dark) .inner-menu .title {
  color: #465162;
}

html.sidebar-light:not(.dark) .inner-menu hr.separator {
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item {
  color: #777777;
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item:hover {
  background: #e2e3e6;
  color: #777777;
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item.active {
  background: #e2e3e6;
}

/* Content With Menu - Toggle */

.inner-menu-toggle,
.inner-menu .inner-menu-toggle-inside {
  background: #000000;
  color: #999999;
  left: 0;
  line-height: 52px;
  position: relative;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}

.inner-menu-toggle:after,
.inner-menu .inner-menu-toggle-inside:after {
  -webkit-box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.inner-menu-toggle a,
.inner-menu .inner-menu-toggle-inside a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

.inner-menu-toggle a i,
.inner-menu .inner-menu-toggle-inside a i {
  vertical-align: middle;
}

.inner-menu-toggle .inner-menu-collapse,
.inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
  display: none;
}

html.sidebar-light:not(.dark) .inner-menu-toggle,
html.sidebar-light:not(.dark) .inner-menu .inner-menu-toggle-inside {
  background: #e2e3e6;
  color: #777777;
}

html.sidebar-light:not(.dark) .inner-menu-toggle > a,
html.sidebar-light:not(.dark) .inner-menu .inner-menu-toggle-inside > a {
  color: #777777;
}

.inner-menu-toggle a i {
  margin-left: 5px;
}

.inner-menu-toggle-inside {
  margin: -35px -35px 15px -35px;
}

.inner-menu-toggle-inside .inner-menu-collapse i {
  margin-right: 5px;
}

.inner-menu-toggle-inside .inner-menu-expand i {
  margin-left: 5px;
}

/* Content With Menu - Toggle - Outside */

.inner-menu-toggle {
  display: none;
}

/* Content With Menu - Inner Menu Content */

.inner-menu-content {
  display: none;
}

html.inner-menu-opened .inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
  display: block;
}

html.inner-menu-opened .inner-menu-expand {
  display: none;
}

html.inner-menu-opened .inner-menu-content {
  display: block;
}

/* Content With Menu - Responsive */

@media only screen and (max-width: 767px) {
  .inner-menu .hidden-xs-inline {
    display: none;
  }

  .inner-menu .inner-menu-content {
    padding: 20px;
  }

  .inner-menu-toggle-inside {
    margin: 0;
  }
}

/* Content With Menu - Toolbar + Layout Fixed */

@media only screen and (min-width: 768px) {
  html.fixed.inner-menu-opened {
    left: 596px;
  }

  html.fixed .inner-menu-toggle {
    position: fixed;
    left: 296px;
  }
}

html.dark .inner-menu-toggle:after,
html.dark .inner-menu .inner-menu-toggle-inside:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul.nav-main {
  margin-right: 5px;
}

ul.nav-main > li > a {
  padding: 12px 25px;
}

ul.nav-main > li > a:hover,
ul.nav-main > li > a:focus {
  background-color: #21262d;
}

ul.nav-main > li.nav-active > a {
  -webkit-box-shadow: 2px 0 0 #00935C inset;
          box-shadow: 2px 0 0 #00935C inset;
}

ul.nav-main > li.nav-active > a:hover {
  color: #abb4be;
}

ul.nav-main > li.nav-active > i {
  color: #00935C;
}

ul.nav-main > li.nav-expanded > a {
  background: #21262d;
}

ul.nav-main li a {
  font-size: 1.4rem;
  color: #abb4be;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.nav-main li a span.label {
  font-weight: normal;
  font-size: 1rem;
  padding: 0.3em 0.7em 0.4em;
  margin: 0.4em -1em 0 0;
  position: absolute;
  right: 5em;
}

ul.nav-main li a .not-included {
  font-style: normal;
  color: #505b67;
  display: inline-block;
  padding: 0 0 0 6px;
}

ul.nav-main li span {
  vertical-align: middle;
}

ul.nav-main li i {
  font-size: 1.8rem;
  width: 1.1em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
}

ul.nav-main li.nav-parent {
  position: relative;
}

ul.nav-main li.nav-parent > a {
  cursor: pointer;
}

ul.nav-main li.nav-parent > a:after {
  font-family: "FontAwesome";
  content: "";
  font-size: 1.6rem;
  color: #abb4be;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 25px;
}

ul.nav-main li.nav-parent.nav-expanded > a:after {
  content: "";
}

ul.nav-main li.nav-parent.nav-expanded > ul.nav-children {
  display: block;
}

ul.nav-main li .nav-children {
  background: #191c21;
  -webkit-box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
          box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
  display: none;
  padding: 10px 0;
}

ul.nav-main li .nav-children li a {
  padding: 6px 15px 6px 57px;
  overflow: hidden;
}

ul.nav-main li .nav-children li a:hover,
ul.nav-main li .nav-children li a:focus {
  background: #191c21;
}

ul.nav-main li .nav-children li a:after {
  padding: 6px 25px;
}

ul.nav-main li .nav-children li.nav-active > a {
  color: #00935C;
}

ul.nav-main li .nav-children .nav-children {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

ul.nav-main li .nav-children .nav-children li a {
  padding: 6px 15px 6px 82px;
}

ul.nav-main li .nav-children .nav-children .nav-children li a {
  padding: 6px 15px 6px 97px;
}

/* Sidebar Light - Menu */

html.sidebar-light:not(.dark) ul.nav-main {
  margin-top: 3px;
}

html.sidebar-light:not(.dark) ul.nav-main li a {
  color: #777777;
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover,
html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
  background-color: #fafafa;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-expanded > a {
  background: #fafafa;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children {
  background: #f6f6f6;
  -webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1) inset;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:hover,
html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:focus {
  background: #f1f1f1;
}

/* Page Header */

.page-header {
  z-index: 1001;
}

.page-header h2 {
  color: #ffffff;
  border-bottom: 4px solid #00935C;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  height: 50px;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 50px;
  margin: 0 0 0 -1px;
  padding: 0 22px 0 20px;
}

.page-header .right-wrapper {
  float: right;
}

.page-header .breadcrumbs {
  display: inline-block;
  font-size: 0;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.page-header .breadcrumbs li {
  color: #c3c3c3;
  display: inline-block;
  font-weight: 300;
}

.page-header .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 10px;
  vertical-align: middle;
}

.page-header .breadcrumbs li:last-child:after {
  display: none;
}

.page-header .breadcrumbs .fa-home {
  font-size: 2rem;
}

.page-header .breadcrumbs i {
  vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
  color: #c3c3c3;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
  vertical-align: middle;
}

.page-header .sidebar-right-toggle {
  cursor: pointer;
  color: #c3c3c3;
  display: inline-block;
  font-size: 17px;
  margin: 0 0 0 10px;
  height: 50px;
  width: 50px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.page-header .sidebar-right-toggle i {
  line-height: 53px;
  vertical-align: middle;
}

.page-header .sidebar-right-toggle:hover {
  color: #00935C;
}

/* Header Dark - Page Header */

html.dark .page-header,
html.header-dark .page-header {
  border-left-color: #171717;
  -webkit-box-shadow: 1px 3px 0 1px #2f3139;
          box-shadow: 1px 3px 0 1px #2f3139;
}

/* Sidebar Light- Page Header */

html.sidebar-light:not(.dark) .page-header {
  border-left-color: #e6e6e6;
  background: #f6f6f6;
  -webkit-box-shadow: 1px 3px 0 1px #e2e3e6;
          box-shadow: 1px 3px 0 1px #e2e3e6;
}

html.sidebar-light:not(.dark) .page-header h2 {
  color: #333333;
}

html.sidebar-light:not(.dark) .page-header .breadcrumbs a,
html.sidebar-light:not(.dark) .page-header .breadcrumbs span {
  color: #333333;
}

html.sidebar-light:not(.dark) .page-header .sidebar-right-toggle i {
  color: #333333;
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
  content: "";
}

/* Page Header - Mobile */

@media only screen and (max-width: 767px) {
  .page-header {
    padding-right: 80px;
  }

  .page-header .breadcrumbs {
    display: none;
  }

  .page-header h2 {
    font-size: 16px;
    padding: 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }

  .page-header .sidebar-right-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* Headings */

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  letter-spacing: -1px;
}

h1,
.h1 {
  font-size: 3.6rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.4rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1.2rem;
  letter-spacing: 0;
}

/* Alternative Font Style */

.alternative-font {
  color: #00935C;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

/* Drop Caps */

p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
  color: #171717;
}

p.drop-caps.secundary:first-child:first-letter {
  background-color: #171717;
  color: #ffffff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

p.drop-caps.colored:first-child:first-letter {
  color: #00935C;
}

p.drop-caps.colored.secundary:first-child:first-letter {
  background-color: #00935C;
  color: #ffffff;
}

/* Blockquote */

blockquote {
  font-size: 1em;
}

/* Hightlight */

.highlight {
  background-color: #00935C;
  color: #ffffff;
  padding: 3px 6px;
}

/* Divider Line */

hr {
  border: 0;
  height: 1px;
  background-image: url("../images/vendor/hr_back.png");
  margin: 22px 0 22px 0;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

hr.dotted {
  height: 0;
  border-bottom: 1px dotted #dddddd;
}

hr.solid {
  height: 0;
  border-bottom: 1px solid #dddddd;
}

/* Buttons Icon */

.btn-icon i {
  margin-right: 10px;
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

/* Form Elements */

input {
  outline: none;
}

label {
  font-weight: normal;
}

textarea {
  resize: vertical;
}

textarea[data-toggle=autosize] {
  -webkit-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}

select {
  border: 1px solid #e5e7e9;
  border-radius: 6px;
  height: 46px;
  padding: 12px;
  outline: none;
}

/* Forms Validations */

label.valid {
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  color: #c10000;
  font-size: 0.9em;
  margin-top: -5px;
  padding: 0;
}

/* Miscellaneous */

body a,
body a:focus,
body a:hover,
body a:active,
body a:visited {
  outline: none !important;
}

.center {
  text-align: center;
}

.popover .btn {
  margin-right: 5px;
}

.popover .btn:last-child {
  margin-right: 0;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 27px;
}

blockquote.primary {
  border-color: #00935C;
}

blockquote.success {
  border-color: #00935C;
}

blockquote.warning {
  border-color: #F04E23;
}

blockquote.danger {
  border-color: #F02323;
}

blockquote.info {
  border-color: black;
}

blockquote.dark {
  border-color: #171717;
}

.well.primary {
  background: #00935C;
  border-color: #00603c;
  color: #ffffff;
}

.well.success {
  background: #00935C;
  border-color: #00603c;
  color: #e2fccf;
}

.well.warning {
  background: #F04E23;
  border-color: #d2370e;
  color: #ffffff;
}

.well.danger {
  background: #F02323;
  border-color: #d20e0e;
  color: #fde9ee;
}

.well.info {
  background: black;
  border-color: black;
  color: #ffffff;
}

.well.dark {
  background: #171717;
  border-color: black;
  color: #ffffff;
}

/* Arrows */

.arrow {
  background: transparent url("../images/vendor/arrows.png") no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

.img-thumbnail {
  border-radius: 8px;
  position: relative;
}

.img-thumbnail .zoom {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 30px;
  width: 30px;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
  background: #cccccc;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
}

.img-thumbnail .zoom i {
  position: relative;
  top: -1px;
  left: -1px;
}

/* Thumbnail Gallery */

.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.thumbnail-gallery .img-thumbnail,
.thumbnail-gallery .thumbnail {
  margin: 10px 10px 0 0;
}

/* Navs */

ul.nav-list.primary > li {
  margin: 0;
  padding: 0;
}

ul.nav-list.primary > li:last-child a {
  border-bottom: transparent !important;
}

ul.nav-list.primary > li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: 9px 16px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ededde;
  padding: 8px 20px;
}

.changelog h4 {
  display: inline-block;
  color: #000000;
  font-size: 1em;
  font-weight: 500;
}

.changelog .release-date {
  color: #999999;
  font-size: 0.9em;
}

.changelog .label {
  display: inline-block;
  min-width: 100px;
}

.scrollable {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scrollable .scrollable-content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 37px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: none;
}

.scrollable .scrollable-content::-webkit-scrollbar {
  visibility: hidden;
}

.scrollable .scrollable-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 4px;
}

.scrollable .scrollable-slider {
  border-radius: 5px;
  background: none repeat scroll 0 0 #cccccc;
  margin: 0;
  position: relative;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
}

.scrollable.scrollable-padding .scrollable-content {
  padding: 10px 24px 10px 10px;
}

.scrollable:hover .scrollable-slider,
.scrollable.visible-slider .scrollable-slider {
  opacity: 1;
}

.text-xs {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.4rem;
}

.text-md {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 2rem;
}

.text-xl {
  font-size: 2.2rem;
}

.text-muted {
  color: #999999 !important;
}

html.dark .text-muted {
  color: #cccccc !important;
}

.text-primary {
  color: #00935C !important;
}

.text-secondary {
  color: #e36159 !important;
}

.text-tertiary {
  color: #2baab1 !important;
}

.text-quartenary {
  color: #734ba9 !important;
}

.text-success {
  color: #00935C !important;
}

.text-warning {
  color: #F04E23 !important;
}

.text-danger {
  color: #F02323 !important;
}

.text-info {
  color: black !important;
}

.text-dark {
  color: #171717 !important;
}

.text-primary-inverse {
  color: #ffffff !important;
}

.text-secondary-inverse {
  color: #ffffff !important;
}

.text-tertiary-inverse {
  color: #ffffff !important;
}

.text-quartenary-inverse {
  color: #ffffff !important;
}

.text-success-inverse {
  color: #e2fccf !important;
}

.text-warning-inverse {
  color: #ffffff !important;
}

.text-danger-inverse {
  color: #fde9ee !important;
}

.text-info-inverse {
  color: #ffffff !important;
}

.text-dark-inverse {
  color: #ffffff !important;
}

/* weights */

.text-weight-light {
  font-weight: 300;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-semibold {
  font-weight: 500;
}

.text-weight-bold {
  font-weight: 600;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.rounded {
  border-radius: 24px;
}

.b-thin {
  border-width: 3px;
}

.b-normal {
  border-width: 5px;
}

.b-thick {
  border-width: 7px;
}

/* Spacements */

/* spacement top & bottom */

.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.m-xs {
  margin: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 15px !important;
}

.m-lg {
  margin: 20px !important;
}

.m-xl {
  margin: 25px !important;
}

.m-xlg {
  margin: 30px !important;
}

/* spacement top  */

.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-md {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-xl {
  margin-top: 25px !important;
}

.mt-xlg {
  margin-top: 30px !important;
}

/* spacement bottom  */

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-xl {
  margin-bottom: 25px !important;
}

.mb-xlg {
  margin-bottom: 30px !important;
}

/* spacement left  */

.ml-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-xl {
  margin-left: 25px !important;
}

.ml-xlg {
  margin-left: 30px !important;
}

/* spacement right  */

.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-xl {
  margin-right: 25px !important;
}

.mr-xlg {
  margin-right: 30px !important;
}

/* Spacement Padding */

.p-none {
  padding: 0 !important;
}

.p-xs {
  padding: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 15px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-xl {
  padding: 25px !important;
}

.p-xlg {
  padding: 30px !important;
}

/* spacement top  */

.pt-none {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pt-sm {
  padding-top: 10px !important;
}

.pt-md {
  padding-top: 15px !important;
}

.pt-lg {
  padding-top: 20px !important;
}

.pt-xl {
  padding-top: 25px !important;
}

.pt-xlg {
  padding-top: 30px !important;
}

/* spacement bottom  */

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 5px !important;
}

.pb-sm {
  padding-bottom: 10px !important;
}

.pb-md {
  padding-bottom: 15px !important;
}

.pb-lg {
  padding-bottom: 20px !important;
}

.pb-xl {
  padding-bottom: 25px !important;
}

.pb-xlg {
  padding-bottom: 30px !important;
}

/* spacement left  */

.pr-none {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pl-sm {
  padding-left: 10px !important;
}

.pl-md {
  padding-left: 15px !important;
}

.pl-lg {
  padding-left: 20px !important;
}

.pl-xl {
  padding-left: 25px !important;
}

.pl-xlg {
  padding-left: 30px !important;
}

/* spacement right  */

.pr-none {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.pr-sm {
  padding-right: 10px !important;
}

.pr-md {
  padding-right: 15px !important;
}

.pr-lg {
  padding-right: 20px !important;
}

.pr-xl {
  padding-right: 25px !important;
}

.pr-xlg {
  padding-right: 30px !important;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.bg-default {
  background: #ebebeb;
  color: #777777;
}

.bg-primary {
  background: #00935C;
  color: #ffffff;
}

.bg-secondary {
  background: #e36159;
  color: #ffffff;
}

.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
}

.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
}

.bg-success {
  background: #00935C;
  color: #e2fccf;
}

.bg-warning {
  background: #F04E23;
  color: #ffffff;
}

.bg-danger {
  background: #F02323;
  color: #fde9ee;
}

.bg-info {
  background: black;
  color: #ffffff;
}

.bg-dark {
  background: #171717;
  color: #ffffff;
}

.display-block {
  display: block !important;
}

.c-col-1 tr td:nth-of-type(1),
.c-col-1 tr th:nth-of-type(1) {
  text-align: center !important;
}

.c-col-2 tr td:nth-of-type(2),
.c-col-2 tr th:nth-of-type(2) {
  text-align: center !important;
}

.c-col-3 tr td:nth-of-type(3),
.c-col-3 tr th:nth-of-type(3) {
  text-align: center !important;
}

.c-col-4 tr td:nth-of-type(4),
.c-col-4 tr th:nth-of-type(4) {
  text-align: center !important;
}

.c-col-5 tr td:nth-of-type(5),
.c-col-5 tr th:nth-of-type(5) {
  text-align: center !important;
}

.c-col-6 tr td:nth-of-type(6),
.c-col-6 tr th:nth-of-type(6) {
  text-align: center !important;
}

.c-col-7 tr td:nth-of-type(7),
.c-col-7 tr th:nth-of-type(7) {
  text-align: center !important;
}

.c-col-8 tr td:nth-of-type(8),
.c-col-8 tr th:nth-of-type(8) {
  text-align: center !important;
}

.c-col-9 tr td:nth-of-type(9),
.c-col-9 tr th:nth-of-type(9) {
  text-align: center !important;
}

.c-col-10 tr td:nth-of-type(10),
.c-col-10 tr th:nth-of-type(10) {
  text-align: center !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-full {
  height: 100% !important;
}

.w0 {
  width: 0px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w0p {
  width: 0% !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.h0 {
  height: 0px !important;
}

.h25 {
  height: 25px !important;
}

.h50 {
  height: 50px !important;
}

.h75 {
  height: 75px !important;
}

.h100 {
  height: 100px !important;
}

.h125 {
  height: 125px !important;
}

.h150 {
  height: 150px !important;
}

.h175 {
  height: 175px !important;
}

.h200 {
  height: 200px !important;
}

.h225 {
  height: 225px !important;
}

.h250 {
  height: 250px !important;
}

.h275 {
  height: 275px !important;
}

.h300 {
  height: 300px !important;
}

.h325 {
  height: 325px !important;
}

.h350 {
  height: 350px !important;
}

.h375 {
  height: 375px !important;
}

.h400 {
  height: 400px !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-x-0 {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-x-4 {
  -webkit-column-gap: 4px !important;
     -moz-column-gap: 4px !important;
          column-gap: 4px !important;
}

.gap-y-4 {
  row-gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-x-8 {
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
}

.gap-y-8 {
  row-gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-x-12 {
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
}

.gap-y-12 {
  row-gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-x-16 {
  -webkit-column-gap: 16px !important;
     -moz-column-gap: 16px !important;
          column-gap: 16px !important;
}

.gap-y-16 {
  row-gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-x-20 {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-x-24 {
  -webkit-column-gap: 24px !important;
     -moz-column-gap: 24px !important;
          column-gap: 24px !important;
}

.gap-y-24 {
  row-gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-x-28 {
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
}

.gap-y-28 {
  row-gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-x-32 {
  -webkit-column-gap: 32px !important;
     -moz-column-gap: 32px !important;
          column-gap: 32px !important;
}

.gap-y-32 {
  row-gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-x-36 {
  -webkit-column-gap: 36px !important;
     -moz-column-gap: 36px !important;
          column-gap: 36px !important;
}

.gap-y-36 {
  row-gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-40 {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-x-44 {
  -webkit-column-gap: 44px !important;
     -moz-column-gap: 44px !important;
          column-gap: 44px !important;
}

.gap-y-44 {
  row-gap: 44px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-x-48 {
  -webkit-column-gap: 48px !important;
     -moz-column-gap: 48px !important;
          column-gap: 48px !important;
}

.gap-y-48 {
  row-gap: 48px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-x-52 {
  -webkit-column-gap: 52px !important;
     -moz-column-gap: 52px !important;
          column-gap: 52px !important;
}

.gap-y-52 {
  row-gap: 52px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-x-56 {
  -webkit-column-gap: 56px !important;
     -moz-column-gap: 56px !important;
          column-gap: 56px !important;
}

.gap-y-56 {
  row-gap: 56px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-x-60 {
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
}

.gap-y-60 {
  row-gap: 60px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-x-64 {
  -webkit-column-gap: 64px !important;
     -moz-column-gap: 64px !important;
          column-gap: 64px !important;
}

.gap-y-64 {
  row-gap: 64px !important;
}

.m0 {
  margin: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.noBorder {
  border: none !important;
}

.oh {
  overflow: hidden;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.scale-headline3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.scale-headline4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.scale-headline5,
.scale-headline5 > label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grid {
  display: grid;
}

.grid.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contents {
  display: contents;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-fit {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 fit-content !important;
          flex: 1 1 fit-content !important;
}

.flex-01fit {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 fit-content !important;
          flex: 0 1 fit-content !important;
}

.flex-fit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 fit-content;
          flex: 1 1 fit-content;
}

.justify-normal {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content-normal {
  -ms-flex-line-pack: normal;
      align-content: normal;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.content-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.grid {
  display: grid;
}

.grid.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

/* Form - iOS Override */

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #93B6AC;
}

.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #93B6AC;
}

.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #93B6AC;
}

input.form-control:not([type=submit]):not([type=button]),
textarea.form-control,
div.form-control.file-caption,
select.form-control,
code.form-control,
div.form-control-group {
  background-color: #EFEFF3;
  border: 1px solid transparent;
  border-radius: 24px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px !important;
  line-height: 24px;
  height: 48px;
  padding: 12px 16px 12px 24px;
}

input.form-control:not([type=submit]):not([type=button]):hover,
textarea.form-control:hover,
div.form-control.file-caption:hover,
select.form-control:hover,
code.form-control:hover,
div.form-control-group:hover {
  background-color: #EFEFF3;
  border: 1px solid #00935C;
}

input.form-control:not([type=submit]):not([type=button]):focus,
textarea.form-control:focus,
div.form-control.file-caption:focus,
select.form-control:focus,
code.form-control:focus,
div.form-control-group:focus {
  background-color: white;
  border: 1px solid black;
}

input.form-control:not([type=submit]):not([type=button]).bg-white,
textarea.form-control.bg-white,
div.form-control.file-caption.bg-white,
select.form-control.bg-white,
code.form-control.bg-white,
div.form-control-group.bg-white {
  background-color: white;
}

input.form-control:not([type=submit]):not([type=button]).bg-white:hover,
textarea.form-control.bg-white:hover,
div.form-control.file-caption.bg-white:hover,
select.form-control.bg-white:hover,
code.form-control.bg-white:hover,
div.form-control-group.bg-white:hover {
  background-color: white;
  border: 1px solid #00935C;
}

input.form-control:not([type=submit]):not([type=button]):has(+ .input-group-btn),
textarea.form-control:has(+ .input-group-btn),
div.form-control.file-caption:has(+ .input-group-btn),
select.form-control:has(+ .input-group-btn),
code.form-control:has(+ .input-group-btn),
div.form-control-group:has(+ .input-group-btn) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input.form-control:not([type=submit]):not([type=button])[disabled],
textarea.form-control[disabled],
div.form-control.file-caption[disabled],
select.form-control[disabled],
code.form-control[disabled],
div.form-control-group[disabled] {
  background-color: #EFEFF3;
  border: none !important;
  cursor: not-allowed;
}

input.form-control:not([type=submit]):not([type=button])[disabled]:hover,
input.form-control:not([type=submit]):not([type=button])[disabled]:focus,
textarea.form-control[disabled]:hover,
textarea.form-control[disabled]:focus,
div.form-control.file-caption[disabled]:hover,
div.form-control.file-caption[disabled]:focus,
select.form-control[disabled]:hover,
select.form-control[disabled]:focus,
code.form-control[disabled]:hover,
code.form-control[disabled]:focus,
div.form-control-group[disabled]:hover,
div.form-control-group[disabled]:focus {
  background-color: #EFEFF3;
  border: none;
}

input.form-control:not([type=submit]):not([type=button])[disabled],
textarea.form-control[disabled] {
  background-color: #EFEFF3;
  border: none !important;
  cursor: not-allowed;
  color: #93B6AC !important;
}

input.form-control:not([type=submit]):not([type=button])[disabled]:hover,
input.form-control:not([type=submit]):not([type=button])[disabled]:focus,
textarea.form-control[disabled]:hover,
textarea.form-control[disabled]:focus {
  background-color: #EFEFF3;
  border: none;
}

div.form-control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

div.form-control-group > .input-group-addon {
  background: none;
  border: none;
  font-size: 16px;
  font-size: #444;
  padding: 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

div.form-control-group > .form-control {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

div.form-control-group:focus-within {
  background-color: white;
  border: 1px solid black;
}

textarea.form-control {
  height: auto;
  min-height: 180px;
}

select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDguNUMxOSA4LjUgMTQuODU2IDE1LjUgMTIgMTUuNUM5LjE0NSAxNS41IDUgOC41IDUgOC41IiBzdHJva2U9IiM2NTgxNzkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

select.form-control > option {
  background: #EFEFF3;
  color: black;
}

select.form-control > option:hover {
  background: #EFEFF3;
  color: black;
}

.form-label-inline {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  padding: 0 16px;
}

.form-control-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-control-label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}

.form-group label:not(.onoffswitch-label),
.input-group label:not(.onoffswitch-label) {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  margin-bottom: 0;
  padding: 0 16px;
}

.form-group label:not(.onoffswitch-label) .input-group-addon,
.input-group label:not(.onoffswitch-label) .input-group-addon {
  --icon-stroke-color: #658179;
  background: none;
  border: none;
  color: #658179;
  padding: 0 16px 0 0;
}

p:has(+ .form-inline) {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  margin-bottom: 0;
  padding: 0 16px;
}

label:has(+ [disabled]),
label:has(+ div > input[disabled]) {
  color: #93B6AC;
}

*[disabled] + label {
  color: #93B6AC;
}

.file-input {
  font-family: "Cera Pro", Arial, sans-serif !important;
}

.file-input div.file-caption-main div.form-control.file-caption {
  border: 1px dashed #93b6ac;
  border-radius: 24px;
  background: white;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible {
  background: #EFEFF3;
  border: none;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible .file-caption-icon {
  display: none !important;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible .file-caption-name {
  padding-left: 0;
  color: #555555 !important;
  font-size: 16px !important;
  font-family: "Cera Pro", Arial, sans-serif !important;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible + .input-group-btn.input-group-append dt-icon[icon="sare:upload"] {
  display: none;
}

.file-input div.file-caption-main .input-group-btn.input-group-append {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file {
  background: transparent;
  background-color: transparent !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 20;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file::before {
  content: none;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:hover,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:focus,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 24px;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:hover::before,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:focus::before,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:active::before {
  content: none;
  background: transparent;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file dt-icon {
  --icon-stroke-color: #658179;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file dt-icon[icon="sare:upload"] {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}

.file-input div.file-caption-main .btn.btn-sare.fileinput-remove.fileinput-remove-button {
  --icon-stroke-color: #658179;
  background: white;
  border-radius: 24px;
  width: 32px;
  height: 32px;
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: none;
  margin: 8px 16px;
  z-index: 30;
}

.file-input-placeholder {
  position: relative;
  border-radius: 24px;
  background: white;
  cursor: pointer;
  padding: 0 !important;
  width: 100%;
  min-width: 220px;
  height: 48px;
}

.file-input-placeholder > input.fileinput {
  display: none;
}

.file-input-placeholder > input.fileinput + .fileinput-placeholder-content {
  border: 1px dashed #93b6ac;
  border-radius: 24px;
  color: #777 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  font-weight: 400 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  padding: 12px 16px 12px 24px;
  height: 48px;
}

.file-input-placeholder > input.fileinput + .fileinput-placeholder-content .text {
  color: #777 !important;
  font-size: 14px !important;
}

.file-input-placeholder > div.file-input + .fileinput-placeholder-content {
  display: none;
}

html.dark .form-control {
  background-color: #0e6a4b;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .form-control[disabled],
html.dark .form-control[readonly],
html.dark fieldset[disabled] .form-control {
  background-color: #0c5c41;
}

html.dark .input-group-addon {
  background-color: transparent;
  border: none;
  color: #eeeeee;
}

/* Form - Bootstrap Override */

.btn-lg,
.btn-group-lg > .btn {
  line-height: 1.334;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  line-height: 1;
}

.bootstrap-timepicker-widget input {
  border: 0;
}

/* Form - Custom Fields */

.required {
  display: inline-block;
  color: #F02323;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
  top: -0.2em;
}

label.error {
  color: #b94a48;
  margin-top: 2px;
}

/* Form - Group Override */

.form-group:after {
  clear: both;
  display: block;
  content: "";
}

.form-group:last-child,
.form-group:last-of-type {
  margin-bottom: 0;
}

/* Form - Bordered */

.form-bordered .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form-bordered .form-group:last-child,
.form-bordered .form-group:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* Dark - Form - Bordered */

html.dark .form-bordered .form-group {
  border-bottom: 1px solid #0d6145;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* Form - Vertical Group / Stacked */

.form-group-vertical {
  position: relative;
  white-space: nowrap;
}

.form-group-vertical .form-control {
  border-radius: 0;
  margin-top: -1px;
  z-index: 1;
}

.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
  position: relative;
  z-index: 2;
}

.form-group-vertical .input-group {
  margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
  margin-top: 0;
}

.form-group-vertical .input-group:first-child .input-group-addon,
.form-group-vertical .input-group:first-of-type .input-group-addon {
  border-radius: 4px 0 0 0;
}

.form-group-vertical .input-group:first-child .form-control,
.form-group-vertical .input-group:first-of-type .form-control {
  border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .input-group-addon,
.form-group-vertical .input-group:last-of-type .input-group-addon {
  border-radius: 0 0 0 4px;
}

.form-group-vertical .input-group:last-child .form-control,
.form-group-vertical .input-group:last-of-type .form-control {
  border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .input-group-addon,
.form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .input-group-addon,
.form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
  border-radius: 0 0 4px 4px;
}

/* Form - Input Override */

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 4px;
}

/* Form - Input Icon */

.input-group-icon,
.input-search {
  width: 100%;
  table-layout: fixed;
}

.input-group-icon input.form-control,
.input-search input.form-control {
  font-size: 1.2rem;
  padding-right: 36px;
}

.input-group-icon .input-group-btn,
.input-search .input-group-btn {
  border-radius: 500px;
  width: 0;
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
  border-radius: 500px;
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  z-index: 3;
  background: transparent;
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
  left: auto;
  right: 0;
}

.input-group-icon .input-group-btn + input.form-control,
.input-search .input-group-btn + input.form-control {
  padding-right: 12px;
  padding-left: 36px;
}

.input-group-icon .input-group-addon,
.input-search .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0;
  z-index: 9999;
}

.input-group-icon .input-group-addon span.icon,
.input-search .input-group-addon span.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 3;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  line-height: 1.42857143;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
}

.input-group-icon .input-group-addon span.icon.icon-lg,
.input-search .input-group-addon span.icon.icon-lg {
  padding: 10px 14px;
  font-size: 18px;
}

.input-group-icon .input-group-addon:last-child span.icon,
.input-search .input-group-addon:last-child span.icon {
  left: auto;
  right: 0;
}

.input-group-icon .input-group-addon + input.form-control,
.input-search .input-group-addon + input.form-control {
  padding-right: 12px;
  padding-left: 36px;
}

/* Form - Input Search */

.input-search {
  width: 100%;
}

.input-search input.form-control:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-search .input-group-btn {
  color: #cccccc;
}

.input-search .input-group-btn .btn {
  padding-left: 15px;
}

.input-search .input-group-btn .btn-default {
  color: #cccccc;
}

/* Dark */

.input-search {
  width: 100%;
}

.input-search input.form-control:focus {
  border-color: #0B533B;
}

.input-search .input-group-btn .btn {
  background: transparent !important;
}

/* Form - Round Input */

input.input-rounded {
  border-radius: 500px;
}

.input-group-rounded input.form-control,
.input-search input.form-control {
  border-radius: 500px;
}

.input-group-rounded input.form-control:first-child,
.input-group-rounded input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
  border-radius: 500px;
}

.input-group-rounded .input-group-addon:first-child,
.input-search .input-group-addon:first-child {
  border-radius: 500px 0 0 500px;
}

.input-group-rounded .input-group-addon:last-child,
.input-search .input-group-addon:last-child {
  border-radius: 0 500px 500px 0;
}

/* Form - Custom Checkbox */

.checkbox-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 2px 0 2px 25px;
  margin-bottom: 7px;
  margin-top: 0;
  min-height: 28px;
}

.checkbox-custom.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}

.checkbox-custom:last-child,
.checkbox-custom:last-of-type {
  margin-bottom: 0;
}

.checkbox-custom input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.checkbox-custom input[type=checkbox] + .check,
.checkbox-custom input[type=checkbox] + label {
  min-height: 24px;
}

.checkbox-custom input[type=checkbox]:checked + label:after,
.checkbox-custom input[type=checkbox]:checked + .check:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDguNUMxNyA4LjUgMTIuODU2IDE1LjUgMTAgMTUuNUM3LjE0NSAxNS41IDYgMTIuNSA2IDEyLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333333;
  left: 0;
  top: calc(50% - 9px);
}

.checkbox-custom input[type=checkbox]:checked + label::before,
.checkbox-custom input[type=checkbox]:checked + .check::before {
  border: 1px solid transparent;
  background-color: #00935c;
}

.checkbox-custom input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.checkbox-custom input[type=checkbox]:disabled:checked + label:after,
.checkbox-custom input[type=checkbox]:disabled:checked + .check:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDguNUMxNyA4LjUgMTIuODU2IDE1LjUgMTAgMTUuNUM3LjE0NSAxNS41IDYgMTIuNSA2IDEyLjUiIHN0cm9rZT0iIzkzQjZBQyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
}

.checkbox-custom input[type=checkbox]:disabled + label,
.checkbox-custom input[type=checkbox]:disabled + .check {
  cursor: not-allowed;
}

.checkbox-custom input[type=checkbox]:disabled + label:before,
.checkbox-custom input[type=checkbox]:disabled + .check:before {
  background-color: #d2f0e5;
  border: 1px solid #0000001a;
}

.checkbox-custom label,
.checkbox-custom .check {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  text-align: left;
  line-height: 20px;
  padding: 0 !important;
}

.checkbox-custom label:before,
.checkbox-custom .check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #0000001a;
  background: #efeff3;
}

.checkbox-custom label + label.error,
.checkbox-custom .check + label.error {
  display: block;
}

html.dark .checkbox-custom label:before {
  background: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .checkbox-custom input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-custom input[type=checkbox]:disabled + label:before {
  background: #0d6145;
  border-color: #0d6145;
}

html.dark .checkbox-primary input[type=checkbox]:checked + label:after,
.checkbox-primary input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #00935C;
  border-color: #007a4c;
}

html.dark .checkbox-text-primary input[type=checkbox]:checked + label:after,
.checkbox-text-primary input[type=checkbox]:checked + label:after {
  color: #00935C;
}

html.dark .checkbox-success input[type=checkbox]:checked + label:after,
.checkbox-success input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
  background: #00935C;
  border-color: #007a4c;
}

html.dark .checkbox-text-success input[type=checkbox]:checked + label:after,
.checkbox-text-success input[type=checkbox]:checked + label:after {
  color: #00935C;
}

html.dark .checkbox-warning input[type=checkbox]:checked + label:after,
.checkbox-warning input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
  background: #F04E23;
  border-color: #ea3e10;
}

html.dark .checkbox-text-warning input[type=checkbox]:checked + label:after,
.checkbox-text-warning input[type=checkbox]:checked + label:after {
  color: #F04E23;
}

html.dark .checkbox-danger input[type=checkbox]:checked + label:after,
.checkbox-danger input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
  background: #F02323;
  border-color: #ea1010;
}

html.dark .checkbox-text-danger input[type=checkbox]:checked + label:after,
.checkbox-text-danger input[type=checkbox]:checked + label:after {
  color: #F02323;
}

html.dark .checkbox-info input[type=checkbox]:checked + label:after,
.checkbox-info input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
  background: black;
  border-color: black;
}

html.dark .checkbox-text-info input[type=checkbox]:checked + label:after,
.checkbox-text-info input[type=checkbox]:checked + label:after {
  color: black;
}

html.dark .checkbox-dark input[type=checkbox]:checked + label:after,
.checkbox-dark input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
  background: #171717;
  border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type=checkbox]:checked + label:after,
.checkbox-text-dark input[type=checkbox]:checked + label:after {
  color: #171717;
}

/* Form - Custom Radio */

.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.radio-custom.radio-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
  margin-top: 7px;
  padding-top: 0;
}

.radio-custom:last-child,
.radio-custom:last-of-type {
  margin-bottom: 0;
}

.radio-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.radio-custom input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 8px;
  height: 8px;
  background-color: #00935C !important;
  border-radius: 50px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.radio-custom input[type=radio]:disabled {
  cursor: not-allowed;
}

.radio-custom input[type=radio]:disabled:checked + label:after {
  background-color: #93B6AC !important;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.radio-custom input[type=radio]:disabled:checked + label:before {
  border: none;
}

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

.radio-custom input[type=radio]:disabled + label:before {
  background-color: #D2F0E5 !important;
  border: 1px solid #0000001A;
}

.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  padding: 0 !important;
}

.radio-custom label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #0000001A;
  background: #EFEFF3;
}

.radio-custom label + label.error {
  display: block;
}

html.dark .radio-custom label:before {
  background: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .radio-custom input[type=radio]:checked + label:after {
  background-color: #ffffff;
}

html.dark .radio-custom input[type=radio]:disabled + label:before {
  background: #0d6145;
  border-color: #0d6145;
}

html.dark .radio-primary input[type=radio]:checked + label:after,
.radio-primary input[type=radio]:checked + label:after {
  background: #00935C;
  -webkit-box-shadow: 0px 0px 1px #00935C;
  box-shadow: 0px 0px 1px #00935C;
}

html.dark .radio-success input[type=radio]:checked + label:after,
.radio-success input[type=radio]:checked + label:after {
  background: #00935C;
  -webkit-box-shadow: 0px 0px 1px #00935C;
  box-shadow: 0px 0px 1px #00935C;
}

html.dark .radio-warning input[type=radio]:checked + label:after,
.radio-warning input[type=radio]:checked + label:after {
  background: #F04E23;
  -webkit-box-shadow: 0px 0px 1px #F04E23;
  box-shadow: 0px 0px 1px #F04E23;
}

html.dark .radio-danger input[type=radio]:checked + label:after,
.radio-danger input[type=radio]:checked + label:after {
  background: #F02323;
  -webkit-box-shadow: 0px 0px 1px #F02323;
  box-shadow: 0px 0px 1px #F02323;
}

html.dark .radio-info input[type=radio]:checked + label:after,
.radio-info input[type=radio]:checked + label:after {
  background: black;
  -webkit-box-shadow: 0px 0px 1px black;
  box-shadow: 0px 0px 1px black;
}

html.dark .radio-dark input[type=radio]:checked + label:after,
.radio-dark input[type=radio]:checked + label:after {
  background: #171717;
  -webkit-box-shadow: 0px 0px 1px #171717;
  box-shadow: 0px 0px 1px #171717;
}

/* Form - Error Container */

div.validation-message ul {
  display: none;
  list-style: none;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  border-bottom: 1px solid #ffcbcb;
  background: #ffefef;
}

div.validation-message ul label.error {
  display: block;
  padding-left: 22px;
  position: relative;
}

div.validation-message ul label.error:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #d9534f;
  display: inline-block;
}

.select2-drop-mask {
  z-index: 10010;
}

.select2-drop {
  z-index: 10011;
}

.select2-search {
  z-index: 10012;
}

.select2-container--bootstrap.select2-container--open {
  z-index: 10013;
}

@media (max-width: 991px) {
  .select2-container--bootstrap {
    width: auto !important;
  }
}

.bootstrap-maxlength {
  z-index: 999999 !important;
}

html.dark .fileupload .uneditable-input {
  background-color: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .fileupload-new .input-append .btn-file {
  border-color: #0c5c41;
}

.date-input-group {
  position: relative;
}

.date-input-group .date-input-addon {
  --icon-stroke-color: #658179;
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 10;
}

.group-btn-right {
  position: relative;
}

.group-btn-right .input-group-btn {
  position: absolute;
  right: 72px;
  top: calc(50% - 16px);
}

.group-btn-right .input-group-btn .btn {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  width: 56px;
  min-height: auto;
  padding: 0 8px;
  z-index: 10;
}

.search-input,
.time-input,
.date-input,
.percent-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.search-input:after,
.time-input:after,
.date-input:after,
.percent-input:after {
  color: #658179;
  font-family: "sare-icons" !important;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  width: 16px;
  height: 16px;
  z-index: 10;
}

.search-input:after {
  content: "";
}

.time-input:after {
  content: "";
}

.date-input:after {
  content: "";
}

.percent-input:after {
  content: "%";
  font-family: "Cera Pro", Arial, sans-serif;
}

.date-input .bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 16px;
}

.input-group-addon-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.input-group-addon-input .input-group-addon {
  background: none;
  border: none;
  color: #658179;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  padding: 0;
  top: calc(50% - 8px);
  right: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
}

.input-group-addon-input .input-group-addon > i {
  color: #658179;
}

.input-group-addon-input .input-group-addon > i[class^=icon-],
.input-group-addon-input .input-group-addon > i[class*=" icon-"] {
  font-size: 18px;
}

.input-group-tools-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.input-group-tools-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.input-group-tools-group .tools-wrp {
  position: absolute;
  right: 0;
  top: 0;
}

.input-group-tools-group .tools-wrp .input-group-btn {
  cursor: pointer;
}

.input-group-tools-group .tools-wrp .input-group-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
}

.input-group-tools-group .tools-wrp .input-group-btn i {
  color: #658179;
}

.input-group-tools-group .tools-wrp .input-group-btn i[class^=icon-],
.input-group-tools-group .tools-wrp .input-group-btn i[class*=" icon-"] {
  font-size: 18px;
}

.bootstrap-dateptimepicker-widget {
  border-radius: 24px !important;
}

.well {
  border-radius: 24px !important;
}

.well ul.list-striped-select li.option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px !important;
}

.well ul.list-striped-select li.option-group:has(.checkbox-custom input[type=checkbox]:checked) {
  background-color: #EFEFF3 !important;
}

.well ul.list-striped-select li.option-group.checked {
  background-color: #EFEFF3 !important;
}

.well ul.list-striped-select li.option-group .checkbox-custom {
  margin-bottom: 0 !important;
}

.well ul.list-striped-select li.option-group .option-group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
}

.well ul.list-striped-select li.option-group .option-group-head {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.well ul.list-striped-select li.option-group .option-group-sub {
  color: #658179;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

/* Nano Scroller Plugin */

html.no-overflowscrolling .nano {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

html.no-overflowscrolling .nano > .nano-content {
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}

html.no-overflowscrolling .nano > .nano-content:focus {
  outline: none;
}

html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
  display: none;
  visibility: hidden;
}

html.no-overflowscrolling .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
  visibility: visible;
}

html.no-overflowscrolling .nano > .nano-pane {
  bottom: 0;
  position: absolute;
  opacity: 0.01;
  right: 0;
  top: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  width: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #00935C;
  margin: 0;
  position: relative;
  visibility: hidden;
}

html.no-overflowscrolling .nano:hover > .nano-pane,
html.no-overflowscrolling .nano .nano-pane.active,
html.no-overflowscrolling .nano .nano-pane.flashed {
  opacity: 0.99;
}

html.no-overflowscrolling .nano:hover > .nano-pane > .nano-slider {
  visibility: visible;
}

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
  overflow: scroll;
  overflow-x: hidden;
}

html.no-overflowscrolling .sidebar-left .nano {
  background: #1d2127;
  -webkit-box-shadow: -5px 0 0 #2f3139 inset;
          box-shadow: -5px 0 0 #2f3139 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-left .nano {
  background: #ffffff;
  -webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
          box-shadow: -5px 0 0 #f6f6f6 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-right .nano {
  background: #f6f6f6;
  -webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
          box-shadow: -5px 0 0 #f6f6f6 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .inner-menu .nano {
  background: #ffffff;
  -webkit-box-shadow: -5px 0 0 #e2e3e6 inset;
          box-shadow: -5px 0 0 #e2e3e6 inset;
}

@media only screen and (max-width: 767px) {
  html.no-overflowscrolling .sidebar-left .nano > .nano-content,
  html.no-overflowscrolling .sidebar-right .nano > .nano-content,
  html.no-overflowscrolling .inner-menu .nano > .nano-content {
    overflow: scroll !important;
    overflow-x: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  html.overflowscrolling.fixed .sidebar-left .nano,
  html.overflowscrolling.fixed .sidebar-right .nano,
  html.overflowscrolling.fixed .inner-menu .nano {
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  html.overflowscrolling.fixed .sidebar-left .nano > .nano-pane > .nano-slider,
  html.overflowscrolling.fixed .sidebar-right .nano > .nano-pane > .nano-slider,
  html.overflowscrolling.fixed .inner-menu .nano > .nano-pane > .nano-slider {
    visibility: visible;
  }

  html.overflowscrolling.fixed.custom-scroll .sidebar-left .nano > .nano-content,
  html.overflowscrolling.fixed.custom-scroll .sidebar-right .nano > .nano-content,
  html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

/* Toolbar */

.inner-toolbar {
  background: #1d2127;
  margin: -40px -40px 30px;
  padding: 0;
  border: 1px solid transparent;
  border-left: 1px solid #121418;
}

.inner-toolbar > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-toolbar > ul > li {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  border-right: 1px solid #121418;
}

.inner-toolbar > ul > li > a {
  display: inline-block;
  padding: 0;
  color: #abb4be;
}

.inner-toolbar > ul > li > a:hover,
.inner-toolbar > ul > li > a:focus {
  color: #ffffff;
  text-decoration: none;
}

.inner-toolbar > ul > li.right {
  float: right;
  padding-right: 10px;
}

.inner-toolbar > ul > li i.fa {
  font-size: 14px;
}

.inner-toolbar > ul > li > .btn {
  margin-top: -6px;
}

.inner-toolbar .nav-pills {
  margin-top: -8px;
}

.inner-toolbar .nav-pills > li > label {
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 8px;
}

.inner-toolbar .nav-pills a {
  color: #abb4be;
  padding-top: 8px;
  padding-bottom: 8px;
}

.inner-toolbar .nav-pills a:hover {
  background: #171717;
  color: #ffffff;
}

.inner-toolbar .nav-pills .active a {
  color: #ffffff;
}

html.sidebar-light:not(.dark) .inner-toolbar {
  background: #e2e3e6;
  border: 1px solid #d5d6d7;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li {
  border-right: 1px solid #d5d6d7;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a {
  color: #777777;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a:hover,
html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a:focus {
  color: #999999;
}

html.sidebar-light:not(.dark) .inner-toolbar .nav-pills li:not(.active) a {
  color: #777777;
}

html.sidebar-light:not(.dark) .inner-toolbar .nav-pills li:not(.active) a:hover {
  background: #e2e3e6;
  color: #999999;
}

/* Toolbar - Responsive */

@media only screen and (max-width: 767px) {
  .inner-toolbar {
    clear: both;
    margin: -40px -15px 30px;
    padding: 0 15px;
  }

  .inner-toolbar ul > li {
    border-right: 0;
  }

  .inner-toolbar ul > li:first-child {
    padding-left: 0;
  }

  .inner-toolbar ul > li.right {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .inner-toolbar .nav-pills a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-toolbar ul > li.right {
    clear: both;
    float: none;
    vertical-align: top;
  }
}

/* Toolbar + Layout Fixed */

@media only screen and (min-width: 768px) {
  html.fixed .inner-toolbar {
    left: 296px;
    right: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 150px;
    z-index: 1001;
  }
}

/* dark */

html.dark .inner-toolbar {
  border-left: none;
  border-bottom: 1px solid #0d6145;
}

html.dark .inner-toolbar > ul > li {
  border-color: #0d6145;
}

.loading-overlay-showing {
  overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

.loading-overlay {
  -webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #ffffff;
}

body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

/* Bounce Loading */

.bounce-loader {
  -webkit-transition: all 0.2;
  transition: all 0.2;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  height: 20px;
  line-height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
          animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
  background-color: #cccccc;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

.img-thumbnail {
  border-radius: 8px;
  position: relative;
}

body {
  /* Button Basic */
  /* Buttons - Social */
  /* Buttons - States */
}

body .btn:focus,
body .btn:active:focus,
body .btn.active:focus {
  outline: none;
}

body .btn {
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px !important;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  text-transform: none !important;
}

body .btn > *,
body .btn .btn-content {
  position: relative;
}

body .btn > .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 14px;
  font-family: "Cera Pro", Arial, sans-serif !important;
  gap: 0.5em;
  line-height: 1.5;
}

body .btn.small {
  min-height: auto !important;
}

body .btn:not(input[type=button]):not(input[type=submit]) {
  position: relative;
}

body .btn:not(input[type=button]):not(input[type=submit])::before {
  border-radius: 24px;
  content: "";
  height: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}

body .btn:not(input[type=button]):not(input[type=submit]):hover::before {
  width: 999%;
  height: 999%;
}

body .btn.btn-tertiary {
  padding: 12px 0;
}

body .btn.btn-tertiary .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
}

body .btn.btn-tertiary .btn-content [class^=icon-],
body .btn.btn-tertiary .btn-content [class*=" icon-"] {
  width: auto;
}

body .btn.btn-tertiary::before {
  content: none;
  background: transparent !important;
}

body .btn.btn-tertiary:hover,
body .btn.btn-tertiary:focus,
body .btn.btn-tertiary:active {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .btn.btn-tertiary:hover .btn-content > *,
body .btn.btn-tertiary:focus .btn-content > *,
body .btn.btn-tertiary:active .btn-content > * {
  text-decoration: underline;
}

body .btn.btn-tertiary:hover::before,
body .btn.btn-tertiary:focus::before,
body .btn.btn-tertiary:active::before {
  background: transparent !important;
  width: 0;
  height: 0;
  border: none !important;
}

body .btn.btn-tertiary:hover [class^=icon-],
body .btn.btn-tertiary:hover [class*=" icon-"],
body .btn.btn-tertiary:focus [class^=icon-],
body .btn.btn-tertiary:focus [class*=" icon-"],
body .btn.btn-tertiary:active [class^=icon-],
body .btn.btn-tertiary:active [class*=" icon-"] {
  text-decoration: none !important;
}

body .btn.btn-icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  height: 48px !important;
  min-width: 48px !important;
  width: 48px !important;
}

body .btn.btn-icon2.btn-icon-border {
  border: 1px solid #93B6AC80;
  border-radius: 50% !important;
  color: #00935C;
}

body .btn.btn-icon2.btn-icon-border::before {
  background-color: white;
}

body .btn.btn-icon2.btn-icon-border:hover {
  border: 1px solid #282828;
  border-radius: 50% !important;
  color: #00935C;
}

body .btn.btn-icon2 span[class^=icon-],
body .btn.btn-icon2 span[class*=" icon-"],
body .btn.btn-icon2 i[class^=icon-],
body .btn.btn-icon2 i[class*=" icon-"],
body .btn.btn-icon2[class^=icon-],
body .btn.btn-icon2[class*=" icon-"] {
  font-size: 20px !important;
  line-height: 1;
}

:not(.input-group-btn) > body .btn {
  height: auto;
  min-height: 48px;
  white-space: normal !important;
}

body .btn i {
  line-height: 20px;
}

body .btn .icon-arrow-right-2,
body .btn .icon-arrow-left-2 {
  font-size: 16px;
  width: 10px;
}

body .btn-facebook,
body .btn-facebook:active,
body .btn-facebook:hover,
body .btn-facebook:focus,
body .btn-twitter,
body .btn-twitter:active,
body .btn-twitter:hover,
body .btn-twitter:focus,
body .btn-gplus,
body .btn-gplus:active,
body .btn-gplus:hover,
body .btn-gplus:focus {
  color: #ffffff;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

body .btn-facebook,
body .btn-facebook:focus {
  background: #3b5998;
  border: 1px solid #37538d;
}

body .btn-facebook:hover {
  background: #4162a7;
  border-color: #3d5c9c;
}

body .btn-facebook:active {
  background: #37538d;
  border-color: #334d82;
}

body .btn-twitter,
body .btn-twitter:focus {
  background: #55acee;
  border: 1px solid #47a5ed;
}

body .btn-twitter:hover {
  background: #63b3ef;
  border-color: #55acee;
}

body .btn-twitter:active {
  background: #47a5ed;
  border-color: #399eec;
}

body .btn-gplus,
body .btn-gplus:focus {
  background: #d95232;
  border: 1px solid #d44927;
}

body .btn-gplus:hover {
  background: #dc6143;
  border-color: #da5635;
}

body .btn-gplus:active {
  background: #d04727;
  border-color: #c34324;
}

body .btn-rounded {
  border-radius: 24px;
  background-color: transparent;
  padding: 5px;
  width: 48px;
  height: 48px;
  font-size: 24px !important;
  line-height: 34px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .btn-rounded > i {
  line-height: 24px !important;
}

body .btn-rounded:hover {
  background-color: white;
  border: 1px solid #00935C;
}

body .btn-rounded:hover i {
  color: #000;
}

body .btn-logout {
  margin-top: 0px;
}

body .btn-primary {
  background-color: #00935C;
  border: none;
  /* border-color: #00935C;
  border-color: #00935C
    #00935C
    darken(nth($state, 2), 10%); */
  color: #ffffff;
  --icon-stroke-color: #ffffff;
}

body .btn-primary .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

body .btn-primary::before {
  background-color: #0B533B;
}

body .btn-primary:hover {
  border: none;
  background-color: #00935C;
  color: #ffffff;
}

body .btn-primary:is(input[type="submit"],
input[type="button"]):hover {
  background-color: #0B533B;
}

body .btn-primary:active,
body .btn-primary:focus {
  border-color: #007a4c;
  background-color: #007a4c;
  color: #ffffff;
}

body .btn-primary.disabled {
  background-color: #D2F0E5;
  color: #93B6AC;
}

body .btn-primary.disabled::before {
  content: none;
  display: none;
}

body .btn-primary.disabled:hover {
  background-color: #D2F0E5;
}

body .btn-primary.inverted {
  border: 1px solid white;
}

body .btn-primary.btn-tertiary {
  color: black;
  background-color: transparent;
  --icon-stroke-color: #00935C;
}

body .btn-primary.btn-tertiary .icon-arrow-right-2,
body .btn-primary.btn-tertiary .icon-arrow-left-2 {
  color: #00935c;
}

body .btn-primary.btn-tertiary:hover,
body .btn-primary.btn-tertiary:focus,
body .btn-primary.btn-tertiary:active {
  background-color: transparent !important;
  color: black !important;
}

body .btn-primary.btn-tertiary:hover::before,
body .btn-primary.btn-tertiary:focus::before,
body .btn-primary.btn-tertiary:active::before {
  background-color: transparent !important;
}

body .btn-primary.dropdown-toggle {
  border-left-color: #007a4c;
}

body .btn-primary[disabled] {
  border-color: #00f99c;
  background-color: #00f99c;
}

body .btn-success {
  background-color: #00935C;
  border: none;
  /* border-color: #00935C;
  border-color: #00935C
    #00935C
    darken(nth($state, 2), 10%); */
  color: #e2fccf;
  --icon-stroke-color: #e2fccf;
}

body .btn-success .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

body .btn-success::before {
  background-color: #0B533B;
}

body .btn-success:hover {
  border: none;
  background-color: #00935C;
  color: #e2fccf;
}

body .btn-success:is(input[type="submit"],
input[type="button"]):hover {
  background-color: #0B533B;
}

body .btn-success:active,
body .btn-success:focus {
  border-color: #007a4c;
  background-color: #007a4c;
  color: #e2fccf;
}

body .btn-success.disabled {
  background-color: #D2F0E5;
  color: #93B6AC;
}

body .btn-success.disabled::before {
  content: none;
  display: none;
}

body .btn-success.disabled:hover {
  background-color: #D2F0E5;
}

body .btn-success.inverted {
  border: 1px solid white;
}

body .btn-success.btn-tertiary {
  color: black;
  background-color: transparent;
  --icon-stroke-color: #00935C;
}

body .btn-success.btn-tertiary .icon-arrow-right-2,
body .btn-success.btn-tertiary .icon-arrow-left-2 {
  color: #00935c;
}

body .btn-success.btn-tertiary:hover,
body .btn-success.btn-tertiary:focus,
body .btn-success.btn-tertiary:active {
  background-color: transparent !important;
  color: black !important;
}

body .btn-success.btn-tertiary:hover::before,
body .btn-success.btn-tertiary:focus::before,
body .btn-success.btn-tertiary:active::before {
  background-color: transparent !important;
}

body .btn-success.dropdown-toggle {
  border-left-color: #007a4c;
}

body .btn-success[disabled] {
  border-color: #00f99c;
  background-color: #00f99c;
}

body .btn-warning {
  background-color: #F04E23;
  border: none;
  /* border-color: #F04E23;
  border-color: #F04E23
    #F04E23
    darken(nth($state, 2), 10%); */
  color: #ffffff;
  --icon-stroke-color: #ffffff;
}

body .btn-warning .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

body .btn-warning::before {
  background-color: #a22b0b;
}

body .btn-warning:hover {
  border: none;
  background-color: #F04E23;
  color: #ffffff;
}

body .btn-warning:is(input[type="submit"],
input[type="button"]):hover {
  background-color: #a22b0b;
}

body .btn-warning:active,
body .btn-warning:focus {
  border-color: #ea3e10;
  background-color: #ea3e10;
  color: #ffffff;
}

body .btn-warning.disabled {
  background-color: #f79b82;
  color: white;
}

body .btn-warning.disabled::before {
  content: none;
  display: none;
}

body .btn-warning.disabled:hover {
  background-color: #f79b82;
}

body .btn-warning.inverted {
  border: 1px solid white;
}

body .btn-warning.btn-tertiary {
  color: black;
  background-color: transparent;
  --icon-stroke-color: #F04E23;
}

body .btn-warning.btn-tertiary .icon-arrow-right-2,
body .btn-warning.btn-tertiary .icon-arrow-left-2 {
  color: #00935c;
}

body .btn-warning.btn-tertiary:hover,
body .btn-warning.btn-tertiary:focus,
body .btn-warning.btn-tertiary:active {
  background-color: transparent !important;
  color: black !important;
}

body .btn-warning.btn-tertiary:hover::before,
body .btn-warning.btn-tertiary:focus::before,
body .btn-warning.btn-tertiary:active::before {
  background-color: transparent !important;
}

body .btn-warning.dropdown-toggle {
  border-left-color: #ea3e10;
}

body .btn-warning[disabled] {
  border-color: #f79b82;
  background-color: #f79b82;
}

body .btn-danger {
  background-color: #F02323;
  border: none;
  /* border-color: #F02323;
  border-color: #F02323
    #F02323
    darken(nth($state, 2), 10%); */
  color: #fde9ee;
  --icon-stroke-color: #fde9ee;
}

body .btn-danger .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

body .btn-danger::before {
  background-color: #a20b0b;
}

body .btn-danger:hover {
  border: none;
  background-color: #F02323;
  color: #fde9ee;
}

body .btn-danger:is(input[type="submit"],
input[type="button"]):hover {
  background-color: #a20b0b;
}

body .btn-danger:active,
body .btn-danger:focus {
  border-color: #ea1010;
  background-color: #ea1010;
  color: #fde9ee;
}

body .btn-danger.disabled {
  background-color: #f79b82;
  color: white;
}

body .btn-danger.disabled::before {
  content: none;
  display: none;
}

body .btn-danger.disabled:hover {
  background-color: #f79b82;
}

body .btn-danger.inverted {
  border: 1px solid white;
}

body .btn-danger.btn-tertiary {
  color: black;
  background-color: transparent;
  --icon-stroke-color: #F02323;
}

body .btn-danger.btn-tertiary .icon-arrow-right-2,
body .btn-danger.btn-tertiary .icon-arrow-left-2 {
  color: #00935c;
}

body .btn-danger.btn-tertiary:hover,
body .btn-danger.btn-tertiary:focus,
body .btn-danger.btn-tertiary:active {
  background-color: transparent !important;
  color: black !important;
}

body .btn-danger.btn-tertiary:hover::before,
body .btn-danger.btn-tertiary:focus::before,
body .btn-danger.btn-tertiary:active::before {
  background-color: transparent !important;
}

body .btn-danger.dropdown-toggle {
  border-left-color: #ea1010;
}

body .btn-danger[disabled] {
  border-color: #f78282;
  background-color: #f78282;
}

body .btn-info {
  background-color: black;
  border: none;
  /* border-color: black;
  border-color: black
    black
    darken(nth($state, 2), 10%); */
  color: #ffffff;
  --icon-stroke-color: #ffffff;
}

body .btn-info .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

body .btn-info::before {
  background-color: #232939;
}

body .btn-info:hover {
  border: none;
  background-color: black;
  color: #ffffff;
}

body .btn-info:is(input[type="submit"],
input[type="button"]):hover {
  background-color: #232939;
}

body .btn-info:active,
body .btn-info:focus {
  border-color: black;
  background-color: black;
  color: #ffffff;
}

body .btn-info.disabled {
  background-color: #333333;
  color: white;
}

body .btn-info.disabled::before {
  content: none;
  display: none;
}

body .btn-info.disabled:hover {
  background-color: #333333;
}

body .btn-info.inverted {
  border: 1px solid white;
}

body .btn-info.btn-tertiary {
  color: black;
  background-color: transparent;
  --icon-stroke-color: black;
}

body .btn-info.btn-tertiary .icon-arrow-right-2,
body .btn-info.btn-tertiary .icon-arrow-left-2 {
  color: #00935c;
}

body .btn-info.btn-tertiary:hover,
body .btn-info.btn-tertiary:focus,
body .btn-info.btn-tertiary:active {
  background-color: transparent !important;
  color: black !important;
}

body .btn-info.btn-tertiary:hover::before,
body .btn-info.btn-tertiary:focus::before,
body .btn-info.btn-tertiary:active::before {
  background-color: transparent !important;
}

body .btn-info.dropdown-toggle {
  border-left-color: black;
}

body .btn-info[disabled] {
  border-color: #333333;
  background-color: #333333;
}

body .btn-dark {
  background-color: #171717;
  border: none;
  /* border-color: #171717;
  border-color: #171717
    #171717
    darken(nth($state, 2), 10%); */
  color: #ffffff;
  --icon-stroke-color: #ffffff;
}

body .btn-dark .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

body .btn-dark::before {
  background-color: black;
}

body .btn-dark:hover {
  border: none;
  background-color: #171717;
  color: #ffffff;
}

body .btn-dark:is(input[type="submit"],
input[type="button"]):hover {
  background-color: black;
}

body .btn-dark:active,
body .btn-dark:focus {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #ffffff;
}

body .btn-dark.disabled {
  background-color: #4a4a4a;
  color: white;
}

body .btn-dark.disabled::before {
  content: none;
  display: none;
}

body .btn-dark.disabled:hover {
  background-color: #4a4a4a;
}

body .btn-dark.inverted {
  border: 1px solid white;
}

body .btn-dark.btn-tertiary {
  color: black;
  background-color: transparent;
  --icon-stroke-color: #171717;
}

body .btn-dark.btn-tertiary .icon-arrow-right-2,
body .btn-dark.btn-tertiary .icon-arrow-left-2 {
  color: #00935c;
}

body .btn-dark.btn-tertiary:hover,
body .btn-dark.btn-tertiary:focus,
body .btn-dark.btn-tertiary:active {
  background-color: transparent !important;
  color: black !important;
}

body .btn-dark.btn-tertiary:hover::before,
body .btn-dark.btn-tertiary:focus::before,
body .btn-dark.btn-tertiary:active::before {
  background-color: transparent !important;
}

body .btn-dark.dropdown-toggle {
  border-left-color: #0a0a0a;
}

body .btn-dark[disabled] {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
}

body .btn.btn-sare {
  background: transparent;
  border-color: #93b6ac80;
  color: black;
  --icon-stroke-color: #00935c;
}

body .btn.btn-sare::before {
  background-color: white;
}

body .btn.btn-sare .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.5em;
  line-height: 1.5;
}

body .btn.btn-sare .btn-content .icon-arrow-right-2,
body .btn.btn-sare .btn-content .icon-arrow-left-2 {
  color: #00935c;
}

body .btn.btn-sare.inverted {
  border-color: white !important;
  color: white;
}

body .btn.btn-sare.inverted-alt {
  border-color: white !important;
  color: white;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

body .btn.btn-sare.inverted-alt .icon-arrow-right-2,
body .btn.btn-sare.inverted-alt .icon-arrow-left-2 {
  color: white;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

body .btn.btn-sare.inverted-alt:hover {
  color: black;
}

body .btn.btn-sare.inverted-alt:hover .icon-arrow-right-2,
body .btn.btn-sare.inverted-alt:hover .icon-arrow-left-2 {
  color: black;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

html.dark .btn-default {
  background-color: #0e6a4b;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .btn-default:hover {
  background-color: #0f6e4e;
  border-color: #0f6e4e;
}

html.dark .btn-default:focus,
html.dark .btn-default:active {
  background-color: #0d6145;
  border-color: #0d6145;
}

html.dark .btn-default:hover,
html.dark .btn-default:focus,
html.dark .btn-default:active,
html.dark .btn-default.active,
html.dark .open > .dropdown-toggle.btn-default {
  color: #eeeeee;
  background-color: #0d6145;
  border-color: #0d6145;
}

/* Notifications */

.notifications {
  display: inline-block;
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 0;
  vertical-align: middle;
}

.notifications > li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}

.notifications > li .notification-icon {
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
  text-align: center;
}

.notifications > li .notification-icon i {
  color: #777777;
  line-height: 30px;
  vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
  line-height: 32px;
}

.notifications > li .notification-icon .badge {
  background: #d2312d;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: -8px;
  top: -3px;
  border-radius: 100%;
}

.notifications > li > a {
  border: none;
  display: inline-block;
}

.notifications .notification-menu {
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  left: auto;
  margin: 10px 0 0 0;
  padding: 0;
  right: -5px;
  width: 245px;
  border-radius: 24px;
}

.notifications .notification-menu.large {
  width: 325px;
}

.notifications .notification-menu .notification-title {
  background: white;
  border-radius: 24px 24px 0 0;
  color: black;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.3rem;
  padding: 18px 6px 14px 12px;
  text-transform: none;
}

.notifications .notification-menu .notification-title .label {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 14px;
  margin-left: 10px;
  margin-top: -2px;
  min-width: 35px;
}

.notifications .notification-menu .notification-title .label-default {
  background: #006697;
  color: #ffffff;
}

.notifications .notification-menu .content {
  padding: 12px;
}

.notifications .notification-menu hr {
  background: #e6e6e6;
  height: 1px;
  margin: 12px 0;
}

.notifications .notification-menu .view-more {
  color: #acacac;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}

/* notification menu - pin */

.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  margin-right: -3px;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.notifications .notification-menu:before {
  bottom: 100%;
  right: 16px;
}

.notifications .notification-icon:before {
  display: none;
  right: 11px;
  top: 35px;
  z-index: 9999;
}

/* notification menu - emails */

.notification-menu {
  color: #acacac;
}

.notification-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-menu li {
  margin: 0 0 12px;
}

.notification-menu li:last-child {
  margin-bottom: 0;
}

.notification-menu a {
  display: block;
  text-decoration: none;
}

.notification-menu .image {
  float: left;
  margin: 0 10px 0 0;
}

.notification-menu .image i {
  border-radius: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.notification-menu .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-menu .title {
  color: #000011;
  display: block;
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 2px 0 0;
}

.notification-menu .message {
  color: #acacac;
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
  background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
  color: #c3c3c3;
}

/* Notifications Mobile */

@media only screen and (max-width: 767px) {
  .notifications {
    float: right;
    margin: 16px 8px 0 0;
  }

  .notifications > li {
    position: static;
  }

  .notifications > li.open .notification-icon:before {
    display: block;
  }

  .notifications > li .notification-menu {
    left: 15px;
    right: 15px;
    top: auto;
    width: auto !important;
  }

  .notifications > li .notification-menu:before {
    display: none;
  }
}

/* Userbox */

.userbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 17px 0 16px;
  position: relative;
  vertical-align: middle;
  border-radius: 16px;
  border: 1px solid #00000014;
  padding: 6px 16px;
}

.userbox > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.userbox a:hover {
  text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
  display: inline-block;
  vertical-align: middle;
}

.userbox .uid_profile_name {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.userbox .profile-picture img {
  width: 35px;
  color: transparent;
}

.userbox .profile-info {
  margin: 0 25px 0 10px;
}

.userbox .name,
.userbox .role {
  display: block;
}

.userbox .name {
  color: #000011;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.userbox .role {
  color: #acacac;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.userbox .custom-caret {
  color: #000011;
  font-size: 16px;
  font-weight: 600;
}

.userbox .custom-caret:before {
  content: "";
}

@media only screen and (max-width: 767px) {
  .userbox .name,
  .userbox .role {
    max-width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Userbox - Open */

.userbox.open > a {
  position: relative;
  z-index: 993;
}

.userbox.open > a .custom-caret:before {
  content: "";
}

.userbox.open .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  left: -11px;
  padding: 46px 15px 11px;
  top: -10px;
  width: 100%;
  z-index: 992;
  border-radius: 24px;
}

.userbox.open .dropdown-menu li {
  margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
  border-radius: 2px;
  color: #7d7d7d;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 5px 10px;
  border-radius: 15px;
}

.userbox.open .dropdown-menu a:hover {
  background: #00935C;
  color: #ffffff;
}

.userbox.open .dropdown-menu i {
  font-size: 1.7rem;
  margin-right: 3px;
  vertical-align: middle;
}

/* Userbox - Mobile */

@media only screen and (max-width: 767px) {
  .userbox {
    float: left;
    margin: 16px 0 0 12px;
    position: relative;
  }

  .userbox:after {
    background: #e9e9e6;
    content: "";
    height: 63px;
    margin: 0;
    position: absolute;
    right: -21px;
    top: -18px;
    width: 1px;
  }

  .userbox .profile-picture {
    display: none;
  }

  .userbox.open .dropdown-menu {
    left: -5px;
    padding: 46px 15px 10px;
    border-radius: 24px;
  }
}

/* Header Dark - Userbox */

html.dark .userbox:after,
html.header-dark .userbox:after {
  background: #121518;
}

html.dark .userbox .name,
html.dark .userbox .custom-caret,
html.header-dark .userbox .name,
html.header-dark .userbox .custom-caret {
  color: #c3c3c3;
}

html.dark .userbox.open .dropdown-menu .name,
html.dark .userbox.open .dropdown-menu .custom-caret,
html.header-dark .userbox.open .dropdown-menu .name,
html.header-dark .userbox.open .dropdown-menu .custom-caret {
  color: #c3c3c3;
}

html.dark .userbox.open .dropdown-menu a,
html.header-dark .userbox.open .dropdown-menu a {
  color: #c3c3c3;
}

html.dark .userbox.open .dropdown-menu a:hover,
html.header-dark .userbox.open .dropdown-menu a:hover {
  color: #ffffff;
}

html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
  background: #282d36;
}

html.dark .userbox .dropdown-menu .divider,
html.header-dark .userbox .dropdown-menu .divider {
  background: #1d2127;
}

html.dark .userbox .dropdown-menu a,
html.header-dark .userbox .dropdown-menu a {
  color: #c3c3c3;
}

.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
  background-color: #00935C;
}

.pagination > li a {
  color: #00935C;
}

.pagination > li a:hover,
.pagination > li a:focus {
  color: white;
}

.pagination > li.active a,
.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active span,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
  background-color: #0B533B;
  border-color: #00935C;
  color: white;
}

.pagination > li.active a {
  background-color: #00935C;
}

.progress-bar-primary {
  background-color: #00935C;
}

.progress-bar.progress-without-number[aria-valuenow="1"],
.progress-bar.progress-without-number[aria-valuenow="2"] {
  min-width: 0;
}

.progress-bar.progress-bar-primary[aria-valuenow="0"] {
  background: transparent;
}

.sidebar-right .sidebar-widget {
  margin: 0;
}

.sidebar-widget {
  margin: 0 30px 0 25px;
}

.sidebar-widget .widget-header {
  position: relative;
  margin: 0;
}

.sidebar-widget .widget-header h6 {
  font-size: 1.4rem;
  color: #465162;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.sidebar-widget .widget-header .btn-widget-act {
  position: relative;
  top: -2px;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  border-color: #0a0a0a black black;
}

.sidebar-widget .widget-header .btn-widget-act:hover {
  border-color: #121212;
  background-color: #121212;
}

.sidebar-widget .widget-header .btn-widget-act:active,
.sidebar-widget .widget-header .btn-widget-act:focus {
  border-color: black;
  background-color: black;
}

.sidebar-widget .widget-header .btn-widget-act.dropdown-toggle {
  border-left-color: black;
}

.sidebar-widget .widget-header .widget-toggle {
  font-size: 1.7rem;
  line-height: 1.3rem;
  color: #465162;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sidebar-widget .widget-content {
  padding: 15px 0 0;
}

.sidebar-widget.widget-collapsed .widget-header .widget-toggle {
  -webkit-transform: none;
  transform: none;
}

.sidebar-widget.widget-collapsed .widget-content {
  display: none;
}

.sidebar-widget.widget-tasks ul li {
  position: relative;
}

.sidebar-widget.widget-tasks ul li a {
  color: #abb4be;
  display: block;
  margin: 0 -25px 0 -30px;
  padding: 10px 0 10px 55px;
}

.sidebar-widget.widget-tasks ul li a:hover {
  background: #21262d;
  text-decoration: none;
}

.sidebar-widget.widget-tasks ul li:before {
  border: 5px solid #00935C;
  border-radius: 100px;
  content: "";
  display: inline-block;
  left: 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+1):before {
  border-color: #F02323;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+2):before {
  border-color: black;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+3):before {
  border-color: #00935C;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+4):before {
  border-color: #F04E23;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+5):before {
  border-color: #734ba9;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+6):before {
  border-color: #232939;
}

.sidebar-widget.widget-stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget.widget-stats .stats-title {
  color: #a6a6a6;
}

.sidebar-widget.widget-stats .stats-complete {
  float: right;
  font-size: 1rem;
  color: #666666;
}

.sidebar-widget.widget-stats .progress {
  height: 7px;
  background: #474453;
  -webkit-box-shadow: 0 1px 0 #585564 inset;
          box-shadow: 0 1px 0 #585564 inset;
  margin-bottom: 25px;
}

.sidebar-widget.widget-calendar {
  margin: 0 0 25px;
}

.sidebar-widget.widget-calendar .datepicker {
  background: transparent;
}

.sidebar-widget.widget-calendar ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #000000;
}

.sidebar-widget.widget-calendar ul time {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #777777;
  margin-bottom: 0.1em;
}

.sidebar-widget.widget-calendar ul span {
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #ffffff;
}

.sidebar-widget.widget-friends ul {
  list-style: none;
  margin: 0;
  padding: 10px 2px;
}

.sidebar-widget.widget-friends ul li {
  padding: 10px 0;
}

.sidebar-widget.widget-friends ul li .profile-info,
.sidebar-widget.widget-friends ul li .profile-picture {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-widget.widget-friends ul li .profile-picture {
  position: relative;
  width: 35px;
}

.sidebar-widget.widget-friends ul li .profile-picture img {
  width: 100%;
  height: auto;
}

.sidebar-widget.widget-friends ul li .profile-info {
  margin: 0 35px 0 10px;
}

.sidebar-widget.widget-friends ul li span.name {
  display: block;
  color: #ffffff;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.sidebar-widget.widget-friends ul li span.title {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sidebar-widget.widget-friends ul li.status-online .profile-picture:after,
.sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  border-radius: 50%;
}

.sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
  display: block;
  background-color: #1aae88;
}

.sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  display: block;
  background-color: #d2312d;
}

/* Sidebar Light */

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  color: #777777;
  text-shadow: none;
}

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act:hover {
  border: 1px solid #d2d2d2 !important;
  background-color: #fafafa;
}

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act:active,
html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act:focus {
  border: 1px solid #d2d2d2 !important;
  background-color: #e6e6e6;
}

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act.dropdown-toggle {
  border-left-color: #e6e6e6;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-tasks ul li a {
  color: #777777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-tasks ul li a:hover {
  background: #fafafa;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-stats .stats-title {
  color: #777777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-stats .progress {
  background: #d8d8d8;
  -webkit-box-shadow: 0 1px 0 #bfbfbf inset;
          box-shadow: 0 1px 0 #bfbfbf inset;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-calendar ul {
  border-top: 1px solid #dddddd;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-calendar ul time {
  color: #777777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-calendar ul span {
  color: #777777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-friends ul li span.name {
  color: #777777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
  background-color: #1aae88;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  background-color: #d2312d;
}

/* Scroll to Top */

html .scroll-to-top {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #0e6a4b;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #ffffff;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 5px 10px 25px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  min-width: 39px;
  z-index: 1040;
}

html .scroll-to-top:hover {
  opacity: 1;
}

html .scroll-to-top.visible {
  opacity: 0.75;
}

html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

html.ie11 .scroll-to-top {
  right: 25px;
}

/* Responsive */

@media (max-width: 991px) {
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}

.panel {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 24px;
  /* WHY?
  + .panel {
   margin-top: 35px;
  }*/
}

.panel-heading {
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  border-bottom: 1px solid #dadada;
  padding: 10px;
  position: relative;
}

.panel-heading .scale-headline5 {
  color: black;
}

.panel-heading.bg-primary {
  background: #00935C;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-secondary {
  background: #e36159;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-success {
  background: #00935C;
  color: #e2fccf;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-warning {
  background: #F04E23;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-danger {
  background: #F02323;
  color: #fde9ee;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-info {
  background: black;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-dark {
  background: #171717;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-white {
  background: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-actions {
  right: 15px;
  position: absolute;
  top: 15px;
}

.panel-actions a,
.panel-actions .panel-action {
  background-color: transparent;
  border-radius: 2px;
  color: #b4b4b4;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.panel-actions a:hover,
.panel-actions .panel-action:hover {
  background-color: #f7f7f7;
  color: #b4b4b4;
  text-decoration: none;
}

.panel-actions a,
.panel-actions a:focus,
.panel-actions a:hover,
.panel-actions a:active,
.panel-actions a:visited,
.panel-actions .panel-action,
.panel-actions .panel-action:focus,
.panel-actions .panel-action:hover,
.panel-actions .panel-action:active,
.panel-actions .panel-action:visited {
  outline: none !important;
  text-decoration: none !important;
}

.panel-toogle {
  position: relative;
  top: 15px;
}

.panel-toogle a,
.panel-toogle .panel-action {
  background-color: transparent;
  border-radius: 2px;
  color: #b4b4b4;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.panel-toogle a:hover,
.panel-toogle .panel-action:hover {
  background-color: #f7f7f7;
  color: #b4b4b4;
  text-decoration: none;
}

.panel-toogle a,
.panel-toogle a:focus,
.panel-toogle a:hover,
.panel-toogle a:active,
.panel-toogle a:visited,
.panel-toogle .panel-action,
.panel-toogle .panel-action:focus,
.panel-toogle .panel-action:hover,
.panel-toogle .panel-action:active,
.panel-toogle .panel-action:visited {
  outline: none !important;
  text-decoration: none !important;
}

.panel-title {
  color: #33353f;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}

.panel-subtitle {
  color: #808697;
  font-size: 12px;
  line-height: 1.2em;
  margin: 7px 0 0;
  padding: 0;
}

.panel-body {
  background: #fdfdfd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}

.panel-body.bg-transparent {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.panel-body-nopadding {
  padding: 0;
}

.panel-heading + .panel-body {
  border-radius: 0 0 24px 24px;
}

.panel-footer {
  border-radius: 0 0 24px 24px;
  margin-top: -24px;
}

.panel-footer.bg-transparent {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.panel-footer-btn-group {
  display: table;
  width: 100%;
  padding: 0;
}

.panel-footer-btn-group a {
  background-color: #f5f5f5;
  display: table-cell;
  width: 1%;
  border-left: 1px solid #dddddd;
  padding: 10px 15px;
  text-decoration: none;
}

.panel-footer-btn-group a:hover {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.panel-footer-btn-group a:first-child {
  border-left: none;
}

.panel-body.bg-primary {
  background: #00935C;
  color: #ffffff;
}

.panel-body.bg-secondary {
  background: #e36159;
  color: #ffffff;
}

.panel-body.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
}

.panel-body.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
}

.panel-body.bg-success {
  background: #00935C;
  color: #e2fccf;
}

.panel-body.bg-warning {
  background: #F04E23;
  color: #ffffff;
}

.panel-body.bg-danger {
  background: #F02323;
  color: #fde9ee;
}

.panel-body.bg-info {
  background: black;
  color: #ffffff;
}

.panel-body.bg-dark {
  background: #171717;
  color: #ffffff;
}

.panel-featured {
  border-top: 3px solid #33353f;
}

.panel-featured .panel-heading {
  border-radius: 0;
}

.panel-featured-top {
  border-top: 3px solid #33353f;
}

.panel-featured-right {
  border-right: 3px solid #33353f;
}

.panel-featured-bottom {
  border-bottom: 3px solid #33353f;
}

.panel-featured-left {
  border-left: 3px solid #33353f;
}

.panel-featured-primary {
  border-color: #00935C;
}

.panel-featured-primary .panel-title {
  color: #00935C;
}

.panel-featured-secondary {
  border-color: #e36159;
}

.panel-featured-secondary .panel-title {
  color: #e36159;
}

.panel-featured-tertiary {
  border-color: #2baab1;
}

.panel-featured-tertiary .panel-title {
  color: #2baab1;
}

.panel-featured-quartenary {
  border-color: #734ba9;
}

.panel-featured-quartenary .panel-title {
  color: #734ba9;
}

.panel-featured-success {
  border-color: #00935C;
}

.panel-featured-success .panel-title {
  color: #00935C;
}

.panel-featured-warning {
  border-color: #F04E23;
}

.panel-featured-warning .panel-title {
  color: #F04E23;
}

.panel-featured-danger {
  border-color: #F02323;
}

.panel-featured-danger .panel-title {
  color: #F02323;
}

.panel-featured-info {
  border-color: black;
}

.panel-featured-info .panel-title {
  color: black;
}

.panel-featured-dark {
  border-color: #171717;
}

.panel-featured-dark .panel-title {
  color: #171717;
}

.panel-highlight .panel-heading {
  background-color: #00935C;
  border-color: #00935C;
  color: #ffffff;
}

.panel-highlight .panel-title {
  color: #ffffff;
}

.panel-highlight .panel-subtitle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}

.panel-highlight .panel-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.panel-highlight .panel-body {
  background-color: #00935C;
  color: #ffffff;
}

.panel-highlight-title .panel-heading {
  background-color: #2baab1;
}

.panel-highlight-title .panel-title {
  color: #ffffff;
}

.panel-highlight-title .panel-subtitle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}

.panel-highlight-title .panel-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.panel-heading-icon {
  margin: 0 auto;
  font-size: 4.2rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}

.panel-heading-icon.bg-primary {
  background: #00935C;
  color: #ffffff;
}

.panel-heading-icon.bg-secondary {
  background: #e36159;
  color: #ffffff;
}

.panel-heading-icon.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
}

.panel-heading-icon.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
}

.panel-heading-icon.bg-success {
  background: #00935C;
  color: #e2fccf;
}

.panel-heading-icon.bg-warning {
  background: #F04E23;
  color: #ffffff;
}

.panel-heading-icon.bg-danger {
  background: #F02323;
  color: #fde9ee;
}

.panel-heading-icon.bg-info {
  background: black;
  color: #ffffff;
}

.panel-heading-icon.bg-dark {
  background: #171717;
  color: #ffffff;
}

.panel-heading-profile-picture img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 4px solid #ffffff;
  border-radius: 50px;
}

.panel-icon {
  color: #ffffff;
  font-size: 42px;
  float: left;
}

.panel-icon ~ .panel-title,
.panel-icon ~ .panel-subtitle {
  margin-left: 64px;
}

/* Dark - Panels */

html.dark .panel-heading {
  background: #0e6a4b;
  border-bottom-color: #0b533b;
}

html.dark .panel-actions a:hover {
  background-color: #0d6145;
}

html.dark .panel-body {
  background: #107755;
}

html.dark .panel-footer {
  background: #0d6145;
  border-top-color: #0a4a35;
}

html .panel-primary {
  background: #00935C;
}

html .panel-primary .panel-heading {
  background: #00935C;
  color: white;
}

html .panel-primary .panel-body {
  background: #00935C;
}

html .panel-primary .panel-subtitle {
  color: white;
}

html .panel-primary .panel-title {
  color: white;
}

html .panel-primary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-secondary {
  background: #e36159;
}

html .panel-secondary .panel-heading {
  background: #e36159;
  color: white;
}

html .panel-secondary .panel-body {
  background: #e36159;
}

html .panel-secondary .panel-subtitle {
  color: white;
}

html .panel-secondary .panel-title {
  color: white;
}

html .panel-secondary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-tertiary {
  background: #2baab1;
}

html .panel-tertiary .panel-heading {
  background: #2baab1;
  color: white;
}

html .panel-tertiary .panel-body {
  background: #2baab1;
}

html .panel-tertiary .panel-subtitle {
  color: white;
}

html .panel-tertiary .panel-title {
  color: white;
}

html .panel-tertiary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-quartenary {
  background: #734ba9;
}

html .panel-quartenary .panel-heading {
  background: #734ba9;
  color: white;
}

html .panel-quartenary .panel-body {
  background: #734ba9;
}

html .panel-quartenary .panel-subtitle {
  color: white;
}

html .panel-quartenary .panel-title {
  color: white;
}

html .panel-quartenary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-success {
  background: #00935C;
}

html .panel-success .panel-heading {
  background: #00935C;
  color: white;
}

html .panel-success .panel-body {
  background: #00935C;
}

html .panel-success .panel-subtitle {
  color: white;
}

html .panel-success .panel-title {
  color: white;
}

html .panel-success .panel-actions a {
  background-color: transparent !important;
  color: #e2fccf;
}

html .panel-warning {
  background: #F04E23;
}

html .panel-warning .panel-heading {
  background: #F04E23;
  color: white;
}

html .panel-warning .panel-body {
  background: #F04E23;
}

html .panel-warning .panel-subtitle {
  color: white;
}

html .panel-warning .panel-title {
  color: white;
}

html .panel-warning .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-danger {
  background: #F02323;
}

html .panel-danger .panel-heading {
  background: #F02323;
  color: white;
}

html .panel-danger .panel-body {
  background: #F02323;
}

html .panel-danger .panel-subtitle {
  color: white;
}

html .panel-danger .panel-title {
  color: white;
}

html .panel-danger .panel-actions a {
  background-color: transparent !important;
  color: #fde9ee;
}

html .panel-info {
  background: black;
}

html .panel-info .panel-heading {
  background: black;
  color: white;
}

html .panel-info .panel-body {
  background: black;
}

html .panel-info .panel-subtitle {
  color: white;
}

html .panel-info .panel-title {
  color: white;
}

html .panel-info .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-dark {
  background: #171717;
}

html .panel-dark .panel-heading {
  background: #171717;
  color: white;
}

html .panel-dark .panel-body {
  background: #171717;
}

html .panel-dark .panel-subtitle {
  color: white;
}

html .panel-dark .panel-title {
  color: white;
}

html .panel-dark .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel.panel-info {
  color: white;
}

html .panel.panel-info h5,
html .panel.panel-info p {
  color: white !important;
}

html .panel.panel-info .panel-icon {
  margin-right: 24px;
  font-size: 16px;
  line-height: 1;
}

html .panel.panel-transparent > .panel-heading {
  background: none;
  border: 0;
}

html .panel.panel-transparent > .panel-heading .panel-actions {
  right: 0;
}

html .panel.panel-transparent > .panel-body {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html .panel .panel-heading-transparent {
  background: none;
  border: 0;
}

html .panel .panel-heading-transparent .panel-actions {
  right: 0;
}

.panel-horizontal {
  display: table;
  width: 100%;
}

.panel-horizontal .panel-heading,
.panel-horizontal .panel-body,
.panel-horizontal .panel-footer {
  display: table-cell;
  vertical-align: middle;
}

.panel-horizontal .panel-heading {
  border-radius: 24px 0 0 24px;
}

.panel-horizontal .panel-heading + .panel-body {
  border-radius: 0 24px 24px 0;
}

.panel-horizontal .panel-footer {
  border-radius: 0 24px 24px 0;
  margin-top: 0;
}

.panel-action-toggle,
.panel-action-dismiss {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-action-toggle:before {
  content: "";
}

.panel-collapsed .panel-action-toggle:before {
  content: "";
}

.panel-action-dismiss:before {
  content: "";
}

.panel-collapsed .panel-body,
.panel-collapsed .panel-footer {
  display: none;
}

section.panel.panel-collapsed .panel-heading {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media only screen and (max-width: 767px) {
  .panel-actions {
    float: none;
    margin-bottom: 15px;
    position: static;
    text-align: right;
  }

  .panel-actions a {
    vertical-align: top;
  }
}

/* tabs */

.tabs {
  border-radius: 4px;
  margin-bottom: 35px;
}

/* content */

.tab-content {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-top: 0;
  padding: 15px;
}

/* content - footer inside */

.tab-content .panel-footer {
  margin: -15px;
  margin-top: 15px;
}

/* Justified */

.nav-tabs.nav-justified {
  margin-bottom: -1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.nav-tabs.nav-justified li {
  margin-bottom: 0;
}

.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover {
  border-radius: 24px 0 0 0;
  border-left: none;
}

.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover {
  border-radius: 0 24px 0 0;
  border-right: none;
}

.nav-tabs.nav-justified li a {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  margin-right: 0;
}

.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}

.nav-tabs.nav-justified li.active a {
  border-bottom: 1px solid #ffffff;
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  border-top-color: #00935C;
  border-top-width: 1px;
  border-left: none;
  border-right: none;
}

.nav-tabs.nav-justified li.active a:hover {
  border-bottom: 1px solid #ffffff;
}

/* Bottom Tabs */

.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
}

.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}

.tabs.tabs-bottom .nav-tabs li:last-child a {
  margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs li a {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 0 24px 24px;
  color: #658179;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 1px;
}

.tabs.tabs-bottom .nav-tabs li a:hover,
.tabs.tabs-bottom .nav-tabs li a:focus,
.tabs.tabs-bottom .nav-tabs li a:active {
  border-bottom: 1px solid #00935C;
  border-top: none;
  color: black;
}

.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom: 1px solid #00935C;
  border-top-color: transparent;
  color: black;
}

/* Bottom Tabs with Justified Nav */

.report .tabs.tabs-bottom {
  border-radius: 4px;
  margin-bottom: 25px;
}

.report .tabs.tabs-bottom .nav.nav-tabs {
  border-top: none;
  border-bottom: 1px solid #00000014;
  background: transparent;
}

.report .tabs.tabs-bottom .nav.nav-tabs li {
  text-align: center;
  background: #ffffff;
  float: left;
}

.report .tabs.tabs-bottom .nav.nav-tabs li a {
  display: inline;
  margin-right: 0;
  padding: 16px 24px;
  border-bottom-color: transparent;
  background: #ffffff;
  border-top: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #658179;
  border-left: 0;
  border-right: 0;
  position: relative;
  bottom: 2px;
}

.report .tabs.tabs-bottom .nav.nav-tabs li:last-child a {
  margin-right: 0;
}

.report .tabs.tabs-bottom .nav.nav-tabs li.active a,
.report .tabs.tabs-bottom .nav.nav-tabs li.active a:hover,
.report .tabs.tabs-bottom .nav.nav-tabs li.active a:focus {
  color: #000;
  margin-right: 0;
  border-top: none;
  border-bottom-color: #00935C;
}

.report .tabs.tabs-bottom.tab-content {
  padding: 0;
  background-color: transparent;
}

/* Bottom Tabs with Justified Nav */

#standard .tabs.tabs-bottom {
  border-radius: 4px;
  margin-bottom: 25px;
}

#standard .tabs.tabs-bottom .nav.nav-tabs {
  border-top: none;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li {
  text-align: center;
  background: #d5d7dc;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.04);
  padding: 20px 0 13px 0;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li a {
  display: inline;
  margin-right: 0;
  padding: 17px 5px 17px 5px;
  background: #d5d7dc;
  border: none;
  font-weight: 700;
  color: #171717;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li:last-child a {
  margin-right: 0;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li.active {
  background: #ffffff;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li.active a,
#standard .tabs.tabs-bottom .nav.nav-tabs li.active a:hover,
#standard .tabs.tabs-bottom .nav.nav-tabs li.active a:focus {
  margin-right: 0;
  padding: 17px 5px 17px 5px;
  border: none;
  background: #ffffff;
}

.tab-content {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Vertical */

.tabs-vertical {
  display: table;
  width: 100%;
}

.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
}

.tabs-vertical .nav-tabs > li {
  display: block;
}

.tabs-vertical .nav-tabs > li a {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}

.tabs-vertical .nav-tabs > li a,
.tabs-vertical .nav-tabs > li a:hover,
.tabs-vertical .nav-tabs > li a:focus {
  border-bottom: none;
  border-top: none;
}

.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover,
.tabs-vertical .nav-tabs > li.active:focus {
  border-top: none;
}

/* Vertical - Left Side */

.tabs-left .tab-content {
  border-radius: 0 24px 24px 24px;
  border-left: none;
}

.tabs-left .nav-tabs > li {
  margin-right: -1px;
}

.tabs-left .nav-tabs > li:first-child a {
  border-radius: 24px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child a {
  border-radius: 0 0 0 24px;
}

.tabs-left .nav-tabs > li a {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #dddddd;
  margin-right: 1px;
  margin-left: -1px;
}

.tabs-left .nav-tabs > li a:hover {
  border-left-color: #00935C;
}

.tabs-left .nav-tabs > li.active a,
.tabs-left .nav-tabs > li.active a:hover,
.tabs-left .nav-tabs > li.active a:focus {
  border-left: 1px solid #00935C;
  border-right-color: #ffffff;
}

/* Vertical - Right Side */

.tabs-right .tab-content {
  border-radius: 24px 0 24px 24px;
  border-right: none;
}

.tabs-right .nav-tabs > li {
  margin-left: -1px;
}

.tabs-right .nav-tabs > li:first-child a {
  border-radius: 0 24px 0 0;
}

.tabs-right .nav-tabs > li:last-child a {
  border-radius: 0 0 24px 0;
}

.tabs-right .nav-tabs > li a {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #eeeeee;
  margin-right: 1px;
  margin-left: 1px;
}

.tabs-right .nav-tabs > li a:hover {
  border-right-color: #00935C;
}

.tabs-right .nav-tabs > li.active a,
.tabs-right .nav-tabs > li.active a:hover,
.tabs-right .nav-tabs > li.active a:focus {
  border-right: 1px solid #00935C;
  border-left: 1px solid #ffffff;
}

/* dark */

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
  border-top-color: #0e6a4b;
  border-left-color: #0e6a4b;
  border-right-color: #0e6a4b;
  background: #0e6a4b;
}

html.dark .tabs .nav-tabs li a:hover {
  border-top-color: #ffffff;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
  border-top-color: #ffffff;
}

html.dark .tabs .nav-tabs.nav-justified {
  border-left-width: 0;
  border-right-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
  border-bottom-color: #0e6a4b;
}

html.dark .tabs.tabs-left .nav-tabs > li a,
html.dark .tabs.tabs-right .nav-tabs > li a {
  background: #0e6a4b;
  border-left-color: #0e6a4b;
  border-right-color: #0e6a4b;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a,
html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
  border-bottom-color: #0e6a4b;
}

html.dark .tabs.tabs-left .nav-tabs > li.active a,
html.dark .tabs.tabs-left .nav-tabs > li.active a:hover,
html.dark .tabs.tabs-left .nav-tabs > li.active a:focus {
  border-left: 1px solid #00935C;
}

html.dark .tabs.tabs-left .nav-tabs > li a:hover {
  border-left: 1px solid #00935C;
}

html.dark .tabs .nav-tabs {
  border-color: #0e6a4b;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
  background: #107755;
  border-left-color: #107755;
  border-right-color: #107755;
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
  border-bottom-color: #107755;
}

html.dark .tabs.tabs-vertical {
  border-top-color: #107755;
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
  border-bottom-color: #0e6a4b;
  border-top-color: #107755;
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #ffffff;
  border-top-color: #107755;
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #ffffff;
  border-top-color: #107755;
}

html.dark .tabs .tab-content {
  background: #107755;
  border-color: #107755;
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
  border-top-color: #107755 !important;
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
  color: #ffffff;
}

html.dark .tab-content {
  background: #107755;
  border-color: #0B533B;
}

/* states */

html body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #658179;
}

html body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top: none;
}

html body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top: none;
  color: #658179;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #00935C;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #00935C;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #00935C;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #00935C;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #00935C;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #00935C;
}

html body .tabs-success .nav-tabs li a,
html body .tabs-success .nav-tabs li a:hover,
html body .tabs-success .nav-tabs.nav-justified li a,
html body .tabs-success .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-success .nav-tabs li a,
html.dark body .tabs-success .nav-tabs li a:hover,
html.dark body .tabs-success .nav-tabs.nav-justified li a,
html.dark body .tabs-success .nav-tabs.nav-justified li a:hover {
  color: #658179;
}

html body .tabs-success .nav-tabs li a:hover,
html body .tabs-success .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-success .nav-tabs li a:hover,
html.dark body .tabs-success .nav-tabs.nav-justified li a:hover {
  border-top: none;
}

html body .tabs-success .nav-tabs li.active a,
html body .tabs-success .nav-tabs li.active a:hover,
html body .tabs-success .nav-tabs li.active a:focus,
html body .tabs-success .nav-tabs.nav-justified li.active a,
html body .tabs-success .nav-tabs.nav-justified li.active a:hover,
html body .tabs-success .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-success .nav-tabs li.active a,
html.dark body .tabs-success .nav-tabs li.active a:hover,
html.dark body .tabs-success .nav-tabs li.active a:focus,
html.dark body .tabs-success .nav-tabs.nav-justified li.active a,
html.dark body .tabs-success .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-success .nav-tabs.nav-justified li.active a:focus {
  border-top: none;
  color: #658179;
}

html body .tabs-success.tabs-bottom .nav-tabs li a:hover,
html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-success.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #00935C;
}

html body .tabs-success.tabs-bottom .nav-tabs li.active a,
html body .tabs-success.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-success.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-success.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-success.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-success.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #00935C;
}

html body .tabs-success.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-success.tabs-vertical.tabs-left li a:hover {
  border-left-color: #00935C;
}

html body .tabs-success.tabs-vertical.tabs-left li.active a,
html body .tabs-success.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-success.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-success.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-success.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-success.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #00935C;
}

html body .tabs-success.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-success.tabs-vertical.tabs-right li a:hover {
  border-right-color: #00935C;
}

html body .tabs-success.tabs-vertical.tabs-right li.active a,
html body .tabs-success.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-success.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-success.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-success.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-success.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #00935C;
}

html body .tabs-warning .nav-tabs li a,
html body .tabs-warning .nav-tabs li a:hover,
html body .tabs-warning .nav-tabs.nav-justified li a,
html body .tabs-warning .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-warning .nav-tabs li a,
html.dark body .tabs-warning .nav-tabs li a:hover,
html.dark body .tabs-warning .nav-tabs.nav-justified li a,
html.dark body .tabs-warning .nav-tabs.nav-justified li a:hover {
  color: #658179;
}

html body .tabs-warning .nav-tabs li a:hover,
html body .tabs-warning .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-warning .nav-tabs li a:hover,
html.dark body .tabs-warning .nav-tabs.nav-justified li a:hover {
  border-top: none;
}

html body .tabs-warning .nav-tabs li.active a,
html body .tabs-warning .nav-tabs li.active a:hover,
html body .tabs-warning .nav-tabs li.active a:focus,
html body .tabs-warning .nav-tabs.nav-justified li.active a,
html body .tabs-warning .nav-tabs.nav-justified li.active a:hover,
html body .tabs-warning .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-warning .nav-tabs li.active a,
html.dark body .tabs-warning .nav-tabs li.active a:hover,
html.dark body .tabs-warning .nav-tabs li.active a:focus,
html.dark body .tabs-warning .nav-tabs.nav-justified li.active a,
html.dark body .tabs-warning .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-warning .nav-tabs.nav-justified li.active a:focus {
  border-top: none;
  color: #658179;
}

html body .tabs-warning.tabs-bottom .nav-tabs li a:hover,
html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-warning.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #F04E23;
}

html body .tabs-warning.tabs-bottom .nav-tabs li.active a,
html body .tabs-warning.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-warning.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-warning.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-warning.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-warning.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #F04E23;
}

html body .tabs-warning.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-warning.tabs-vertical.tabs-left li a:hover {
  border-left-color: #F04E23;
}

html body .tabs-warning.tabs-vertical.tabs-left li.active a,
html body .tabs-warning.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-warning.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-warning.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-warning.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-warning.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #F04E23;
}

html body .tabs-warning.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-warning.tabs-vertical.tabs-right li a:hover {
  border-right-color: #F04E23;
}

html body .tabs-warning.tabs-vertical.tabs-right li.active a,
html body .tabs-warning.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-warning.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-warning.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-warning.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-warning.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #F04E23;
}

html body .tabs-danger .nav-tabs li a,
html body .tabs-danger .nav-tabs li a:hover,
html body .tabs-danger .nav-tabs.nav-justified li a,
html body .tabs-danger .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-danger .nav-tabs li a,
html.dark body .tabs-danger .nav-tabs li a:hover,
html.dark body .tabs-danger .nav-tabs.nav-justified li a,
html.dark body .tabs-danger .nav-tabs.nav-justified li a:hover {
  color: #658179;
}

html body .tabs-danger .nav-tabs li a:hover,
html body .tabs-danger .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-danger .nav-tabs li a:hover,
html.dark body .tabs-danger .nav-tabs.nav-justified li a:hover {
  border-top: none;
}

html body .tabs-danger .nav-tabs li.active a,
html body .tabs-danger .nav-tabs li.active a:hover,
html body .tabs-danger .nav-tabs li.active a:focus,
html body .tabs-danger .nav-tabs.nav-justified li.active a,
html body .tabs-danger .nav-tabs.nav-justified li.active a:hover,
html body .tabs-danger .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-danger .nav-tabs li.active a,
html.dark body .tabs-danger .nav-tabs li.active a:hover,
html.dark body .tabs-danger .nav-tabs li.active a:focus,
html.dark body .tabs-danger .nav-tabs.nav-justified li.active a,
html.dark body .tabs-danger .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-danger .nav-tabs.nav-justified li.active a:focus {
  border-top: none;
  color: #658179;
}

html body .tabs-danger.tabs-bottom .nav-tabs li a:hover,
html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-danger.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #F02323;
}

html body .tabs-danger.tabs-bottom .nav-tabs li.active a,
html body .tabs-danger.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-danger.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-danger.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-danger.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-danger.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #F02323;
}

html body .tabs-danger.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-danger.tabs-vertical.tabs-left li a:hover {
  border-left-color: #F02323;
}

html body .tabs-danger.tabs-vertical.tabs-left li.active a,
html body .tabs-danger.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-danger.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-danger.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-danger.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-danger.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #F02323;
}

html body .tabs-danger.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-danger.tabs-vertical.tabs-right li a:hover {
  border-right-color: #F02323;
}

html body .tabs-danger.tabs-vertical.tabs-right li.active a,
html body .tabs-danger.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-danger.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-danger.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-danger.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-danger.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #F02323;
}

html body .tabs-info .nav-tabs li a,
html body .tabs-info .nav-tabs li a:hover,
html body .tabs-info .nav-tabs.nav-justified li a,
html body .tabs-info .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-info .nav-tabs li a,
html.dark body .tabs-info .nav-tabs li a:hover,
html.dark body .tabs-info .nav-tabs.nav-justified li a,
html.dark body .tabs-info .nav-tabs.nav-justified li a:hover {
  color: #658179;
}

html body .tabs-info .nav-tabs li a:hover,
html body .tabs-info .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-info .nav-tabs li a:hover,
html.dark body .tabs-info .nav-tabs.nav-justified li a:hover {
  border-top: none;
}

html body .tabs-info .nav-tabs li.active a,
html body .tabs-info .nav-tabs li.active a:hover,
html body .tabs-info .nav-tabs li.active a:focus,
html body .tabs-info .nav-tabs.nav-justified li.active a,
html body .tabs-info .nav-tabs.nav-justified li.active a:hover,
html body .tabs-info .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-info .nav-tabs li.active a,
html.dark body .tabs-info .nav-tabs li.active a:hover,
html.dark body .tabs-info .nav-tabs li.active a:focus,
html.dark body .tabs-info .nav-tabs.nav-justified li.active a,
html.dark body .tabs-info .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-info .nav-tabs.nav-justified li.active a:focus {
  border-top: none;
  color: #658179;
}

html body .tabs-info.tabs-bottom .nav-tabs li a:hover,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: black;
}

html body .tabs-info.tabs-bottom .nav-tabs li.active a,
html body .tabs-info.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-info.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: black;
}

html body .tabs-info.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-left li a:hover {
  border-left-color: black;
}

html body .tabs-info.tabs-vertical.tabs-left li.active a,
html body .tabs-info.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-info.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-info.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-info.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: black;
}

html body .tabs-info.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-right li a:hover {
  border-right-color: black;
}

html body .tabs-info.tabs-vertical.tabs-right li.active a,
html body .tabs-info.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-info.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-info.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-info.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: black;
}

html body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #658179;
}

html body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top: none;
}

html body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top: none;
  color: #658179;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #171717;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #171717;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #171717;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #171717;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #171717;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #171717;
}

/* dark */

html.dark body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #ffffff;
}

html.dark body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: #ffffff;
}

html.dark body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}

html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ffffff;
}

html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #ffffff;
}

html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ffffff;
}

html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #ffffff;
}

html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ffffff;
}

html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #ffffff;
}

ul.nav.nav-tabs li a {
  color: #658179;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-style: none none solid none !important;
  border-width: 1px;
  border-color: transparent;
}

ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li a:focus {
  background: none;
  border-style: none none solid none !important;
  border-width: 1px;
  border-color: #00935C;
  color: black;
}

ul.nav.nav-tabs li.active a {
  border-style: none none solid none !important;
  border-width: 1px;
  border-color: #00935C;
  color: black;
}

/*  Slider - */

.ui-slider.ui-widget-content {
  background: #ebebeb;
  border: none;
}

/*  Sliders - Horizontal */

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}

/*  Sliders - Vertical */

.ui-slider-vertical {
  display: inline-block;
  width: 6px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -7px;
}

/*  Sliders - UI Handle */

.ui-slider .ui-slider-handle {
  background: #d9d9d9;
  border: 6px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.ui-slider .ui-slider-handle:hover {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

/*  Sliders - UI Handle (Fix Windows Mobile Devices) */

.ui-slider .ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/*  Sliders - Range */

.ui-slider .ui-slider-range {
  background: #d9d9d9;
}

/*  Sliders - Contextual */

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #00935C;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to , #00935C 50%, #00603c 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00c67c), color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to right, #00c67c 0, #00935C 50%, #00603c 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
  background: #00935C;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to , #00935C 50%, #00603c 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00c67c), color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to right, #00c67c 0, #00935C 50%, #00603c 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
  background: #F04E23;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #F04E23), to(#d2370e));
  background-image: linear-gradient(to , #F04E23 50%, #d2370e 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f37453), color-stop(50%, #F04E23), to(#d2370e));
  background-image: linear-gradient(to right, #f37453 0, #F04E23 50%, #d2370e 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
  background: #F02323;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #F02323), to(#d20e0e));
  background-image: linear-gradient(to , #F02323 50%, #d20e0e 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f35353), color-stop(50%, #F02323), to(#d20e0e));
  background-image: linear-gradient(to right, #f35353 0, #F02323 50%, #d20e0e 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
  background: black;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, black), to(black));
  background-image: linear-gradient(to , black 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1a1a1a), color-stop(50%, black), to(black));
  background-image: linear-gradient(to right, #1a1a1a 0, black 50%, black 100%);
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
  background: #171717;
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #171717), to(black));
  background-image: linear-gradient(to , #171717 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #313131), color-stop(50%, #171717), to(black));
  background-image: linear-gradient(to right, #313131 0, #171717 50%, black 100%);
}

html.dark .ui-slider.ui-widget-content {
  background: #0c5c41;
}

.alert {
  border-radius: 24px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 16px 18px;
}

.alert .close {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: white;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
  margin-left: 24px;
  display: none;
}

.alert .close.show-close,
.alert-dismissible .alert .close {
  display: block !important;
}

.alert span[class^=icon-] {
  font-size: 19px;
}

.alert > span[class^=icon-] {
  margin-right: 24px;
}

.alert > *:not(span[class^=icon-]):not(.close) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.alert.alert-success {
  background-color: #0B533B !important;
  background-size: 24px;
  color: #fff !important;
}

.alert.alert-warning {
  background-color: #232939 !important;
  background-size: 24px;
  color: #fff !important;
}

.alert.alert-info {
  background-color: #000000 !important;
  background-size: 24px;
  color: #fff !important;
}

.alert.alert-danger {
  background-color: #F02323 !important;
  color: #fff !important;
}

/* Alert new states */

.alert-default {
  background-color: #ebebeb;
  border-color: #e3e3e3;
  color: #6c6c6c;
}

.alert-default .alert-link {
  color: #454545;
}

.alert-primary {
  background-color: #00935C;
  border-color: #008452;
  color: #ffffff;
}

.alert-primary .alert-link {
  color: #002d1c;
}

.alert-dark {
  background-color: #313131;
  border-color: black;
  color: #cacaca;
}

.alert-dark .alert-link {
  color: #f0f0f0;
}

/* Notification */

.ui-pnotify {
  right: 15px;
  top: 15px;
  z-index: 999999;
}

.ui-pnotify .notification {
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 15px 15px 75px;
}

.ui-pnotify .notification .ui-pnotify-icon {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-icon > span {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  float: none;
  font-size: 35px;
  height: 50px;
  line-height: 48px;
  margin: 8px 0 0;
  padding: 0;
  width: 50px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-title {
  font-size: 14px;
  letter-spacing: 0;
}

.ui-pnotify .notification .ui-pnotify-text {
  font-size: 12px;
  line-height: 1.3em;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
  line-height: 47px;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.ui-pnotify.ui-pnotify-no-icon .notification {
  padding-left: 15px;
}

.ui-pnotify .ui-pnotify-sharp {
  border-radius: 0;
}

body > .ui-pnotify {
  z-index: 999999 !important;
}

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon > span {
  border-color: transparent;
  border-radius: 0;
}

.ui-pnotify.stack-bar-top {
  right: 0;
  top: 0;
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span {
  margin-top: 7px;
}

.ui-pnotify.stack-bar-bottom {
  bottom: 0;
  left: auto;
  margin-left: 15%;
  right: auto;
  top: auto;
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span {
  margin-top: 9px;
}

.ui-pnotify.click-2-close {
  cursor: pointer;
}

/* Notification States */

.ui-pnotify .notification-primary {
  background: rgba(0, 147, 92, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
  background: #00935C;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(0, 147, 92, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #00935C;
}

.ui-pnotify .notification-success {
  background: rgba(0, 147, 92, 0.95);
  color: rgba(226, 252, 207, 0.7);
}

.ui-pnotify .notification-success .ui-pnotify-icon > span {
  border-color: rgba(226, 252, 207, 0.7);
}

.ui-pnotify.stack-bar-top .notification-success,
.ui-pnotify.stack-bar-bottom .notification-success {
  background: #00935C;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
  background: rgba(0, 147, 92, 0.95);
  color: rgba(226, 252, 207, 0.7);
}

.ui-pnotify.notification-success .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span {
  border-color: rgba(226, 252, 207, 0.7);
}

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success,
.ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
  background: #00935C;
}

.ui-pnotify .notification-warning {
  background: rgba(240, 78, 35, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-warning,
.ui-pnotify.stack-bar-bottom .notification-warning {
  background: #F04E23;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
  background: rgba(240, 78, 35, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning,
.ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
  background: #F04E23;
}

.ui-pnotify .notification-danger {
  background: rgba(240, 35, 35, 0.95);
  color: rgba(253, 233, 238, 0.7);
}

.ui-pnotify .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(253, 233, 238, 0.7);
}

.ui-pnotify.stack-bar-top .notification-danger,
.ui-pnotify.stack-bar-bottom .notification-danger {
  background: #F02323;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
  background: rgba(240, 35, 35, 0.95);
  color: rgba(253, 233, 238, 0.7);
}

.ui-pnotify.notification-danger .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(253, 233, 238, 0.7);
}

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger,
.ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
  background: #F02323;
}

.ui-pnotify .notification-info {
  background: rgba(0, 0, 0, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-info,
.ui-pnotify.stack-bar-bottom .notification-info {
  background: black;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
  background: rgba(0, 0, 0, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info,
.ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
  background: black;
}

.ui-pnotify .notification-dark {
  background: rgba(23, 23, 23, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-dark,
.ui-pnotify.stack-bar-bottom .notification-dark {
  background: #171717;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
  background: rgba(23, 23, 23, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark,
.ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
  background: #171717;
}

.ui-pnotify .notification {
  border-radius: 16px !important;
  padding: 16px 18px;
}

.ui-pnotify .notification .ui-pnotify-icon > span {
  height: 24px !important;
  width: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
}

.ui-pnotify .notification .ui-pnotify-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 345px;
  margin-left: 64px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.ui-pnotify .notification .ui-pnotify-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 345px;
  margin-left: 64px;
}

.ui-pnotify .notification .ui-pnotify-closer > span.fa {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5NDUgOS41OTQ4TDkuNjAyNTQgMTQuMzg2OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTQuMzk5NiAxNC4zOTMxTDkuNTk5NjEgOS41OTMxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi43NSAxMi4wMDAxQzIuNzUgMTguOTM3MSA1LjA2MyAyMS4yNTAxIDEyIDIxLjI1MDFDMTguOTM3IDIxLjI1MDEgMjEuMjUgMTguOTM3MSAyMS4yNSAxMi4wMDAxQzIxLjI1IDUuMDYzMSAxOC45MzcgMi43NTAxIDEyIDIuNzUwMUM1LjA2MyAyLjc1MDEgMi43NSA1LjA2MzEgMi43NSAxMi4wMDAxWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  display: block;
  height: 18px;
  width: 18px;
}

.ui-pnotify .notification .ui-pnotify-closer > span.fa::before {
  display: none;
  content: none;
}

.ui-pnotify .notification.notification-success {
  background-color: #0B533B !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNDQwNDMgMTIuMDAwMUwxMC44MTQ0IDE0LjM3MzFMMTUuNTYwNCA5LjYyNzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjc1IDEyLjAwMDFDMi43NSAxOC45MzcxIDUuMDYzIDIxLjI1MDEgMTIgMjEuMjUwMUMxOC45MzcgMjEuMjUwMSAyMS4yNSAxOC45MzcxIDIxLjI1IDEyLjAwMDFDMjEuMjUgNS4wNjMxIDE4LjkzNyAyLjc1MDEgMTIgMi43NTAxQzUuMDYzIDIuNzUwMSAyLjc1IDUuMDYzMSAyLjc1IDEyLjAwMDFaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 24px;
  color: #fff !important;
}

.ui-pnotify .notification.notification-warning {
  background-color: #232939 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMUM1LjUwNTU4IDIxIDIuOTU2NjYgMjAuNTM4NyAyLjU0MzUzIDE4LjIwMzNDMi4xMzAzOSAxNS44Njc5IDQuNzczODMgMTEuNDc3NCA1LjU4ODQyIDEwLjAyODVDOC4zMTI1NyA1LjE4NDA4IDEwLjE2MzcgMyAxMiAzQzEzLjgzNjMgMyAxNS42ODc0IDUuMTg0MDggMTguNDExNiAxMC4wMjg1QzE5LjIyNjIgMTEuNDc3NCAyMS44Njk2IDE1Ljg2NzkgMjEuNDU2NSAxOC4yMDMzQzIxLjA0NDQgMjAuNTM4NyAxOC40OTQ0IDIxIDEyIDIxWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgOC41VjEyLjM5NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEuOTk1NSAxNS44OTVIMTIuMDA0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 24px;
  color: #fff !important;
}

.ui-pnotify .notification.notification-info {
  background-color: #000000 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS4yNSAxMS45OTk5QzIxLjI1IDE4LjkzNjkgMTguOTM3IDIxLjI0OTkgMTIgMjEuMjQ5OUM1LjA2MyAyMS4yNDk5IDIuNzUgMTguOTM2OSAyLjc1IDExLjk5OTlDMi43NSA1LjA2MjkgNS4wNjMgMi43NDk5IDEyIDIuNzQ5OUMxOC45MzcgMi43NDk5IDIxLjI1IDUuMDYyOSAyMS4yNSAxMS45OTk5WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgMTUuODk1VjEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMi4wMDQ1IDguNUgxMS45OTU1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 24px;
  color: #fff !important;
}

.ui-pnotify .notification.notification-danger {
  background-color: #F02323 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjc1IDEyLjAwMDFDMi43NSA1LjA2MzEgNS4wNjMgMi43NTAxIDEyIDIuNzUwMUMxOC45MzcgMi43NTAxIDIxLjI1IDUuMDYzMSAyMS4yNSAxMi4wMDAxQzIxLjI1IDE4LjkzNzEgMTguOTM3IDIxLjI1MDEgMTIgMjEuMjUwMUM1LjA2MyAyMS4yNTAxIDIuNzUgMTguOTM3MSAyLjc1IDEyLjAwMDFaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMiA4LjEwNVYxMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEuOTk1NSAxNS41SDEyLjAwNDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 24px;
  color: #fff !important;
}

/* Notification Responsive */

@media only screen and (max-width: 767px) {
  html > body > .ui-pnotify {
    bottom: auto !important;
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
    top: 96px !important;
    width: auto !important;
  }

  html > body > .ui-pnotify .notification {
    border-radius: 0 !important;
    height: auto !important;
    position: static !important;
    width: 100%;
  }

  html > body > .ui-pnotify .notification .ui-pnotify-title,
  html > body > .ui-pnotify .notification .ui-pnotify-text {
    padding-right: 35px !important;
  }

  html > body > .ui-pnotify .notification .ui-pnotify-sticker {
    display: none !important;
  }

  html > body > .ui-pnotify .notification .ui-pnotify-closer {
    display: block !important;
    font-size: 24px !important;
    visibility: visible !important;
  }
}

/* Progress bar overwrite style */

.progress-bar {
  background: #00935C;
}

.progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

/* Progress bar default style */

.progress {
  background: #fafafa;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}

/* Progress bar light style */

.progress.light {
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f7f8), color-stop(10%, #f6f7f8), color-stop(11%, #f5f5f5));
  background: linear-gradient(#f6f7f8, #f6f7f8 10%, #f5f5f5 11%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

/* Progress bar roundness generic */

.progress-squared,
.progress-squared .progress-bar {
  border-radius: 0 !important;
}

/* Progress bar sizes */

.progress-xs {
  height: 7px;
}

.progress-xs,
.progress-xs .progress-bar {
  border-radius: 7px;
}

.progress-xs .progress-bar {
  direction: ltr !important;
  text-indent: -9999px;
}

.progress-xs.progress-half-rounded,
.progress-xs.progress-half-rounded .progress-bar {
  border-radius: 2px;
}

.progress-xs.progress-striped .progress-bar {
  background-size: 15px 15px;
}

.progress-sm {
  border-radius: 12px;
  height: 12px;
}

.progress-sm,
.progress-sm .progress-bar {
  border-radius: 12px;
}

.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 12px;
}

.progress-sm.progress-half-rounded,
.progress-sm.progress-half-rounded .progress-bar {
  border-radius: 4px;
}

.progress-sm.progress-striped .progress-bar {
  background-size: 20px 20px;
}

.progress-md {
  border-radius: 14px;
  height: 14px;
}

.progress-md,
.progress-md .progress-bar {
  border-radius: 14px;
}

.progress-md .progress-bar {
  font-size: 11px;
  line-height: 14px;
}

.progress-md.progress-half-rounded,
.progress-md.progress-half-rounded .progress-bar {
  border-radius: 4px;
}

.progress-md.progress-striped .progress-bar {
  background-size: 25px 25px;
}

.progress-lg {
  border-radius: 16px;
  height: 16px;
}

.progress-lg,
.progress-lg .progress-bar {
  border-radius: 16px;
}

.progress-lg .progress-bar {
  line-height: 16px;
}

.progress-lg.progress-half-rounded,
.progress-lg.progress-half-rounded .progress-bar {
  border-radius: 5px;
}

.progress-lg.progress-striped .progress-bar {
  background-size: 30px 30px;
}

.progress-xl {
  border-radius: 18px;
  height: 18px;
}

.progress-xl,
.progress-xl .progress-bar {
  border-radius: 18px;
}

.progress-xl .progress-bar {
  line-height: 18px;
}

.progress-xl.progress-half-rounded,
.progress-xl.progress-half-rounded .progress-bar {
  border-radius: 6px;
}

.progress-xl.progress-striped .progress-bar {
  background-size: 35px 35px;
}

/* Progress bar states */

.progress .progress-bar-primary {
  background-color: #00935C;
}

.progress .progress-bar-success {
  background-color: #00935C;
}

.progress .progress-bar-warning {
  background-color: #F04E23;
}

.progress .progress-bar-danger {
  background-color: #F02323;
}

.progress .progress-bar-info {
  background-color: black;
}

.progress .progress-bar-dark {
  background-color: #171717;
}

.circular-bar {
  margin-bottom: 25px;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.panel-group .panel-accordion {
  border: 1px solid #dddddd;
}

.panel-group .panel-accordion .panel-heading {
  border-radius: 24px;
  padding: 0;
}

.panel-group .panel-accordion .panel-heading a {
  color: #00935C;
  display: block;
  padding: 15px;
  font-size: 16px;
  border-radius: 24px;
}

.panel-group .panel-accordion .panel-heading a:hover,
.panel-group .panel-accordion .panel-heading a:focus {
  text-decoration: none;
}

.panel-group .panel-accordion .panel-heading a .fa {
  margin-right: 4px;
}

.panel-group .panel-accordion .panel-body {
  border-radius: 0 0 24px 24px;
}

.panel-group .panel-accordion.panel-accordion-first {
  border-radius: 0 0 24px 24px;
}

.panel-group .panel-accordion.panel-accordion-first .panel-heading {
  border-radius: 0 0 24px 24px;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
  background: #efeff3;
  color: #ffffff;
}

.panel-group .panel-accordion-success .panel-heading .panel-title a {
  background: #efeff3;
  color: #ffffff;
}

.panel-group .panel-accordion-warning .panel-heading .panel-title a {
  background: #efeff3;
  color: #ffffff;
}

.panel-group .panel-accordion-danger .panel-heading .panel-title a {
  background: #efeff3;
  color: #ffffff;
}

.panel-group .panel-accordion-info .panel-heading .panel-title a {
  background: #efeff3;
  color: #ffffff;
}

.panel-group .panel-accordion-dark .panel-heading .panel-title a {
  background: #efeff3;
  color: #ffffff;
}

html.dark .panel-group .panel-accordion {
  border-color: #0e6a4b;
}

html.dark .panel-group .panel-accordion .panel {
  background-color: #0e6a4b;
}

html.dark .panel-group .panel-accordion .panel-default {
  border-color: #0e6a4b;
}

html.dark .panel-group .panel-accordion .panel-heading {
  background-color: #107755;
}

html.dark .panel-group .panel-accordion .form-control {
  background-color: #0c5c41;
  border-color: #0c5c41;
}

.chart {
  width: 100%;
}

.chart.chart-xs {
  height: 150px;
}

.chart.chart-sm {
  height: 184px;
}

.chart.chart-md {
  height: 350px;
}

.chart.chart-lg {
  height: 500px;
}

#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: 0.7;
  font-size: 11px;
  border-radius: 5px;
}

.jqstooltip {
  min-width: 30px;
  min-height: 25px;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
}

.circular-bar {
  margin: 25px 0;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar.circular-bar-xs {
  width: 50px;
}

.circular-bar.circular-bar-xs strong {
  display: none;
}

.circular-bar.circular-bar-xs label {
  font-size: 11px;
  left: 0;
  text-align: center;
  top: 28%;
  width: 100%;
}

.gauge-chart {
  margin: 25px 0;
}

.gauge-chart strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.gauge-chart label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.small-chart-wrapper {
  display: inline-block;
  margin: 10px 15px;
  width: 100%;
}

.small-chart-wrapper .small-chart {
  display: inline-block;
  float: left;
  margin-bottom: 8px;
  min-width: 80px;
}

.small-chart-wrapper .small-chart-info {
  display: inline-block;
  padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #a0a0a0;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
  display: block;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .small-chart-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .small-chart-wrapper .small-chart {
    width: 100%;
    text-align: center;
  }

  .small-chart-wrapper .small-chart-info {
    padding-left: 0;
  }
}

.liquid-meter {
  position: relative;
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50%;
}

.liquid-meter meter {
  display: none;
}

.liquid-meter.liquid-meter-loaded {
  width: auto;
  padding-bottom: 0;
}

.liquid-meter.liquid-meter-loaded:before {
  display: none;
}

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
  max-height: 120px;
  max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
  max-height: 150px;
  max-width: 150px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
  max-height: 200px;
  max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
  max-height: 230px;
  max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
  margin-top: 3px;
}

.liquid-meter-wrapper .liquid-meter-selector a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  color: #9b9b9b;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #00935C;
}

.liquid-meter-wrapper .liquid-meter-selector a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.chart-data-selector {
  visibility: hidden;
  max-height: 255px;
  padding: 6px;
}

.chart-data-selector h2 {
  color: #33353f;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: -1px;
}

.chart-data-selector h2 .multiselect {
  background: #ffffff;
  border: 0 none;
  font-size: 18px;
  font-weight: 600;
  margin: -4px 0 0 4px !important;
  padding: 3px 12px 3px 8px;
}

.chart-data-selector h2 .multiselect:hover,
.chart-data-selector h2 .multiselect:focus,
.chart-data-selector h2 .multiselect:active {
  text-decoration: none;
}

.chart-data-selector h2 .multiselect-container {
  margin: 0 0 0 4px;
  min-width: 120%;
}

.chart-data-selector .chart-data-selector-items {
  position: relative;
  overflow: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-active {
  visibility: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-hidden {
  visibility: hidden;
}

.chart-data-selector.ready {
  max-height: none;
  visibility: visible;
}

.chart-data-selector.ready .chart-active {
  visibility: visible;
  position: relative;
  z-index: 2;
}

.chart-data-selector.ready .chart-hidden {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -9999px;
}

.ct-chart .ct-label,
.ct-chart .ct-label.ct-horizontal,
.ct-chart .ct-label.ct-vertical {
  font-size: 1.2rem;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #00935C;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #00935C;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #00472c;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #00472c;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
  stroke: #e36159;
}

.ct-chart .ct-series.ct-series-c .ct-area,
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut) {
  fill: #e36159;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
  stroke: #cd2c23;
}

.ct-chart .ct-series.ct-series-d .ct-area,
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut) {
  fill: #cd2c23;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
  stroke: #2baab1;
}

.ct-chart .ct-series.ct-series-e .ct-area,
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut) {
  fill: #2baab1;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
  stroke: #1c6f73;
}

.ct-chart .ct-series.ct-series-f .ct-area,
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut) {
  fill: #1c6f73;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #734ba9;
}

.ct-chart .ct-series.ct-series-g .ct-area,
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut) {
  fill: #734ba9;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #4f3374;
}

.ct-chart .ct-series.ct-series-h .ct-area,
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut) {
  fill: #4f3374;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #00472c;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #00472c;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #00e08c;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #00e08c;
}

.ct-chart .ct-series.ct-series-k .ct-bar,
.ct-chart .ct-series.ct-series-k .ct-line,
.ct-chart .ct-series.ct-series-k .ct-point,
.ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
  stroke: #ee9f9a;
}

.ct-chart .ct-series.ct-series-k .ct-area,
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut) {
  fill: #ee9f9a;
}

.ct-chart .ct-series.ct-series-l .ct-bar,
.ct-chart .ct-series.ct-series-l .ct-line,
.ct-chart .ct-series.ct-series-l .ct-point,
.ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
  stroke: #53ced5;
}

.ct-chart .ct-series.ct-series-l .ct-area,
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut) {
  fill: #53ced5;
}

.ct-chart .ct-series.ct-series-m .ct-bar,
.ct-chart .ct-series.ct-series-m .ct-line,
.ct-chart .ct-series.ct-series-m .ct-point,
.ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
  stroke: #9b7cc5;
}

.ct-chart .ct-series.ct-series-m .ct-area,
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut) {
  fill: #9b7cc5;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: black;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: black;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #47ffba;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: #47ffba;
}

.ct-chart .tooltip {
  opacity: 1;
  position: absolute;
  display: inline-block;
  min-width: 115px;
  padding: 8px;
  background: #00935C;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.ct-chart .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #00935C;
}

html.dark .chart-data-selector h2 .multiselect {
  background-color: #0e6a4b;
}

.jstree-default .jstree-checkbox {
  background-image: url("../images/vendor/jstree.png");
}

.jstree-default .jstree-icon {
  color: #333333;
}

.jstree-default .jstree-hovered {
  background-color: #adffe0;
}

.jstree-default .jstree-clicked {
  background-color: #7affcd;
}

.jstree-default .jstree-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.jstree-default .colored {
  color: #00935C;
}

.jstree-default .colored .jstree-icon {
  color: #00935C;
}

.jstree-default .colored-icon .jstree-icon {
  color: #00935C;
}

.jstree-default .folder .jstree-icon {
  color: #ddc03f !important;
}

/* dark */

html.dark body .jstree-default .jstree-checkbox {
  background-image: url("../images/vendor/jstree-dark.png");
}

html.dark body .jstree-default .jstree-hovered {
  background-color: #0c5c41 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html.dark body .jstree-default .jstree-clicked {
  background-color: #0B533B !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html.dark body .jstree-default .jstree-icon {
  color: #ffffff;
}

/* Word Rotate */

.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0px;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -1px;
}

.word-rotate.active {
  visibility: visible;
  width: auto;
}

.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}

.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}

.word-rotate.highlight {
  top: 1px;
}

/* Word Rotate - Titles */

h1 .word-rotate {
  margin-bottom: -12px;
}

h2 .word-rotate {
  margin-bottom: -12px;
}

h2.word-rotator-title {
  line-height: 54px;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 34px;
  margin: 5px 0;
  padding: 6px 10px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  background: #f6f6f6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle:hover {
  color: #00935C;
  background: #ffffff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 7px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}

.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #adffe0;
  border: 1px dashed #00935C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px dashed #bbbbbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/* dark */

html.dark .dd-handle {
  background: #0e6a4b;
  border-color: #0c5c41;
  color: #ffffff;
}

html.dark .dd-handle:hover {
  background: #0c5c41;
}

.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
}

.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.toggle > label {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #f4f4f4;
  border-left: 3px solid #00935C;
  border-radius: 24px;
  color: #00935C;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.toggle > label:-moz-selection {
  background: none;
}

.toggle > label i.fa-minus {
  display: none;
}

.toggle > label i.fa-plus {
  display: inline;
}

.toggle > label:selection {
  background: none;
}

.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}

.toggle > label:hover {
  background: #f5f5f5;
}

.toggle > label + p {
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.toggle > .toggle-content {
  display: none;
}

.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}

.toggle.active i.fa-minus {
  display: inline;
  color: #ffffff;
}

.toggle.active i.fa-plus {
  display: none;
}

.toggle.active > label {
  background: #00935C;
  border-color: #00935C;
  color: #ffffff;
}

.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #ffffff;
  margin-top: -3px;
  right: 10px;
}

.toggle.active > p {
  white-space: normal;
}

.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}

/* dark */

html.dark .toggle > label {
  background: #0e6a4b;
}

.label-default {
  background: #ebebeb;
  color: #777777;
}

.label-sm {
  font-size: 50%;
}

.label-primary {
  background: #00935C;
  color: #ffffff;
}

.label-success {
  background: #00935C;
  color: #e2fccf;
}

.label-warning {
  background: #F04E23;
  color: #ffffff;
}

.label-danger {
  background: #F02323;
  color: #fde9ee;
}

.label-info {
  background: black;
  color: #ffffff;
}

.label-dark {
  background: #171717;
  color: #ffffff;
}

.mfp-bg {
  z-index: 10027;
}

.mfp-wrap {
  z-index: 10028;
}

.mfp-wrap .mfp-content {
  z-index: 10028;
}

.modal-block {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.modal-block.modal-block-xs {
  max-width: 200px;
}

.modal-block.modal-block-sm {
  max-width: 400px;
}

.modal-block.modal-block-md {
  max-width: 600px;
}

.modal-block.modal-block-lg {
  max-width: 900px;
}

.modal-block.modal-block-full {
  max-width: 98%;
}

.modal-block.modal-header-color .panel-heading h2 {
  color: #ffffff;
}

.modal-block.modal-full-color {
  color: #ffffff;
}

.modal-block.modal-full-color .panel-heading {
  border: 0;
}

.modal-block.modal-full-color .panel-heading h2 {
  color: #ffffff;
}

.modal-block.modal-full-color .panel-footer {
  border: 0;
}

.modal-block.modal-full-color .panel-body {
  background-color: transparent;
}

.modal-block.modal-full-color .fa {
  color: #ffffff !important;
}

/* Modal Wrapper */

.modal-wrapper {
  position: relative;
  padding: 25px 0;
}

/* Modal Icon */

.modal-icon {
  float: left;
  width: 20%;
  text-align: center;
}

.modal-icon .fa {
  font-size: 52px;
  position: relative;
  top: -10px;
  color: #00935C;
}

.modal-icon.center {
  float: none;
  width: auto;
  padding-top: 20px;
}

.modal-icon.center + .modal-text {
  float: none;
  width: auto;
}

.modal-icon + .modal-text {
  float: left;
  width: 80%;
}

/* Modal Text */

.modal-text {
  padding: 0 5px;
}

.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
  padding: 0;
  margin: -7px 0 4px 0;
}

/* Modal Title */

.modal-title {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.modal-title h1,
.modal-title h2,
.modal-title h3,
.modal-title h4,
.modal-title h5,
.modal-title h6 {
  padding: 0;
  margin: -7px 0 4px 0;
  font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
  font-weight: 300;
}

.modal-dialog .modal-content {
  border: none;
  border-radius: 24px;
  -webkit-box-shadow: 0px 16px 32px 0px #0000000A !important;
          box-shadow: 0px 16px 32px 0px #0000000A !important;
}

.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.modal-dialog .bootbox-close-button.close {
  opacity: 1 !important;
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

.modal-dialog .bootbox-close-button.close::after {
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5NDUgOS41OTQ4TDkuNjAyNTQgMTQuMzg2OCIgc3Ryb2tlPSIjMDA5MzVDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC4zOTk2IDE0LjM5MzFMOS41OTk2MSA5LjU5MzEiIHN0cm9rZT0iIzAwOTM1QyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNzUgMTIuMDAwMUMyLjc1IDE4LjkzNzEgNS4wNjMgMjEuMjUwMSAxMiAyMS4yNTAxQzE4LjkzNyAyMS4yNTAxIDIxLjI1IDE4LjkzNzEgMjEuMjUgMTIuMDAwMUMyMS4yNSA1LjA2MzEgMTguOTM3IDIuNzUwMSAxMiAyLjc1MDFDNS4wNjMgMi43NTAxIDIuNzUgNS4wNjMxIDIuNzUgMTIuMDAwMVoiIHN0cm9rZT0iIzAwOTM1QyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border: 1px solid #93B6AC80;
  border-radius: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.modal-block-primary .fa {
  color: #00935C;
}

.modal-block-primary.modal-header-color .panel-heading {
  background-color: #00935C;
}

.modal-block-primary.modal-full-color .panel {
  background-color: #00bc76;
}

.modal-block-primary.modal-full-color .panel-heading {
  background-color: #00935C;
}

.modal-block-primary.modal-full-color .panel-footer {
  background-color: #00bc76;
}

.modal-block-success .fa {
  color: #00935C;
}

.modal-block-success.modal-header-color .panel-heading {
  background-color: #00935C;
}

.modal-block-success.modal-full-color .panel {
  background-color: #00bc76;
}

.modal-block-success.modal-full-color .panel-heading {
  background-color: #00935C;
}

.modal-block-success.modal-full-color .panel-footer {
  background-color: #00bc76;
}

.modal-block-warning .fa {
  color: #F04E23;
}

.modal-block-warning.modal-header-color .panel-heading {
  background-color: #F04E23;
}

.modal-block-warning.modal-full-color .panel {
  background-color: #f36d49;
}

.modal-block-warning.modal-full-color .panel-heading {
  background-color: #F04E23;
}

.modal-block-warning.modal-full-color .panel-footer {
  background-color: #f36d49;
}

.modal-block-danger .fa {
  color: #F02323;
}

.modal-block-danger.modal-header-color .panel-heading {
  background-color: #F02323;
}

.modal-block-danger.modal-full-color .panel {
  background-color: #f34949;
}

.modal-block-danger.modal-full-color .panel-heading {
  background-color: #F02323;
}

.modal-block-danger.modal-full-color .panel-footer {
  background-color: #f34949;
}

.modal-block-info .fa {
  color: black;
}

.modal-block-info.modal-header-color .panel-heading {
  background-color: black;
}

.modal-block-info.modal-full-color .panel {
  background-color: #141414;
}

.modal-block-info.modal-full-color .panel-heading {
  background-color: black;
}

.modal-block-info.modal-full-color .panel-footer {
  background-color: #141414;
}

.modal-block-dark .fa {
  color: #171717;
}

.modal-block-dark.modal-header-color .panel-heading {
  background-color: #171717;
}

.modal-block-dark.modal-full-color .panel {
  background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .panel-heading {
  background-color: #171717;
}

.modal-block-dark.modal-full-color .panel-footer {
  background-color: #2b2b2b;
}

html.dark .modal-content {
  background-color: #0B533B;
}

html.dark .modal-header,
html.dark .modal-footer {
  border-color: #0e6a4b;
}

/* Close */

.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: "Cera Pro", Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #838383;
}

/* No Margins */

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

/* Zoom */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Animnate */

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Dialog */

.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}

.dialog.dialog-xs {
  max-width: 200px;
}

.dialog.dialog-sm {
  max-width: 400px;
}

.dialog.dialog-md {
  max-width: 600px;
}

.dialog.dialog-lg {
  max-width: 900px;
}

/* White Popup Block */

.white-popup-block {
  background: #ffffff;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}

.white-popup-block.white-popup-block-md {
  max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

/* Dark */

html.dark .white-popup-block,
html.dark .dialog {
  background: #0B533B;
}

/*
Animate.css - http: //daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

.animated,
.appear-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    opacity: 1;
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    opacity: 1;
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
    opacity: 1;
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    opacity: 1;
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.thumb-info {
  position: relative;
}

.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(36, 27, 28, 0.9);
  bottom: 10%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1;
}

.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}

.thumb-info .thumb-info-type {
  background-color: #00935C;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
}

/* Widget - Widget Toggle/Expand */

.widget-toggle-expand .widget-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
}

.widget-toggle-expand .widget-header h6 {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.widget-toggle-expand .widget-header .widget-toggle {
  font-size: 2.1rem;
  line-height: 2.1rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  color: #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.widget-toggle-expand.widget-collapsed .widget-content-expanded {
  display: none;
}

.widget-toggle-expand.widget-collapsed .widget-header .widget-toggle {
  -webkit-transform: none;
  transform: none;
}

/* Widget - Simple User List */

ul.simple-user-list {
  list-style: none;
  padding: 0;
}

ul.simple-user-list li {
  margin: 0 0 20px;
}

ul.simple-user-list li .image {
  float: left;
  margin: 0 10px 0 0;
}

ul.simple-user-list li .title {
  color: #000011;
  display: block;
  line-height: 1.334;
}

ul.simple-user-list li .message {
  display: block;
  font-size: 1.2rem;
  line-height: 1.334;
}

/* Widget - Simple Post List */

ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.simple-post-list li {
  border-bottom: 1px dotted #e2e2e2;
  padding: 15px 0;
}

ul.simple-post-list li:after {
  content: "";
  display: table;
  clear: both;
}

ul.simple-post-list li::last-child {
  border-bottom: 0;
}

ul.simple-post-list li .post-image {
  float: left;
  margin-right: 12px;
}

ul.simple-post-list li .post-meta {
  color: #888888;
  font-size: 0.8em;
}

ul.simple-post-list li:last-child {
  border-bottom: none;
}

/* Widget - Simple Todo List */

ul.simple-todo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.simple-todo-list li {
  position: relative;
  padding: 0 0 0 20px;
}

ul.simple-todo-list li.completed {
  color: #a7a7a7;
}

ul.simple-todo-list li.completed:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: FontAwesome;
  content: "";
  z-index: 1;
}

/* Widget - Social Icons */

.social-icons-list {
  display: block;
  margin: 0;
  padding: 0;
}

.social-icons-list a {
  background: #00935C;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.social-icons-list a:hover {
  text-decoration: none;
}

.social-icons-list a span {
  display: none;
}

.social-icons-list a i {
  font-size: 1.35rem;
  color: #ffffff;
  font-weight: normal;
}

/* Widget - Simple Compose Box */

.simple-compose-box {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #ffffff;
}

.simple-compose-box textarea {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border: 0;
  resize: none;
  border-radius: 3px;
}

.simple-compose-box textarea:focus {
  border: 0 none;
  outline: none;
}

.simple-compose-box .compose-box-footer {
  background-color: #f6f7f8;
  border-radius: 0 0 5px 5px;
}

.simple-compose-box .compose-box-footer:after {
  content: "";
  display: table;
  clear: both;
}

.simple-compose-box .compose-box-footer .compose-toolbar {
  list-style: none;
  margin: 0;
  padding: 0 3px;
  float: left;
}

.simple-compose-box .compose-box-footer .compose-toolbar li {
  display: inline-block;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  color: #b3b7bd;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
  background-color: #e8eaed;
}

.simple-compose-box .compose-box-footer .compose-btn {
  list-style: none;
  margin: 0;
  padding: 3px;
  float: right;
}

/* Widget - Simple Card List */

ul.simple-card-list {
  list-style: none;
  padding: 0;
}

ul.simple-card-list li {
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 7px;
}

ul.simple-card-list li h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
}

ul.simple-card-list li p {
  margin: 0;
  opacity: 0.7;
}

.simple-card-list li.primary {
  background: #00935C;
  color: #ffffff;
}

.simple-card-list li.success {
  background: #00935C;
  color: #e2fccf;
}

.simple-card-list li.warning {
  background: #F04E23;
  color: #ffffff;
}

.simple-card-list li.danger {
  background: #F02323;
  color: #fde9ee;
}

.simple-card-list li.info {
  background: black;
  color: #ffffff;
}

.simple-card-list li.dark {
  background: #171717;
  color: #ffffff;
}

div.simple-card-list {
  display: table;
  width: 100%;
}

div.simple-card-list .card {
  display: table-cell;
}

div.simple-card-list .card .card-content {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0 7px;
  padding: 5px;
}

div.simple-card-list .card h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
}

div.simple-card-list .card p {
  margin: 0;
  opacity: 0.7;
}

/* Widget - Simple Button List */

ul.simple-bullet-list {
  list-style: none;
  padding: 0;
}

ul.simple-bullet-list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}

ul.simple-bullet-list li:before {
  border: 6px solid #00935C;
  border-radius: 100px;
  content: "";
  display: inline-block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  z-index: 2;
}

ul.simple-bullet-list li .title {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #171717;
}

ul.simple-bullet-list li .description {
  display: block;
  color: #999999;
  font-size: 1.1rem;
  line-height: 1.334;
}

ul.simple-bullet-list li.red:before {
  border-color: #d64b4b;
}

ul.simple-bullet-list li.green:before {
  border-color: #4dd79c;
}

ul.simple-bullet-list li.blue:before {
  border-color: #0090d9;
}

ul.simple-bullet-list li.orange:before {
  border-color: #e2a917;
}

/* Widget - Summary */

.widget-summary {
  display: table;
  width: 100%;
}

.widget-summary:after {
  content: "";
  display: table;
  clear: both;
}

.widget-summary .widget-summary-col {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
  width: 1%;
}

.widget-summary .summary-icon {
  margin-right: 15px;
  font-size: 4.2rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  border-radius: 55px;
}

.widget-summary .summary {
  min-height: 65px;
  word-break: break-all;
}

.widget-summary .summary .title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333333;
  font-weight: 500;
}

.widget-summary .summary .info {
  font-size: 1.4rem;
  line-height: 3rem;
}

.widget-summary .summary .info span {
  vertical-align: middle;
}

.widget-summary .summary .amount {
  margin-right: 0.2em;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333333;
  vertical-align: middle;
}

.widget-summary .summary-footer {
  padding: 5px 0 0;
  border-top: 1px dotted #dddddd;
  text-align: right;
}

.bg-primary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-primary .widget-summary .summary .title,
.bg-primary .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-primary .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-primary .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

.bg-secondary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-secondary .widget-summary .summary .title,
.bg-secondary .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-secondary .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-secondary .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

.bg-tertiary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-tertiary .widget-summary .summary .title,
.bg-tertiary .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-tertiary .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-tertiary .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

.bg-quartenary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-quartenary .widget-summary .summary .title,
.bg-quartenary .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-quartenary .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-quartenary .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

.bg-success .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-success .widget-summary .summary .title,
.bg-success .widget-summary .summary .amount {
  color: #e2fccf;
}

.bg-success .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-success .widget-summary .summary-footer a {
  color: #e2fccf;
  opacity: 0.6;
}

.bg-warning .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-warning .widget-summary .summary .title,
.bg-warning .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-warning .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-warning .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

.bg-danger .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-danger .widget-summary .summary .title,
.bg-danger .widget-summary .summary .amount {
  color: #fde9ee;
}

.bg-danger .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-danger .widget-summary .summary-footer a {
  color: #fde9ee;
  opacity: 0.6;
}

.bg-info .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-info .widget-summary .summary .title,
.bg-info .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-info .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-info .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

.bg-dark .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .widget-summary .summary .title,
.bg-dark .widget-summary .summary .amount {
  color: #ffffff;
}

.bg-dark .widget-summary .summary-footer {
  border-top: 1px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .widget-summary .summary-footer a {
  color: #ffffff;
  opacity: 0.6;
}

@media only screen and (min-width: 480px) {
  .widget-summary.widget-summary-xlg {
    padding: 5px 0;
  }

  .widget-summary.widget-summary-xlg .summary-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 4.8rem;
  }

  .widget-summary.widget-summary-xlg .summary {
    min-height: 80px;
  }

  .widget-summary.widget-summary-xlg .summary .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .widget-summary.widget-summary-xlg .summary .info {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .widget-summary.widget-summary-xlg .summary .amount {
    font-size: 2.8rem;
  }
}

.widget-summary.widget-summary-lg {
  padding: 0;
}

.widget-summary.widget-summary-lg .summary-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 4.2rem;
}

.widget-summary.widget-summary-lg .summary {
  min-height: 65px;
}

.widget-summary.widget-summary-lg .summary .title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.widget-summary.widget-summary-lg .summary .info {
  font-size: 1.4rem;
  line-height: 3rem;
}

.widget-summary.widget-summary-lg .summary .amount {
  font-size: 2.4rem;
}

.widget-summary.widget-summary-md {
  padding: 0;
}

.widget-summary.widget-summary-md .summary-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 3.2rem;
}

.widget-summary.widget-summary-md .summary {
  min-height: 0;
  margin-top: 12px;
}

.widget-summary.widget-summary-md .summary .title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.widget-summary.widget-summary-md .summary .info {
  font-size: 1.1rem;
  line-height: 2.2rem;
}

.widget-summary.widget-summary-md .summary .amount {
  font-size: 1.8rem;
  font-weight: 700;
}

.widget-summary.widget-summary-md .summary-footer {
  display: none;
}

.widget-summary.widget-summary-sm {
  padding: 0;
}

.widget-summary.widget-summary-sm .summary-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
}

.widget-summary.widget-summary-sm .summary {
  min-height: 0;
  margin-top: 4px;
}

.widget-summary.widget-summary-sm .summary .title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.widget-summary.widget-summary-sm .summary .info {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.widget-summary.widget-summary-sm .summary .amount {
  font-size: 1.6rem;
  font-weight: 700;
}

.widget-summary.widget-summary-sm .summary-footer {
  display: none;
}

.widget-summary.widget-summary-xs {
  padding: 0;
}

.widget-summary.widget-summary-xs .summary-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.8rem;
}

.widget-summary.widget-summary-xs .summary {
  min-height: 0;
}

.widget-summary.widget-summary-xs .summary .title {
  font-size: 1.2rem;
  line-height: 40px;
}

.widget-summary.widget-summary-xs .summary .info {
  display: none;
}

.widget-summary.widget-summary-xs .summary-footer {
  display: none;
}

/* Widget - Todo List */

ul.widget-todo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

ul.widget-todo-list li {
  border-bottom: 1px dotted #dddddd;
  padding: 15px 15px 15px 0;
  position: relative;
}

ul.widget-todo-list li label.line-through span {
  text-decoration: line-through;
}

ul.widget-todo-list li .checkbox-custom {
  margin-bottom: 0;
}

ul.widget-todo-list li .checkbox-custom label {
  padding-left: 10px;
}

ul.widget-todo-list li .todo-actions {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 14px;
}

ul.widget-todo-list li .todo-actions .todo-remove {
  font-size: 10px;
  vertical-align: middle;
  color: #999999;
}

ul.widget-todo-list li:last-child {
  border-bottom: 0 none;
}

/* Widget - Profile Info */

.widget-profile-info {
  display: table;
  width: 100%;
}

.widget-profile-info .profile-picture {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.widget-profile-info .profile-picture img {
  display: block;
  width: 70px;
  height: auto;
  margin-right: 35px;
  border: 4px solid #cccccc;
}

.widget-profile-info .profile-info {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

.widget-profile-info .profile-info .profile-footer {
  padding: 5px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: left;
}

.widget-profile-info .profile-info .profile-footer a {
  color: #00935C;
  opacity: 0.6;
}

/* Widget - Twitter Profile */

.widget-twitter-profile {
  background-color: #00935C;
  border-radius: 24px;
  color: #ffffff;
}

.widget-twitter-profile .top-image img {
  width: 100%;
  border-radius: 24px 24px 0 0;
}

.widget-twitter-profile .profile-info {
  padding: 15px;
  min-height: 75px;
}

.widget-twitter-profile .profile-info:after {
  content: "";
  display: table;
  clear: both;
}

.widget-twitter-profile .profile-info .profile-picture {
  float: left;
  margin-right: 15px;
  position: relative;
}

.widget-twitter-profile .profile-info .profile-picture img {
  display: block;
  width: 100px;
  height: 100px;
  margin: -25px 0;
  border: 4px solid #ffffff;
  border-radius: 50px;
}

.widget-twitter-profile .profile-info .profile-account {
  float: left;
}

.widget-twitter-profile .profile-info .profile-account .name {
  margin: 0;
}

.widget-twitter-profile .profile-info .profile-account .account {
  color: #93ffd7;
  margin: 0;
  line-height: 1.4;
}

.widget-twitter-profile .profile-info .profile-stats {
  float: right;
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.widget-twitter-profile .profile-info .profile-stats li {
  float: left;
  padding: 0 10px;
}

.widget-twitter-profile .profile-info .profile-stats li .stat {
  font-size: 1rem;
  margin: 0;
}

.widget-twitter-profile .profile-info .profile-stats li .count {
  display: block;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

.widget-twitter-profile .profile-quote {
  background-color: #00a769;
  border-radius: 0 0 24px 24px;
  padding: 15px 10px 15px 150px;
}

.widget-twitter-profile .profile-quote blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}

.widget-twitter-profile .profile-quote blockquote p {
  position: relative;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 15px 0;
  margin: 0 0 10px;
  font-family: Georgia, serif;
}

.widget-twitter-profile .profile-quote blockquote p:before {
  position: absolute;
  top: 0;
  left: -45px;
  content: "“";
  font-size: 8rem;
  line-height: 1;
  font-family: Georgia, serif;
  font-style: normal;
}

.widget-twitter-profile .profile-quote .quote-footer {
  border-top: 1px solid #00c67c;
  padding: 5px 0;
  text-align: right;
  color: #93ffd7;
}

.widget-twitter-profile .profile-quote .quote-footer a {
  color: #93ffd7;
}

/* Widget - Twitter Profile Responsive */

@media only screen and (max-width: 479px) {
  .widget-twitter-profile .profile-info .profile-stats {
    clear: both;
    float: none;
    padding: 45px 0 0;
    text-align: center;
  }

  .widget-twitter-profile .profile-info .profile-stats li {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .widget-twitter-profile .profile-quote {
    padding-left: 10px;
  }

  .widget-twitter-profile .profile-quote blockquote {
    padding-left: 45px;
  }
}

html.dark {
  /* Widget Summary */
  /* Panel Footer - Button Group */
  /* To-do List */
  /* Simple Post List */
  /* Simple User List */
  /* Simple Bullet List */
  /* Simple Compose Box */
}

html.dark .widget-summary .summary .title,
html.dark .widget-summary .summary .amount {
  color: #eeeeee;
}

html.dark .widget-summary .summary-footer {
  border-color: #4c4c4c;
}

html.dark .panel-footer-btn-group a {
  background-color: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .panel-footer-btn-group a:hover {
  background-color: #107755;
}

html.dark ul.widget-todo-list li {
  border-color: #0d6145;
}

html.dark ul.simple-post-list li {
  border-color: #4c4c4c;
}

html.dark ul.simple-user-list li .title {
  color: #eeeeee;
}

html.dark ul.simple-bullet-list li .title {
  color: #eeeeee;
}

html.dark .simple-compose-box {
  background-color: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .simple-compose-box .compose-box-footer {
  background-color: #0c5c41;
}

/* Buttons - States */

.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
  color: #00935C;
  background-color: #93ffd7;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
  background-color: #00935C;
}

.nav-pills-success > li a:hover,
.nav-pills-success > li a:focus {
  color: #00935C;
  background-color: #47ffab;
}

.nav-pills-success > li.active > a,
.nav-pills-success > li.active > a:hover,
.nav-pills-success > li.active > a:active,
.nav-pills-success > li.active > a:focus {
  background-color: #00935C;
}

.nav-pills-warning > li a:hover,
.nav-pills-warning > li a:focus {
  color: #F04E23;
  background-color: #fbd0ca;
}

.nav-pills-warning > li.active > a,
.nav-pills-warning > li.active > a:hover,
.nav-pills-warning > li.active > a:active,
.nav-pills-warning > li.active > a:focus {
  background-color: #F04E23;
}

.nav-pills-danger > li a:hover,
.nav-pills-danger > li a:focus {
  color: #F02323;
  background-color: #fbcace;
}

.nav-pills-danger > li.active > a,
.nav-pills-danger > li.active > a:hover,
.nav-pills-danger > li.active > a:active,
.nav-pills-danger > li.active > a:focus {
  background-color: #F02323;
}

.nav-pills-info > li a:hover,
.nav-pills-info > li a:focus {
  color: black;
  background-color: #595959;
}

.nav-pills-info > li.active > a,
.nav-pills-info > li.active > a:hover,
.nav-pills-info > li.active > a:active,
.nav-pills-info > li.active > a:focus {
  background-color: black;
}

.nav-pills-dark > li a:hover,
.nav-pills-dark > li a:focus {
  color: #171717;
  background-color: #707070;
}

.nav-pills-dark > li.active > a,
.nav-pills-dark > li.active > a:hover,
.nav-pills-dark > li.active > a:active,
.nav-pills-dark > li.active > a:focus {
  background-color: #171717;
}

.portlet-handler {
  cursor: move;
}

.portlet-placeholder {
  margin-bottom: 15px;
  padding: 0;
  border: 1px dashed #dddddd;
  background: #fafafa;
  color: #444444;
}

/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #00935C;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00935C, 0 0 5px #00935C;
          box-shadow: 0 0 10px #00935C, 0 0 5px #00935C;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #2299dd;
  border-left-color: #2299dd;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Tables - Basic */

.table {
  width: 100%;
}

.table .table {
  background: transparent;
}

/* Bootstrap uses important, we need to force it here */

.table.mb-none {
  margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */

.table .b-top-none td {
  border-top: none;
}

/* Tables - Actions */

.table .actions,
.table .actions-hover {
  vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
  display: inline-block;
  margin-right: 5px;
  color: #666666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
  margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
  color: #333333;
}

.table .actions-hover a {
  opacity: 0;
}

.table tr:hover .actions-hover a {
  opacity: 1;
}

.table .actions-fade a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */

@media only screen and (max-width: 991px) {
  .table.table-no-more,
  .table.table-no-more thead,
  .table.table-no-more tbody,
  .table.table-no-more tr,
  .table.table-no-more th,
  .table.table-no-more td {
    display: block;
  }

  .table.table-no-more thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }

  .table.table-no-more tr {
    border-bottom: 1px solid #dddddd;
  }

  .table.table-no-more td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
    white-space: normal;
  }

  .table.table-no-more td:before {
    content: attr(data-title);
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 8px;
    white-space: nowrap;
    width: 45%;
  }

  .table.table-no-more.table-bordered td {
    border-bottom: 1px solid #efefef;
  }

  .table.table-no-more.table-condensed td:before {
    top: 5px;
  }
}

/* Dark - Tables */

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
  border-color: #0d6548;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #0b533b;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
  background-color: #0e6749;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  html.dark .table-responsive {
    border-color: #0d6548;
  }
}

@media only screen and (max-width: 991px) {
  html.dark .table.table-no-more tr,
  html.dark .table.table-no-more.table-bordered td {
    border-bottom-color: #0d6548;
  }
}

/* Tables - States */

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  color: #ffffff;
  background-color: #00935C !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
  background-color: #00935C !important;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
  background-color: #F04E23 !important;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
  background-color: #F02323 !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
  background-color: black !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  color: #ffffff;
  background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  background-color: #4a4a4a;
  color: #ffffff;
}

/* Common Fixes */

.dataTables_wrapper {
  position: relative;
}

.dataTables_wrapper .DTTT.btn-group {
  display: inline-block !important;
}

.dataTables_wrapper .datatables-header {
  margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
  font-weight: normal;
  margin: 0;
}

.dataTables_wrapper table thead th {
  padding-right: 21px !important;
}

.dataTables_wrapper .dataTables_length .select2-container {
  margin-right: 10px;
  width: 75px;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
  }

  .dataTables_wrapper .dataTables_length label {
    float: none;
    width: 100%;
  }
}

/* Filter */

.dataTables_wrapper .dataTables_filter label {
  width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }
}

/* Footer */

.dataTables_wrapper .datatables-footer {
  margin-top: 15px;
}

.dataTables_wrapper .datatables-footer .dataTables_info {
  font-size: 11px;
  padding-top: 0;
  margin-top: 6px;
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .datatables-footer .dataTables_info {
    margin-bottom: 15px;
    text-align: center;
  }

  .dataTables_wrapper .datatables-footer .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
    display: inline-block;
  }
}

/* Empty Row */

.dataTables_wrapper .dataTables_empty {
  padding: 50px 0;
  text-align: center;
}

.dataTables_processing {
  background: #00935C;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  left: 50%;
  margin-left: -36px;
  padding: 5px 10px;
  position: absolute;
  top: 3px;
}

@media only screen and (max-width: 991px) {
  .dataTables_processing {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .panel {
  background: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
  display: none !important;
}

.DTTT_Print .DTTT_print_info {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  left: 0;
  height: 100px;
  line-height: 100px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  top: 0;
  width: 100%;
}

/* Dark Fixes */

html.dark div.DTTT .btn {
  color: #eeeeee !important;
}

.pricing-table {
  margin: 25px 0;
  padding-left: 0;
  text-align: center;
}

.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.pricing-table li {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
}

.pricing-table h3 {
  background-color: #eeeeee;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}

.pricing-table h3 span {
  background: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 20px #dddddd inset, 0 3px 0 #999999 inset;
          box-shadow: 0 5px 20px #dddddd inset, 0 3px 0 #999999 inset;
  color: #00935C;
  display: block;
  font: bold 25px/100px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}

.pricing-table .most-popular {
  border: 3px solid #cccccc;
  -webkit-box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}

.pricing-table .most-popular h3 {
  background-color: #00935C;
  color: #ffffff;
  padding-top: 30px;
}

.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 85px;
}

.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #333333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 120px;
}

.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}

.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

.pricing-table .plan {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #333333;
  margin-bottom: 35px;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.pricing-table .btn {
  margin-top: 5px;
}

/* dark */

html.dark .pricing-table li {
  border-top-color: #0c5c41;
}

html.dark .pricing-table h3 {
  background-color: #0c5c41;
  text-shadow: none;
}

html.dark .pricing-table h3 span {
  background: #107755;
  border-color: #0d6145;
  -webkit-box-shadow: 0 5px 20px #0d6145 inset, 0 3px 0 #0e6a4b inset;
          box-shadow: 0 5px 20px #0d6145 inset, 0 3px 0 #0e6a4b inset;
  color: #ebebeb;
}

html.dark .pricing-table .most-popular {
  border-color: #0e6a4b;
}

html.dark .pricing-table .most-popular h3 {
  background-color: #0e6a4b;
  color: #ffffff;
  text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
  background-color: #0e6a4b;
}

html.dark .pricing-table .plan {
  background: #0e6a4b;
  border: 1px solid #0e6a4b;
  color: #ffffff;
  text-shadow: none;
}

.fileupload .uneditable-input .fa {
  position: absolute;
  top: 12px;
  left: 26px;
}

.fileupload .uneditable-input .fileupload-preview {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 0 0 0 17px;
  text-overflow: ellipsis;
  width: 100%;
}

.fileupload .btn {
  border-radius: 0;
}

@media only screen and (max-width: 479px) {
  .fileupload .uneditable-input {
    width: 170px;
  }
}

/* Datepicker - Input Group Addon */

.input-daterange .input-group-addon {
  min-width: 36px;
}

/* Datepicker - Base */

.datepicker {
  padding: 10px;
  margin: 0 auto;
  line-height: 1.1em;
}

.datepicker.datepicker-inline {
  line-height: 1.7em;
  width: 100%;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td {
  border-radius: 0;
}

.datepicker table thead tr th {
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}

.datepicker table thead tr th.prev {
  content: "";
  font-family: FontAwesome;
}

.datepicker table thead tr th.next {
  content: "";
  font-family: FontAwesome;
}

.datepicker table td {
  text-align: center;
  font-size: 1.2rem;
}

.datepicker table td.day {
  -webkit-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  cursor: pointer;
}

/* Datepicker - Skin Default */

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #00935C;
  color: #ffffff;
}

.datepicker table tbody tr td span.old,
.datepicker table tbody tr td span.new {
  color: #cccccc;
}

.datepicker table tbody tr td span.old:hover,
.datepicker table tbody tr td span.new:hover {
  color: #ffffff;
}

.datepicker table tbody tr td.day:hover {
  background: #00935C;
  color: #ffffff;
}

.datepicker table tbody tr td.day.active {
  background: #00603c;
  color: #ffffff;
}

.datepicker table tbody tr td.day.new {
  color: #777777;
}

.datepicker table tbody tr td.day.new:hover {
  color: #ffffff;
}

/* Datepicker - Skin Dark */

html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
  color: #777777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
  color: #444444;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #00935C;
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
  background: #00603c;
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
  color: #777777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
  color: #ffffff;
}

/* Datepicker - Skin Primary */

.datepicker.datepicker-primary {
  min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #00935C;
  color: #ffffff;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #00603c;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #00ad6c;
  color: #ffffff;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #00935C;
}

.datepicker.datepicker-primary table thead tr th {
  border-radius: 0;
}

html.dark .input-daterange .input-group-addon {
  text-shadow: none;
}

html.dark .datepicker-dropdown {
  color: #eeeeee;
  background-color: #0e6a4b;
}

html.dark .datepicker-dropdown:after {
  border-bottom-color: #0e6a4b;
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
  border-top-color: #0e6a4b;
}

html.dark .datepicker.datepicker-primary {
  border-color: #0e6a4b;
  background: #0e6a4b;
}

html.dark .select2-container--bootstrap .select2-selection,
html.dark .select2-container--bootstrap .select2-dropdown,
html.dark .select2-container--bootstrap .select2-choices .select2-search-field input,
html.dark .select2-container--bootstrap .select2-choice,
html.dark .select2-container--bootstrap .select2-choices {
  color: #eeeeee;
  background-color: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #eeeeee;
}

html.dark .select2-container--bootstrap .select2-results__option[aria-selected=true],
html.dark .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  color: #eeeeee;
  background-color: #107755;
  border-color: #107755;
}

.panel-body .wizard-tabs {
  margin: -15px -15px 15px;
}

.panel-body-nopadding .wizard-tabs {
  margin: 0;
}

.wizard-tabs ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard-tabs ul > li {
  display: table-cell;
  border-bottom: 1px solid #eeeeee;
}

.wizard-tabs ul > li.active {
  border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a,
.wizard-tabs ul > li.active > a:hover,
.wizard-tabs ul > li.active > a:focus {
  background: #ffffff;
  color: #00935C;
}

.wizard-tabs ul > li.active > a:after {
  border-left-color: #ffffff;
}

.wizard-tabs ul > li.active .badge {
  background-color: #00935C;
}

.wizard-tabs ul > li.disabled > a,
.wizard-tabs ul > li.disabled > a:hover,
.wizard-tabs ul > li.disabled > a:focus {
  color: #cccccc;
}

.wizard-tabs ul > li.disabled .badge {
  background-color: #cccccc;
}

.wizard-tabs ul > li > a {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #00935C;
}

.wizard-tabs ul > li > a .badge {
  border-radius: 100%;
}

.wizard-tabs ul > li > a,
.wizard-tabs ul > li > a:hover {
  background: transparent;
  color: #00935C;
}

.wizard-tabs ul > li > a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wizard-tabs ul > li > a:active,
.wizard-tabs ul > li > a:focus {
  border-bottom: 0;
}

.wizard-tabs ul > li > a:before,
.wizard-tabs ul > li > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  border: 17px solid transparent;
  border-right: 0;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
}

.wizard-tabs ul > li > a:before {
  z-index: 1;
  right: -11px;
  border-left-color: #e0e0e0;
}

.wizard-tabs ul > li > a:after {
  z-index: 2;
  border-left-color: transparent;
}

.wizard-tabs ul > li:last-child > a:before,
.wizard-tabs ul > li:last-child > a:after {
  display: none;
}

html.dark .wizard-tabs ul > li {
  border-color: #0e6a4b;
}

html.dark .wizard-tabs ul > li.active {
  border-color: #107755;
}

html.dark .wizard-tabs ul > li.active a,
html.dark .wizard-tabs ul > li.active a:hover,
html.dark .wizard-tabs ul > li.active a:active {
  background: #107755;
  color: #eeeeee;
}

html.dark .wizard-tabs ul > li.active a:before {
  border-left-color: #0c5c41;
}

html.dark .wizard-tabs ul > li.active a:after {
  border-left-color: #107755;
}

html.dark .wizard-tabs ul > li a,
html.dark .wizard-tabs ul > li a:hover {
  background: #0e6a4b;
  color: #eeeeee;
}

html.dark .wizard-tabs ul > li a:before {
  border-left-color: #0c5c41;
}

html.dark .wizard-tabs ul > li a:after {
  border-left-color: #0e6a4b;
}

html .wizard-progress,
html.dark .wizard-progress {
  margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
  height: 2px;
  margin: 0 38px;
  position: relative;
  top: 15px;
  background: #cccccc;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  height: 100%;
  width: 0;
  background: #00935C;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: inline-block;
  width: 100%;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  /* IE8+ */
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
  /*
  * We don't need IE6 and IE7 inline-block hack support here
  * since they don't support :after anyways (the text-justify
  * properties for them are above)... IE8 and above have native
  * inline-block support so for IE8+, both the text-justify and
  * :after will take effect but it doesn't have any negative
  * effects since this element is invisible
  */
  display: inline-block;
  width: 100%;
  content: ".";
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  max-width: 100px;
}

html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
  position: relative;
  display: block;
  padding: 25px 8px 0;
  font-size: 11px;
  color: #33333f;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
}

html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #cccccc;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 35px;
  font-size: 14px;
  text-indent: -1px;
  border: 2px solid #cccccc;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  background: #00935C;
  color: #ffffff;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  background: #ffffff;
  color: #00935C;
  border-color: #00935C;
}

html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
  color: #ffffff;
}

html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
  margin: 0 auto 30px;
  width: 80%;
}

html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
  margin: 0 52px;
  height: 4px;
  top: 34px;
}

html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
  padding-top: 30px;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
  max-width: 135px;
}

html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
  padding-top: 40px;
  font-size: 14px;
}

html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 60px;
  line-height: 52px;
  font-size: 22px;
  border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
  color: #ffffff;
}

html.dark .wizard-progress.wizard-progress ul li a span {
  background: #0d6145;
  border-color: #0d6145;
}

html.dark .wizard-progress .wizard-steps li.active a span {
  background: #0d6145;
}

html.dark .wizard-progress .steps-progress {
  background: #0d6145;
}

@media only screen and (max-width: 991px) {
  html .wizard-progress,
  html .wizard-progress.wizard-progress-lg,
  html.dark .wizard-progress,
  html.dark .wizard-progress.wizard-progress-lg {
    width: auto;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  html .wizard-progress .steps-progress,
  html.dark .wizard-progress .steps-progress {
    display: none;
  }

  html .wizard-progress .wizard-steps,
  html.dark .wizard-progress .wizard-steps {
    display: block;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 100%;
  }

  html .wizard-progress .wizard-steps li,
  html.dark .wizard-progress .wizard-steps li {
    -webkit-transition: margin 0.5s linear;
    transition: margin 0.5s linear;
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  html .wizard-progress .wizard-steps li a,
  html.dark .wizard-progress .wizard-steps li a {
    position: relative;
    z-index: 2;
  }

  html .wizard-progress .wizard-steps li:before,
  html .wizard-progress .wizard-steps li:after,
  html.dark .wizard-progress .wizard-steps li:before,
  html.dark .wizard-progress .wizard-steps li:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    width: 50%;
  }

  html .wizard-progress .wizard-steps li:before,
  html.dark .wizard-progress .wizard-steps li:before {
    background: #00935C;
    left: 0;
  }

  html .wizard-progress .wizard-steps li:after,
  html.dark .wizard-progress .wizard-steps li:after {
    background: #cccccc;
    right: 0;
  }

  html .wizard-progress .wizard-steps li.active,
  html.dark .wizard-progress .wizard-steps li.active {
    margin-left: 0;
  }

  html .wizard-progress .wizard-steps li.completed,
  html.dark .wizard-progress .wizard-steps li.completed {
    margin-left: -100%;
  }

  html .wizard-progress .wizard-steps li.completed:after,
  html.dark .wizard-progress .wizard-steps li.completed:after {
    background: #00935C;
  }

  html .wizard-progress .wizard-steps li.completed.active,
  html.dark .wizard-progress .wizard-steps li.completed.active {
    margin-left: 0;
  }

  html .wizard-progress .wizard-steps li:first-child:before,
  html.dark .wizard-progress .wizard-steps li:first-child:before {
    display: none;
  }

  html .wizard-progress .wizard-steps li:last-child:after,
  html.dark .wizard-progress .wizard-steps li:last-child:after {
    display: none;
  }

  html .wizard-progress.wizard-progress-lg .wizard-steps li,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
    min-width: 0;
    max-width: none;
  }

  html .wizard-progress.wizard-progress-lg .wizard-steps li:before,
  html .wizard-progress.wizard-progress-lg .wizard-steps li:after,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
    height: 4px;
  }
}

.form-wizard {
  margin-bottom: 20px;
}

.form-wizard .tabs {
  margin-bottom: 0;
}

.form-wizard .tab-content {
  background: #ffffff;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
  cursor: pointer;
}

.form-wizard ul.pager .disabled a {
  cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled {
  display: none;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
  background: #107755;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .form-wizard .pager .disabled > a,
html.dark .form-wizard .pager .disabled > a:hover,
html.dark .form-wizard .pager .disabled > a:focus,
html.dark .form-wizard .pager .disabled > span {
  background: #0e6a4b;
  border-color: #0e6a4b;
  color: #eeeeee;
}

.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0;
}

.switch .ios-switch {
  height: 35px;
  width: 65px;
}

.switch .ios-switch .handle {
  height: 31px;
  width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
  background: #00935C;
}

.switch.switch-success .ios-switch .on-background {
  background: #00935C;
}

.switch.switch-warning .ios-switch .on-background {
  background: #F04E23;
}

.switch.switch-danger .ios-switch .on-background {
  background: #F02323;
}

.switch.switch-info .ios-switch .on-background {
  background: black;
}

.switch.switch-dark .ios-switch .on-background {
  background: #171717;
}

.switch.switch-lg .ios-switch {
  height: 45px;
  width: 75px;
}

.switch.switch-lg .ios-switch .handle {
  height: 41px;
  width: 41px;
}

.switch.switch-sm .ios-switch {
  height: 25px;
  width: 55px;
}

.switch.switch-sm .ios-switch .handle {
  height: 21px;
  width: 21px;
}

.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ios-switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.ios-switch .on-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e459), to(#00e158));
  background-image: linear-gradient(#00e459, #00e158);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}

.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
  background-image: linear-gradient(#ffffff, #fdfdfd);
  border: 2px solid #e5e5e5;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ios-switch .handle {
  width: 41px;
  height: 41px;
  background-color: white;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33), -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ios-switch.off .handle {
  -webkit-animation: expand-off 0.3s 0.2s;
  animation: expand-off 0.3s 0.2s;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}

.ios-switch.off .state-background {
  -webkit-transition: 0.4s 0.25s;
  transition: 0.4s 0.25s;
}

.ios-switch.on .handle {
  -webkit-animation: expand-on 0.3s 0.2s;
  animation: expand-on 0.3s 0.2s;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  100% {
    padding-right: 0;
  }
}

@keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  100% {
    padding-right: 0;
    left: 2px;
  }
}

@-webkit-keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  100% {
    padding-right: 0;
  }
}

@-webkit-keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  100% {
    padding-right: 0;
    left: 2px;
  }
}

/* Summernote */

.note-editor {
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.note-editor,
.note-editor.note-frame {
  border: 1px solid #dddddd;
}

.note-editor.active {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.note-editor .note-title {
  padding-top: 0 !important;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px dashed #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 4px 4px 0 0;
  padding: 3px 10px 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.note-editor .note-toolbar i {
  margin: 0;
}

.note-editor .note-toolbar i:before {
  margin: 0;
}

.note-editor .note-toolbar .btn-group {
  float: none !important;
}

.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.note-editor .note-toolbar .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .note-toolbar .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .note-editor .note-toolbar {
    text-align: center;
  }
}

.note-editor .note-editable {
  clear: both;
  background: #ffffff;
  border: none;
  border-radius: 0 0 4px 4px;
  font-family: "Cera Pro", Arial, Helvetica, Sans-serif;
}

.note-editor .note-statusbar {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}

.note-editor .note-statusbar .note-resizebar {
  border-color: #dddddd;
  display: block;
}

html.dark .note-editor {
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .note-editor .note-toolbar,
html.dark .note-editor .note-statusbar {
  background: #0d6145;
  border-color: #0B533B;
}

html.dark .note-editor .note-editable {
  background: #0e6a4b;
  border-color: #0B533B;
}

html.dark .note-editor .note-statusbar .note-resizebar {
  border-color: #0B533B;
}

html.dark .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #444444;
}

html.dark .note-editor .note-editing-area .note-editable {
  color: #eeeeee;
}

html.dark .note-editor .caret {
  border-color: #ffffff transparent transparent;
}

/* Bootstrap Markdown */

.md-editor {
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.md-editor > .md-header {
  border-radius: 4px 4px 0 0;
  padding: 6px 4px 0;
}

.md-editor > .md-preview,
.md-editor > textarea {
  background: #ffffff;
  border-bottom: none;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  outline: none;
  width: 100% !important;
}

.md-editor .btn-group {
  margin-bottom: 6px;
}

html.dark .md-editor {
  border-color: #0e6a4b;
}

html.dark .md-editor > .md-header,
html.dark .md-editor .md-footer {
  background: #0d6145;
}

html.dark .md-editor > .md-preview,
html.dark .md-editor > textarea {
  background: #0e6a4b;
}

html.dark .md-editor > textarea {
  color: #eeeeee;
  border-color: #0B533B;
}

@media only screen and (max-width: 767px) {
  .bootstrap-maxlength.bottom-left {
    margin-left: 40px;
  }
}

.bootstrap-tagsinput {
  width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

html.dark .bootstrap-tagsinput {
  background: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget {
  background-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget:before {
  border-bottom-color: #0B533B;
}

html.dark .bootstrap-timepicker-widget:after {
  border-bottom-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #0B533B;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget table td a {
  color: #ffffff;
}

html.dark .bootstrap-timepicker-widget table td a:hover {
  border-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget table td input {
  background-color: #0c5c41;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .colorpicker {
  background-color: #0e6a4b;
}

html.dark .colorpicker:before {
  border-bottom-color: #0B533B;
}

html.dark .colorpicker:after {
  border-bottom-color: #0e6a4b;
}

html.dark .multiselect-container {
  background-color: #0e6a4b;
}

html.dark .multiselect-container > li > a {
  color: #eeeeee;
}

html.dark .multiselect-container > li > a:hover,
html.dark .multiselect-container > li > a:focus {
  background-color: #0B533B;
  color: #ffffff;
}

.spinner-buttons.btn-group-vertical .btn {
  height: 18px;
  margin: 0 0 0 -1px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
  line-height: 14px;
}

.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -2px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
  margin-top: -1px;
  height: 17px;
}

.dropzone {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 122px;
  padding: 23px;
}

.dropzone .dz-default span {
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
  color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default span {
  color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default span {
  color: rgba(255, 255, 255, 0.3);
}

/* Form Group Invisible */

.form-group-invisible {
  position: relative;
}

.form-group-invisible.focus .control-label-invisible {
  color: #0088cc;
}

.form-group-invisible .control-label-invisible {
  bottom: 0;
  display: block;
  float: none;
  left: 0;
  line-height: 64px;
  margin: 0;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: -15px;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  width: auto;
}

.form-group-invisible .form-control-invisible,
.form-group-invisible .form-control-invisible:focus,
.form-group-invisible .form-control-invisible:active,
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  background: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .form-group-invisible {
    padding-top: 30px;
  }

  .form-group-invisible .control-label-invisible {
    padding-left: 27px;
  }
}

html.dark .CodeMirror pre {
  background: transparent;
  border: none;
}

@media only screen and (max-width: 767px) {
  #gmap {
    margin: -40px -15px 0 -15px;
  }

  html.mobile-device #gmap {
    min-height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  #gmap {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    min-height: 0;
  }
}

/* List Containing Markers */

.list-markers {
  border-bottom: 1px solid #21262d;
  padding-bottom: 10px;
}

.list-markers li {
  position: relative;
}

.list-markers p {
  margin: 0 0 2px 0;
  padding: 3px 55px 3px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.list-markers .location-action {
  position: absolute;
  right: 0;
  top: 2px;
}

.list-markers .location-action.location-edit {
  right: 15px;
  top: 3px;
}

.list-markers .location-action.location-center {
  right: 37px;
}

/* Modal Add/Edit Markers */

.marker-modal .modal-dialog {
  max-width: 450px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  background: #00935C;
  border-radius: 2px;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: 20px;
  text-align: center;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background: #007a4c;
}

.jqvmap-zoomout {
  top: 35px;
}

.mailbox .content-with-menu-container {
  background: #ffffff;
}

.mailbox .mailbox-bullets .ball {
  border: 5px solid red;
  border-radius: 100px;
  display: block;
  float: right;
  margin-top: 6px;
}

.mailbox .mailbox-bullets .ball.pink {
  border-color: #ea4c89;
}

.mailbox .mailbox-bullets .ball.green {
  border-color: #9ae14f;
}

.mailbox .mailbox-bullets .ball.blue {
  border-color: #1bc3e1;
}

.mailbox .mailbox-bullets .ball.orange {
  border-color: #e2a917;
}

.mailbox .mailbox-folder {
  height: auto !important;
  padding: 0 0 0 40px 0 40px;
}

/* mailbox - main header */

.mailbox .mailbox-folder .mailbox-header {
  padding: 38px 40px 43px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    margin-bottom: 10px !important;
  }
}

.mailbox .mailbox-folder .mailbox-header .search {
  float: right;
  margin-top: 3px;
  max-width: 100px;
}

.mailbox .mailbox-folder .mailbox-header .search input[type=text] {
  -webkit-transition-property: width, margin;
  transition-property: width, margin;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
  transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
}

.mailbox .mailbox-folder .mailbox-header .search input[type=text]:focus {
  margin-left: -150%;
  width: 250%;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header .search input[type=text]:focus {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header .search {
    max-width: none;
  }
}

/* mailbox - actions */

.mailbox .mailbox-actions {
  border-top: 1px solid #efefef;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-actions {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

.mailbox .mailbox-actions ul a.item-action {
  background: #ffffff;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #b4bbc1;
  display: inline-block;
  font-size: 1.4rem;
  height: 30px;
  line-height: 3rem;
  position: relative;
  width: 30px;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
  transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mailbox .mailbox-actions ul a.item-action:hover {
  color: #57636c;
  text-decoration: none;
}

.mailbox .mailbox-actions ul a.item-action.text-primary:hover {
  color: #00603c !important;
}

.mailbox .mailbox-actions ul a.item-action.text-success:hover {
  color: #00603c !important;
}

.mailbox .mailbox-actions ul a.item-action.text-warning:hover {
  color: #d2370e !important;
}

.mailbox .mailbox-actions ul a.item-action.text-danger:hover {
  color: #d20e0e !important;
}

.mailbox .mailbox-actions ul a.item-action.text-info:hover {
  color: black !important;
}

.mailbox .mailbox-actions ul a.item-action.text-dark:hover {
  color: black !important;
}

/* mailbox - mail list */

.mailbox .mailbox-email-list {
  border-top: 1px solid #f7f7f7;
  font-size: 1.5rem;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list {
    position: static !important;
  }
}

.mailbox .mailbox-email-list li {
  border-bottom: 1px solid #f7f7f7;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list li {
    height: 75px;
    padding: 0 20px;
  }
}

.mailbox .mailbox-email-list li a {
  color: #777777;
}

.mailbox .mailbox-email-list li:hover {
  background: #fafafa;
}

.mailbox .mailbox-email-list li.unread a {
  color: #555555;
  font-weight: 500;
}

.mailbox .mailbox-email-list li.active {
  background: #00935C;
}

.mailbox .mailbox-email-list li.active a {
  color: #ffffff;
}

.mailbox .mailbox-email-list li.newsletter_item {
  border-bottom: 1px solid #f7f7f7;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list li.newsletter_item {
    height: 75px;
    padding: 0 20px;
  }
}

.mailbox .mailbox-email-list li.newsletter_item a {
  color: #777777;
}

.mailbox .mailbox-email-list li.newsletter_item:hover {
  background: #fafafa;
}

.mailbox .mailbox-email-list li.newsletter_item.unread a {
  color: #555555;
  font-weight: 500;
}

.mailbox .mailbox-email-list li.newsletter_item.active {
  background: #00935C;
}

.mailbox .mailbox-email-list li.newsletter_item.active a {
  color: #ffffff;
}

.mailbox .mailbox-email-list .mail-label {
  border: 4px solid transparent;
  border-radius: 10px;
  display: inline-block;
  left: 16px;
  position: absolute;
  top: 21px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .mail-label {
    border-radius: 0;
    border-width: 1px;
    bottom: 0;
    left: 0;
    top: 0;
  }
}

.mailbox .mailbox-email-list .mail-label2 {
  border: 4px solid transparent;
  border-radius: 10px;
  display: inline-block;
  left: 16px;
  position: absolute;
  top: 21px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .mail-label2 {
    border-radius: 0;
    border-width: 1px;
    bottom: 0;
    left: 0;
    top: 10px;
  }
}

.mailbox .mailbox-email-list .mail-label {
  border: 4px solid transparent;
  border-radius: 10px;
  display: inline-block;
  left: 16px;
  position: absolute;
  top: 21px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .mail-label {
    border-radius: 0;
    border-width: 1px;
    bottom: 0;
    left: 0;
    top: 0;
  }
}

.mailbox .mailbox-email-list .col-sender {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-sender {
    width: 100%;
  }
}

.mailbox .mailbox-email-list .col-sender p {
  left: 80px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-sender p {
    left: 60px;
  }
}

.mailbox .mailbox-email-list .col-mail_news {
  bottom: 0;
  left: 290px;
  position: absolute;
  right: 40px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail_news {
    left: 60px;
    right: 20px;
  }
}

.mailbox .mailbox-email-list .col-mail_news .mail-content,
.mailbox .mailbox-email-list .col-mail_news .mail-date,
.mailbox .mailbox-email-list .col-mail_news .mail-attachment {
  position: absolute;
  top: 0;
}

.mailbox .mailbox-email-list .col-mail_news .mail-content {
  left: 0;
  right: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail_news .mail-content {
    right: 0;
    top: 25px;
  }
}

.mailbox .mailbox-email-list .col-mail_news .mail-attachment {
  color: #bbbbbb;
  right: 100px;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail_news .mail-attachment {
    font-size: 1.1rem;
    line-height: 1.4rem;
    right: 55px;
    top: 6px;
  }
}

.mailbox .mailbox-email-list .col-mail_news .mail-date {
  padding-left: 80px;
  right: 0;
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail_news .mail-date {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-left: 0;
    text-align: right;
    top: 5px;
    width: 130px;
  }
}

.mailbox .mailbox-email-list .col-mail {
  bottom: 0;
  left: 290px;
  position: absolute;
  right: 40px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail {
    left: 60px;
    right: 20px;
  }
}

.mailbox .mailbox-email-list .col-mail .mail-content,
.mailbox .mailbox-email-list .col-mail .mail-date,
.mailbox .mailbox-email-list .col-mail .mail-attachment {
  position: absolute;
  top: 0;
}

.mailbox .mailbox-email-list .col-mail .mail-content {
  left: 0;
  right: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail .mail-content {
    right: 0;
    top: 25px;
  }
}

.mailbox .mailbox-email-list .col-mail .mail-attachment {
  color: #bbbbbb;
  right: 100px;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail .mail-attachment {
    font-size: 1.1rem;
    line-height: 1.4rem;
    right: 55px;
    top: 6px;
  }
}

.mailbox .mailbox-email-list .col-mail .mail-date {
  padding-left: 80px;
  right: 0;
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail .mail-date {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-left: 0;
    text-align: right;
    top: 5px;
    width: 130px;
  }
}

/* Mailbox Mail List - Unstyle nano for non fixed layouts and responsive */

html.scroll .mailbox .mailbox-email-list .nano,
html.boxed .mailbox .mailbox-email-list .nano {
  position: static;
  height: auto;
  overflow: visible;
  width: auto;
}

html.scroll .mailbox .mailbox-email-list .nano .nano-content,
html.boxed .mailbox .mailbox-email-list .nano .nano-content {
  position: static;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
  }

  .mailbox .mailbox-email-list .nano .nano-content {
    position: static;
    overflow: visible;
  }
}

/* Mailbox Mail List + Fixed Layout */

@media only screen and (min-width: 768px) {
  html.fixed .mailbox .mailbox-email-list {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 191px;
  }
}

/* Mailbox - Email */

.mailbox .mailbox-email {
  background: #fafafa;
}

.mailbox .mailbox-email .mailbox-email-header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: -0 40px 0 40px -0 40px 0 40px 0 -0 40px 0 40px;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email .mailbox-email-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.mailbox .mailbox-email .mailbox-close-mail {
  color: #00935C;
  cursor: pointer;
  font-weight: 300;
  float: left;
}

.mailbox .mailbox-email .mailbox-close-mail:hover {
  color: #00ad6c;
}

.mailbox .mailbox-email .mailbox-close-mail,
.mailbox .mailbox-email .mailbox-close-mail:focus {
  text-decoration: none;
}

.mailbox .mailbox-email .panel .panel-heading {
  background: #ffffff;
  border-bottom-color: #efefef;
}

.mailbox .mailbox-email .panel .panel-heading .panel-actions {
  top: 17px;
}

.mailbox .mailbox-email .panel .panel-heading .panel-actions a:hover {
  background: #ffffff;
  color: #00935C;
}

.mailbox .mailbox-email .panel .panel-footer {
  background: #ffffff;
  border-top-color: #efefef;
  color: #bbbbbb;
}

/* Mailbox - Showing Menu Toggle */

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    position: relative;
    top: 28px;
  }

  .mailbox .mailbox-email .mailbox-email-header {
    padding-top: 80px;
  }

  html.inner-menu-opened .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    position: static;
  }

  html.inner-menu-opened .mailbox .mailbox-email .mailbox-email-header {
    padding-top: 30px;
  }
}

/* Mailbox Compose */

.mailbox-compose {
  margin: -0 40px 0 40px/2 -0 40px 0 40px 0 -0 40px 0 40px;
  padding: 0 15px;
}

.mailbox-compose .compose {
  margin: 0 40px;
}

.mailbox-compose .compose .note-editable {
  min-height: 250px;
}

.mailbox-compose .compose .note-editor,
.mailbox-compose .compose .note-toolbar {
  border: none;
}

.mailbox-compose .compose .note-resizebar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mailbox-compose {
    margin: -0 40px 0 40px/2 -15px 0 -15px;
  }

  .mailbox-compose .compose {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* dark */

html.dark .mailbox .mailbox-email,
html.dark .mailbox .content-with-menu-container {
  background: #0B533B;
}

html.dark .mailbox .mailbox-folder .mailbox-header .input-search .btn-default {
  background: transparent;
}

html.dark .mailbox .mailbox-actions {
  border-top-color: #0e6a4b;
}

html.dark .mailbox .mailbox-actions ul a.item-action {
  background: #107755;
}

html.dark .mailbox .mailbox-email-list {
  border-top-color: #0e6a4b;
}

html.dark .mailbox .mailbox-email-list li {
  border-bottom-color: #0d6145;
}

html.dark .mailbox .mailbox-email-list li:hover {
  background: #094531;
}

html.dark .mailbox .mailbox-email-list li a {
  color: #ffffff;
}

html.dark .mailbox .mailbox-email-list li.unread a {
  color: white;
}

html.dark .mailbox .mailbox-email .mailbox-email-header {
  background: #0c5c41;
}

html.dark .mailbox .mailbox-email .panel .panel-heading,
html.dark .mailbox .mailbox-email .panel .panel-footer {
  background-color: #0e6a4b;
  border-color: #0c5c41;
  color: #ffffff;
}

html.dark .mailbox .mailbox-email .panel .panel-heading .panel-title,
html.dark .mailbox .mailbox-email .panel .panel-footer .panel-title {
  color: #ffffff;
}

html.dark .mailbox .mailbox-email .panel .panel-heading .panel-actions a:hover {
  background: #0B533B;
}

html.dark .mailbox .mailbox-compose .note-editor .note-toolbar,
html.dark .mailbox .mailbox-compose .note-editor .note-statusbar,
html.dark .mailbox .mailbox-compose .note-editor .note-editable {
  background: #0B533B;
}

html.dark .mailbox .mailbox-compose .note-editor .note-editable {
  color: #ffffff;
}

/* Invoice */

.invoice {
  padding: 0 15px 15px;
}

/* Invoice Address Tag */

.invoice address {
  color: #7f8597;
  line-height: 1.5em;
}

/* Invoice header */

.invoice header {
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}

.invoice header .h2,
.invoice header .h4 {
  letter-spacing: 0;
}

/* Invoice Billing Information */

.invoice .bill-to,
.invoice .bill-data {
  padding: 15px 0;
}

.invoice .bill-data .value {
  display: inline-block;
  margin-left: 10px;
  width: 90px;
}

/* Invoice table */

.invoice table.table {
  table-layout: fixed;
}

.invoice table.table > thead:first-child > tr > th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

.invoice table.table > tbody tr > td {
  border-color: #dadada;
}

/* Invoice table items */

.invoice .invoice-items > tbody tr:last-child > td {
  border-bottom: 1px solid #dadada;
}

.invoice .invoice-items #cell-id {
  width: 10%;
}

.invoice .invoice-items #cell-item {
  width: 20%;
}

.invoice .invoice-items #cell-desc {
  width: 20%;
}

.invoice .invoice-items #cell-price {
  width: 10%;
}

.invoice .invoice-items #cell-qty {
  width: 10%;
}

.invoice .invoice-items #cell-total {
  width: 10%;
}

/* Invoice summary */

.invoice-summary .col-sm-4 {
  padding-left: 0;
}

/* Invoice Responsiveness */

@media only screen and (max-width: 991px) {
  .invoice .table-responsive > table.table {
    table-layout: auto;
  }

  .invoice-summary .col-sm-4 {
    padding-left: 15px;
  }
}

/* Invoice Print */

@media print {
  .invoice .table-responsive {
    border: none !important;
    overflow: visible !important;
    width: auto !important;
  }

  .invoice table.table.invoice-items {
    table-layout: auto;
  }

  .invoice header .col-sm-6:first-child,
  .invoice header .col-sm-6:last-child,
  .invoice .bill-info .col-md-6 {
    float: left !important;
  }

  .invoice header .col-sm-6:first-child {
    width: 25% !important;
  }

  .invoice header .col-sm-6:last-child {
    width: 75% !important;
  }

  .invoice .bill-info .col-md-6 {
    width: 50% !important;
  }

  .invoice .invoice-summary .col-sm-4 {
    float: right;
    padding: 0;
    width: 40%;
  }
}

/* dark */

html.dark .invoice header {
  border-bottom-color: #0e6a4b;
}

html.dark .invoice table.table > thead:first-child > tr > th {
  background-color: #0e6a4b;
  border-bottom-color: #0e6a4b;
  border-top-color: #0e6a4b;
}

html.dark .invoice table.table > tbody tr > td {
  border-color: #0e6a4b;
}

/* Error Pages - wrappers */

.body-error {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.body-error.error-outside {
  display: table;
  height: 100vh;
}

.body-error.error-outside .center-error {
  display: table-cell;
  vertical-align: middle;
}

.body-error.error-inside {
  margin-top: 150px;
}

/* Error Pages - header */

.body-error .error-header {
  border-bottom: 1px solid #dadada;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.body-error .error-header .form {
  margin-top: 12px;
}

/* Error Pages - typo */

.body-error .error-code {
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: -10px;
}

.body-error .error-explanation {
  font-size: 2rem;
  line-height: 3.6rem;
}

/* Error Pages - Responsive */

@media only screen and (max-width: 1150px) {
  .body-error.error-inside {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .body-error.error-inside .error-code {
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: -7px;
  }

  .body-error.error-inside .error-explanation {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .body-error .error-code {
    font-size: 9rem;
    line-height: 9rem;
    letter-spacing: -7px;
  }

  .body-error .error-explanation {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .body-error.error-outside {
    height: auto;
    padding: 20px;
  }
}

/* Sign Screens - Wrappers */

.body-sign {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
}

.body-sign .center-sign {
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
}

.body-sign .panel-sign {
  background: transparent;
}

.body-sign .panel-sign .panel-title-sign .title {
  background-color: #00935C;
  border-radius: 24px 24px 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 13px 17px;
  vertical-align: bottom;
}

.body-sign .panel-sign .panel-body {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 33px 33px 15px;
}

.sare-body-sign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.sare-body-sign-wrapper header.sare-sign-header {
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
  padding-left: 32px;
  margin-top: 24px;
}

.sare-body-sign-wrapper .body-sign {
  height: 100%;
}

/* Sign Screens - Elements */

.body-sign .input-group-icon .input-group-addon i {
  width: 14px;
}

.body-sign .input-group-addon {
  min-width: 20px;
}

.body-sign .checkbox-custom {
  margin-top: 8px;
}

.body-sign .line-thru {
  display: block;
  font-size: 1.2rem;
  position: relative;
}

.body-sign .line-thru span {
  color: #cccccc;
  position: relative;
  z-index: 3;
}

.body-sign .line-thru:before {
  background-color: #ffffff;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  margin: -5px 0 0 -20px;
  top: 50%;
  width: 40px;
  z-index: 2;
}

.body-sign .line-thru:after {
  border-bottom: 1px solid #dadada;
  content: "";
  display: block;
  left: 10%;
  position: absolute;
  top: 47%;
  width: 81%;
  z-index: 1;
}

/* Lock Screen */

.body-locked {
  background: url("../images/vendor/noisy_net.png") repeat;
  max-width: none;
  min-height: 400px;
}

.body-locked.body-locked-inline {
  background: none;
  bottom: 0;
  height: 100%;
  left: 0;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.body-locked .panel-sign {
  margin: 0 auto;
  max-width: 400px;
  padding-top: 40px;
}

.body-locked .panel-sign .panel-body {
  border-radius: 24px;
  position: relative;
}

.body-locked .current-user {
  margin-top: 60px;
  margin-bottom: 35px;
}

.body-locked .current-user .user-image {
  border: 5px solid #00935C;
  border-radius: 150px;
  height: 150px;
  left: 50%;
  position: absolute;
  margin-left: -75px;
  top: -75px;
  width: 150px;
}

.body-locked .current-user .user-name {
  font-size: 3rem;
  line-height: 3.6rem;
}

.body-locked .current-user .user-email {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

/* Locked Screen - Responsive Landscape */

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .body-locked .panel-sign,
  .body-locked.body-locked-inline .panel-sign {
    padding-top: 0;
  }

  .body-locked .center-sign,
  .body-locked.body-locked-inline .center-sign {
    padding-top: 0;
  }

  .body-locked .center-sign .current-user,
  .body-locked.body-locked-inline .center-sign .current-user {
    margin-bottom: 45px;
    margin-left: 100px;
    margin-top: 10px;
  }

  .body-locked .center-sign .current-user .user-image,
  .body-locked.body-locked-inline .center-sign .current-user .user-image {
    height: 100px;
    left: 35px;
    margin-left: 0;
    margin-top: 0;
    top: 15px;
    width: 100px;
  }
}

/* Lock Screen - Modal */

.mfp-lock-screen.mfp-bg {
  background: #000000 url("../images/vendor/noisy_net.png") repeat;
  opacity: 0.99;
  z-index: 9998;
}

.mfp-lock-screen.mfp-wrap {
  background: none;
  z-index: 9999;
}

/* dark */

html.dark .body-sign .panel-sign .panel-body {
  background-color: #107755;
}

html.dark .body-sign .line-thru:before {
  background-color: #107755;
}

html.dark .body-sign .line-thru:after {
  border-bottom-color: #0e6a4b;
}

.fc .fc-toolbar h2 {
  color: #171717;
  font-size: 2rem;
  font-weight: normal;
}

.fc .fc-toolbar h2:before {
  color: #00935C;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}

.fc .fc-toolbar .fc-button {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 0.9em;
  padding: 2px 0.8em 3px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.fc .fc-toolbar .fc-button.fc-state-active {
  color: #ffffff;
}

.fc .fc-day-grid-container {
  overflow: visible !important;
}

.fc .fc-widget-header th {
  line-height: 35px;
}

/* Fullcalendar - Event States */

/* Buttons - States */

.fc-event.fc-event-default {
  background: #ebebeb;
  border-color: #ebebeb;
}

.fc-event.fc-event-default .fc-event-inner {
  color: #777777;
}

a.fc-event.fc-event-default:hover {
  color: #777777;
}

.fc-event.fc-event-primary {
  background: #00935C;
  border-color: #00935C;
}

.fc-event.fc-event-primary .fc-event-inner {
  color: #ffffff;
}

a.fc-event.fc-event-primary:hover {
  color: #ffffff;
}

.fc-event.fc-event-success {
  background: #00935C;
  border-color: #00935C;
}

.fc-event.fc-event-success .fc-event-inner {
  color: #e2fccf;
}

a.fc-event.fc-event-success:hover {
  color: #e2fccf;
}

.fc-event.fc-event-warning {
  background: #F04E23;
  border-color: #F04E23;
}

.fc-event.fc-event-warning .fc-event-inner {
  color: #ffffff;
}

a.fc-event.fc-event-warning:hover {
  color: #ffffff;
}

.fc-event.fc-event-danger {
  background: #F02323;
  border-color: #F02323;
}

.fc-event.fc-event-danger .fc-event-inner {
  color: #fde9ee;
}

a.fc-event.fc-event-danger:hover {
  color: #fde9ee;
}

.fc-event.fc-event-info {
  background: black;
  border-color: black;
}

.fc-event.fc-event-info .fc-event-inner {
  color: #ffffff;
}

a.fc-event.fc-event-info:hover {
  color: #ffffff;
}

.fc-event.fc-event-dark {
  background: #171717;
  border-color: #171717;
}

.fc-event.fc-event-dark .fc-event-inner {
  color: #ffffff;
}

a.fc-event.fc-event-dark:hover {
  color: #ffffff;
}

/* Fullcalendar - External Events */

.external-event {
  cursor: move;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 5px;
  padding: 10px;
  text-align: left;
}

/* dark */

html.dark .fc .fc-toolbar h2 {
  color: #ffffff;
}

html.dark .fc .fc-toolbar .fc-button {
  background: #0c5c41;
  color: #ffffff;
}

html.dark .fc-unthemed th,
html.dark .fc-unthemed td,
html.dark .fc-unthemed thead,
html.dark .fc-unthemed tbody,
html.dark .fc-unthemed .fc-divider,
html.dark .fc-unthemed .fc-row,
html.dark .fc-unthemed .fc-popover {
  border-color: rgba(0, 0, 0, 0.3);
}

html.dark .fc-unthemed .fc-today {
  background: #0c5c41;
}

.timeline .tm-body {
  position: relative;
  padding: 30px 0;
}

.timeline .tm-body:after {
  background: #505050;
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
  content: "";
  display: block;
  height: 100%;
  left: 140px;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 0;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.timeline .tm-title {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  background-color: #ffffff;
  padding: 4px 5px;
  margin: 0 40px;
  z-index: 1;
  border-radius: 3px;
}

.timeline .tm-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline .tm-items > li {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 190px;
  min-height: 65px;
  z-index: 1;
}

.timeline .tm-items > li .tm-datetime {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 48px;
  margin-top: -24px;
  text-align: right;
  z-index: 3;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
  color: #00935C;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.timeline .tm-items > li .tm-icon {
  position: absolute;
  top: 50%;
  left: 140px;
  background-color: #EFEFF3;
  border: 3px solid #00935C;
  color: #00935C;
  font-size: 28px;
  padding: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 29px;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 2;
  border-radius: 28px;
}

.timeline .tm-items > li .tm-box {
  position: relative;
  background: #ffffff;
  min-height: 65px;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.timeline .tm-items > li .tm-box:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ffffff;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}

.timeline .tm-items > li .tm-box p:last-child {
  margin-bottom: 0;
}

.timeline .tm-items > li .tm-box .tm-meta {
  margin: 10px 0 0;
}

.timeline .tm-items > li .tm-box .tm-meta span {
  display: inline-block;
  padding-right: 8px;
}

.timeline .tm-items > li .tm-box .tm-meta span:last-child,
.timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
  padding-right: 0;
}

.timeline.timeline-simple .tm-body:after {
  left: 30px;
}

.timeline.timeline-simple .tm-body .tm-title {
  border: 1px solid #e9e9e9;
  margin: 0 10px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
  padding: 0 0 0 55px;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
  display: block;
  position: absolute;
  content: " ";
  background: none repeat scroll 0 0 #00935C;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #00935C;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #00935C;
  height: 7px;
  left: 30px;
  top: 50%;
  width: 8px;
  margin-left: -4px;
  margin-top: -4px;
}

.timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
  left: -17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e9e9e9;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .timeline .tm-body:after {
    left: 20px;
  }

  .timeline .tm-title {
    margin: 0;
  }

  .timeline .tm-items > li {
    padding-left: 50px;
  }

  .timeline .tm-items > li .tm-info {
    margin: 0 0 15px;
  }

  .timeline .tm-items > li .tm-info:after {
    content: "";
    display: table;
    clear: both;
  }

  .timeline .tm-items > li .tm-icon {
    border-width: 2px;
    float: left;
    font-size: 22px;
    height: 40px;
    line-height: 36px;
    margin: 0 15px 0 0;
    padding: 0;
    position: static;
    width: 40px;
  }

  .timeline .tm-items > li .tm-datetime {
    margin: 0;
    position: static;
    text-align: left;
  }

  .timeline .tm-items > li .tm-datetime .tm-datetime-date {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .timeline .tm-items > li .tm-datetime .tm-datetime-time {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .timeline .tm-items > li .tm-box .tm-meta span {
    display: block;
  }
}

html.dark .timeline .tm-items > li .tm-box {
  background: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .timeline .tm-items > li .tm-box:after {
  border-right-color: #0e6a4b;
}

html.dark .timeline .tm-items > li .tm-box:before {
  border-right-color: #0c5c41;
}

html.dark .timeline .tm-items > li .tm-icon {
  background-color: #0B533B;
}

html.dark .timeline .tm-title {
  background-color: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .timeline.timeline-simple .tm-body .tm-title {
  background-color: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
  -webkit-box-shadow: 0 0 0 3px #107755, 0 0 0 6px #00935C;
          box-shadow: 0 0 0 3px #107755, 0 0 0 6px #00935C;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:after {
  border-right-color: #0e6a4b;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
  border-right-color: #0c5c41;
}

.media-gallery ul.mg-folders {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-gallery ul.mg-folders > li {
  display: block;
  position: relative;
}

.media-gallery ul.mg-folders > li a.menu-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 80px;
}

.media-gallery ul.mg-folders > li a.menu-item i {
  margin-right: 5px;
  width: 16px;
}

.media-gallery ul.mg-folders > li .item-options {
  position: absolute;
  padding: 10px 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.media-gallery ul.mg-folders > li .item-options a:hover {
  text-decoration: none;
}

.media-gallery ul.mg-folders > li:hover .item-options {
  opacity: 1;
}

.media-gallery ul.mg-tags {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.media-gallery ul.mg-tags:after {
  content: "";
  display: table;
  clear: both;
}

.media-gallery ul.mg-tags > li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.media-gallery ul.mg-tags > li a {
  display: block;
  padding: 2px 7px;
  font-size: 11px;
  background-color: #171717;
  border-radius: 5px;
  color: #666666;
}

.media-gallery ul.mg-tags > li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00935C;
}

.media-gallery .mg-files {
  padding: 5px 0 30px;
}

.media-gallery .mg-files .thumbnail {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.media-gallery .mg-files .thumbnail .thumb-preview {
  position: relative;
  z-index: 2;
}

.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
  display: block;
  overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview img {
  width: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 5px;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px 10px;
  font-size: 2.2rem;
  color: #ffffff;
  background-color: #00935C;
  border-radius: 0 0 0 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  transition: -webkit-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s, -webkit-transform 0.1s linear 0.1s;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00935C;
  color: #ffffff;
  padding: 6px 10px;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  transition: -webkit-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s, -webkit-transform 0.1s linear 0.1s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-option {
  margin: 0;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group > a {
  color: #ffffff;
  padding: 0 5px;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle {
  color: #ffffff;
  background: none;
  border: none;
  padding: 2px 2px 2px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.media-gallery .mg-files .thumbnail .mg-title {
  margin: 13px 0 2px;
  padding-bottom: 2px;
  display: inline-block;
  font-size: 1.8rem;
}

.media-gallery .mg-files .thumbnail .mg-title small {
  position: relative;
  top: 0;
  left: 0;
  color: #9e9e9e;
  opacity: 0;
  z-index: 1;
  font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-description:after {
  content: "";
  display: table;
  clear: both;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 8px -1px #00935C;
          box-shadow: 0 0 8px -1px #00935C;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
  opacity: 1;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options {
  visibility: visible;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options .mg-toolbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .mg-title small {
  opacity: 1;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
  visibility: visible;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-zoom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-toolbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

html.sidebar-light:not(.dark) .media-gallery ul.mg-tags > li a {
  background-color: #f2f2f2;
  color: #777777;
}

html.dark .media-gallery .mg-files .thumbnail.thumbnail-selected {
  border-color: #0d6145;
}

html.dark .media-gallery .mg-files .thumbnail .mg-title small {
  color: #ffffff;
}

.log-viewer {
  line-height: 2.6rem;
  font-family: monospace;
  font-size: 1.4rem;
}

/* Change Content Background Color */

html.search-results body {
  background: #ffffff;
}

/* Search Results Wrapper */

.search-content {
  margin: -0 40px 0 40px;
}

.search-content .search-control-wrapper {
  background: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  margin-top: 3px;
  padding: 0 40px 0 40px/2;
}

/* Search Results Tabs */

.search-content .search-toolbar {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 0 40px 0 40px;
}

.search-content .search-toolbar .nav-pills {
  margin: 0 0 40px 0 40px;
}

.search-content .search-toolbar .nav-pills li {
  margin: 0 15px 0 0;
}

.search-content .search-toolbar .nav-pills li:last-child {
  margin-right: 0;
}

.search-content .search-toolbar .nav-pills li a {
  padding-left: 5px;
  padding-right: 5px;
}

.search-content .search-toolbar .nav-pills li a,
.search-content .search-toolbar .nav-pills li a:hover,
.search-content .search-toolbar .nav-pills li a:focus {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #777777;
}

.search-content .search-toolbar .nav-pills li a:hover,
.search-content .search-toolbar .nav-pills li a:focus {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #555555;
}

.search-content .search-toolbar .nav-pills li.active a {
  color: #00935C;
  border-bottom-color: #00935C;
}

.search-content > .tab-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0 40px 0 40px;
}

/* Search Result Totals */

.search-content .total-results {
  margin-top: -25px;
}

/* Search Results List */

.search-results-list {
  max-width: 750px;
}

.search-results-list li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.search-results-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-results-list .result-type {
  right: 5px;
  position: absolute;
  top: 5px;
}

.search-results-list a {
  border-radius: 4px;
  display: block;
  padding: 25px;
  text-decoration: none;
}

.search-results-list a .title {
  margin-top: 0;
}

.search-results-list a .description {
  color: #777777;
}

.search-results-list a p:last-child {
  margin-bottom: 0;
}

.search-results-list a:hover {
  background: #f7f7f7;
}

.search-results-list .has-thumb {
  display: table;
  width: 100%;
}

.search-results-list .has-thumb .result-thumb,
.search-results-list .has-thumb .result-data {
  display: table-cell;
  vertical-align: top;
}

.search-results-list .result-thumb {
  padding-right: 25px;
}

.search-results-list .result-thumb img,
.search-results-list .result-thumb .fa {
  height: 75px;
  width: 75px;
}

.search-results-list .result-thumb .fa {
  background: #00935C;
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 7.5rem;
  text-align: center;
}

/* Search Results Responsive */

@media only screen and (max-width: 767px) {
  .search-content {
    margin: -0 40px 0 40px/2;
  }
}

@media only screen and (max-width: 480px) {
  .search-results-list .has-thumb {
    display: block;
  }

  .search-results-list .has-thumb:after {
    content: "";
    display: table;
    clear: both;
  }

  .search-results-list .has-thumb .result-thumb,
  .search-results-list .has-thumb .result-data {
    display: block;
  }

  .search-results-list .has-thumb .result-thumb {
    float: left;
  }

  .search-results-list .has-thumb .result-data .title {
    margin-top: 3px;
  }

  .search-results-list .result-thumb img,
  .search-results-list .result-thumb .fa {
    height: 35px;
    width: 35px;
  }

  .search-results-list .result-thumb .fa {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}

/* dark */

html.dark .search-content .search-control-wrapper {
  background: #0B533B;
  border-bottom-color: #0e6a4b;
}

html.dark .search-content .tab-content {
  background: transparent;
}

html.dark .search-content .search-toolbar {
  background: #0c5c41;
  border-bottom-color: #0c5c41;
}

html.dark .search-content .search-toolbar .nav-pills a,
html.dark .search-content .search-toolbar .nav-pills a:hover,
html.dark .search-content .search-toolbar .nav-pills a:focus {
  border-bottom-color: #0c5c41;
  border-top-color: #0c5c41;
  color: #ffffff;
}

html.dark .search-content .search-toolbar .nav-pills a:hover,
html.dark .search-content .search-toolbar .nav-pills a:focus {
  border-bottom-color: #0c5c41;
  border-top-color: #0c5c41;
  color: #555555;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
  color: #00935C;
  border-bottom-color: #00935C;
}

html.dark .search-content .search-results-list li {
  border-bottom-color: #0e6a4b;
}

html.dark .search-content .search-results-list a .description {
  color: #ffffff;
}

html.dark .search-content .search-results-list a:hover {
  background: #0e6a4b;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------
BOOTSTRAP EXTEND
------------------------------------------------------------------------------------------------------------------------------------------ */

/* Add New Grid Tier FOR NON BOXED LAYOUT */

html.scroll,
html.fixed {
  /* UNDO original bootrap LG helper classes*/
  /* Helper classes for XL */
}

@media (min-width: 1600px) {
  html.scroll .container,
  html.fixed .container {
    width: 1570px;
  }
}

html.scroll .col-xl-1,
html.scroll .col-xl-2,
html.scroll .col-xl-3,
html.scroll .col-xl-4,
html.scroll .col-xl-5,
html.scroll .col-xl-6,
html.scroll .col-xl-7,
html.scroll .col-xl-8,
html.scroll .col-xl-9,
html.scroll .col-xl-10,
html.scroll .col-xl-11,
html.scroll .col-xl-12,
html.fixed .col-xl-1,
html.fixed .col-xl-2,
html.fixed .col-xl-3,
html.fixed .col-xl-4,
html.fixed .col-xl-5,
html.fixed .col-xl-6,
html.fixed .col-xl-7,
html.fixed .col-xl-8,
html.fixed .col-xl-9,
html.fixed .col-xl-10,
html.fixed .col-xl-11,
html.fixed .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  html.scroll .col-xl-1,
  html.scroll .col-xl-2,
  html.scroll .col-xl-3,
  html.scroll .col-xl-4,
  html.scroll .col-xl-5,
  html.scroll .col-xl-6,
  html.scroll .col-xl-7,
  html.scroll .col-xl-8,
  html.scroll .col-xl-9,
  html.scroll .col-xl-10,
  html.scroll .col-xl-11,
  html.scroll .col-xl-12,
  html.fixed .col-xl-1,
  html.fixed .col-xl-2,
  html.fixed .col-xl-3,
  html.fixed .col-xl-4,
  html.fixed .col-xl-5,
  html.fixed .col-xl-6,
  html.fixed .col-xl-7,
  html.fixed .col-xl-8,
  html.fixed .col-xl-9,
  html.fixed .col-xl-10,
  html.fixed .col-xl-11,
  html.fixed .col-xl-12 {
    float: left;
  }

  html.scroll .col-xl-12,
  html.fixed .col-xl-12 {
    width: 100%;
  }

  html.scroll .col-xl-11,
  html.fixed .col-xl-11 {
    width: 91.66666667%;
  }

  html.scroll .col-xl-10,
  html.fixed .col-xl-10 {
    width: 83.33333333%;
  }

  html.scroll .col-xl-9,
  html.fixed .col-xl-9 {
    width: 75%;
  }

  html.scroll .col-xl-8,
  html.fixed .col-xl-8 {
    width: 66.66666667%;
  }

  html.scroll .col-xl-7,
  html.fixed .col-xl-7 {
    width: 58.33333333%;
  }

  html.scroll .col-xl-6,
  html.fixed .col-xl-6 {
    width: 50%;
  }

  html.scroll .col-xl-5,
  html.fixed .col-xl-5 {
    width: 41.66666667%;
  }

  html.scroll .col-xl-4,
  html.fixed .col-xl-4 {
    width: 33.33333333%;
  }

  html.scroll .col-xl-3,
  html.fixed .col-xl-3 {
    width: 25%;
  }

  html.scroll .col-xl-2,
  html.fixed .col-xl-2 {
    width: 16.66666667%;
  }

  html.scroll .col-xl-1,
  html.fixed .col-xl-1 {
    width: 8.33333333%;
  }

  html.scroll .col-xl-pull-12,
  html.fixed .col-xl-pull-12 {
    right: 100%;
  }

  html.scroll .col-xl-pull-11,
  html.fixed .col-xl-pull-11 {
    right: 91.66666667%;
  }

  html.scroll .col-xl-pull-10,
  html.fixed .col-xl-pull-10 {
    right: 83.33333333%;
  }

  html.scroll .col-xl-pull-9,
  html.fixed .col-xl-pull-9 {
    right: 75%;
  }

  html.scroll .col-xl-pull-8,
  html.fixed .col-xl-pull-8 {
    right: 66.66666667%;
  }

  html.scroll .col-xl-pull-7,
  html.fixed .col-xl-pull-7 {
    right: 58.33333333%;
  }

  html.scroll .col-xl-pull-6,
  html.fixed .col-xl-pull-6 {
    right: 50%;
  }

  html.scroll .col-xl-pull-5,
  html.fixed .col-xl-pull-5 {
    right: 41.66666667%;
  }

  html.scroll .col-xl-pull-4,
  html.fixed .col-xl-pull-4 {
    right: 33.33333333%;
  }

  html.scroll .col-xl-pull-3,
  html.fixed .col-xl-pull-3 {
    right: 25%;
  }

  html.scroll .col-xl-pull-2,
  html.fixed .col-xl-pull-2 {
    right: 16.66666667%;
  }

  html.scroll .col-xl-pull-1,
  html.fixed .col-xl-pull-1 {
    right: 8.33333333%;
  }

  html.scroll .col-xl-pull-0,
  html.fixed .col-xl-pull-0 {
    right: auto;
  }

  html.scroll .col-xl-push-12,
  html.fixed .col-xl-push-12 {
    left: 100%;
  }

  html.scroll .col-xl-push-11,
  html.fixed .col-xl-push-11 {
    left: 91.66666667%;
  }

  html.scroll .col-xl-push-10,
  html.fixed .col-xl-push-10 {
    left: 83.33333333%;
  }

  html.scroll .col-xl-push-9,
  html.fixed .col-xl-push-9 {
    left: 75%;
  }

  html.scroll .col-xl-push-8,
  html.fixed .col-xl-push-8 {
    left: 66.66666667%;
  }

  html.scroll .col-xl-push-7,
  html.fixed .col-xl-push-7 {
    left: 58.33333333%;
  }

  html.scroll .col-xl-push-6,
  html.fixed .col-xl-push-6 {
    left: 50%;
  }

  html.scroll .col-xl-push-5,
  html.fixed .col-xl-push-5 {
    left: 41.66666667%;
  }

  html.scroll .col-xl-push-4,
  html.fixed .col-xl-push-4 {
    left: 33.33333333%;
  }

  html.scroll .col-xl-push-3,
  html.fixed .col-xl-push-3 {
    left: 25%;
  }

  html.scroll .col-xl-push-2,
  html.fixed .col-xl-push-2 {
    left: 16.66666667%;
  }

  html.scroll .col-xl-push-1,
  html.fixed .col-xl-push-1 {
    left: 8.33333333%;
  }

  html.scroll .col-xl-push-0,
  html.fixed .col-xl-push-0 {
    left: auto;
  }

  html.scroll .col-xl-offset-12,
  html.fixed .col-xl-offset-12 {
    margin-left: 100%;
  }

  html.scroll .col-xl-offset-11,
  html.fixed .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  html.scroll .col-xl-offset-10,
  html.fixed .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  html.scroll .col-xl-offset-9,
  html.fixed .col-xl-offset-9 {
    margin-left: 75%;
  }

  html.scroll .col-xl-offset-8,
  html.fixed .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  html.scroll .col-xl-offset-7,
  html.fixed .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  html.scroll .col-xl-offset-6,
  html.fixed .col-xl-offset-6 {
    margin-left: 50%;
  }

  html.scroll .col-xl-offset-5,
  html.fixed .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  html.scroll .col-xl-offset-4,
  html.fixed .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  html.scroll .col-xl-offset-3,
  html.fixed .col-xl-offset-3 {
    margin-left: 25%;
  }

  html.scroll .col-xl-offset-2,
  html.fixed .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  html.scroll .col-xl-offset-1,
  html.fixed .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  html.scroll .col-xl-offset-0,
  html.fixed .col-xl-offset-0 {
    margin-left: 0;
  }
}

html.scroll .visible-xl,
html.fixed .visible-xl {
  display: none !important;
}

html.scroll .visible-xl-block,
html.scroll .visible-xl-inline,
html.scroll .visible-xl-inline-block,
html.fixed .visible-xl-block,
html.fixed .visible-xl-inline,
html.fixed .visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  html.scroll .visible-lg,
  html.fixed .visible-lg {
    display: block !important;
  }

  html.scroll table.visible-lg,
  html.fixed table.visible-lg {
    display: table;
  }

  html.scroll tr.visible-lg,
  html.fixed tr.visible-lg {
    display: table-row !important;
  }

  html.scroll th.visible-lg,
  html.scroll td.visible-lg,
  html.fixed th.visible-lg,
  html.fixed td.visible-lg {
    display: table-cell !important;
  }

  html.scroll .visible-lg-block,
  html.fixed .visible-lg-block {
    display: block !important;
  }

  html.scroll .visible-lg-inline,
  html.fixed .visible-lg-inline {
    display: inline !important;
  }

  html.scroll .visible-lg-inline-block,
  html.fixed .visible-lg-inline-block {
    display: inline-block !important;
  }

  html.scroll .hidden-lg,
  html.fixed .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  html.scroll .visible-lg-block,
  html.fixed .visible-lg-block {
    display: none !important;
  }

  html.scroll .visible-lg-inline,
  html.fixed .visible-lg-inline {
    display: none !important;
  }

  html.scroll .visible-lg-inline-block,
  html.fixed .visible-lg-inline-block {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  html.scroll .visible-xl,
  html.fixed .visible-xl {
    display: block !important;
  }

  html.scroll table.visible-xl,
  html.fixed table.visible-xl {
    display: table;
  }

  html.scroll tr.visible-xl,
  html.fixed tr.visible-xl {
    display: table-row !important;
  }

  html.scroll th.visible-xl,
  html.scroll td.visible-xl,
  html.fixed th.visible-xl,
  html.fixed td.visible-xl {
    display: table-cell !important;
  }

  html.scroll .visible-xl-block,
  html.fixed .visible-xl-block {
    display: block !important;
  }

  html.scroll .visible-xl-inline,
  html.fixed .visible-xl-inline {
    display: inline !important;
  }

  html.scroll .visible-xl-inline-block,
  html.fixed .visible-xl-inline-block {
    display: inline-block !important;
  }

  html.scroll .hidden-xl,
  html.fixed .hidden-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* Fix img-thumbnail - IE10 and below */

.img-thumbnail {
  width: auto \9;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.text-xs {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.4rem;
}

.text-md {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 2rem;
}

.text-xl {
  font-size: 2.2rem;
}

.text-muted {
  color: #999999 !important;
}

html.dark .text-muted {
  color: #cccccc !important;
}

.text-primary {
  color: #00935C !important;
}

.text-secondary {
  color: #e36159 !important;
}

.text-tertiary {
  color: #2baab1 !important;
}

.text-quartenary {
  color: #734ba9 !important;
}

.text-success {
  color: #00935C !important;
}

.text-warning {
  color: #F04E23 !important;
}

.text-danger {
  color: #F02323 !important;
}

.text-info {
  color: black !important;
}

.text-dark {
  color: #171717 !important;
}

.text-primary-inverse {
  color: #ffffff !important;
}

.text-secondary-inverse {
  color: #ffffff !important;
}

.text-tertiary-inverse {
  color: #ffffff !important;
}

.text-quartenary-inverse {
  color: #ffffff !important;
}

.text-success-inverse {
  color: #e2fccf !important;
}

.text-warning-inverse {
  color: #ffffff !important;
}

.text-danger-inverse {
  color: #fde9ee !important;
}

.text-info-inverse {
  color: #ffffff !important;
}

.text-dark-inverse {
  color: #ffffff !important;
}

/* weights */

.text-weight-light {
  font-weight: 300;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-semibold {
  font-weight: 500;
}

.text-weight-bold {
  font-weight: 600;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.rounded {
  border-radius: 24px;
}

.b-thin {
  border-width: 3px;
}

.b-normal {
  border-width: 5px;
}

.b-thick {
  border-width: 7px;
}

/* Spacements */

/* spacement top & bottom */

.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.m-xs {
  margin: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 15px !important;
}

.m-lg {
  margin: 20px !important;
}

.m-xl {
  margin: 25px !important;
}

.m-xlg {
  margin: 30px !important;
}

/* spacement top  */

.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-md {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-xl {
  margin-top: 25px !important;
}

.mt-xlg {
  margin-top: 30px !important;
}

/* spacement bottom  */

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-xl {
  margin-bottom: 25px !important;
}

.mb-xlg {
  margin-bottom: 30px !important;
}

/* spacement left  */

.ml-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-xl {
  margin-left: 25px !important;
}

.ml-xlg {
  margin-left: 30px !important;
}

/* spacement right  */

.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-xl {
  margin-right: 25px !important;
}

.mr-xlg {
  margin-right: 30px !important;
}

/* Spacement Padding */

.p-none {
  padding: 0 !important;
}

.p-xs {
  padding: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 15px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-xl {
  padding: 25px !important;
}

.p-xlg {
  padding: 30px !important;
}

/* spacement top  */

.pt-none {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pt-sm {
  padding-top: 10px !important;
}

.pt-md {
  padding-top: 15px !important;
}

.pt-lg {
  padding-top: 20px !important;
}

.pt-xl {
  padding-top: 25px !important;
}

.pt-xlg {
  padding-top: 30px !important;
}

/* spacement bottom  */

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 5px !important;
}

.pb-sm {
  padding-bottom: 10px !important;
}

.pb-md {
  padding-bottom: 15px !important;
}

.pb-lg {
  padding-bottom: 20px !important;
}

.pb-xl {
  padding-bottom: 25px !important;
}

.pb-xlg {
  padding-bottom: 30px !important;
}

/* spacement left  */

.pr-none {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pl-sm {
  padding-left: 10px !important;
}

.pl-md {
  padding-left: 15px !important;
}

.pl-lg {
  padding-left: 20px !important;
}

.pl-xl {
  padding-left: 25px !important;
}

.pl-xlg {
  padding-left: 30px !important;
}

/* spacement right  */

.pr-none {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.pr-sm {
  padding-right: 10px !important;
}

.pr-md {
  padding-right: 15px !important;
}

.pr-lg {
  padding-right: 20px !important;
}

.pr-xl {
  padding-right: 25px !important;
}

.pr-xlg {
  padding-right: 30px !important;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.bg-default {
  background: #ebebeb;
  color: #777777;
}

.bg-primary {
  background: #00935C;
  color: #ffffff;
}

.bg-secondary {
  background: #e36159;
  color: #ffffff;
}

.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
}

.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
}

.bg-success {
  background: #00935C;
  color: #e2fccf;
}

.bg-warning {
  background: #F04E23;
  color: #ffffff;
}

.bg-danger {
  background: #F02323;
  color: #fde9ee;
}

.bg-info {
  background: black;
  color: #ffffff;
}

.bg-dark {
  background: #171717;
  color: #ffffff;
}

.display-block {
  display: block !important;
}

.c-col-1 tr td:nth-of-type(1),
.c-col-1 tr th:nth-of-type(1) {
  text-align: center !important;
}

.c-col-2 tr td:nth-of-type(2),
.c-col-2 tr th:nth-of-type(2) {
  text-align: center !important;
}

.c-col-3 tr td:nth-of-type(3),
.c-col-3 tr th:nth-of-type(3) {
  text-align: center !important;
}

.c-col-4 tr td:nth-of-type(4),
.c-col-4 tr th:nth-of-type(4) {
  text-align: center !important;
}

.c-col-5 tr td:nth-of-type(5),
.c-col-5 tr th:nth-of-type(5) {
  text-align: center !important;
}

.c-col-6 tr td:nth-of-type(6),
.c-col-6 tr th:nth-of-type(6) {
  text-align: center !important;
}

.c-col-7 tr td:nth-of-type(7),
.c-col-7 tr th:nth-of-type(7) {
  text-align: center !important;
}

.c-col-8 tr td:nth-of-type(8),
.c-col-8 tr th:nth-of-type(8) {
  text-align: center !important;
}

.c-col-9 tr td:nth-of-type(9),
.c-col-9 tr th:nth-of-type(9) {
  text-align: center !important;
}

.c-col-10 tr td:nth-of-type(10),
.c-col-10 tr th:nth-of-type(10) {
  text-align: center !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-full {
  height: 100% !important;
}

.w0 {
  width: 0px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w0p {
  width: 0% !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.h0 {
  height: 0px !important;
}

.h25 {
  height: 25px !important;
}

.h50 {
  height: 50px !important;
}

.h75 {
  height: 75px !important;
}

.h100 {
  height: 100px !important;
}

.h125 {
  height: 125px !important;
}

.h150 {
  height: 150px !important;
}

.h175 {
  height: 175px !important;
}

.h200 {
  height: 200px !important;
}

.h225 {
  height: 225px !important;
}

.h250 {
  height: 250px !important;
}

.h275 {
  height: 275px !important;
}

.h300 {
  height: 300px !important;
}

.h325 {
  height: 325px !important;
}

.h350 {
  height: 350px !important;
}

.h375 {
  height: 375px !important;
}

.h400 {
  height: 400px !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-x-0 {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-x-4 {
  -webkit-column-gap: 4px !important;
     -moz-column-gap: 4px !important;
          column-gap: 4px !important;
}

.gap-y-4 {
  row-gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-x-8 {
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
}

.gap-y-8 {
  row-gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-x-12 {
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
}

.gap-y-12 {
  row-gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-x-16 {
  -webkit-column-gap: 16px !important;
     -moz-column-gap: 16px !important;
          column-gap: 16px !important;
}

.gap-y-16 {
  row-gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-x-20 {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-x-24 {
  -webkit-column-gap: 24px !important;
     -moz-column-gap: 24px !important;
          column-gap: 24px !important;
}

.gap-y-24 {
  row-gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-x-28 {
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
}

.gap-y-28 {
  row-gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-x-32 {
  -webkit-column-gap: 32px !important;
     -moz-column-gap: 32px !important;
          column-gap: 32px !important;
}

.gap-y-32 {
  row-gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-x-36 {
  -webkit-column-gap: 36px !important;
     -moz-column-gap: 36px !important;
          column-gap: 36px !important;
}

.gap-y-36 {
  row-gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-40 {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-x-44 {
  -webkit-column-gap: 44px !important;
     -moz-column-gap: 44px !important;
          column-gap: 44px !important;
}

.gap-y-44 {
  row-gap: 44px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-x-48 {
  -webkit-column-gap: 48px !important;
     -moz-column-gap: 48px !important;
          column-gap: 48px !important;
}

.gap-y-48 {
  row-gap: 48px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-x-52 {
  -webkit-column-gap: 52px !important;
     -moz-column-gap: 52px !important;
          column-gap: 52px !important;
}

.gap-y-52 {
  row-gap: 52px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-x-56 {
  -webkit-column-gap: 56px !important;
     -moz-column-gap: 56px !important;
          column-gap: 56px !important;
}

.gap-y-56 {
  row-gap: 56px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-x-60 {
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
}

.gap-y-60 {
  row-gap: 60px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-x-64 {
  -webkit-column-gap: 64px !important;
     -moz-column-gap: 64px !important;
          column-gap: 64px !important;
}

.gap-y-64 {
  row-gap: 64px !important;
}

.m0 {
  margin: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.noBorder {
  border: none !important;
}

.oh {
  overflow: hidden;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.scale-headline3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.scale-headline4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.scale-headline5,
.scale-headline5 > label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grid {
  display: grid;
}

.grid.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contents {
  display: contents;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-fit {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 fit-content !important;
          flex: 1 1 fit-content !important;
}

.flex-01fit {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 fit-content !important;
          flex: 0 1 fit-content !important;
}

.flex-fit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 fit-content;
          flex: 1 1 fit-content;
}

.justify-normal {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content-normal {
  -ms-flex-line-pack: normal;
      align-content: normal;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.content-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.grid {
  display: grid;
}

.grid.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

/* Form - iOS Override */

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #93B6AC;
}

.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #93B6AC;
}

.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #93B6AC;
}

input.form-control:not([type=submit]):not([type=button]),
textarea.form-control,
div.form-control.file-caption,
select.form-control,
code.form-control,
div.form-control-group {
  background-color: #EFEFF3;
  border: 1px solid transparent;
  border-radius: 24px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px !important;
  line-height: 24px;
  height: 48px;
  padding: 12px 16px 12px 24px;
}

input.form-control:not([type=submit]):not([type=button]):hover,
textarea.form-control:hover,
div.form-control.file-caption:hover,
select.form-control:hover,
code.form-control:hover,
div.form-control-group:hover {
  background-color: #EFEFF3;
  border: 1px solid #00935C;
}

input.form-control:not([type=submit]):not([type=button]):focus,
textarea.form-control:focus,
div.form-control.file-caption:focus,
select.form-control:focus,
code.form-control:focus,
div.form-control-group:focus {
  background-color: white;
  border: 1px solid black;
}

input.form-control:not([type=submit]):not([type=button]).bg-white,
textarea.form-control.bg-white,
div.form-control.file-caption.bg-white,
select.form-control.bg-white,
code.form-control.bg-white,
div.form-control-group.bg-white {
  background-color: white;
}

input.form-control:not([type=submit]):not([type=button]).bg-white:hover,
textarea.form-control.bg-white:hover,
div.form-control.file-caption.bg-white:hover,
select.form-control.bg-white:hover,
code.form-control.bg-white:hover,
div.form-control-group.bg-white:hover {
  background-color: white;
  border: 1px solid #00935C;
}

input.form-control:not([type=submit]):not([type=button]):has(+ .input-group-btn),
textarea.form-control:has(+ .input-group-btn),
div.form-control.file-caption:has(+ .input-group-btn),
select.form-control:has(+ .input-group-btn),
code.form-control:has(+ .input-group-btn),
div.form-control-group:has(+ .input-group-btn) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input.form-control:not([type=submit]):not([type=button])[disabled],
textarea.form-control[disabled],
div.form-control.file-caption[disabled],
select.form-control[disabled],
code.form-control[disabled],
div.form-control-group[disabled] {
  background-color: #EFEFF3;
  border: none !important;
  cursor: not-allowed;
}

input.form-control:not([type=submit]):not([type=button])[disabled]:hover,
input.form-control:not([type=submit]):not([type=button])[disabled]:focus,
textarea.form-control[disabled]:hover,
textarea.form-control[disabled]:focus,
div.form-control.file-caption[disabled]:hover,
div.form-control.file-caption[disabled]:focus,
select.form-control[disabled]:hover,
select.form-control[disabled]:focus,
code.form-control[disabled]:hover,
code.form-control[disabled]:focus,
div.form-control-group[disabled]:hover,
div.form-control-group[disabled]:focus {
  background-color: #EFEFF3;
  border: none;
}

input.form-control:not([type=submit]):not([type=button])[disabled],
textarea.form-control[disabled] {
  background-color: #EFEFF3;
  border: none !important;
  cursor: not-allowed;
  color: #93B6AC !important;
}

input.form-control:not([type=submit]):not([type=button])[disabled]:hover,
input.form-control:not([type=submit]):not([type=button])[disabled]:focus,
textarea.form-control[disabled]:hover,
textarea.form-control[disabled]:focus {
  background-color: #EFEFF3;
  border: none;
}

div.form-control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

div.form-control-group > .input-group-addon {
  background: none;
  border: none;
  font-size: 16px;
  font-size: #444;
  padding: 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

div.form-control-group > .form-control {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

div.form-control-group:focus-within {
  background-color: white;
  border: 1px solid black;
}

textarea.form-control {
  height: auto;
  min-height: 180px;
}

select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDguNUMxOSA4LjUgMTQuODU2IDE1LjUgMTIgMTUuNUM5LjE0NSAxNS41IDUgOC41IDUgOC41IiBzdHJva2U9IiM2NTgxNzkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

select.form-control > option {
  background: #EFEFF3;
  color: black;
}

select.form-control > option:hover {
  background: #EFEFF3;
  color: black;
}

.form-label-inline {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  padding: 0 16px;
}

.form-control-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-control-label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}

.form-group label:not(.onoffswitch-label),
.input-group label:not(.onoffswitch-label) {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  margin-bottom: 0;
  padding: 0 16px;
}

.form-group label:not(.onoffswitch-label) .input-group-addon,
.input-group label:not(.onoffswitch-label) .input-group-addon {
  --icon-stroke-color: #658179;
  background: none;
  border: none;
  color: #658179;
  padding: 0 16px 0 0;
}

p:has(+ .form-inline) {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  margin-bottom: 0;
  padding: 0 16px;
}

label:has(+ [disabled]),
label:has(+ div > input[disabled]) {
  color: #93B6AC;
}

*[disabled] + label {
  color: #93B6AC;
}

.file-input {
  font-family: "Cera Pro", Arial, sans-serif !important;
}

.file-input div.file-caption-main div.form-control.file-caption {
  border: 1px dashed #93b6ac;
  border-radius: 24px;
  background: white;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible {
  background: #EFEFF3;
  border: none;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible .file-caption-icon {
  display: none !important;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible .file-caption-name {
  padding-left: 0;
  color: #555555 !important;
  font-size: 16px !important;
  font-family: "Cera Pro", Arial, sans-serif !important;
}

.file-input div.file-caption-main div.form-control.file-caption.icon-visible + .input-group-btn.input-group-append dt-icon[icon="sare:upload"] {
  display: none;
}

.file-input div.file-caption-main .input-group-btn.input-group-append {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file {
  background: transparent;
  background-color: transparent !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 20;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file::before {
  content: none;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:hover,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:focus,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 24px;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:hover::before,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:focus::before,
.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file:active::before {
  content: none;
  background: transparent;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file dt-icon {
  --icon-stroke-color: #658179;
}

.file-input div.file-caption-main .input-group-btn.input-group-append .btn.btn-primary.btn-file dt-icon[icon="sare:upload"] {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}

.file-input div.file-caption-main .btn.btn-sare.fileinput-remove.fileinput-remove-button {
  --icon-stroke-color: #658179;
  background: white;
  border-radius: 24px;
  width: 32px;
  height: 32px;
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: none;
  margin: 8px 16px;
  z-index: 30;
}

.file-input-placeholder {
  position: relative;
  border-radius: 24px;
  background: white;
  cursor: pointer;
  padding: 0 !important;
  width: 100%;
  min-width: 220px;
  height: 48px;
}

.file-input-placeholder > input.fileinput {
  display: none;
}

.file-input-placeholder > input.fileinput + .fileinput-placeholder-content {
  border: 1px dashed #93b6ac;
  border-radius: 24px;
  color: #777 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  font-weight: 400 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  padding: 12px 16px 12px 24px;
  height: 48px;
}

.file-input-placeholder > input.fileinput + .fileinput-placeholder-content .text {
  color: #777 !important;
  font-size: 14px !important;
}

.file-input-placeholder > div.file-input + .fileinput-placeholder-content {
  display: none;
}

html.dark .form-control {
  background-color: #0e6a4b;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .form-control[disabled],
html.dark .form-control[readonly],
html.dark fieldset[disabled] .form-control {
  background-color: #0c5c41;
}

html.dark .input-group-addon {
  background-color: transparent;
  border: none;
  color: #eeeeee;
}

/* Form - Bootstrap Override */

.btn-lg,
.btn-group-lg > .btn {
  line-height: 1.334;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  line-height: 1;
}

.bootstrap-timepicker-widget input {
  border: 0;
}

/* Form - Custom Fields */

.required {
  display: inline-block;
  color: #F02323;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
  top: -0.2em;
}

label.error {
  color: #b94a48;
  margin-top: 2px;
}

/* Form - Group Override */

.form-group:after {
  clear: both;
  display: block;
  content: "";
}

.form-group:last-child,
.form-group:last-of-type {
  margin-bottom: 0;
}

/* Form - Bordered */

.form-bordered .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form-bordered .form-group:last-child,
.form-bordered .form-group:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* Dark - Form - Bordered */

html.dark .form-bordered .form-group {
  border-bottom: 1px solid #0d6145;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* Form - Vertical Group / Stacked */

.form-group-vertical {
  position: relative;
  white-space: nowrap;
}

.form-group-vertical .form-control {
  border-radius: 0;
  margin-top: -1px;
  z-index: 1;
}

.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
  position: relative;
  z-index: 2;
}

.form-group-vertical .input-group {
  margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
  margin-top: 0;
}

.form-group-vertical .input-group:first-child .input-group-addon,
.form-group-vertical .input-group:first-of-type .input-group-addon {
  border-radius: 4px 0 0 0;
}

.form-group-vertical .input-group:first-child .form-control,
.form-group-vertical .input-group:first-of-type .form-control {
  border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .input-group-addon,
.form-group-vertical .input-group:last-of-type .input-group-addon {
  border-radius: 0 0 0 4px;
}

.form-group-vertical .input-group:last-child .form-control,
.form-group-vertical .input-group:last-of-type .form-control {
  border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .input-group-addon,
.form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .input-group-addon,
.form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
  border-radius: 0 0 4px 4px;
}

/* Form - Input Override */

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 4px;
}

/* Form - Input Icon */

.input-group-icon,
.input-search {
  width: 100%;
  table-layout: fixed;
}

.input-group-icon input.form-control,
.input-search input.form-control {
  font-size: 1.2rem;
  padding-right: 36px;
}

.input-group-icon .input-group-btn,
.input-search .input-group-btn {
  border-radius: 500px;
  width: 0;
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
  border-radius: 500px;
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  z-index: 3;
  background: transparent;
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
  left: auto;
  right: 0;
}

.input-group-icon .input-group-btn + input.form-control,
.input-search .input-group-btn + input.form-control {
  padding-right: 12px;
  padding-left: 36px;
}

.input-group-icon .input-group-addon,
.input-search .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0;
  z-index: 9999;
}

.input-group-icon .input-group-addon span.icon,
.input-search .input-group-addon span.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 3;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  line-height: 1.42857143;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
}

.input-group-icon .input-group-addon span.icon.icon-lg,
.input-search .input-group-addon span.icon.icon-lg {
  padding: 10px 14px;
  font-size: 18px;
}

.input-group-icon .input-group-addon:last-child span.icon,
.input-search .input-group-addon:last-child span.icon {
  left: auto;
  right: 0;
}

.input-group-icon .input-group-addon + input.form-control,
.input-search .input-group-addon + input.form-control {
  padding-right: 12px;
  padding-left: 36px;
}

/* Form - Input Search */

.input-search {
  width: 100%;
}

.input-search input.form-control:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-search .input-group-btn {
  color: #cccccc;
}

.input-search .input-group-btn .btn {
  padding-left: 15px;
}

.input-search .input-group-btn .btn-default {
  color: #cccccc;
}

/* Dark */

.input-search {
  width: 100%;
}

.input-search input.form-control:focus {
  border-color: #0B533B;
}

.input-search .input-group-btn .btn {
  background: transparent !important;
}

/* Form - Round Input */

input.input-rounded {
  border-radius: 500px;
}

.input-group-rounded input.form-control,
.input-search input.form-control {
  border-radius: 500px;
}

.input-group-rounded input.form-control:first-child,
.input-group-rounded input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
  border-radius: 500px;
}

.input-group-rounded .input-group-addon:first-child,
.input-search .input-group-addon:first-child {
  border-radius: 500px 0 0 500px;
}

.input-group-rounded .input-group-addon:last-child,
.input-search .input-group-addon:last-child {
  border-radius: 0 500px 500px 0;
}

/* Form - Custom Checkbox */

.checkbox-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 2px 0 2px 25px;
  margin-bottom: 7px;
  margin-top: 0;
  min-height: 28px;
}

.checkbox-custom.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}

.checkbox-custom:last-child,
.checkbox-custom:last-of-type {
  margin-bottom: 0;
}

.checkbox-custom input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.checkbox-custom input[type=checkbox] + .check,
.checkbox-custom input[type=checkbox] + label {
  min-height: 24px;
}

.checkbox-custom input[type=checkbox]:checked + label:after,
.checkbox-custom input[type=checkbox]:checked + .check:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDguNUMxNyA4LjUgMTIuODU2IDE1LjUgMTAgMTUuNUM3LjE0NSAxNS41IDYgMTIuNSA2IDEyLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333333;
  left: 0;
  top: calc(50% - 9px);
}

.checkbox-custom input[type=checkbox]:checked + label::before,
.checkbox-custom input[type=checkbox]:checked + .check::before {
  border: 1px solid transparent;
  background-color: #00935c;
}

.checkbox-custom input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.checkbox-custom input[type=checkbox]:disabled:checked + label:after,
.checkbox-custom input[type=checkbox]:disabled:checked + .check:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDguNUMxNyA4LjUgMTIuODU2IDE1LjUgMTAgMTUuNUM3LjE0NSAxNS41IDYgMTIuNSA2IDEyLjUiIHN0cm9rZT0iIzkzQjZBQyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
}

.checkbox-custom input[type=checkbox]:disabled + label,
.checkbox-custom input[type=checkbox]:disabled + .check {
  cursor: not-allowed;
}

.checkbox-custom input[type=checkbox]:disabled + label:before,
.checkbox-custom input[type=checkbox]:disabled + .check:before {
  background-color: #d2f0e5;
  border: 1px solid #0000001a;
}

.checkbox-custom label,
.checkbox-custom .check {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  text-align: left;
  line-height: 20px;
  padding: 0 !important;
}

.checkbox-custom label:before,
.checkbox-custom .check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #0000001a;
  background: #efeff3;
}

.checkbox-custom label + label.error,
.checkbox-custom .check + label.error {
  display: block;
}

html.dark .checkbox-custom label:before {
  background: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .checkbox-custom input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-custom input[type=checkbox]:disabled + label:before {
  background: #0d6145;
  border-color: #0d6145;
}

html.dark .checkbox-primary input[type=checkbox]:checked + label:after,
.checkbox-primary input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #00935C;
  border-color: #007a4c;
}

html.dark .checkbox-text-primary input[type=checkbox]:checked + label:after,
.checkbox-text-primary input[type=checkbox]:checked + label:after {
  color: #00935C;
}

html.dark .checkbox-success input[type=checkbox]:checked + label:after,
.checkbox-success input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
  background: #00935C;
  border-color: #007a4c;
}

html.dark .checkbox-text-success input[type=checkbox]:checked + label:after,
.checkbox-text-success input[type=checkbox]:checked + label:after {
  color: #00935C;
}

html.dark .checkbox-warning input[type=checkbox]:checked + label:after,
.checkbox-warning input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
  background: #F04E23;
  border-color: #ea3e10;
}

html.dark .checkbox-text-warning input[type=checkbox]:checked + label:after,
.checkbox-text-warning input[type=checkbox]:checked + label:after {
  color: #F04E23;
}

html.dark .checkbox-danger input[type=checkbox]:checked + label:after,
.checkbox-danger input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
  background: #F02323;
  border-color: #ea1010;
}

html.dark .checkbox-text-danger input[type=checkbox]:checked + label:after,
.checkbox-text-danger input[type=checkbox]:checked + label:after {
  color: #F02323;
}

html.dark .checkbox-info input[type=checkbox]:checked + label:after,
.checkbox-info input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
  background: black;
  border-color: black;
}

html.dark .checkbox-text-info input[type=checkbox]:checked + label:after,
.checkbox-text-info input[type=checkbox]:checked + label:after {
  color: black;
}

html.dark .checkbox-dark input[type=checkbox]:checked + label:after,
.checkbox-dark input[type=checkbox]:checked + label:after {
  color: #ffffff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
  background: #171717;
  border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type=checkbox]:checked + label:after,
.checkbox-text-dark input[type=checkbox]:checked + label:after {
  color: #171717;
}

/* Form - Custom Radio */

.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.radio-custom.radio-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
  margin-top: 7px;
  padding-top: 0;
}

.radio-custom:last-child,
.radio-custom:last-of-type {
  margin-bottom: 0;
}

.radio-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.radio-custom input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 8px;
  height: 8px;
  background-color: #00935C !important;
  border-radius: 50px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.radio-custom input[type=radio]:disabled {
  cursor: not-allowed;
}

.radio-custom input[type=radio]:disabled:checked + label:after {
  background-color: #93B6AC !important;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.radio-custom input[type=radio]:disabled:checked + label:before {
  border: none;
}

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

.radio-custom input[type=radio]:disabled + label:before {
  background-color: #D2F0E5 !important;
  border: 1px solid #0000001A;
}

.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  padding: 0 !important;
}

.radio-custom label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #0000001A;
  background: #EFEFF3;
}

.radio-custom label + label.error {
  display: block;
}

html.dark .radio-custom label:before {
  background: #0e6a4b;
  border-color: #0c5c41;
}

html.dark .radio-custom input[type=radio]:checked + label:after {
  background-color: #ffffff;
}

html.dark .radio-custom input[type=radio]:disabled + label:before {
  background: #0d6145;
  border-color: #0d6145;
}

html.dark .radio-primary input[type=radio]:checked + label:after,
.radio-primary input[type=radio]:checked + label:after {
  background: #00935C;
  -webkit-box-shadow: 0px 0px 1px #00935C;
  box-shadow: 0px 0px 1px #00935C;
}

html.dark .radio-success input[type=radio]:checked + label:after,
.radio-success input[type=radio]:checked + label:after {
  background: #00935C;
  -webkit-box-shadow: 0px 0px 1px #00935C;
  box-shadow: 0px 0px 1px #00935C;
}

html.dark .radio-warning input[type=radio]:checked + label:after,
.radio-warning input[type=radio]:checked + label:after {
  background: #F04E23;
  -webkit-box-shadow: 0px 0px 1px #F04E23;
  box-shadow: 0px 0px 1px #F04E23;
}

html.dark .radio-danger input[type=radio]:checked + label:after,
.radio-danger input[type=radio]:checked + label:after {
  background: #F02323;
  -webkit-box-shadow: 0px 0px 1px #F02323;
  box-shadow: 0px 0px 1px #F02323;
}

html.dark .radio-info input[type=radio]:checked + label:after,
.radio-info input[type=radio]:checked + label:after {
  background: black;
  -webkit-box-shadow: 0px 0px 1px black;
  box-shadow: 0px 0px 1px black;
}

html.dark .radio-dark input[type=radio]:checked + label:after,
.radio-dark input[type=radio]:checked + label:after {
  background: #171717;
  -webkit-box-shadow: 0px 0px 1px #171717;
  box-shadow: 0px 0px 1px #171717;
}

/* Form - Error Container */

div.validation-message ul {
  display: none;
  list-style: none;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  border-bottom: 1px solid #ffcbcb;
  background: #ffefef;
}

div.validation-message ul label.error {
  display: block;
  padding-left: 22px;
  position: relative;
}

div.validation-message ul label.error:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #d9534f;
  display: inline-block;
}

.select2-drop-mask {
  z-index: 10010;
}

.select2-drop {
  z-index: 10011;
}

.select2-search {
  z-index: 10012;
}

.select2-container--bootstrap.select2-container--open {
  z-index: 10013;
}

@media (max-width: 991px) {
  .select2-container--bootstrap {
    width: auto !important;
  }
}

.bootstrap-maxlength {
  z-index: 999999 !important;
}

html.dark .fileupload .uneditable-input {
  background-color: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .fileupload-new .input-append .btn-file {
  border-color: #0c5c41;
}

.date-input-group {
  position: relative;
}

.date-input-group .date-input-addon {
  --icon-stroke-color: #658179;
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 10;
}

.group-btn-right {
  position: relative;
}

.group-btn-right .input-group-btn {
  position: absolute;
  right: 72px;
  top: calc(50% - 16px);
}

.group-btn-right .input-group-btn .btn {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  width: 56px;
  min-height: auto;
  padding: 0 8px;
  z-index: 10;
}

.search-input,
.time-input,
.date-input,
.percent-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.search-input:after,
.time-input:after,
.date-input:after,
.percent-input:after {
  color: #658179;
  font-family: "sare-icons" !important;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  width: 16px;
  height: 16px;
  z-index: 10;
}

.search-input:after {
  content: "";
}

.time-input:after {
  content: "";
}

.date-input:after {
  content: "";
}

.percent-input:after {
  content: "%";
  font-family: "Cera Pro", Arial, sans-serif;
}

.date-input .bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 16px;
}

.input-group-addon-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.input-group-addon-input .input-group-addon {
  background: none;
  border: none;
  color: #658179;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  padding: 0;
  top: calc(50% - 8px);
  right: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
}

.input-group-addon-input .input-group-addon > i {
  color: #658179;
}

.input-group-addon-input .input-group-addon > i[class^=icon-],
.input-group-addon-input .input-group-addon > i[class*=" icon-"] {
  font-size: 18px;
}

.input-group-tools-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.input-group-tools-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.input-group-tools-group .tools-wrp {
  position: absolute;
  right: 0;
  top: 0;
}

.input-group-tools-group .tools-wrp .input-group-btn {
  cursor: pointer;
}

.input-group-tools-group .tools-wrp .input-group-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
}

.input-group-tools-group .tools-wrp .input-group-btn i {
  color: #658179;
}

.input-group-tools-group .tools-wrp .input-group-btn i[class^=icon-],
.input-group-tools-group .tools-wrp .input-group-btn i[class*=" icon-"] {
  font-size: 18px;
}

.bootstrap-dateptimepicker-widget {
  border-radius: 24px !important;
}

.well {
  border-radius: 24px !important;
}

.well ul.list-striped-select li.option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px !important;
}

.well ul.list-striped-select li.option-group:has(.checkbox-custom input[type=checkbox]:checked) {
  background-color: #EFEFF3 !important;
}

.well ul.list-striped-select li.option-group.checked {
  background-color: #EFEFF3 !important;
}

.well ul.list-striped-select li.option-group .checkbox-custom {
  margin-bottom: 0 !important;
}

.well ul.list-striped-select li.option-group .option-group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
}

.well ul.list-striped-select li.option-group .option-group-head {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.well ul.list-striped-select li.option-group .option-group-sub {
  color: #658179;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.panel {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 24px;
  /* WHY?
  + .panel {
   margin-top: 35px;
  }*/
}

.panel-heading {
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  border-bottom: 1px solid #dadada;
  padding: 10px;
  position: relative;
}

.panel-heading .scale-headline5 {
  color: black;
}

.panel-heading.bg-primary {
  background: #00935C;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-secondary {
  background: #e36159;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-success {
  background: #00935C;
  color: #e2fccf;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-warning {
  background: #F04E23;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-danger {
  background: #F02323;
  color: #fde9ee;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-info {
  background: black;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-dark {
  background: #171717;
  color: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-heading.bg-white {
  background: #ffffff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.panel-actions {
  right: 15px;
  position: absolute;
  top: 15px;
}

.panel-actions a,
.panel-actions .panel-action {
  background-color: transparent;
  border-radius: 2px;
  color: #b4b4b4;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.panel-actions a:hover,
.panel-actions .panel-action:hover {
  background-color: #f7f7f7;
  color: #b4b4b4;
  text-decoration: none;
}

.panel-actions a,
.panel-actions a:focus,
.panel-actions a:hover,
.panel-actions a:active,
.panel-actions a:visited,
.panel-actions .panel-action,
.panel-actions .panel-action:focus,
.panel-actions .panel-action:hover,
.panel-actions .panel-action:active,
.panel-actions .panel-action:visited {
  outline: none !important;
  text-decoration: none !important;
}

.panel-toogle {
  position: relative;
  top: 15px;
}

.panel-toogle a,
.panel-toogle .panel-action {
  background-color: transparent;
  border-radius: 2px;
  color: #b4b4b4;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.panel-toogle a:hover,
.panel-toogle .panel-action:hover {
  background-color: #f7f7f7;
  color: #b4b4b4;
  text-decoration: none;
}

.panel-toogle a,
.panel-toogle a:focus,
.panel-toogle a:hover,
.panel-toogle a:active,
.panel-toogle a:visited,
.panel-toogle .panel-action,
.panel-toogle .panel-action:focus,
.panel-toogle .panel-action:hover,
.panel-toogle .panel-action:active,
.panel-toogle .panel-action:visited {
  outline: none !important;
  text-decoration: none !important;
}

.panel-title {
  color: #33353f;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}

.panel-subtitle {
  color: #808697;
  font-size: 12px;
  line-height: 1.2em;
  margin: 7px 0 0;
  padding: 0;
}

.panel-body {
  background: #fdfdfd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}

.panel-body.bg-transparent {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.panel-body-nopadding {
  padding: 0;
}

.panel-heading + .panel-body {
  border-radius: 0 0 24px 24px;
}

.panel-footer {
  border-radius: 0 0 24px 24px;
  margin-top: -24px;
}

.panel-footer.bg-transparent {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.panel-footer-btn-group {
  display: table;
  width: 100%;
  padding: 0;
}

.panel-footer-btn-group a {
  background-color: #f5f5f5;
  display: table-cell;
  width: 1%;
  border-left: 1px solid #dddddd;
  padding: 10px 15px;
  text-decoration: none;
}

.panel-footer-btn-group a:hover {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.panel-footer-btn-group a:first-child {
  border-left: none;
}

.panel-body.bg-primary {
  background: #00935C;
  color: #ffffff;
}

.panel-body.bg-secondary {
  background: #e36159;
  color: #ffffff;
}

.panel-body.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
}

.panel-body.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
}

.panel-body.bg-success {
  background: #00935C;
  color: #e2fccf;
}

.panel-body.bg-warning {
  background: #F04E23;
  color: #ffffff;
}

.panel-body.bg-danger {
  background: #F02323;
  color: #fde9ee;
}

.panel-body.bg-info {
  background: black;
  color: #ffffff;
}

.panel-body.bg-dark {
  background: #171717;
  color: #ffffff;
}

.panel-featured {
  border-top: 3px solid #33353f;
}

.panel-featured .panel-heading {
  border-radius: 0;
}

.panel-featured-top {
  border-top: 3px solid #33353f;
}

.panel-featured-right {
  border-right: 3px solid #33353f;
}

.panel-featured-bottom {
  border-bottom: 3px solid #33353f;
}

.panel-featured-left {
  border-left: 3px solid #33353f;
}

.panel-featured-primary {
  border-color: #00935C;
}

.panel-featured-primary .panel-title {
  color: #00935C;
}

.panel-featured-secondary {
  border-color: #e36159;
}

.panel-featured-secondary .panel-title {
  color: #e36159;
}

.panel-featured-tertiary {
  border-color: #2baab1;
}

.panel-featured-tertiary .panel-title {
  color: #2baab1;
}

.panel-featured-quartenary {
  border-color: #734ba9;
}

.panel-featured-quartenary .panel-title {
  color: #734ba9;
}

.panel-featured-success {
  border-color: #00935C;
}

.panel-featured-success .panel-title {
  color: #00935C;
}

.panel-featured-warning {
  border-color: #F04E23;
}

.panel-featured-warning .panel-title {
  color: #F04E23;
}

.panel-featured-danger {
  border-color: #F02323;
}

.panel-featured-danger .panel-title {
  color: #F02323;
}

.panel-featured-info {
  border-color: black;
}

.panel-featured-info .panel-title {
  color: black;
}

.panel-featured-dark {
  border-color: #171717;
}

.panel-featured-dark .panel-title {
  color: #171717;
}

.panel-highlight .panel-heading {
  background-color: #00935C;
  border-color: #00935C;
  color: #ffffff;
}

.panel-highlight .panel-title {
  color: #ffffff;
}

.panel-highlight .panel-subtitle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}

.panel-highlight .panel-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.panel-highlight .panel-body {
  background-color: #00935C;
  color: #ffffff;
}

.panel-highlight-title .panel-heading {
  background-color: #2baab1;
}

.panel-highlight-title .panel-title {
  color: #ffffff;
}

.panel-highlight-title .panel-subtitle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}

.panel-highlight-title .panel-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.panel-heading-icon {
  margin: 0 auto;
  font-size: 4.2rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}

.panel-heading-icon.bg-primary {
  background: #00935C;
  color: #ffffff;
}

.panel-heading-icon.bg-secondary {
  background: #e36159;
  color: #ffffff;
}

.panel-heading-icon.bg-tertiary {
  background: #2baab1;
  color: #ffffff;
}

.panel-heading-icon.bg-quartenary {
  background: #734ba9;
  color: #ffffff;
}

.panel-heading-icon.bg-success {
  background: #00935C;
  color: #e2fccf;
}

.panel-heading-icon.bg-warning {
  background: #F04E23;
  color: #ffffff;
}

.panel-heading-icon.bg-danger {
  background: #F02323;
  color: #fde9ee;
}

.panel-heading-icon.bg-info {
  background: black;
  color: #ffffff;
}

.panel-heading-icon.bg-dark {
  background: #171717;
  color: #ffffff;
}

.panel-heading-profile-picture img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 4px solid #ffffff;
  border-radius: 50px;
}

.panel-icon {
  color: #ffffff;
  font-size: 42px;
  float: left;
}

.panel-icon ~ .panel-title,
.panel-icon ~ .panel-subtitle {
  margin-left: 64px;
}

/* Dark - Panels */

html.dark .panel-heading {
  background: #0e6a4b;
  border-bottom-color: #0b533b;
}

html.dark .panel-actions a:hover {
  background-color: #0d6145;
}

html.dark .panel-body {
  background: #107755;
}

html.dark .panel-footer {
  background: #0d6145;
  border-top-color: #0a4a35;
}

html .panel-primary {
  background: #00935C;
}

html .panel-primary .panel-heading {
  background: #00935C;
  color: white;
}

html .panel-primary .panel-body {
  background: #00935C;
}

html .panel-primary .panel-subtitle {
  color: white;
}

html .panel-primary .panel-title {
  color: white;
}

html .panel-primary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-secondary {
  background: #e36159;
}

html .panel-secondary .panel-heading {
  background: #e36159;
  color: white;
}

html .panel-secondary .panel-body {
  background: #e36159;
}

html .panel-secondary .panel-subtitle {
  color: white;
}

html .panel-secondary .panel-title {
  color: white;
}

html .panel-secondary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-tertiary {
  background: #2baab1;
}

html .panel-tertiary .panel-heading {
  background: #2baab1;
  color: white;
}

html .panel-tertiary .panel-body {
  background: #2baab1;
}

html .panel-tertiary .panel-subtitle {
  color: white;
}

html .panel-tertiary .panel-title {
  color: white;
}

html .panel-tertiary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-quartenary {
  background: #734ba9;
}

html .panel-quartenary .panel-heading {
  background: #734ba9;
  color: white;
}

html .panel-quartenary .panel-body {
  background: #734ba9;
}

html .panel-quartenary .panel-subtitle {
  color: white;
}

html .panel-quartenary .panel-title {
  color: white;
}

html .panel-quartenary .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-success {
  background: #00935C;
}

html .panel-success .panel-heading {
  background: #00935C;
  color: white;
}

html .panel-success .panel-body {
  background: #00935C;
}

html .panel-success .panel-subtitle {
  color: white;
}

html .panel-success .panel-title {
  color: white;
}

html .panel-success .panel-actions a {
  background-color: transparent !important;
  color: #e2fccf;
}

html .panel-warning {
  background: #F04E23;
}

html .panel-warning .panel-heading {
  background: #F04E23;
  color: white;
}

html .panel-warning .panel-body {
  background: #F04E23;
}

html .panel-warning .panel-subtitle {
  color: white;
}

html .panel-warning .panel-title {
  color: white;
}

html .panel-warning .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-danger {
  background: #F02323;
}

html .panel-danger .panel-heading {
  background: #F02323;
  color: white;
}

html .panel-danger .panel-body {
  background: #F02323;
}

html .panel-danger .panel-subtitle {
  color: white;
}

html .panel-danger .panel-title {
  color: white;
}

html .panel-danger .panel-actions a {
  background-color: transparent !important;
  color: #fde9ee;
}

html .panel-info {
  background: black;
}

html .panel-info .panel-heading {
  background: black;
  color: white;
}

html .panel-info .panel-body {
  background: black;
}

html .panel-info .panel-subtitle {
  color: white;
}

html .panel-info .panel-title {
  color: white;
}

html .panel-info .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel-dark {
  background: #171717;
}

html .panel-dark .panel-heading {
  background: #171717;
  color: white;
}

html .panel-dark .panel-body {
  background: #171717;
}

html .panel-dark .panel-subtitle {
  color: white;
}

html .panel-dark .panel-title {
  color: white;
}

html .panel-dark .panel-actions a {
  background-color: transparent !important;
  color: #ffffff;
}

html .panel.panel-info {
  color: white;
}

html .panel.panel-info h5,
html .panel.panel-info p {
  color: white !important;
}

html .panel.panel-info .panel-icon {
  margin-right: 24px;
  font-size: 16px;
  line-height: 1;
}

html .panel.panel-transparent > .panel-heading {
  background: none;
  border: 0;
}

html .panel.panel-transparent > .panel-heading .panel-actions {
  right: 0;
}

html .panel.panel-transparent > .panel-body {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html .panel .panel-heading-transparent {
  background: none;
  border: 0;
}

html .panel .panel-heading-transparent .panel-actions {
  right: 0;
}

.panel-horizontal {
  display: table;
  width: 100%;
}

.panel-horizontal .panel-heading,
.panel-horizontal .panel-body,
.panel-horizontal .panel-footer {
  display: table-cell;
  vertical-align: middle;
}

.panel-horizontal .panel-heading {
  border-radius: 24px 0 0 24px;
}

.panel-horizontal .panel-heading + .panel-body {
  border-radius: 0 24px 24px 0;
}

.panel-horizontal .panel-footer {
  border-radius: 0 24px 24px 0;
  margin-top: 0;
}

.panel-action-toggle,
.panel-action-dismiss {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-action-toggle:before {
  content: "";
}

.panel-collapsed .panel-action-toggle:before {
  content: "";
}

.panel-action-dismiss:before {
  content: "";
}

.panel-collapsed .panel-body,
.panel-collapsed .panel-footer {
  display: none;
}

section.panel.panel-collapsed .panel-heading {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media only screen and (max-width: 767px) {
  .panel-actions {
    float: none;
    margin-bottom: 15px;
    position: static;
    text-align: right;
  }

  .panel-actions a {
    vertical-align: top;
  }
}

.chart {
  width: 100%;
}

.chart.chart-xs {
  height: 150px;
}

.chart.chart-sm {
  height: 184px;
}

.chart.chart-md {
  height: 350px;
}

.chart.chart-lg {
  height: 500px;
}

#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: 0.7;
  font-size: 11px;
  border-radius: 5px;
}

.jqstooltip {
  min-width: 30px;
  min-height: 25px;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
}

.circular-bar {
  margin: 25px 0;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar.circular-bar-xs {
  width: 50px;
}

.circular-bar.circular-bar-xs strong {
  display: none;
}

.circular-bar.circular-bar-xs label {
  font-size: 11px;
  left: 0;
  text-align: center;
  top: 28%;
  width: 100%;
}

.gauge-chart {
  margin: 25px 0;
}

.gauge-chart strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.gauge-chart label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.small-chart-wrapper {
  display: inline-block;
  margin: 10px 15px;
  width: 100%;
}

.small-chart-wrapper .small-chart {
  display: inline-block;
  float: left;
  margin-bottom: 8px;
  min-width: 80px;
}

.small-chart-wrapper .small-chart-info {
  display: inline-block;
  padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #a0a0a0;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
  display: block;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .small-chart-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .small-chart-wrapper .small-chart {
    width: 100%;
    text-align: center;
  }

  .small-chart-wrapper .small-chart-info {
    padding-left: 0;
  }
}

.liquid-meter {
  position: relative;
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50%;
}

.liquid-meter meter {
  display: none;
}

.liquid-meter.liquid-meter-loaded {
  width: auto;
  padding-bottom: 0;
}

.liquid-meter.liquid-meter-loaded:before {
  display: none;
}

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
  max-height: 120px;
  max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
  max-height: 150px;
  max-width: 150px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
  max-height: 200px;
  max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
  max-height: 230px;
  max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
  margin-top: 3px;
}

.liquid-meter-wrapper .liquid-meter-selector a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  color: #9b9b9b;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #00935C;
}

.liquid-meter-wrapper .liquid-meter-selector a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.chart-data-selector {
  visibility: hidden;
  max-height: 255px;
  padding: 6px;
}

.chart-data-selector h2 {
  color: #33353f;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: -1px;
}

.chart-data-selector h2 .multiselect {
  background: #ffffff;
  border: 0 none;
  font-size: 18px;
  font-weight: 600;
  margin: -4px 0 0 4px !important;
  padding: 3px 12px 3px 8px;
}

.chart-data-selector h2 .multiselect:hover,
.chart-data-selector h2 .multiselect:focus,
.chart-data-selector h2 .multiselect:active {
  text-decoration: none;
}

.chart-data-selector h2 .multiselect-container {
  margin: 0 0 0 4px;
  min-width: 120%;
}

.chart-data-selector .chart-data-selector-items {
  position: relative;
  overflow: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-active {
  visibility: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-hidden {
  visibility: hidden;
}

.chart-data-selector.ready {
  max-height: none;
  visibility: visible;
}

.chart-data-selector.ready .chart-active {
  visibility: visible;
  position: relative;
  z-index: 2;
}

.chart-data-selector.ready .chart-hidden {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -9999px;
}

.ct-chart .ct-label,
.ct-chart .ct-label.ct-horizontal,
.ct-chart .ct-label.ct-vertical {
  font-size: 1.2rem;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #00935C;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #00935C;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #00472c;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #00472c;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
  stroke: #e36159;
}

.ct-chart .ct-series.ct-series-c .ct-area,
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut) {
  fill: #e36159;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
  stroke: #cd2c23;
}

.ct-chart .ct-series.ct-series-d .ct-area,
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut) {
  fill: #cd2c23;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
  stroke: #2baab1;
}

.ct-chart .ct-series.ct-series-e .ct-area,
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut) {
  fill: #2baab1;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
  stroke: #1c6f73;
}

.ct-chart .ct-series.ct-series-f .ct-area,
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut) {
  fill: #1c6f73;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #734ba9;
}

.ct-chart .ct-series.ct-series-g .ct-area,
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut) {
  fill: #734ba9;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #4f3374;
}

.ct-chart .ct-series.ct-series-h .ct-area,
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut) {
  fill: #4f3374;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #00472c;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #00472c;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #00e08c;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #00e08c;
}

.ct-chart .ct-series.ct-series-k .ct-bar,
.ct-chart .ct-series.ct-series-k .ct-line,
.ct-chart .ct-series.ct-series-k .ct-point,
.ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
  stroke: #ee9f9a;
}

.ct-chart .ct-series.ct-series-k .ct-area,
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut) {
  fill: #ee9f9a;
}

.ct-chart .ct-series.ct-series-l .ct-bar,
.ct-chart .ct-series.ct-series-l .ct-line,
.ct-chart .ct-series.ct-series-l .ct-point,
.ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
  stroke: #53ced5;
}

.ct-chart .ct-series.ct-series-l .ct-area,
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut) {
  fill: #53ced5;
}

.ct-chart .ct-series.ct-series-m .ct-bar,
.ct-chart .ct-series.ct-series-m .ct-line,
.ct-chart .ct-series.ct-series-m .ct-point,
.ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
  stroke: #9b7cc5;
}

.ct-chart .ct-series.ct-series-m .ct-area,
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut) {
  fill: #9b7cc5;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: black;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: black;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #47ffba;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: #47ffba;
}

.ct-chart .tooltip {
  opacity: 1;
  position: absolute;
  display: inline-block;
  min-width: 115px;
  padding: 8px;
  background: #00935C;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.ct-chart .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #00935C;
}

html.dark .chart-data-selector h2 .multiselect {
  background-color: #0e6a4b;
}

/*  Slider - */

.ui-slider.ui-widget-content {
  background: #ebebeb;
  border: none;
}

/*  Sliders - Horizontal */

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}

/*  Sliders - Vertical */

.ui-slider-vertical {
  display: inline-block;
  width: 6px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -7px;
}

/*  Sliders - UI Handle */

.ui-slider .ui-slider-handle {
  background: #d9d9d9;
  border: 6px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.ui-slider .ui-slider-handle:hover {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

/*  Sliders - UI Handle (Fix Windows Mobile Devices) */

.ui-slider .ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/*  Sliders - Range */

.ui-slider .ui-slider-range {
  background: #d9d9d9;
}

/*  Sliders - Contextual */

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #00935C;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to , #00935C 50%, #00603c 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00c67c), color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to right, #00c67c 0, #00935C 50%, #00603c 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
  background: #00935C;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to , #00935C 50%, #00603c 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00c67c), color-stop(50%, #00935C), to(#00603c));
  background-image: linear-gradient(to right, #00c67c 0, #00935C 50%, #00603c 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
  background: #F04E23;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #F04E23), to(#d2370e));
  background-image: linear-gradient(to , #F04E23 50%, #d2370e 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f37453), color-stop(50%, #F04E23), to(#d2370e));
  background-image: linear-gradient(to right, #f37453 0, #F04E23 50%, #d2370e 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
  background: #F02323;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #F02323), to(#d20e0e));
  background-image: linear-gradient(to , #F02323 50%, #d20e0e 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f35353), color-stop(50%, #F02323), to(#d20e0e));
  background-image: linear-gradient(to right, #f35353 0, #F02323 50%, #d20e0e 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
  background: black;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, black), to(black));
  background-image: linear-gradient(to , black 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1a1a1a), color-stop(50%, black), to(black));
  background-image: linear-gradient(to right, #1a1a1a 0, black 50%, black 100%);
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
  background: #171717;
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
  background-image: -webkit-gradient(linear ,  , color-stop(50%, #171717), to(black));
  background-image: linear-gradient(to , #171717 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #313131), color-stop(50%, #171717), to(black));
  background-image: linear-gradient(to right, #313131 0, #171717 50%, black 100%);
}

html.dark .ui-slider.ui-widget-content {
  background: #0c5c41;
}

.mfp-bg {
  z-index: 10027;
}

.mfp-wrap {
  z-index: 10028;
}

.mfp-wrap .mfp-content {
  z-index: 10028;
}

.modal-block {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.modal-block.modal-block-xs {
  max-width: 200px;
}

.modal-block.modal-block-sm {
  max-width: 400px;
}

.modal-block.modal-block-md {
  max-width: 600px;
}

.modal-block.modal-block-lg {
  max-width: 900px;
}

.modal-block.modal-block-full {
  max-width: 98%;
}

.modal-block.modal-header-color .panel-heading h2 {
  color: #ffffff;
}

.modal-block.modal-full-color {
  color: #ffffff;
}

.modal-block.modal-full-color .panel-heading {
  border: 0;
}

.modal-block.modal-full-color .panel-heading h2 {
  color: #ffffff;
}

.modal-block.modal-full-color .panel-footer {
  border: 0;
}

.modal-block.modal-full-color .panel-body {
  background-color: transparent;
}

.modal-block.modal-full-color .fa {
  color: #ffffff !important;
}

/* Modal Wrapper */

.modal-wrapper {
  position: relative;
  padding: 25px 0;
}

/* Modal Icon */

.modal-icon {
  float: left;
  width: 20%;
  text-align: center;
}

.modal-icon .fa {
  font-size: 52px;
  position: relative;
  top: -10px;
  color: #00935C;
}

.modal-icon.center {
  float: none;
  width: auto;
  padding-top: 20px;
}

.modal-icon.center + .modal-text {
  float: none;
  width: auto;
}

.modal-icon + .modal-text {
  float: left;
  width: 80%;
}

/* Modal Text */

.modal-text {
  padding: 0 5px;
}

.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
  padding: 0;
  margin: -7px 0 4px 0;
}

/* Modal Title */

.modal-title {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.modal-title h1,
.modal-title h2,
.modal-title h3,
.modal-title h4,
.modal-title h5,
.modal-title h6 {
  padding: 0;
  margin: -7px 0 4px 0;
  font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
  font-weight: 300;
}

.modal-dialog .modal-content {
  border: none;
  border-radius: 24px;
  -webkit-box-shadow: 0px 16px 32px 0px #0000000A !important;
          box-shadow: 0px 16px 32px 0px #0000000A !important;
}

.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.modal-dialog .bootbox-close-button.close {
  opacity: 1 !important;
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

.modal-dialog .bootbox-close-button.close::after {
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5NDUgOS41OTQ4TDkuNjAyNTQgMTQuMzg2OCIgc3Ryb2tlPSIjMDA5MzVDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC4zOTk2IDE0LjM5MzFMOS41OTk2MSA5LjU5MzEiIHN0cm9rZT0iIzAwOTM1QyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNzUgMTIuMDAwMUMyLjc1IDE4LjkzNzEgNS4wNjMgMjEuMjUwMSAxMiAyMS4yNTAxQzE4LjkzNyAyMS4yNTAxIDIxLjI1IDE4LjkzNzEgMjEuMjUgMTIuMDAwMUMyMS4yNSA1LjA2MzEgMTguOTM3IDIuNzUwMSAxMiAyLjc1MDFDNS4wNjMgMi43NTAxIDIuNzUgNS4wNjMxIDIuNzUgMTIuMDAwMVoiIHN0cm9rZT0iIzAwOTM1QyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border: 1px solid #93B6AC80;
  border-radius: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.modal-block-primary .fa {
  color: #00935C;
}

.modal-block-primary.modal-header-color .panel-heading {
  background-color: #00935C;
}

.modal-block-primary.modal-full-color .panel {
  background-color: #00bc76;
}

.modal-block-primary.modal-full-color .panel-heading {
  background-color: #00935C;
}

.modal-block-primary.modal-full-color .panel-footer {
  background-color: #00bc76;
}

.modal-block-success .fa {
  color: #00935C;
}

.modal-block-success.modal-header-color .panel-heading {
  background-color: #00935C;
}

.modal-block-success.modal-full-color .panel {
  background-color: #00bc76;
}

.modal-block-success.modal-full-color .panel-heading {
  background-color: #00935C;
}

.modal-block-success.modal-full-color .panel-footer {
  background-color: #00bc76;
}

.modal-block-warning .fa {
  color: #F04E23;
}

.modal-block-warning.modal-header-color .panel-heading {
  background-color: #F04E23;
}

.modal-block-warning.modal-full-color .panel {
  background-color: #f36d49;
}

.modal-block-warning.modal-full-color .panel-heading {
  background-color: #F04E23;
}

.modal-block-warning.modal-full-color .panel-footer {
  background-color: #f36d49;
}

.modal-block-danger .fa {
  color: #F02323;
}

.modal-block-danger.modal-header-color .panel-heading {
  background-color: #F02323;
}

.modal-block-danger.modal-full-color .panel {
  background-color: #f34949;
}

.modal-block-danger.modal-full-color .panel-heading {
  background-color: #F02323;
}

.modal-block-danger.modal-full-color .panel-footer {
  background-color: #f34949;
}

.modal-block-info .fa {
  color: black;
}

.modal-block-info.modal-header-color .panel-heading {
  background-color: black;
}

.modal-block-info.modal-full-color .panel {
  background-color: #141414;
}

.modal-block-info.modal-full-color .panel-heading {
  background-color: black;
}

.modal-block-info.modal-full-color .panel-footer {
  background-color: #141414;
}

.modal-block-dark .fa {
  color: #171717;
}

.modal-block-dark.modal-header-color .panel-heading {
  background-color: #171717;
}

.modal-block-dark.modal-full-color .panel {
  background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .panel-heading {
  background-color: #171717;
}

.modal-block-dark.modal-full-color .panel-footer {
  background-color: #2b2b2b;
}

html.dark .modal-content {
  background-color: #0B533B;
}

html.dark .modal-header,
html.dark .modal-footer {
  border-color: #0e6a4b;
}

/* Tables - Basic */

.table {
  width: 100%;
}

.table .table {
  background: transparent;
}

/* Bootstrap uses important, we need to force it here */

.table.mb-none {
  margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */

.table .b-top-none td {
  border-top: none;
}

/* Tables - Actions */

.table .actions,
.table .actions-hover {
  vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
  display: inline-block;
  margin-right: 5px;
  color: #666666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
  margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
  color: #333333;
}

.table .actions-hover a {
  opacity: 0;
}

.table tr:hover .actions-hover a {
  opacity: 1;
}

.table .actions-fade a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */

@media only screen and (max-width: 991px) {
  .table.table-no-more,
  .table.table-no-more thead,
  .table.table-no-more tbody,
  .table.table-no-more tr,
  .table.table-no-more th,
  .table.table-no-more td {
    display: block;
  }

  .table.table-no-more thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }

  .table.table-no-more tr {
    border-bottom: 1px solid #dddddd;
  }

  .table.table-no-more td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
    white-space: normal;
  }

  .table.table-no-more td:before {
    content: attr(data-title);
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 8px;
    white-space: nowrap;
    width: 45%;
  }

  .table.table-no-more.table-bordered td {
    border-bottom: 1px solid #efefef;
  }

  .table.table-no-more.table-condensed td:before {
    top: 5px;
  }
}

/* Dark - Tables */

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
  border-color: #0d6548;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #0b533b;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
  background-color: #0e6749;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  html.dark .table-responsive {
    border-color: #0d6548;
  }
}

@media only screen and (max-width: 991px) {
  html.dark .table.table-no-more tr,
  html.dark .table.table-no-more.table-bordered td {
    border-bottom-color: #0d6548;
  }
}

/* Tables - States */

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  color: #ffffff;
  background-color: #00935C !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
  background-color: #00935C !important;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
  background-color: #F04E23 !important;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
  background-color: #F02323 !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
  background-color: black !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  color: #ffffff;
  background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  background-color: #4a4a4a;
  color: #ffffff;
}

/* Common Fixes */

.dataTables_wrapper {
  position: relative;
}

.dataTables_wrapper .DTTT.btn-group {
  display: inline-block !important;
}

.dataTables_wrapper .datatables-header {
  margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
  font-weight: normal;
  margin: 0;
}

.dataTables_wrapper table thead th {
  padding-right: 21px !important;
}

.dataTables_wrapper .dataTables_length .select2-container {
  margin-right: 10px;
  width: 75px;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
  }

  .dataTables_wrapper .dataTables_length label {
    float: none;
    width: 100%;
  }
}

/* Filter */

.dataTables_wrapper .dataTables_filter label {
  width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }
}

/* Footer */

.dataTables_wrapper .datatables-footer {
  margin-top: 15px;
}

.dataTables_wrapper .datatables-footer .dataTables_info {
  font-size: 11px;
  padding-top: 0;
  margin-top: 6px;
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .datatables-footer .dataTables_info {
    margin-bottom: 15px;
    text-align: center;
  }

  .dataTables_wrapper .datatables-footer .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
    display: inline-block;
  }
}

/* Empty Row */

.dataTables_wrapper .dataTables_empty {
  padding: 50px 0;
  text-align: center;
}

.dataTables_processing {
  background: #00935C;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  left: 50%;
  margin-left: -36px;
  padding: 5px 10px;
  position: absolute;
  top: 3px;
}

@media only screen and (max-width: 991px) {
  .dataTables_processing {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .panel {
  background: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
  display: none !important;
}

.DTTT_Print .DTTT_print_info {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  left: 0;
  height: 100px;
  line-height: 100px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  top: 0;
  width: 100%;
}

/* Dark Fixes */

html.dark div.DTTT .btn {
  color: #eeeeee !important;
}

.fileupload .uneditable-input .fa {
  position: absolute;
  top: 12px;
  left: 26px;
}

.fileupload .uneditable-input .fileupload-preview {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 0 0 0 17px;
  text-overflow: ellipsis;
  width: 100%;
}

.fileupload .btn {
  border-radius: 0;
}

@media only screen and (max-width: 479px) {
  .fileupload .uneditable-input {
    width: 170px;
  }
}

/* Datepicker - Input Group Addon */

.input-daterange .input-group-addon {
  min-width: 36px;
}

/* Datepicker - Base */

.datepicker {
  padding: 10px;
  margin: 0 auto;
  line-height: 1.1em;
}

.datepicker.datepicker-inline {
  line-height: 1.7em;
  width: 100%;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td {
  border-radius: 0;
}

.datepicker table thead tr th {
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}

.datepicker table thead tr th.prev {
  content: "";
  font-family: FontAwesome;
}

.datepicker table thead tr th.next {
  content: "";
  font-family: FontAwesome;
}

.datepicker table td {
  text-align: center;
  font-size: 1.2rem;
}

.datepicker table td.day {
  -webkit-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  cursor: pointer;
}

/* Datepicker - Skin Default */

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #00935C;
  color: #ffffff;
}

.datepicker table tbody tr td span.old,
.datepicker table tbody tr td span.new {
  color: #cccccc;
}

.datepicker table tbody tr td span.old:hover,
.datepicker table tbody tr td span.new:hover {
  color: #ffffff;
}

.datepicker table tbody tr td.day:hover {
  background: #00935C;
  color: #ffffff;
}

.datepicker table tbody tr td.day.active {
  background: #00603c;
  color: #ffffff;
}

.datepicker table tbody tr td.day.new {
  color: #777777;
}

.datepicker table tbody tr td.day.new:hover {
  color: #ffffff;
}

/* Datepicker - Skin Dark */

html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
  color: #777777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
  color: #444444;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #00935C;
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
  background: #00603c;
  color: #ffffff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
  color: #777777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
  color: #ffffff;
}

/* Datepicker - Skin Primary */

.datepicker.datepicker-primary {
  min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #00935C;
  color: #ffffff;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #00603c;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #00ad6c;
  color: #ffffff;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #00935C;
}

.datepicker.datepicker-primary table thead tr th {
  border-radius: 0;
}

html.dark .input-daterange .input-group-addon {
  text-shadow: none;
}

html.dark .datepicker-dropdown {
  color: #eeeeee;
  background-color: #0e6a4b;
}

html.dark .datepicker-dropdown:after {
  border-bottom-color: #0e6a4b;
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
  border-top-color: #0e6a4b;
}

html.dark .datepicker.datepicker-primary {
  border-color: #0e6a4b;
  background: #0e6a4b;
}

html.dark .select2-container--bootstrap .select2-selection,
html.dark .select2-container--bootstrap .select2-dropdown,
html.dark .select2-container--bootstrap .select2-choices .select2-search-field input,
html.dark .select2-container--bootstrap .select2-choice,
html.dark .select2-container--bootstrap .select2-choices {
  color: #eeeeee;
  background-color: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #eeeeee;
}

html.dark .select2-container--bootstrap .select2-results__option[aria-selected=true],
html.dark .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  color: #eeeeee;
  background-color: #107755;
  border-color: #107755;
}

.panel-body .wizard-tabs {
  margin: -15px -15px 15px;
}

.panel-body-nopadding .wizard-tabs {
  margin: 0;
}

.wizard-tabs ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard-tabs ul > li {
  display: table-cell;
  border-bottom: 1px solid #eeeeee;
}

.wizard-tabs ul > li.active {
  border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a,
.wizard-tabs ul > li.active > a:hover,
.wizard-tabs ul > li.active > a:focus {
  background: #ffffff;
  color: #00935C;
}

.wizard-tabs ul > li.active > a:after {
  border-left-color: #ffffff;
}

.wizard-tabs ul > li.active .badge {
  background-color: #00935C;
}

.wizard-tabs ul > li.disabled > a,
.wizard-tabs ul > li.disabled > a:hover,
.wizard-tabs ul > li.disabled > a:focus {
  color: #cccccc;
}

.wizard-tabs ul > li.disabled .badge {
  background-color: #cccccc;
}

.wizard-tabs ul > li > a {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #00935C;
}

.wizard-tabs ul > li > a .badge {
  border-radius: 100%;
}

.wizard-tabs ul > li > a,
.wizard-tabs ul > li > a:hover {
  background: transparent;
  color: #00935C;
}

.wizard-tabs ul > li > a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wizard-tabs ul > li > a:active,
.wizard-tabs ul > li > a:focus {
  border-bottom: 0;
}

.wizard-tabs ul > li > a:before,
.wizard-tabs ul > li > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  border: 17px solid transparent;
  border-right: 0;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
}

.wizard-tabs ul > li > a:before {
  z-index: 1;
  right: -11px;
  border-left-color: #e0e0e0;
}

.wizard-tabs ul > li > a:after {
  z-index: 2;
  border-left-color: transparent;
}

.wizard-tabs ul > li:last-child > a:before,
.wizard-tabs ul > li:last-child > a:after {
  display: none;
}

html.dark .wizard-tabs ul > li {
  border-color: #0e6a4b;
}

html.dark .wizard-tabs ul > li.active {
  border-color: #107755;
}

html.dark .wizard-tabs ul > li.active a,
html.dark .wizard-tabs ul > li.active a:hover,
html.dark .wizard-tabs ul > li.active a:active {
  background: #107755;
  color: #eeeeee;
}

html.dark .wizard-tabs ul > li.active a:before {
  border-left-color: #0c5c41;
}

html.dark .wizard-tabs ul > li.active a:after {
  border-left-color: #107755;
}

html.dark .wizard-tabs ul > li a,
html.dark .wizard-tabs ul > li a:hover {
  background: #0e6a4b;
  color: #eeeeee;
}

html.dark .wizard-tabs ul > li a:before {
  border-left-color: #0c5c41;
}

html.dark .wizard-tabs ul > li a:after {
  border-left-color: #0e6a4b;
}

html .wizard-progress,
html.dark .wizard-progress {
  margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
  height: 2px;
  margin: 0 38px;
  position: relative;
  top: 15px;
  background: #cccccc;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  height: 100%;
  width: 0;
  background: #00935C;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: inline-block;
  width: 100%;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  /* IE8+ */
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
  /*
  * We don't need IE6 and IE7 inline-block hack support here
  * since they don't support :after anyways (the text-justify
  * properties for them are above)... IE8 and above have native
  * inline-block support so for IE8+, both the text-justify and
  * :after will take effect but it doesn't have any negative
  * effects since this element is invisible
  */
  display: inline-block;
  width: 100%;
  content: ".";
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  max-width: 100px;
}

html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
  position: relative;
  display: block;
  padding: 25px 8px 0;
  font-size: 11px;
  color: #33333f;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
}

html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #cccccc;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 35px;
  font-size: 14px;
  text-indent: -1px;
  border: 2px solid #cccccc;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  background: #00935C;
  color: #ffffff;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  background: #ffffff;
  color: #00935C;
  border-color: #00935C;
}

html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
  color: #ffffff;
}

html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
  margin: 0 auto 30px;
  width: 80%;
}

html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
  margin: 0 52px;
  height: 4px;
  top: 34px;
}

html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
  padding-top: 30px;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
  max-width: 135px;
}

html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
  padding-top: 40px;
  font-size: 14px;
}

html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 60px;
  line-height: 52px;
  font-size: 22px;
  border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
  color: #ffffff;
}

html.dark .wizard-progress.wizard-progress ul li a span {
  background: #0d6145;
  border-color: #0d6145;
}

html.dark .wizard-progress .wizard-steps li.active a span {
  background: #0d6145;
}

html.dark .wizard-progress .steps-progress {
  background: #0d6145;
}

@media only screen and (max-width: 991px) {
  html .wizard-progress,
  html .wizard-progress.wizard-progress-lg,
  html.dark .wizard-progress,
  html.dark .wizard-progress.wizard-progress-lg {
    width: auto;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  html .wizard-progress .steps-progress,
  html.dark .wizard-progress .steps-progress {
    display: none;
  }

  html .wizard-progress .wizard-steps,
  html.dark .wizard-progress .wizard-steps {
    display: block;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 100%;
  }

  html .wizard-progress .wizard-steps li,
  html.dark .wizard-progress .wizard-steps li {
    -webkit-transition: margin 0.5s linear;
    transition: margin 0.5s linear;
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  html .wizard-progress .wizard-steps li a,
  html.dark .wizard-progress .wizard-steps li a {
    position: relative;
    z-index: 2;
  }

  html .wizard-progress .wizard-steps li:before,
  html .wizard-progress .wizard-steps li:after,
  html.dark .wizard-progress .wizard-steps li:before,
  html.dark .wizard-progress .wizard-steps li:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    width: 50%;
  }

  html .wizard-progress .wizard-steps li:before,
  html.dark .wizard-progress .wizard-steps li:before {
    background: #00935C;
    left: 0;
  }

  html .wizard-progress .wizard-steps li:after,
  html.dark .wizard-progress .wizard-steps li:after {
    background: #cccccc;
    right: 0;
  }

  html .wizard-progress .wizard-steps li.active,
  html.dark .wizard-progress .wizard-steps li.active {
    margin-left: 0;
  }

  html .wizard-progress .wizard-steps li.completed,
  html.dark .wizard-progress .wizard-steps li.completed {
    margin-left: -100%;
  }

  html .wizard-progress .wizard-steps li.completed:after,
  html.dark .wizard-progress .wizard-steps li.completed:after {
    background: #00935C;
  }

  html .wizard-progress .wizard-steps li.completed.active,
  html.dark .wizard-progress .wizard-steps li.completed.active {
    margin-left: 0;
  }

  html .wizard-progress .wizard-steps li:first-child:before,
  html.dark .wizard-progress .wizard-steps li:first-child:before {
    display: none;
  }

  html .wizard-progress .wizard-steps li:last-child:after,
  html.dark .wizard-progress .wizard-steps li:last-child:after {
    display: none;
  }

  html .wizard-progress.wizard-progress-lg .wizard-steps li,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
    min-width: 0;
    max-width: none;
  }

  html .wizard-progress.wizard-progress-lg .wizard-steps li:before,
  html .wizard-progress.wizard-progress-lg .wizard-steps li:after,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
    height: 4px;
  }
}

.form-wizard {
  margin-bottom: 20px;
}

.form-wizard .tabs {
  margin-bottom: 0;
}

.form-wizard .tab-content {
  background: #ffffff;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
  cursor: pointer;
}

.form-wizard ul.pager .disabled a {
  cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled {
  display: none;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
  background: #107755;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .form-wizard .pager .disabled > a,
html.dark .form-wizard .pager .disabled > a:hover,
html.dark .form-wizard .pager .disabled > a:focus,
html.dark .form-wizard .pager .disabled > span {
  background: #0e6a4b;
  border-color: #0e6a4b;
  color: #eeeeee;
}

.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0;
}

.switch .ios-switch {
  height: 35px;
  width: 65px;
}

.switch .ios-switch .handle {
  height: 31px;
  width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
  background: #00935C;
}

.switch.switch-success .ios-switch .on-background {
  background: #00935C;
}

.switch.switch-warning .ios-switch .on-background {
  background: #F04E23;
}

.switch.switch-danger .ios-switch .on-background {
  background: #F02323;
}

.switch.switch-info .ios-switch .on-background {
  background: black;
}

.switch.switch-dark .ios-switch .on-background {
  background: #171717;
}

.switch.switch-lg .ios-switch {
  height: 45px;
  width: 75px;
}

.switch.switch-lg .ios-switch .handle {
  height: 41px;
  width: 41px;
}

.switch.switch-sm .ios-switch {
  height: 25px;
  width: 55px;
}

.switch.switch-sm .ios-switch .handle {
  height: 21px;
  width: 21px;
}

.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ios-switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.ios-switch .on-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e459), to(#00e158));
  background-image: linear-gradient(#00e459, #00e158);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}

.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
  background-image: linear-gradient(#ffffff, #fdfdfd);
  border: 2px solid #e5e5e5;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ios-switch .handle {
  width: 41px;
  height: 41px;
  background-color: white;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33), -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ios-switch.off .handle {
  -webkit-animation: expand-off 0.3s 0.2s;
  animation: expand-off 0.3s 0.2s;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}

.ios-switch.off .state-background {
  -webkit-transition: 0.4s 0.25s;
  transition: 0.4s 0.25s;
}

.ios-switch.on .handle {
  -webkit-animation: expand-on 0.3s 0.2s;
  animation: expand-on 0.3s 0.2s;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  100% {
    padding-right: 0;
  }
}

@keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  100% {
    padding-right: 0;
    left: 2px;
  }
}

@-webkit-keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  100% {
    padding-right: 0;
  }
}

@-webkit-keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  100% {
    padding-right: 0;
    left: 2px;
  }
}

/* Summernote */

.note-editor {
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.note-editor,
.note-editor.note-frame {
  border: 1px solid #dddddd;
}

.note-editor.active {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.note-editor .note-title {
  padding-top: 0 !important;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px dashed #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 4px 4px 0 0;
  padding: 3px 10px 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.note-editor .note-toolbar i {
  margin: 0;
}

.note-editor .note-toolbar i:before {
  margin: 0;
}

.note-editor .note-toolbar .btn-group {
  float: none !important;
}

.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.note-editor .note-toolbar .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .note-toolbar .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .note-editor .note-toolbar {
    text-align: center;
  }
}

.note-editor .note-editable {
  clear: both;
  background: #ffffff;
  border: none;
  border-radius: 0 0 4px 4px;
  font-family: "Cera Pro", Arial, Helvetica, Sans-serif;
}

.note-editor .note-statusbar {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}

.note-editor .note-statusbar .note-resizebar {
  border-color: #dddddd;
  display: block;
}

html.dark .note-editor {
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .note-editor .note-toolbar,
html.dark .note-editor .note-statusbar {
  background: #0d6145;
  border-color: #0B533B;
}

html.dark .note-editor .note-editable {
  background: #0e6a4b;
  border-color: #0B533B;
}

html.dark .note-editor .note-statusbar .note-resizebar {
  border-color: #0B533B;
}

html.dark .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #444444;
}

html.dark .note-editor .note-editing-area .note-editable {
  color: #eeeeee;
}

html.dark .note-editor .caret {
  border-color: #ffffff transparent transparent;
}

/* Bootstrap Markdown */

.md-editor {
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.md-editor > .md-header {
  border-radius: 4px 4px 0 0;
  padding: 6px 4px 0;
}

.md-editor > .md-preview,
.md-editor > textarea {
  background: #ffffff;
  border-bottom: none;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  outline: none;
  width: 100% !important;
}

.md-editor .btn-group {
  margin-bottom: 6px;
}

html.dark .md-editor {
  border-color: #0e6a4b;
}

html.dark .md-editor > .md-header,
html.dark .md-editor .md-footer {
  background: #0d6145;
}

html.dark .md-editor > .md-preview,
html.dark .md-editor > textarea {
  background: #0e6a4b;
}

html.dark .md-editor > textarea {
  color: #eeeeee;
  border-color: #0B533B;
}

@media only screen and (max-width: 767px) {
  .bootstrap-maxlength.bottom-left {
    margin-left: 40px;
  }
}

.bootstrap-tagsinput {
  width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

html.dark .bootstrap-tagsinput {
  background: #0e6a4b;
  border-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget {
  background-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget:before {
  border-bottom-color: #0B533B;
}

html.dark .bootstrap-timepicker-widget:after {
  border-bottom-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #0B533B;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget table td a {
  color: #ffffff;
}

html.dark .bootstrap-timepicker-widget table td a:hover {
  border-color: #0e6a4b;
}

html.dark .bootstrap-timepicker-widget table td input {
  background-color: #0c5c41;
  border-color: #0e6a4b;
  color: #eeeeee;
}

html.dark .colorpicker {
  background-color: #0e6a4b;
}

html.dark .colorpicker:before {
  border-bottom-color: #0B533B;
}

html.dark .colorpicker:after {
  border-bottom-color: #0e6a4b;
}

html.dark .multiselect-container {
  background-color: #0e6a4b;
}

html.dark .multiselect-container > li > a {
  color: #eeeeee;
}

html.dark .multiselect-container > li > a:hover,
html.dark .multiselect-container > li > a:focus {
  background-color: #0B533B;
  color: #ffffff;
}

.spinner-buttons.btn-group-vertical .btn {
  height: 18px;
  margin: 0 0 0 -1px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
  line-height: 14px;
}

.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -2px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
  margin-top: -1px;
  height: 17px;
}

.dropzone {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 122px;
  padding: 23px;
}

.dropzone .dz-default span {
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
  color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default span {
  color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default span {
  color: rgba(255, 255, 255, 0.3);
}

/* Form Group Invisible */

.form-group-invisible {
  position: relative;
}

.form-group-invisible.focus .control-label-invisible {
  color: #0088cc;
}

.form-group-invisible .control-label-invisible {
  bottom: 0;
  display: block;
  float: none;
  left: 0;
  line-height: 64px;
  margin: 0;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: -15px;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  width: auto;
}

.form-group-invisible .form-control-invisible,
.form-group-invisible .form-control-invisible:focus,
.form-group-invisible .form-control-invisible:active,
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  background: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .form-group-invisible {
    padding-top: 30px;
  }

  .form-group-invisible .control-label-invisible {
    padding-left: 27px;
  }
}

html.dark .CodeMirror pre {
  background: transparent;
  border: none;
}

/* Invoice */

.invoice {
  padding: 0 15px 15px;
}

/* Invoice Address Tag */

.invoice address {
  color: #7f8597;
  line-height: 1.5em;
}

/* Invoice header */

.invoice header {
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}

.invoice header .h2,
.invoice header .h4 {
  letter-spacing: 0;
}

/* Invoice Billing Information */

.invoice .bill-to,
.invoice .bill-data {
  padding: 15px 0;
}

.invoice .bill-data .value {
  display: inline-block;
  margin-left: 10px;
  width: 90px;
}

/* Invoice table */

.invoice table.table {
  table-layout: fixed;
}

.invoice table.table > thead:first-child > tr > th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

.invoice table.table > tbody tr > td {
  border-color: #dadada;
}

/* Invoice table items */

.invoice .invoice-items > tbody tr:last-child > td {
  border-bottom: 1px solid #dadada;
}

.invoice .invoice-items #cell-id {
  width: 10%;
}

.invoice .invoice-items #cell-item {
  width: 20%;
}

.invoice .invoice-items #cell-desc {
  width: 20%;
}

.invoice .invoice-items #cell-price {
  width: 10%;
}

.invoice .invoice-items #cell-qty {
  width: 10%;
}

.invoice .invoice-items #cell-total {
  width: 10%;
}

/* Invoice summary */

.invoice-summary .col-sm-4 {
  padding-left: 0;
}

/* Invoice Responsiveness */

@media only screen and (max-width: 991px) {
  .invoice .table-responsive > table.table {
    table-layout: auto;
  }

  .invoice-summary .col-sm-4 {
    padding-left: 15px;
  }
}

/* Invoice Print */

@media print {
  .invoice .table-responsive {
    border: none !important;
    overflow: visible !important;
    width: auto !important;
  }

  .invoice table.table.invoice-items {
    table-layout: auto;
  }

  .invoice header .col-sm-6:first-child,
  .invoice header .col-sm-6:last-child,
  .invoice .bill-info .col-md-6 {
    float: left !important;
  }

  .invoice header .col-sm-6:first-child {
    width: 25% !important;
  }

  .invoice header .col-sm-6:last-child {
    width: 75% !important;
  }

  .invoice .bill-info .col-md-6 {
    width: 50% !important;
  }

  .invoice .invoice-summary .col-sm-4 {
    float: right;
    padding: 0;
    width: 40%;
  }
}

/* dark */

html.dark .invoice header {
  border-bottom-color: #0e6a4b;
}

html.dark .invoice table.table > thead:first-child > tr > th {
  background-color: #0e6a4b;
  border-bottom-color: #0e6a4b;
  border-top-color: #0e6a4b;
}

html.dark .invoice table.table > tbody tr > td {
  border-color: #0e6a4b;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body,
html {
  color: #282828;
  height: 100%;
}

body {
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
}

::-moz-selection {
  color: #ffffff;
  background-color: #00935C;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

::-selection {
  color: #ffffff;
  background-color: #00935C;
}

.header {
  z-index: 10018 !important;
  height: 96px;
  border-top: 0;
  display: block;
  width: calc(100vw - 296px);
  padding: 20px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  float: right;
  position: relative !important;
}

.header .separator {
  background-color: #e9e9e6;
  background-image: none;
  width: 1px;
  margin: 0 15px 0;
}

.header .logo-container {
  display: none;
  z-index: 10023 !important;
}

.header .monit-container {
  height: 45px;
  background-color: #92ff92;
  display: none;
}

.header .monit-container .monit-content {
  color: #0a3507;
  padding-top: 8px;
}

.header .monit-container .monit-content a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  padding: 7px 7px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 3px;
}

.header .logo {
  padding: 12px 0;
  margin: 0 15px 0;
  height: 60px;
}

.header .logo img,
.header .logo svg {
  height: 100%;
}

.header .header-right {
  z-index: 10023 !important;
}

.header .header-right .separator {
  display: none !important;
}

.header .header-right ul .notifications {
  padding: 0px -10px 0 0 !important;
}

html.sidebar-left-collapsed .header {
  width: calc(100vw - 73px);
}

.sidebar-left {
  z-index: 10022 !important;
}

.userbox .custom-caret {
  color: #00935C;
}

.form-group {
  width: 100%;
}

.form-inline .form-group {
  width: auto;
}

.analiseHeader {
  padding: 5px 13px !important;
  border: none !important;
  font-size: 18px !important;
}

.analiseHeader span {
  font-size: 23px !important;
}

.analiseHeaderSpan {
  font-size: 23px !important;
}

.body-sign-1000 {
  max-width: 1000px;
}

.title {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
  color: #282828;
}

h3.title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

ul.simple-user-list li .title {
  font-weight: 500;
}

ul.simple-user-list li .title:after {
  content: ":";
}

.ocena-rozmiar {
  margin-left: 27px;
}

.button-cta {
  margin-top: 15px;
}

.panel-danger {
  border-radius: 24px;
  border: none;
  background: #F02323 !important;
}

.panel-danger .panel-heading,
.panel-danger .panel-footer,
.panel-danger .panel-body {
  background: #F02323 !important;
  color: white;
}

.panel-danger .panel-heading h5,
.panel-danger .panel-footer h5,
.panel-danger .panel-body h5 {
  color: white;
}

.panel-danger .panel-body {
  --icon-stroke-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-danger .panel-body .alert-icon {
  margin: 12px 24px 12px 12px;
}

.panel-danger .panel-body .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.panel-danger .panel-body .content h5 {
  font-weight: 500;
}

.panel-danger .panel-footer {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.panel-danger .panel-heading > h1,
.panel-danger .panel-heading > h2,
.panel-danger .panel-heading > h3,
.panel-danger .panel-heading > h4,
.panel-danger .panel-heading > h4 > label,
.panel-danger .panel-heading > h5,
.panel-danger .panel-heading > h6,
.panel-danger .panel-heading span,
.panel-danger .panel-heading i,
.panel-danger .panel-heading .panel-actions {
  color: white;
}

.panel-danger .panel-heading > h1 a,
.panel-danger .panel-heading > h2 a,
.panel-danger .panel-heading > h3 a,
.panel-danger .panel-heading > h4 a,
.panel-danger .panel-heading > h4 > label a,
.panel-danger .panel-heading > h5 a,
.panel-danger .panel-heading > h6 a,
.panel-danger .panel-heading span a,
.panel-danger .panel-heading i a,
.panel-danger .panel-heading .panel-actions a {
  color: white;
}

.panel-warning {
  border-radius: 0;
  border: 1px solid #F04E23;
  border-left: 10px solid #F04E23;
  background: #fde9ee !important;
}

.panel-warning .panel-heading,
.panel-warning .panel-footer,
.panel-warning .panel-body {
  background: #fde9ee !important;
  color: #F04E23;
}

.panel-warning .panel-heading > h1,
.panel-warning .panel-heading > h2,
.panel-warning .panel-heading > h3,
.panel-warning .panel-heading > h4,
.panel-warning .panel-heading > h4 > label,
.panel-warning .panel-heading > h5,
.panel-warning .panel-heading > h6,
.panel-warning .panel-heading span,
.panel-warning .panel-heading i,
.panel-warning .panel-heading .panel-actions {
  color: #F04E23 !important;
}

.panel-warning .panel-heading > h1 a,
.panel-warning .panel-heading > h2 a,
.panel-warning .panel-heading > h3 a,
.panel-warning .panel-heading > h4 a,
.panel-warning .panel-heading > h4 > label a,
.panel-warning .panel-heading > h5 a,
.panel-warning .panel-heading > h6 a,
.panel-warning .panel-heading span a,
.panel-warning .panel-heading i a,
.panel-warning .panel-heading .panel-actions a {
  color: #F04E23 !important;
}

.panel-warning .panel-heading .panel-actions:hover {
  color: #0B533B !important;
}

.panel-success {
  border-radius: 0;
  border: 1px solid #00935C;
  border-left: 10px solid #00935C;
  background: #e2fccf !important;
}

.panel-success .panel-heading,
.panel-success .panel-footer,
.panel-success .panel-body {
  background: #e2fccf !important;
  color: #00935C;
}

.panel-success .panel-heading > h1,
.panel-success .panel-heading > h2,
.panel-success .panel-heading > h3,
.panel-success .panel-heading > h4,
.panel-success .panel-heading > h4 > label,
.panel-success .panel-heading > h5,
.panel-success .panel-heading > h6,
.panel-success .panel-heading span,
.panel-success .panel-heading i,
.panel-success .panel-heading .panel-actions {
  color: #00935C !important;
}

.panel-success .panel-heading > h1 a,
.panel-success .panel-heading > h2 a,
.panel-success .panel-heading > h3 a,
.panel-success .panel-heading > h4 a,
.panel-success .panel-heading > h4 > label a,
.panel-success .panel-heading > h5 a,
.panel-success .panel-heading > h6 a,
.panel-success .panel-heading span a,
.panel-success .panel-heading i a,
.panel-success .panel-heading .panel-actions a {
  color: #00935C !important;
}

.panel-success .panel-heading .panel-actions:hover {
  color: #0B533B !important;
}

.panel.panel-transparent {
  background: none;
  border: 1px solid #00000014;
}

.panel.panel-transparent,
.panel.panel-transparent > .panel-heading,
.panel.panel-transparent > .panel-body {
  background-color: transparent !important;
}

.body-sign .center-sign {
  padding-top: 0;
}

.panel-nopadding {
  padding: 0 !important;
}

.panel-body {
  background-color: #ffffff;
  border-radius: 1.71rem;
}

.width0 {
  width: 0;
}

.width1 {
  width: 0;
}

.width40p {
  width: 40%;
}

.width100 {
  width: 100px;
}

.width100p {
  width: 100%;
}

.table-responsive {
  margin-bottom: 15px !important;
  border: 0 !important;
}

table.table {
  font-size: 12px !important;
  margin-bottom: 0;
  background-color: #ffffff;
  border: 0;
  border-collapse: separate;
  empty-cells: show;
}

table.table .table-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

table.table .table-action > span[class^=icon-],
table.table .table-action > span[class*=" icon-"],
table.table .table-action i[class^=icon-],
table.table .table-action i[class*=" icon-"],
table.table .table-action[class^=icon-],
table.table .table-action[class*=" icon-"] {
  font-size: 16px !important;
  line-height: 1;
}

table.table .table-action[data-form=deleteNewsletterForm] {
  color: #f04e23 !important;
}

table.table .row-toggle {
  color: #93B6AC;
  cursor: pointer;
  font-size: 16px !important;
}

table.table .row-toggle.icon-arrow-down-2 {
  color: black;
}

table.table > tfoot > tr.grupowany,
table.table > tfoot > tr.wiersz_kampanii,
table.table > thead > tr.grupowany,
table.table > thead > tr.wiersz_kampanii,
table.table > tbody > tr.grupowany,
table.table > tbody > tr.wiersz_kampanii {
  background: #e6f5e2 !important;
}

table.table > tfoot > tr.grupowany > td,
table.table > thead > tr.grupowany > td,
table.table > tbody > tr.grupowany > td {
  font-size: 14px;
}

table.table > tfoot > tr.grupowany > td:first-child,
table.table > thead > tr.grupowany > td:first-child,
table.table > tbody > tr.grupowany > td:first-child {
  border-left: 2px solid #00935C !important;
  border-bottom: none;
}

table.table > tfoot > tr.tr_zablokowane,
table.table > thead > tr.tr_zablokowane,
table.table > tbody > tr.tr_zablokowane {
  background: #E5E5E9 !important;
}

table.table > tfoot > tr.tr_rule_zablokowane,
table.table > thead > tr.tr_rule_zablokowane,
table.table > tbody > tr.tr_rule_zablokowane {
  background: #fad9d9 !important;
}

table.table > tfoot > tr.tr_kreacja_zaznaczona,
table.table > tfoot > tr.selected,
table.table > thead > tr.tr_kreacja_zaznaczona,
table.table > thead > tr.selected,
table.table > tbody > tr.tr_kreacja_zaznaczona,
table.table > tbody > tr.selected {
  background: #EFEFF3 !important;
}

table.table > tfoot > tr > th,
table.table > tfoot > tr > td,
table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td {
  vertical-align: middle !important;
}

table.table > tfoot > tr > th:first-of-type,
table.table > tfoot > tr > th:last-of-type,
table.table > tfoot > tr > td:first-of-type,
table.table > tfoot > tr > td:last-of-type,
table.table > thead > tr > th:first-of-type,
table.table > thead > tr > th:last-of-type,
table.table > thead > tr > td:first-of-type,
table.table > thead > tr > td:last-of-type,
table.table > tbody > tr > th:first-of-type,
table.table > tbody > tr > th:last-of-type,
table.table > tbody > tr > td:first-of-type,
table.table > tbody > tr > td:last-of-type {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  width: 25px !important;
  content: " " !important;
  margin: 0 !important;
  padding: 0 12px !important;
}

table.table > tfoot > tr > th.check_tr_tr,
table.table > tfoot > tr > th.kampania_naglowek_exp,
table.table > tfoot > tr > td.check_tr_tr,
table.table > tfoot > tr > td.kampania_naglowek_exp,
table.table > thead > tr > th.check_tr_tr,
table.table > thead > tr > th.kampania_naglowek_exp,
table.table > thead > tr > td.check_tr_tr,
table.table > thead > tr > td.kampania_naglowek_exp,
table.table > tbody > tr > th.check_tr_tr,
table.table > tbody > tr > th.kampania_naglowek_exp,
table.table > tbody > tr > td.check_tr_tr,
table.table > tbody > tr > td.kampania_naglowek_exp {
  cursor: pointer;
}

table.table > tfoot > tr > th input,
table.table > tfoot > tr > td input,
table.table > thead > tr > th input,
table.table > thead > tr > td input,
table.table > tbody > tr > th input,
table.table > tbody > tr > td input {
  color: #171717 !important;
}

table.table > tfoot > tr:hover > td,
table.table > thead > tr:hover > td,
table.table > tbody > tr:hover > td {
  background-color: #f3f3f3 !important;
}

table.table > tfoot,
table.table > thead {
  background-color: white;
}

table.table > tfoot > tr,
table.table > thead > tr {
  background-color: white;
}

table.table > tfoot > tr > th,
table.table > thead > tr > th {
  height: 34px;
  white-space: nowrap;
  border: none;
  border-bottom: 1px solid #EFEFF3;
  padding: 0 12px;
}

table.table > tfoot > tr > th,
table.table > tfoot > tr > th > a,
table.table > thead > tr > th,
table.table > thead > tr > th > a {
  color: #658179;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 18px;
}

table.table > tfoot > tr > th:hover,
table.table > thead > tr > th:hover {
  color: #658179 !important;
}

table.table > tfoot > tr > th:hover > a,
table.table > thead > tr > th:hover > a {
  color: #658179 !important;
}

table.table > tbody > tr {
  background-color: #ffffff;
}

.table-disable table.table > tbody > tr {
  background-color: white;
}

table.table > tbody > tr.abx-head {
  background-color: #00935C;
  border: none;
  color: #fff;
}

table.table > tbody > tr.abx-head .table-action {
  color: white !important;
}

table.table > tbody > tr.abx-head:hover {
  color: #171717;
}

table.table > tbody > tr.abx-head:hover .table-action {
  color: #00935C !important;
}

table.table > tbody > tr.abx-head:hover + :not(.abx-head) > td:not(:first-of-type):not(:last-of-type) {
  border-top: 1px solid #EFEFF3;
}

table.table > tbody > tr.abx-head:hover:not(:first-of-type) {
  border-top: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
  color: #171717;
}

table.table > tbody > tr.abx-head + .abx-head:not(:hover) td:not(:first-of-type):not(:last-of-type) {
  border-top: 1px solid #EFEFF3;
}

table.table > tbody > tr.abx-head:hover + .abx-head td:not(:first-of-type):not(:last-of-type) {
  border-top: 1px solid transparent;
}

table.table > tbody > tr.abx-head > .kampania_nazwa,
table.table > tbody > tr.abx-head > .name-col {
  font-size: 16px !important;
}

table.table > tbody > tr:hover > td.enable {
  background-color: white !important;
  border-top: 1px solid transparent !important;
  border-left: 1px dashed #00935C !important;
  border-right: 1px dashed #00935C !important;
  border-color: #EFEFF3 !important;
}

table.table > tbody > tr:hover i {
  color: inherit;
}

table.table > tbody > tr:hover thead tr > td:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #EFEFF3;
}

table.table > tbody > tr:hover tbody tr {
  background-color: white;
  color: #282828;
}

table.table > tbody > tr:hover tbody tr > td:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #EFEFF3;
}

table.table > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

table.table > tbody > tr > td {
  padding: 12px;
  border: 0;
  vertical-align: middle !important;
  border-top: 1px solid transparent;
  border-color: #EFEFF3 !important;
  font-size: 14px;
}

table.table > tbody > tr > td.enable {
  border-top: 1px solid transparent !important;
  background-color: #ffffff;
  border-left: 1px dashed #00935C;
  border-right: 1px dashed #00935C;
  border-color: #EFEFF3 !important;
}

table.table > tbody > tr > td > table {
  width: 100%;
}

table.table > tbody > tr + tr:not(.abx-head) td:not(:first-child):not(:last-child) {
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
}

table.table > tbody > tr + tr.abx-head td:not(:first-child):not(:last-child) {
  border-top: 1px solid #ffffff !important;
}

table.table > tbody > tr.abx-head + tr td:not(:first-child):not(:last-child) {
  border-top: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
}

table.table > tbody > tr.abx-head + tr.abx-head td:not(:first-child):not(:last-child) {
  border-top: 1px solid #ffffff !important;
}

table.table > tbody > tr:hover + tr.abx-head td:first-child,
table.table > tbody > tr:hover + tr.abx-head td:last-child {
  border-top: 1px solid #ffffff !important;
}

table.table.table-striped > tbody > tr {
  background-color: #ffffff;
  border: 0;
}

table.table.table-striped > tbody > tr + tr:not(.abx-head) td:not(:first-child):not(:last-child) {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
}

table.table.table-striped > tbody > tr + tr.abx-head td:not(:first-child):not(:last-child) {
  border-top: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
}

table.table.table-striped > tbody > tr.abx-head + tr td:not(:first-child):not(:last-child) {
  border-top: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
}

table.table.table-striped > tbody > tr.abx-head + tr.abx-head td:not(:first-child):not(:last-child) {
  border-top: 1px solid transparent !important;
  border-color: #EFEFF3 !important;
}

table.table.table-striped > tbody > tr > td,
table.table.table-striped > tbody > tr > th {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

table.table.table-striped > tbody > tr:nth-child(2n) {
  background-color: #f7f8fb !important;
}

table.table.table-striped > tbody > tr:nth-child(2n) > td,
table.table.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #f7f8fb !important;
}

.panel-danger table.table.table-striped > thead > tr:hover,
.panel-danger table.table.table-striped > tbody > tr:hover {
  background-color: #facdd8 !important;
}

.panel-danger table.table.table-striped > thead > tr:nth-child(2n) > td,
.panel-danger table.table.table-striped > thead > tr:nth-child(2n) > th,
.panel-danger table.table.table-striped > tbody > tr:nth-child(2n) > td,
.panel-danger table.table.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #fbd2dc !important;
}

.panel-danger table.table {
  background-color: #fde9ee !important;
}

.panel-danger table.table > tfoot > tr,
.panel-danger table.table > thead > tr {
  background-color: #facdd8 !important;
}

.panel-danger table.table > tfoot > tr:hover,
.panel-danger table.table > thead > tr:hover {
  background-color: #facdd8 !important;
}

.panel-danger table.table > tbody > tr {
  background-color: #fde9ee !important;
}

.panel-danger table.table > tbody > tr:hover {
  background-color: #facdd8 !important;
}

table.table.table-condensed > tfoot > tr > th,
table.table.table-condensed > tfoot > tr > td,
table.table.table-condensed > thead > tr > th,
table.table.table-condensed > thead > tr > td,
table.table.table-condensed > tbody > tr > th,
table.table.table-condensed > tbody > tr > td {
  padding: 5px;
}

table.table.table-condensed > tfoot > tr > th:first-of-type,
table.table.table-condensed > tfoot > tr > th:last-of-type,
table.table.table-condensed > tfoot > tr > td:first-of-type,
table.table.table-condensed > tfoot > tr > td:last-of-type,
table.table.table-condensed > thead > tr > th:first-of-type,
table.table.table-condensed > thead > tr > th:last-of-type,
table.table.table-condensed > thead > tr > td:first-of-type,
table.table.table-condensed > thead > tr > td:last-of-type,
table.table.table-condensed > tbody > tr > th:first-of-type,
table.table.table-condensed > tbody > tr > th:last-of-type,
table.table.table-condensed > tbody > tr > td:first-of-type,
table.table.table-condensed > tbody > tr > td:last-of-type {
  width: 10px !important;
  padding: 0 5px !important;
}

table.table.table-very-condensed > tfoot > tr > th:first-of-type,
table.table.table-very-condensed > tfoot > tr > th:last-of-type,
table.table.table-very-condensed > tfoot > tr > td:first-of-type,
table.table.table-very-condensed > tfoot > tr > td:last-of-type,
table.table.table-very-condensed > thead > tr > th:first-of-type,
table.table.table-very-condensed > thead > tr > th:last-of-type,
table.table.table-very-condensed > thead > tr > td:first-of-type,
table.table.table-very-condensed > thead > tr > td:last-of-type,
table.table.table-very-condensed > tbody > tr > th:first-of-type,
table.table.table-very-condensed > tbody > tr > th:last-of-type,
table.table.table-very-condensed > tbody > tr > td:first-of-type,
table.table.table-very-condensed > tbody > tr > td:last-of-type {
  width: 10px !important;
  padding: 0 5px !important;
}

table.table.table-very-condensed > tfoot > tr > td,
table.table.table-very-condensed > thead > tr > td,
table.table.table-very-condensed > tbody > tr > td {
  padding: 6px;
}

table.table.table-alternative > thead {
  background-color: darkent(#ffffff, 5%) !important;
}

table.table.table-alternative > thead > tr > th,
table.table.table-alternative > thead > tr > td:last-of-type {
  border-bottom: 1px solid #EFEFF3 !important;
}

table.table.table-alternative > tbody > tr {
  background-color: #ffffff;
}

table.table.table-alternative > tbody > tr > td {
  border-bottom: 1px solid #EFEFF3 !important;
}

table.table.table-alternative > tbody > tr:hover {
  border-top: 1px solid transparent !important;
  background-color: #e9e9e9 !important;
  border-color: #EFEFF3 !important;
}

table.table.table-alternative > tbody > tr + tr:not(.abx-head) td:not(:first-child):not(:last-child) {
  border-top: none !important;
  border-bottom: 1px solid #EFEFF3 !important;
  border-color: #EFEFF3 !important;
}

table.table.table-alternative > tbody > tr:not(.abx-head) > td:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #EFEFF3 !important;
  border-color: #EFEFF3 !important;
}

.panel-heading {
  z-index: 1002;
  border-bottom: 0;
}

.panel-heading > .form-inline {
  margin-bottom: 0;
}

.panel-action-toggle:before,
.panel-action-toggle::before {
  content: "";
}

.panel-collapsed .panel-action-toggle:before,
.panel-collapsed .panel-action-toggle::before {
  content: "";
}

section.panel,
.panel-heading {
  background-color: #ffffff;
}

section.panel.no-bottom-border,
.panel-heading.no-bottom-border {
  border-bottom: 0;
}

.panel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* .panel-accordion.panel-accordion-editor {
    border: 0;
    margin: 0 !important;

    > .panel-heading {
      box-shadow: none;

      > .panel-title {
        padding: 0;

        > label {
          padding: 0;
        }

        a {
          background: #ffffff;
          color: $color-primary;
          padding: 5px 15px;
          font-size: 12px;
          text-transform: uppercase;
          border: 0;
          display: block;
          border-left: 3px solid $color-primary;

          i {
            font-family: FontAwesome;
            position: absolute;
            right: 10px;
            top: 10px;

            &::before {
              content: "\f106";
            }
          }

          &.collapsed {
            color: $color-shadow;
            border-left: 1px solid $color-shadow;

            i::before {
              content: "\f107";
            }
          }
        }
      }
    }

    > .collapsed {
      padding: 10px 15px;
      border-left: 3px solid transparent;
      transition: all ease-out 0.3s;

      &.collapsing,
      &.collapse.in {
        border-left: 3px solid $color-primary;
        transition: all ease-out 0.3s;
      }
    }
  } */
}

.panel-group .panel-accordion {
  border: 0;
  margin-top: 0;
}

.panel-group .panel-accordion > .panel-heading {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-group .panel-accordion > .panel-heading > .panel-title {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.panel-group .panel-accordion > .panel-heading > .panel-title h4,
.panel-group .panel-accordion > .panel-heading > .panel-title h4 > label {
  padding: 0;
}

.panel-group .panel-accordion > .panel-heading > .panel-title a {
  background: #efeff3;
  color: #658179;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border: 1px solid #c4c4c4;
  border-radius: 0 24px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel-group .panel-accordion > .panel-heading > .panel-title a i {
  color: #658179 !important;
  font-family: "sare-icons" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-group .panel-accordion > .panel-heading > .panel-title a i::before {
  content: "";
}

.panel-group .panel-accordion > .panel-heading > .panel-title a.collapsed {
  font-weight: 400;
}

.panel-group .panel-accordion > .panel-heading > .panel-title a.collapsed i::before {
  content: "";
}

.panel-group .panel-accordion > .panel-heading > .panel-title a.normal {
  padding: 0 0 0 2px;
  font-size: 12px !important;
  text-transform: none !important;
  color: #282828;
}

.panel-group .panel-accordion > .accordion-body {
  background: #efeff3;
  border-width: 1px;
  border-color: #c4c4c4;
  border-style: none solid solid;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 22px;
}

.panel-group .panel-accordion > .accordion-body > .panel-body {
  background: #efeff3;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-right: 15px;
}

.panel-group .panel-accordion > .accordion-body > .panel-body::before {
  content: none;
  display: none;
}

.panel-group .panel-accordion > .accordion-body > .panel-body .btn-sare-add {
  background: white;
  border: none;
  border-left: 2px solid transparent;
  border-radius: 24px;
  color: #658179;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  margin: 0;
  padding: 12px 16px;
}

.panel-group .panel-accordion > .accordion-body > .panel-body .btn-sare-add.setSMSBody {
  height: 100%;
}

.panel-group .panel-accordion > .accordion-body > .panel-body .btn-sare-add:first-child {
  margin-top: 20px;
}

.panel-group .panel-accordion > .accordion-body > .panel-body .btn-sare-add .icon-plus {
  background: none;
  border: none;
  color: transparent;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-group .panel-accordion > .accordion-body > .panel-body .btn-sare-add:hover {
  background: #e5e5e9;
  color: #658179;
  font-weight: 500;
}

.panel-group .panel-accordion > .accordion-body > .panel-body .btn-sare-add:hover .icon-plus {
  color: #658179 !important;
}

section.panel {
  margin-bottom: 10px;
}

section.panel .panel-heading {
  padding-left: 25px;
  padding-right: 25px;
}

section.panel .panel-heading.panel-heading-small {
  padding: 5px 10px;
}

section.panel .panel-heading h4,
section.panel .panel-heading h4 > label {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #7d8291;
}

section.panel .panel-heading p.heading-paragraph {
  font-size: 12px;
  color: #7d8291;
}

section.panel .panel-body {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.panel .panel-body.panel-body-nopadding {
  padding-left: 0;
  padding-right: 0;
}

section.panel .panel-footer {
  padding-left: 25px;
  padding-right: 25px;
}

section.panel .panel-footer {
  background-color: #ffffff;
  margin: 0;
}

section.panel .panel-footer.panel-footer-info {
  background-color: #ffffff;
  height: 100%;
  margin-bottom: 20px;
}

section.panel .panel-heading {
  border-radius: 24px;
}

h1,
h2,
h3,
h4,
h4 > label,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

h1.color-success i,
h2.color-success i,
h3.color-success i,
h4.color-success i,
h4 > label.color-success i,
h5.color-success i,
h6.color-success i {
  color: #00935C;
}

h1.color-primary i,
h2.color-primary i,
h3.color-primary i,
h4.color-primary i,
h4 > label.color-primary i,
h5.color-primary i,
h6.color-primary i {
  color: #00935C;
}

h1.color-black i,
h2.color-black i,
h3.color-black i,
h4.color-black i,
h4 > label.color-black i,
h5.color-black i,
h6.color-black i {
  color: #333333;
}

h1 i,
h2 i,
h3 i,
h4 i,
h4 > label i,
h5 i,
h6 i {
  color: #00935C;
}

h1 {
  font-size: 20px;
}

h5 {
  color: #7d8291;
  padding-top: 15px;
}

.body-sign .panel-sign .panel-title-sign .title,
.body-sign .panel-sign > .panel-body,
.sidebar-left .sidebar-header .sidebar-toggle,
.simple-compose-box,
.timeline .tm-title,
ul.simple-card-list li,
.timeline .tm-items > li .tm-box,
.rounded,
.fc .fc-toolbar .fc-button,
.fc-event,
.fc-state-default.fc-corner-right,
.media-gallery ul.mg-tags > li a,
.media-gallery .mg-files .thumbnail,
.media-gallery .mg-files .thumbnail .thumb-preview img,
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom,
html .scroll-to-top,
.style-switcher .style-switcher-open,
.style-switcher .options-links a,
.search-results-list a,
p.drop-caps.secundary:first-child::first-letter,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.pricing-table h3,
.pricing-table .plan,
.widget-twitter-profile .profile-quote,
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.ui-pnotify .notification,
.owl-theme .owl-nav [class*=owl-],
.dd-handle,
.scrollable .scrollable-slider,
.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type,
.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type,
.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control,
.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.btn-group > .btn-group:nth-child(2) > .multiselect.btn,
.bootstrap-tagsinput,
.colorpicker,
.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child,
.note-editor .btn-group > .dropdown-toggle:not(:first-child),
.note-editor .btn,
html.boxed .inner-wrapper,
html.boxed .header,
html.boxed .content-body {
  border-radius: 0;
}

.panel .panel-body [class^=col-],
.panel .panel-body [class*=" col-"] {
  min-height: auto !important;
}

.mailing_list_style {
  top: 20px !important;
  height: 200px;
  background-color: #fafafa;
}

.mailing_new_left {
  padding-bottom: 30px;
}

.mailing_new_left img.import_mailing {
  padding-top: 20px;
  display: inline;
}

img.new_mailing,
img.import_mailing {
  padding-top: 20px;
  display: inline;
}

hr {
  clear: both;
  background-color: #cccccc;
}

section hr {
  margin: 22px 0 0 0;
}

hr:before,
hr::before,
hr:after,
hr::after {
  clear: both;
}

hr.small-margin {
  margin: 10px 0 0 0;
}

hr.biger-line {
  height: 2px;
}

.row > div {
  padding-top: 20px;
}

.cut-line {
  min-height: 250px;
}

.font-weight-bold {
  font-weight: 600;
}

.pointer,
.cursor-pointer {
  cursor: pointer !important;
}

.color-primary-nobold {
  color: #00935C !important;
}

.color-primary-nobold-important {
  color: #00935C !important;
}

.color-primary-nobold:active,
.color-primary-nobold:focus,
.color-primary-nobold:hover {
  color: #00935C !important;
}

.color-primary {
  color: #00935C !important;
  font-weight: 600;
}

.color-primary-important {
  color: #00935C !important;
}

.color-primary:active,
.color-primary:focus,
.color-primary:hover {
  color: #00935C !important;
}

.color-main-nobold {
  color: #0B533B;
}

.color-main-nobold-important {
  color: #0B533B !important;
}

.color-main-nobold:active,
.color-main-nobold:focus,
.color-main-nobold:hover {
  color: #0B533B !important;
}

.color-main {
  color: #0B533B;
  font-weight: 600;
}

.color-main-important {
  color: #0B533B !important;
}

.color-main:active,
.color-main:focus,
.color-main:hover {
  color: #0B533B !important;
}

.color-primary-saturated-nobold {
  color: #009d5b !important;
}

.color-primary-saturated-nobold-important {
  color: #009d5b !important;
}

.color-primary-saturated-nobold:active,
.color-primary-saturated-nobold:focus,
.color-primary-saturated-nobold:hover {
  color: #009d5b !important;
}

.color-primary-saturated {
  color: #009d5b !important;
  font-weight: bold;
}

.color-primary-saturated-important {
  color: #009d5b !important;
}

.color-primary-saturated:active,
.color-primary-saturated:focus,
.color-primary-saturated:hover {
  color: #009d5b !important;
}

.color-black-nobold {
  color: #171717;
}

.color-black-nobold-important {
  color: #171717 !important;
}

.color-black-nobold:active,
.color-black-nobold:focus,
.color-black-nobold:hover {
  color: #171717 !important;
}

.color-black {
  color: #171717;
  font-weight: 600;
}

.color-black-important {
  color: #171717 !important;
}

.color-black:active,
.color-black:focus,
.color-black:hover {
  color: #171717 !important;
}

.color-danger-brighter-nobold {
  color: #F04E23;
}

.color-danger-brighter-nobold-important {
  color: #F04E23 !important;
}

.color-danger-brighter-nobold:active,
.color-danger-brighter-nobold:focus,
.color-danger-brighter-nobold:hover {
  color: #F04E23 !important;
}

.color-danger-brighter {
  color: #F04E23;
  font-weight: 600;
}

.color-danger-brighter-important {
  color: #F04E23 !important;
}

.color-danger-brighter:active,
.color-danger-brighter:focus,
.color-danger-brighter:hover {
  color: #F04E23 !important;
}

.color-danger-nobold {
  color: #F02323;
}

.color-danger-nobold-important {
  color: #F02323 !important;
}

.color-danger-nobold:active,
.color-danger-nobold:focus,
.color-danger-nobold:hover {
  color: #F02323 !important;
}

.color-danger {
  color: #F02323;
  font-weight: 600;
}

.color-danger-important {
  color: #F02323 !important;
}

.color-danger:active,
.color-danger:focus,
.color-danger:hover {
  color: #F02323 !important;
}

.color-warning-nobold {
  color: #F04E23;
}

.color-warning-nobold-important {
  color: #F04E23 !important;
}

.color-warning-nobold:active,
.color-warning-nobold:focus,
.color-warning-nobold:hover {
  color: #F04E23 !important;
}

.color-warning {
  color: #F04E23;
  font-weight: 600;
}

.color-warning-important {
  color: #F04E23 !important;
}

.color-warning:active,
.color-warning:focus,
.color-warning:hover {
  color: #F04E23 !important;
}

.color-success-nobold {
  color: #00935C;
}

.color-success-nobold-important {
  color: #00935C !important;
}

.color-success-nobold:active,
.color-success-nobold:focus,
.color-success-nobold:hover {
  color: #00935C !important;
}

.color-success {
  color: #00935C;
  font-weight: 600;
}

.color-success-important {
  color: #00935C !important;
}

.color-success:active,
.color-success:focus,
.color-success:hover {
  color: #00935C !important;
}

.color-disabled-nobold {
  color: #999999;
}

.color-disabled-nobold-important {
  color: #999999 !important;
}

.color-disabled-nobold:active,
.color-disabled-nobold:focus,
.color-disabled-nobold:hover {
  color: #999999 !important;
}

.color-disabled {
  color: #999999;
  font-weight: 600;
}

.color-disabled-important {
  color: #999999 !important;
}

.color-disabled:active,
.color-disabled:focus,
.color-disabled:hover {
  color: #999999 !important;
}

/* Score panel - krok 2 wysylania */

.panel-score {
  text-align: center;
}

.panel-score > .panel-score-header {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  line-height: 1.3pt;
}

.panel-score > .panel-score-header.score-1 {
  color: #00935C;
}

.panel-score > .panel-score-header.score-2 {
  color: #232939;
}

.panel-score > .panel-score-header.score-3 {
  color: #F04E23;
}

.panel-score > .panel-score-header h6 {
  font-size: 16px;
}

.panel-score > .panel-score-body {
  text-align: center;
}

.panel-score > .panel-score-body > .score-wheel {
  height: 140px;
  width: 140px;
  display: inline-block;
  border-radius: 50%;
  margin: 20px;
}

.panel-score > .panel-score-body > .score-wheel > .score-count {
  height: 100%;
  width: 100%;
  padding-top: 40%;
  font-size: 55px;
}

.panel-score > .panel-score-body > .score-wheel-1 {
  border: 4px solid #00935C;
}

.panel-score > .panel-score-body > .score-wheel-1 > .score-count {
  color: #00935C;
}

.panel-score > .panel-score-body > .score-wheel-2 {
  border: 4px solid #232939;
}

.panel-score > .panel-score-body > .score-wheel-2 > .score-count {
  color: #232939;
}

.panel-score > .panel-score-body > .score-wheel-3 {
  border: 4px solid #F04E23;
}

.panel-score > .panel-score-body > .score-wheel-3 > .score-count {
  color: #F04E23;
}

.panel-score > .panel-score-footer {
  height: 40px;
  width: 150px;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../images/vendor/score-background.png");
  display: inline-block;
}

.panel-score > .panel-score-footer > .triangle > div {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  display: inline-block;
  margin-top: 10px;
}

.panel-score > .panel-score-footer > .triangle-1 {
  text-align: left;
}

.panel-score > .panel-score-footer > .triangle-1 > div {
  border-bottom: 15px solid #00935C;
}

.panel-score > .panel-score-footer > .triangle-2 {
  text-align: center;
}

.panel-score > .panel-score-footer > .triangle-2 > div {
  border-bottom: 15px solid #232939;
}

.panel-score > .panel-score-footer > .triangle-3 {
  text-align: right;
}

.panel-score > .panel-score-footer > .triangle-3 > div {
  border-bottom: 15px solid #F04E23;
}

.btn-default {
  padding: 6px 25px;
  border: 1px solid #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 1px solid #333333;
}

.btn-sare-custom {
  padding: 5px 25px;
  border: 1px solid #ffffff;
  color: #333333;
  background-color: #ffffff;
  border-radius: 50%;
}

.btn-sare-custom:hover,
.btn-sare-custom:focus,
.btn-sare-custom:active {
  border-color: #333333 !important;
}

.btn-15 {
  padding: 15px;
  margin: 2px;
}

.btn-10 {
  padding: 10px;
  margin: 2px;
}

.btn-5 {
  padding: 5px;
  margin: 2px;
}

.btn-disable {
  padding: 6px 15px;
  border: 1px solid #171717;
  color: #171717;
  background-color: #ffffff;
}

.btn-disable:hover {
  background-color: #242424;
  border-color: #242424;
  color: #ffffff;
}

.btn-disable:focus,
.btn-disable:active {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}

.btn-sare-danger {
  padding: 6px 25px;
  border: 1px solid #F02323;
  color: #F02323;
  background-color: #ffffff;
}

.btn-sare-danger:hover {
  background-color: #f02828;
  border-color: #f02828;
  color: #ffffff;
}

.btn-sare-danger:focus,
.btn-sare-danger:active {
  background-color: #ef1919;
  border-color: #ef1919;
  color: #ffffff;
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #008956 !important;
  border-color: #008956 !important;
}

.btn-primary-dark {
  background-color: #0B533B !important;
  border-color: #0B533B !important;
}

.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active {
  background-color: #0a4a35 !important;
  border-color: #0a4a35 !important;
}

.btn-primary-dark i {
  color: #fff;
}

.btn-primary-dark:hover i {
  color: #eee;
}

.btn-small-padding {
  padding: 6px 15px !important;
}

.big-label {
  font-size: 16px;
}

.big-label-paragraph {
  padding-left: 30px;
}

.small-label-paragraph {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0 !important;
}

.panel-heading .small-label-paragraph {
  padding-left: 0;
}

.input-group-btn > .btn {
  height: 34px;
  padding: 7px 25px;
}

.btn-wdth-padding {
  padding: 7px 25px;
}

.screentest-border {
  outline: 1px solid #cccccc !important;
  padding: 25px;
}

.screentest-border.flex-screentest-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.screentest-border.flex-screentest-border > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.screentest-border.flex-screentest-border > .boxScreenshot {
  text-align: center;
  border: 1px solid #00935C;
  width: 150px;
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.screentest-border.flex-screentest-border > .boxScreenshot > .boxName {
  padding: 5px 2px;
  border-bottom: 1px solid #00935C;
}

.screentest-border.flex-screentest-border > .boxScreenshot > .thumbContainer {
  min-height: 138px;
}

.browser-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.browser-column > li {
  padding: 2px 0;
  width: 200px;
}

.spy-list {
  padding: 15px 0;
  list-style: none;
}

.spy-list li {
  padding: 7px 0;
}

.content-body.nomenu {
  margin: 0 !important;
}

.content-body > .row + .row {
  padding-top: 0;
}

.form-inline,
.input-group {
  margin-bottom: 7px;
}

.form-inline + .form-inline,
.input-group + .form-inline {
  margin-top: 20px;
}

.form-inline:not(div),
.input-group:not(div) {
  margin-bottom: 15px;
}

.form-inline .form-inline,
.form-inline .input-group {
  margin-bottom: 0;
}

.input-group-lg > .input-group-addon {
  border-radius: 0 4px 4px 0;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
}

ul.widget-todo-list > li {
  padding: 7px 5px 7px 0;
}

.height-200 {
  overflow: auto;
  max-height: 200px !important;
}

.height-200 > div:last-child {
  margin-bottom: 5px;
}

.height-240 {
  overflow: auto;
  max-height: 240px !important;
}

.height-240 > div:last-child {
  margin-bottom: 5px;
}

.height-300 {
  overflow: auto;
  max-height: 300px !important;
}

.height-300 > div:last-child {
  margin-bottom: 5px;
}

.height-400 {
  overflow: auto;
  max-height: 400px !important;
}

.height-400 > div:last-child {
  margin-bottom: 5px;
}

.height-500 {
  overflow: auto;
  max-height: 500px !important;
}

.height-500 > div:last-child {
  margin-bottom: 5px;
}

.height-700 {
  overflow: auto;
  max-height: 700px !important;
}

.height-700 > div:last-child {
  margin-bottom: 5px;
}

.check-mailing {
  width: 2% !important;
  text-align: center;
}

.amount-price {
  font-size: 14px;
  color: #F02323;
}

.stronger-radio-label {
  font-size: 15px;
  font-weight: 700;
}

.smaller-radio-p {
  font-size: 11px;
}

.customize-input-lg {
  font-size: 22px !important;
  height: 58px !important;
}

.form-control:focus {
  border-color: #00935C;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.min-new-height {
  min-height: 60px;
}

.img-border {
  border: dashed 1px #cccccc;
}

.img-border:hover {
  border: dashed 1px #00935C;
}

.nounderline,
.nounderline:focus,
.nounderline:hover {
  text-decoration: none !important;
}

.box {
  display: inline-block;
}

.day-check-box-column,
.month-day-check-box-column,
.hours-check-box-column,
.hours2-check-box-column,
.minuts-check-box-column,
.minuts2-check-box-column,
.month-check-box-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.day-check-box-column > div {
  width: 120px;
}

.month-check-box-column > div {
  width: 120px;
}

.hours-check-box-column > div {
  width: 75px;
}

.hours2-check-box-column > div {
  width: 55px;
}

.minuts-check-box-column > div {
  width: 55px;
}

.minuts2-check-box-column > div {
  width: 75px;
}

.month-day-check-box-column > div {
  width: 55px;
}

.header-action-top {
  padding-top: 20px;
}

.panel-address::before,
.panel-address::after {
  content: none;
  display: none;
}

.panel-address .panel-address-icon {
  background: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  width: 48px;
  height: 48px;
}

.panel-address .panel-address-icon > i {
  background: linear-gradient(85.86deg, #0b533b 0%, #009d5b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}

.panel-address p.panel-address-count {
  color: #282828;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}

.panel-address p.panel-address-desc {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: #282828;
}

.panel-address p.panel-address-count span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  color: #00935C;
  vertical-align: middle;
}

.panel-address .circular-bar label {
  display: block;
  font-size: 17px;
  font-weight: 100;
  left: 10%;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 29%;
  width: 83%;
}

i.bigger-space {
  padding: 4px;
}

.well {
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #E5E5E9;
  padding: 0;
}

.well:not(.emojis) {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.well > ul {
  overflow-y: auto;
}

ul.list-striped-select {
  list-style-type: none;
  border-bottom: 0;
  padding-left: 0;
}

ul.widget-todo-list > li,
ul.list-striped-select > li {
  padding: 0 10px 0 10px !important;
}

ul.widget-todo-list > li .checkbox-custom,
ul.widget-todo-list > li .radio-custom,
ul.list-striped-select > li .checkbox-custom,
ul.list-striped-select > li .radio-custom {
  width: 100%;
}

ul.widget-todo-list > li .checkbox-custom label,
ul.widget-todo-list > li .radio-custom label,
ul.list-striped-select > li .checkbox-custom label,
ul.list-striped-select > li .radio-custom label {
  padding: 10px 0 10px 0 !important;
  width: 100%;
}

ul.list-striped-select li {
  background-color: transparent;
}

ul.list-striped-select li:nth-child(2n+1) {
  background-color: transparent;
}

.checkbox-custom-sm {
  padding: 2px 0 3px 26px !important;
}

.checkbox-custom:last-child,
.checkbox-custom:last-of-type {
  margin-bottom: 7px;
}

input,
.select2 {
  font-size: 14px !important;
}

.sidebar-left {
  color: #282828;
}

.sidebar-left .slidebar-title {
  color: #282828;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #e3e6ec;
}

ul.nav-main {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #282828;
}

ul.nav-main > li {
  border-bottom: 1px solid #e3e6ec;
}

ul.nav-main > li > a {
  font-size: 1.1rem;
  color: #282828;
  padding: 10px 15px;
  background-color: #ffffff !important;
}

ul.nav-main > li > a > i {
  font-size: 1.1rem;
  color: #bec6cc;
}

ul.nav-main > li > a > span {
  font-size: 1.1rem;
  color: #282828;
  font-weight: 700;
}

ul.nav-main > li.nav-parent > a:after {
  padding: 10px 25px;
}

ul.nav-main > li.nav-active > a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0B533B !important;
}

ul.nav-main > li.nav-active > a > i,
ul.nav-main > li.nav-active > a > span {
  color: #0B533B !important;
}

ul.nav-main > li:hover > a {
  background-color: #ffffff !important;
}

ul.nav-main > li:hover > a > i,
ul.nav-main > li:hover > a > span {
  color: #00935C !important;
}

ul.nav-main > li.nav-expanded > a {
  border-bottom: 1px solid #e3e6ec;
}

ul.nav-main > li .nav-children {
  padding: 0 0;
  text-transform: none;
}

ul.nav-main > li .nav-children > li > a {
  padding: 5px 15px 5px 45px;
  overflow: hidden;
  font-size: 1.1rem !important;
  color: #282828 !important;
  background-color: #f3f4f7 !important;
}

ul.nav-main > li .nav-children > li:hover > a,
ul.nav-main > li .nav-children > li:focus > a {
  font-weight: 700;
  background-color: transparent;
}

ul.nav-main > li .nav-children > li:nth-child(2n) > a {
  background-color: #ffffff !important;
}

.content-body {
  padding-bottom: 75px !important;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #00935C !important;
}

.userbox.open .dropdown-menu a {
  line-height: 2rem !important;
}

.btn-sare-add {
  background: white;
  border: none;
  border-left: 2px solid transparent;
  border-radius: 24px;
  color: #658179;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  margin: 0;
  padding: 12px 16px;
}

.btn-sare-add.addSnippetsToSAREscript,
.btn-sare-add.addScriptToSAREscript {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-sare-add.setSMSBody {
  height: 100%;
}

.btn-sare-add .icon-plus {
  background: none;
  border: none;
  color: transparent;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-sare-add:hover {
  background: #e5e5e9;
  color: #658179;
  font-weight: 500;
}

.btn-sare-add:hover .icon-plus {
  color: #658179 !important;
}

a.icon-bigger {
  padding: 6px 24px;
}

.additional-info {
  font-size: 12px;
  line-height: 14px;
}

.additional-info-danger {
  color: #e36159;
  font-size: 12px;
  line-height: 14px;
}

.row.row-zero {
  margin-left: 0px;
  margin-right: 0px;
}

.row.row-zero > div {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.row.row-small {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row-small > div {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.row.row-big {
  margin-left: -25px;
  margin-right: -25px;
}

.row.row-big > div {
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn {
  text-transform: uppercase !important;
  font-size: 1.1rem;
  line-height: 20px;
}

.btn.btn-icon {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
}

.btn.btn-icon.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-icon i {
  margin: 0;
  background: none;
}

.btn.btn-icon-sare {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  color: #00935C;
}

.btn.btn-icon-sare:hover {
  color: #00935C;
}

.btn.btn-icon-sare.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-icon-sare i {
  margin: 0;
  background: none;
}

.sidebar-widget-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0;
}

.sidebar-left .sidebar-header .sidebar-toggle {
  width: 72px;
}

html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
  width: 72px;
}

html.fixed.sidebar-left-collapsed .content-body {
  margin-left: 72px;
}

.campain-chart-panel {
  color: #282828;
}

.campain-chart-panel .chart-desc {
  color: #282828;
}

.campain-chart-panel .chart-desc div {
  vertical-align: middle;
  display: inline-block;
}

.campain-chart-panel .chart-desc div .circle {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  float: left;
  margin-top: 6px;
}

.campain-chart-panel .chart-desc div .desc {
  color: #282828;
  font-size: 10px;
  float: left;
  margin-left: 4px;
}

.campain-chart-panel .chart-desc .send .circle {
  background-color: #0B533B;
}

.campain-chart-panel .chart-desc .back .circle {
  background-color: #F04E23;
}

.campain-chart-panel .chart-desc .out .circle {
  background-color: #F02323;
}

.panel-stat-general div.list {
  padding: 20px 0;
}

.panel-stat-general div.list div.stat-title-container {
  padding-left: 0 !important;
}

.panel-stat-general div.list div.stat-title-container div.stat-title {
  color: #7d8291;
  padding-left: 0 !important;
}

.panel-stat-general div.list div.stat-title-container div.stat-title-dark {
  color: #171717;
  padding-left: 0 !important;
}

.panel-stat-general div.list div.last {
  padding-right: 0 !important;
}

.panel-actions {
  top: 50%;
  height: 100%;
  margin-top: -12px;
  position: absolute;
}

.panel-actions a:hover,
.panel-actions .panel-action:hover {
  background-color: #ffffff;
  color: #00935C;
}

.panel-toogle {
  top: 43%;
  height: 100%;
  margin-top: -12px;
  position: relative;
  display: block;
}

.panel-toogle a:hover,
.panel-toogle .panel-action:hover {
  background-color: #ffffff;
  color: #00935C;
}

.panel-toogle .form-control {
  width: 80% !important;
}

.code_view {
  position: absolute;
  left: 310px;
  top: 2px;
  z-index: 1;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: none;
}

.code_view span.opcja {
  color: #00935C;
  word-break: keep-all;
  white-space: nowrap;
}

.code_view span.operator {
  color: #F04E23;
  margin: 3px;
  word-break: keep-all;
  white-space: nowrap;
}

.code_view span.argument {
  word-break: keep-all;
  white-space: nowrap;
}

.popover {
  border-radius: 24px;
  font-family: "Cera Pro", Arial, sans-serif;
  height: auto;
  z-index: 109110 !important;
  max-width: 100%;
}

.popover .popover-title {
  border-radius: 24px 24px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #7d8291;
  background-color: #ffffff;
  text-align: center;
}

.popover .popover-content {
  padding: 9px 14px;
  white-space: normal;
}

.flowchart-schema-drop .popover {
  z-index: 50 !important;
}

.tooltip-if-more {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
}

.not-tooltip {
  white-space: normal !important;
  word-break: normal !important;
  text-overflow: initial !important;
  font-weight: 400 !important;
}

.tooltip {
  position: absolute !important;
  z-index: 1029 !important;
}

.tooltip.tooltip-inner {
  z-index: 1030 !important;
}

.tooltip .tooltip-inner {
  z-index: 1030 !important;
}

.plot-chart-container {
  height: 300px;
  text-align: center;
}

.plot-chart-container-report {
  height: 260px;
  text-align: center;
}

.editor {
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 400px;
}

.editor.editor-small {
  min-height: 300px;
}

.text-color-primary {
  color: #00935C;
}

.notifications .dropdown-menu .content .list-unstyled li {
  margin-bottom: 5px;
}

.notifications .dropdown-menu .content .list-unstyled li > a {
  line-height: 2rem !important;
  border-radius: 2px;
  color: #777777;
  display: block;
  font-size: 1.2rem;
  padding: 5px 10px;
}

.notifications .dropdown-menu .content .list-unstyled li > a:hover {
  background: #00935C;
  color: #ffffff;
  border-radius: 12px;
}

#standard .tabs.tabs-bottom {
  margin-bottom: 10px;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffffff;
}

#standard .tabs.tabs-bottom .nav.nav-tabs li a {
  background: #ffffff;
}

.report .tabs.tabs-bottom {
  margin-bottom: 10px;
}

.report .tabs.tabs-bottom .nav.nav-tabs {
  border-top: 0 !important;
}

.report .tabs.tabs-bottom .nav.nav-tabs.nav-tabs-no-background {
  background: none;
}

.report .tabs.tabs-bottom .nav.nav-tabs > li {
  padding: 20px 0 13px 0;
  background-color: transparent;
}

.report .tabs.tabs-bottom .nav.nav-tabs > li.active > a,
.report .tabs.tabs-bottom .nav.nav-tabs > li.active > a:hover,
.report .tabs.tabs-bottom .nav.nav-tabs > li.active > a:focus,
.report .tabs.tabs-bottom .nav.nav-tabs > li.ui-state-active > a,
.report .tabs.tabs-bottom .nav.nav-tabs > li.ui-state-active > a:hover,
.report .tabs.tabs-bottom .nav.nav-tabs > li.ui-state-active > a:focus,
.report .tabs.tabs-bottom .nav.nav-tabs > li.ui-tabs-active > a,
.report .tabs.tabs-bottom .nav.nav-tabs > li.ui-tabs-active > a:hover,
.report .tabs.tabs-bottom .nav.nav-tabs > li.ui-tabs-active > a:focus {
  border-bottom-color: #00935c;
}

.report .tabs.tabs-bottom .nav.nav-tabs > li a {
  margin: 0;
  background-color: transparent;
}

.report .tabs.tabs-bottom.tabs-small {
  border: 0;
}

.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs {
  border: none;
  border-bottom: 1px solid #00000014;
}

.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  padding: 20px 0 0 0;
}

.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.active > a,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.active > a:hover,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.active > a:focus,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.ui-state-active > a,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.ui-state-active > a:hover,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.ui-state-active > a:focus,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.ui-tabs-active > a,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.ui-tabs-active > a:hover,
.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li.ui-tabs-active > a:focus {
  color: #000;
  margin-right: 0;
  border-top: none;
  border-bottom-color: #00935C;
}

.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs > li a {
  display: inline !important;
  margin-right: 0;
  padding: 16px 24px;
  border-bottom-color: transparent;
  background: #ffffff;
  border-top: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #658179;
  border-left: 0;
  border-right: 0;
  position: relative;
  bottom: 0;
}

.report .tabs.tabs-bottom.tabs-small .nav.nav-tabs + .tab-content {
  border: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-white {
  background-color: #ffffff;
}

.tab-pane-padding {
  border-radius: 24px;
  padding: 15px;
}

.sareXsummary {
  display: inline-block;
  width: 24%;
  padding: 3px 2px;
}

.widget-profile-info-parent {
  height: 100%;
  width: 100%;
}

.widget-profile-info-parent .widget-profile-info {
  height: 100%;
}

.widget-profile-info-parent .widget-profile-info .profile-picture {
  vertical-align: top;
}

.widget-profile-info-parent .widget-profile-info .profile-picture img {
  height: auto;
  width: 70px;
  border: 2px solid #cccccc;
  border-radius: 0;
}

.widget-profile-info-parent .widget-profile-info.widget-profile-info-big {
  background: #f7f9fc;
  padding: 20px 0;
}

.widget-profile-info-parent .widget-profile-info.widget-profile-info-big .profile-picture {
  display: block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  padding: 20px 0;
}

.widget-profile-info-parent .widget-profile-info.widget-profile-info-big .profile-picture .text-top-info {
  font-weight: 100;
}

.widget-profile-info-parent .widget-profile-info.widget-profile-info-big .profile-picture img {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 100px;
  height: auto;
  margin-right: 0;
  border: 4px solid #cccccc;
}

.widget-profile-info-parent .widget-profile-info.widget-profile-info-big .profile-info {
  text-align: center;
  display: block;
  width: 100%;
}

.widget-profile-info-parent .widget-profile-info.widget-profile-info-big .profile-info .profile-footer {
  padding: 5px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
}

.form-label-inline {
  line-height: 32px;
  margin-bottom: 0;
}

.radio-custom.radio-top {
  padding: 25px 0 0 0;
  margin-right: 7px;
}

.radio-custom.radio-top label::before {
  top: 4px;
  left: 50%;
  margin: 0 0 0 -9px;
}

.radio-custom.radio-top input[type=radio] {
  top: 6px;
  left: 50%;
  margin: 0 0 0 -7px;
}

.radio-custom.radio-top input[type=radio]:checked + label::after {
  top: 8px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.radio-custom.radio-bottom {
  padding: 25px 0 0 0;
  margin-right: 7px;
}

.radio-custom.radio-bottom label::before {
  top: 4px;
  left: 50%;
  margin: 0 0 0 -9px;
}

.radio-custom.radio-bottom input[type=radio] {
  top: 6px;
  left: 50%;
  margin: 0 0 0 -7px;
}

.radio-custom.radio-bottom input[type=radio]:checked + label::after {
  top: 8px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.radio-custom.radio-custom-img {
  padding: 0;
  margin: 0;
}

.radio-custom.radio-custom-img label {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px 5px 10px 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px !important;
  overflow: hidden;
}

.radio-custom.radio-custom-img label > img {
  height: 30px !important;
}

.radio-custom.radio-custom-img label:before,
.radio-custom.radio-custom-img label::before {
  left: 16px;
  margin-top: -11px;
}

.radio-custom.radio-custom-img input[type=radio]:checked + label::after {
  left: 20px;
  margin-top: -7px;
}

.integracje-col {
  border-top: 1px solid #cccccc;
}

.integracje-col .integracje-image {
  text-align: center;
}

.integracje-col .integracje-image > img {
  display: inline-block;
  padding: 15px 0 25px 0;
  margin: 25px 0 0 0;
}

.integracje-col .integracje-txt {
  padding: 25px 10px 25px 10px;
  margin: 25px 0 0 0;
}

.integracje-col > :nth-child(1) {
  border-right: 1px solid #cccccc;
}

.integracje-col:first-of-type {
  border-top: 0;
}

.text-xl-right-sm-left {
  text-align: right;
}

.alert {
  position: relative;
  padding: 15px 15px 15px 30px;
}

.alert > i {
  position: absolute;
  left: 15px;
  top: 20px;
  line-height: 11px;
}

.ankieta-pytania {
  position: relative;
}

.ankieta-pytania > .row {
  position: relative;
}

.ankieta-pytania > .row > :nth-child(n) {
  position: relative;
  border-left: 1px dashed #cccccc;
  border-right: 1px dashed #cccccc;
}

.ankieta-pytania > .row > :first-child {
  border-top: 1px dashed #cccccc;
}

.ankieta-pytania > .row > :last-child {
  border-bottom: 1px dashed #cccccc;
}

.ankieta-pytania > .row + .row {
  margin-top: 15px;
}

.ankieta-pytania > .ankieta-pytanie {
  background-color: #ffffff;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane {
  padding-left: 45px;
  padding-bottom: 10px;
  min-height: 50px;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-tytul {
  padding-right: 215px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-opis {
  padding-right: 215px;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-img > a.link {
  font-weight: 600;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-img > a.kasuj {
  position: absolute;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-ikony {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
}

.ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-ud {
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #00935C;
}

.modal-backdrop {
  z-index: 10100;
  opacity: 1 !important;
  background-color: #efeff366 !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.bootbox.modal {
  overflow: auto !important;
  padding-right: 0 !important;
  z-index: 10101;
}

.bootbox.modal .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-open {
  overflow: initial;
  padding-right: 0 !important;
}

.modal-template {
  display: none;
}

.modal-dialog {
  -webkit-transition: all 100ms;
  transition: all 100ms;
  top: 0;
  margin-top: 30px;
}

.bootbox-close-button {
  position: absolute !important;
  right: 10px !important;
  top: 13px !important;
  z-index: 10 !important;
}

.colorbox {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 2px;
}

.tab-content {
  margin-bottom: 45px;
}

.panel-tab-container {
  bottom: 0;
  position: absolute !important;
  width: 100%;
}

a:not(.btn) {
  text-decoration: none !important;
}

:not(.dropdown-menu) a:not(.btn):hover,
:not(.dropdown-menu) a:not(.btn):focus,
:not(.dropdown-menu) a:not(.btn):active {
  color: #00935C;
}

a .fa-question-circle-o {
  color: #333333 !important;
}

a .fa-question-circle-o:hover,
a .fa-question-circle-o:focus,
a .fa-question-circle-o:active {
  color: #333333 !important;
}

.panel-primary > .panel-heading a:not(.pagination-item):hover,
.panel-primary > .panel-heading a:not(.pagination-item):focus,
.panel-primary > .panel-heading a:not(.pagination-item):active {
  color: #0B533B;
}

a.pagination-item:not(.pagination-item):hover,
a.pagination-item:not(.pagination-item):focus,
a.pagination-item:not(.pagination-item):active,
:not(.dropdown-menu) a.pagination-item:hover,
:not(.dropdown-menu) a.pagination-item:focus,
:not(.dropdown-menu) a.pagination-item:active {
  color: #0B533B;
}

.fa-question-circle-o {
  color: #333333 !important;
}

.bootstrap-maxlength.label.label-success {
  background-color: #00935C;
}

.bootstrap-maxlength.label.label-danger {
  background-color: #F02323;
}

.notification-menu {
  z-index: 1003;
}

.small-header-active {
  vertical-align: bottom;
  line-height: 12px;
  font-size: 12px;
  color: #00935C;
}

.pagination {
  margin: 0;
}

.bottom-right-20 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal !important;
}

.mailing-file-button {
  color: #999999;
  border-color: #999999;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  text-transform: none !important;
  cursor: default;
}

.mailing-file-button > .file-del-button {
  color: #e54b21;
  padding-top: 4px;
  cursor: pointer !important;
}

.mailing-file-button .fa {
  color: #e54b21;
  padding-top: 4px;
}

.onoffswitch {
  position: relative;
  width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 36px;
  margin: 0 5px;
  padding-top: 0;
}

.onoffswitch.onoffswitch-inline {
  display: inline-block;
}

.onoffswitch.onoffswitch-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner:before,
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 32px;
  padding: 0;
  line-height: 32px;
  font-size: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
  content: "";
  padding-left: 35px;
  background-color: #00935c;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  content: "";
  padding-right: 35px;
  background-color: #efeff3;
}

.onoffswitch .onoffswitch-label .onoffswitch-switch {
  display: block;
  width: 24px;
  height: 24px;
  margin: -2px;
  background: white;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 20px;
  border: 0;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch.onoffswitch-disabled .onoffswitch-inner:after {
  cursor: not-allowed;
}

.onoffswitch.onoffswitch-disabled .onoffswitch-switch {
  background-color: #999999;
}

.onoffswitch.onoffswitch-height0 {
  height: 8px;
  padding-top: 0;
}

.onoffswitch.onoffswitch-height0 .onoffswitch-label {
  margin-bottom: 0;
}

.onoffswitch.onoffswitch-height0 .onoffswitch-label .onoffswitch-switch {
  top: 0;
}

.onoffswitch .onoffswitch-checkbox {
  display: none;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 8px;
}

.logo + div > i {
  line-height: 29px;
}

.modal-block-width-1200 {
  max-width: 1200px;
}

.lineHeight36 {
  line-height: 36px;
}

span.opcja {
  color: #00935C;
}

span.zaleznosc,
span.operator {
  color: #F02323;
}

span.argument {
  color: #171717;
}

.smart_cell {
  width: 245px;
  height: 471px;
  background-image: url("../images/vendor/smart_cell.png");
  margin: 0 auto;
  padding: 100px 20px 81px 23px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: contain;
}

.smart_cell .smart_cell_head {
  padding: 2px;
  width: 204px;
  border-bottom: 1px solid #cfcfcf;
}

.smart_cell .smart_cell_body {
  height: 263px;
  width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
}

.smart_cell .smart_cell_body .sms_body_div {
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f0f0f0;
  padding: 2px 10px 2px 2px;
  text-align: left;
  width: 204px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-height: 26px;
  border-top: 1px solid #cfcfcf;
}

input#subject,
[name=GA_utm_campaign] {
  font-family: "Segoe UI Emoji";
  padding-right: 0;
}

#UTF8Icon .icon {
  font-family: "Segoe UI Emoji";
}

#UTF8Icon > #UTF8IconGroups > .box,
#UTF8Icon > #UTF8IconContainer > .box {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

#UTF8Icon > #UTF8IconGroups > .box > .text,
#UTF8Icon > #UTF8IconGroups > .box > .icon,
#UTF8Icon > #UTF8IconContainer > .box > .text,
#UTF8Icon > #UTF8IconContainer > .box > .icon {
  line-height: 26px;
}

#UTF8Icon > #UTF8IconGroups > .box > .text.selected,
#UTF8Icon > #UTF8IconGroups > .box > .icon.selected,
#UTF8Icon > #UTF8IconContainer > .box > .text.selected,
#UTF8Icon > #UTF8IconContainer > .box > .icon.selected {
  border-bottom: 2px solid #00935C;
}

#UTF8Icon > #UTF8IconGroups > .box > .text,
#UTF8Icon > #UTF8IconContainer > .box > .text {
  margin: 2px 5px;
  display: inline-block;
  color: #00935C;
  text-align: center;
  padding: 0 10px;
}

#UTF8Icon > #UTF8IconGroups > .box > .icon,
#UTF8Icon > #UTF8IconContainer > .box > .icon {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 2px;
  min-width: 30px;
}

#UTF8Icon > #UTF8IconGroups > .box > .icon:hover,
#UTF8Icon > #UTF8IconContainer > .box > .icon:hover {
  background-color: #00935C;
  color: #ffffff;
}

#UTF8Icon > #UTF8IconGroups {
  margin: 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

#UTF8Icon > #UTF8IconGroups > .box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#UTF8Icon > #UTF8IconGroups > .box > .icon,
#UTF8Icon > #UTF8IconGroups > .box > .text {
  padding: 2px 0;
  min-width: 5%;
}

#UTF8Icon > #UTF8IconGroups > .box > .text {
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px;
}

#UTF8Icon > #UTF8IconGroups > .box > .text:hover {
  background-color: #00935C;
  color: #ffffff;
}

#UTF8Icon > #UTF8IconContainer {
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}

#UTF8Icon > #UTF8IconContainer > .box > .text {
  border-bottom: 2px solid #00935C;
}

#UTF8Icon > #UTF8IconContainer > .box > .icon {
  height: 30px;
  line-height: 30px;
}

#UTF8Text {
  padding: 20px 50px;
  text-align: center;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt21 {
  margin-top: 21px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt31 {
  margin-top: 31px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt37 {
  margin-top: 37px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.mt39 {
  margin-top: 39px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt41 {
  margin-top: 41px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt49 {
  margin-top: 49px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt51 {
  margin-top: 51px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.mt53 {
  margin-top: 53px !important;
}

.mt54 {
  margin-top: 54px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt57 {
  margin-top: 57px !important;
}

.mt58 {
  margin-top: 58px !important;
}

.mt59 {
  margin-top: 59px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt61 {
  margin-top: 61px !important;
}

.mt62 {
  margin-top: 62px !important;
}

.mt63 {
  margin-top: 63px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt66 {
  margin-top: 66px !important;
}

.mt67 {
  margin-top: 67px !important;
}

.mt68 {
  margin-top: 68px !important;
}

.mt69 {
  margin-top: 69px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt71 {
  margin-top: 71px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt73 {
  margin-top: 73px !important;
}

.mt74 {
  margin-top: 74px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt76 {
  margin-top: 76px !important;
}

.mt77 {
  margin-top: 77px !important;
}

.mt78 {
  margin-top: 78px !important;
}

.mt79 {
  margin-top: 79px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt81 {
  margin-top: 81px !important;
}

.mt82 {
  margin-top: 82px !important;
}

.mt83 {
  margin-top: 83px !important;
}

.mt84 {
  margin-top: 84px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt86 {
  margin-top: 86px !important;
}

.mt87 {
  margin-top: 87px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mt89 {
  margin-top: 89px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt91 {
  margin-top: 91px !important;
}

.mt92 {
  margin-top: 92px !important;
}

.mt93 {
  margin-top: 93px !important;
}

.mt94 {
  margin-top: 94px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.mt97 {
  margin-top: 97px !important;
}

.mt98 {
  margin-top: 98px !important;
}

.mt99 {
  margin-top: 99px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb41 {
  margin-bottom: 41px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb51 {
  margin-bottom: 51px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb61 {
  margin-bottom: 61px !important;
}

.mb62 {
  margin-bottom: 62px !important;
}

.mb63 {
  margin-bottom: 63px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb66 {
  margin-bottom: 66px !important;
}

.mb67 {
  margin-bottom: 67px !important;
}

.mb68 {
  margin-bottom: 68px !important;
}

.mb69 {
  margin-bottom: 69px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb71 {
  margin-bottom: 71px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb73 {
  margin-bottom: 73px !important;
}

.mb74 {
  margin-bottom: 74px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb76 {
  margin-bottom: 76px !important;
}

.mb77 {
  margin-bottom: 77px !important;
}

.mb78 {
  margin-bottom: 78px !important;
}

.mb79 {
  margin-bottom: 79px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb81 {
  margin-bottom: 81px !important;
}

.mb82 {
  margin-bottom: 82px !important;
}

.mb83 {
  margin-bottom: 83px !important;
}

.mb84 {
  margin-bottom: 84px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb86 {
  margin-bottom: 86px !important;
}

.mb87 {
  margin-bottom: 87px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb89 {
  margin-bottom: 89px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb91 {
  margin-bottom: 91px !important;
}

.mb92 {
  margin-bottom: 92px !important;
}

.mb93 {
  margin-bottom: 93px !important;
}

.mb94 {
  margin-bottom: 94px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb97 {
  margin-bottom: 97px !important;
}

.mb98 {
  margin-bottom: 98px !important;
}

.mb99 {
  margin-bottom: 99px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml21 {
  margin-left: 21px !important;
}

.ml22 {
  margin-left: 22px !important;
}

.ml23 {
  margin-left: 23px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml26 {
  margin-left: 26px !important;
}

.ml27 {
  margin-left: 27px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.ml29 {
  margin-left: 29px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml31 {
  margin-left: 31px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.ml34 {
  margin-left: 34px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.ml37 {
  margin-left: 37px !important;
}

.ml38 {
  margin-left: 38px !important;
}

.ml39 {
  margin-left: 39px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml41 {
  margin-left: 41px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.ml44 {
  margin-left: 44px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml46 {
  margin-left: 46px !important;
}

.ml47 {
  margin-left: 47px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml49 {
  margin-left: 49px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml51 {
  margin-left: 51px !important;
}

.ml52 {
  margin-left: 52px !important;
}

.ml53 {
  margin-left: 53px !important;
}

.ml54 {
  margin-left: 54px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml57 {
  margin-left: 57px !important;
}

.ml58 {
  margin-left: 58px !important;
}

.ml59 {
  margin-left: 59px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml61 {
  margin-left: 61px !important;
}

.ml62 {
  margin-left: 62px !important;
}

.ml63 {
  margin-left: 63px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml66 {
  margin-left: 66px !important;
}

.ml67 {
  margin-left: 67px !important;
}

.ml68 {
  margin-left: 68px !important;
}

.ml69 {
  margin-left: 69px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml71 {
  margin-left: 71px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml73 {
  margin-left: 73px !important;
}

.ml74 {
  margin-left: 74px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml76 {
  margin-left: 76px !important;
}

.ml77 {
  margin-left: 77px !important;
}

.ml78 {
  margin-left: 78px !important;
}

.ml79 {
  margin-left: 79px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml81 {
  margin-left: 81px !important;
}

.ml82 {
  margin-left: 82px !important;
}

.ml83 {
  margin-left: 83px !important;
}

.ml84 {
  margin-left: 84px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml86 {
  margin-left: 86px !important;
}

.ml87 {
  margin-left: 87px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.ml89 {
  margin-left: 89px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml91 {
  margin-left: 91px !important;
}

.ml92 {
  margin-left: 92px !important;
}

.ml93 {
  margin-left: 93px !important;
}

.ml94 {
  margin-left: 94px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.ml97 {
  margin-left: 97px !important;
}

.ml98 {
  margin-left: 98px !important;
}

.ml99 {
  margin-left: 99px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr21 {
  margin-right: 21px !important;
}

.mr22 {
  margin-right: 22px !important;
}

.mr23 {
  margin-right: 23px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr26 {
  margin-right: 26px !important;
}

.mr27 {
  margin-right: 27px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.mr29 {
  margin-right: 29px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr31 {
  margin-right: 31px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr33 {
  margin-right: 33px !important;
}

.mr34 {
  margin-right: 34px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mr37 {
  margin-right: 37px !important;
}

.mr38 {
  margin-right: 38px !important;
}

.mr39 {
  margin-right: 39px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr41 {
  margin-right: 41px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mr44 {
  margin-right: 44px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr46 {
  margin-right: 46px !important;
}

.mr47 {
  margin-right: 47px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr49 {
  margin-right: 49px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr51 {
  margin-right: 51px !important;
}

.mr52 {
  margin-right: 52px !important;
}

.mr53 {
  margin-right: 53px !important;
}

.mr54 {
  margin-right: 54px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mr57 {
  margin-right: 57px !important;
}

.mr58 {
  margin-right: 58px !important;
}

.mr59 {
  margin-right: 59px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr61 {
  margin-right: 61px !important;
}

.mr62 {
  margin-right: 62px !important;
}

.mr63 {
  margin-right: 63px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr66 {
  margin-right: 66px !important;
}

.mr67 {
  margin-right: 67px !important;
}

.mr68 {
  margin-right: 68px !important;
}

.mr69 {
  margin-right: 69px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr71 {
  margin-right: 71px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mr73 {
  margin-right: 73px !important;
}

.mr74 {
  margin-right: 74px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr76 {
  margin-right: 76px !important;
}

.mr77 {
  margin-right: 77px !important;
}

.mr78 {
  margin-right: 78px !important;
}

.mr79 {
  margin-right: 79px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr81 {
  margin-right: 81px !important;
}

.mr82 {
  margin-right: 82px !important;
}

.mr83 {
  margin-right: 83px !important;
}

.mr84 {
  margin-right: 84px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr86 {
  margin-right: 86px !important;
}

.mr87 {
  margin-right: 87px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.mr89 {
  margin-right: 89px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr91 {
  margin-right: 91px !important;
}

.mr92 {
  margin-right: 92px !important;
}

.mr93 {
  margin-right: 93px !important;
}

.mr94 {
  margin-right: 94px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.mr97 {
  margin-right: 97px !important;
}

.mr98 {
  margin-right: 98px !important;
}

.mr99 {
  margin-right: 99px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt21 {
  padding-top: 21px !important;
}

.pt22 {
  padding-top: 22px !important;
}

.pt23 {
  padding-top: 23px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt26 {
  padding-top: 26px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pt29 {
  padding-top: 29px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt31 {
  padding-top: 31px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pt34 {
  padding-top: 34px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pt38 {
  padding-top: 38px !important;
}

.pt39 {
  padding-top: 39px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt41 {
  padding-top: 41px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt46 {
  padding-top: 46px !important;
}

.pt47 {
  padding-top: 47px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt49 {
  padding-top: 49px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt51 {
  padding-top: 51px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pt53 {
  padding-top: 53px !important;
}

.pt54 {
  padding-top: 54px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt57 {
  padding-top: 57px !important;
}

.pt58 {
  padding-top: 58px !important;
}

.pt59 {
  padding-top: 59px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt61 {
  padding-top: 61px !important;
}

.pt62 {
  padding-top: 62px !important;
}

.pt63 {
  padding-top: 63px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt66 {
  padding-top: 66px !important;
}

.pt67 {
  padding-top: 67px !important;
}

.pt68 {
  padding-top: 68px !important;
}

.pt69 {
  padding-top: 69px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt71 {
  padding-top: 71px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pt73 {
  padding-top: 73px !important;
}

.pt74 {
  padding-top: 74px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt76 {
  padding-top: 76px !important;
}

.pt77 {
  padding-top: 77px !important;
}

.pt78 {
  padding-top: 78px !important;
}

.pt79 {
  padding-top: 79px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt81 {
  padding-top: 81px !important;
}

.pt82 {
  padding-top: 82px !important;
}

.pt83 {
  padding-top: 83px !important;
}

.pt84 {
  padding-top: 84px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt86 {
  padding-top: 86px !important;
}

.pt87 {
  padding-top: 87px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pt89 {
  padding-top: 89px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt91 {
  padding-top: 91px !important;
}

.pt92 {
  padding-top: 92px !important;
}

.pt93 {
  padding-top: 93px !important;
}

.pt94 {
  padding-top: 94px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.pt97 {
  padding-top: 97px !important;
}

.pt98 {
  padding-top: 98px !important;
}

.pt99 {
  padding-top: 99px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb21 {
  padding-bottom: 21px !important;
}

.pb22 {
  padding-bottom: 22px !important;
}

.pb23 {
  padding-bottom: 23px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb26 {
  padding-bottom: 26px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pb29 {
  padding-bottom: 29px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb31 {
  padding-bottom: 31px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pb34 {
  padding-bottom: 34px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb37 {
  padding-bottom: 37px !important;
}

.pb38 {
  padding-bottom: 38px !important;
}

.pb39 {
  padding-bottom: 39px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb41 {
  padding-bottom: 41px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb46 {
  padding-bottom: 46px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb49 {
  padding-bottom: 49px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb51 {
  padding-bottom: 51px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pb53 {
  padding-bottom: 53px !important;
}

.pb54 {
  padding-bottom: 54px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb57 {
  padding-bottom: 57px !important;
}

.pb58 {
  padding-bottom: 58px !important;
}

.pb59 {
  padding-bottom: 59px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb61 {
  padding-bottom: 61px !important;
}

.pb62 {
  padding-bottom: 62px !important;
}

.pb63 {
  padding-bottom: 63px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb66 {
  padding-bottom: 66px !important;
}

.pb67 {
  padding-bottom: 67px !important;
}

.pb68 {
  padding-bottom: 68px !important;
}

.pb69 {
  padding-bottom: 69px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb71 {
  padding-bottom: 71px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb73 {
  padding-bottom: 73px !important;
}

.pb74 {
  padding-bottom: 74px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb76 {
  padding-bottom: 76px !important;
}

.pb77 {
  padding-bottom: 77px !important;
}

.pb78 {
  padding-bottom: 78px !important;
}

.pb79 {
  padding-bottom: 79px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb81 {
  padding-bottom: 81px !important;
}

.pb82 {
  padding-bottom: 82px !important;
}

.pb83 {
  padding-bottom: 83px !important;
}

.pb84 {
  padding-bottom: 84px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb86 {
  padding-bottom: 86px !important;
}

.pb87 {
  padding-bottom: 87px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pb89 {
  padding-bottom: 89px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb91 {
  padding-bottom: 91px !important;
}

.pb92 {
  padding-bottom: 92px !important;
}

.pb93 {
  padding-bottom: 93px !important;
}

.pb94 {
  padding-bottom: 94px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.pb97 {
  padding-bottom: 97px !important;
}

.pb98 {
  padding-bottom: 98px !important;
}

.pb99 {
  padding-bottom: 99px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pl19 {
  padding-left: 19px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl21 {
  padding-left: 21px !important;
}

.pl22 {
  padding-left: 22px !important;
}

.pl23 {
  padding-left: 23px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl26 {
  padding-left: 26px !important;
}

.pl27 {
  padding-left: 27px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.pl29 {
  padding-left: 29px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl31 {
  padding-left: 31px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl33 {
  padding-left: 33px !important;
}

.pl34 {
  padding-left: 34px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pl37 {
  padding-left: 37px !important;
}

.pl38 {
  padding-left: 38px !important;
}

.pl39 {
  padding-left: 39px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl41 {
  padding-left: 41px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.pl44 {
  padding-left: 44px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl46 {
  padding-left: 46px !important;
}

.pl47 {
  padding-left: 47px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pl49 {
  padding-left: 49px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl51 {
  padding-left: 51px !important;
}

.pl52 {
  padding-left: 52px !important;
}

.pl53 {
  padding-left: 53px !important;
}

.pl54 {
  padding-left: 54px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.pl57 {
  padding-left: 57px !important;
}

.pl58 {
  padding-left: 58px !important;
}

.pl59 {
  padding-left: 59px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl61 {
  padding-left: 61px !important;
}

.pl62 {
  padding-left: 62px !important;
}

.pl63 {
  padding-left: 63px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl66 {
  padding-left: 66px !important;
}

.pl67 {
  padding-left: 67px !important;
}

.pl68 {
  padding-left: 68px !important;
}

.pl69 {
  padding-left: 69px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl71 {
  padding-left: 71px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.pl73 {
  padding-left: 73px !important;
}

.pl74 {
  padding-left: 74px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl76 {
  padding-left: 76px !important;
}

.pl77 {
  padding-left: 77px !important;
}

.pl78 {
  padding-left: 78px !important;
}

.pl79 {
  padding-left: 79px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl81 {
  padding-left: 81px !important;
}

.pl82 {
  padding-left: 82px !important;
}

.pl83 {
  padding-left: 83px !important;
}

.pl84 {
  padding-left: 84px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl86 {
  padding-left: 86px !important;
}

.pl87 {
  padding-left: 87px !important;
}

.pl88 {
  padding-left: 88px !important;
}

.pl89 {
  padding-left: 89px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl91 {
  padding-left: 91px !important;
}

.pl92 {
  padding-left: 92px !important;
}

.pl93 {
  padding-left: 93px !important;
}

.pl94 {
  padding-left: 94px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl96 {
  padding-left: 96px !important;
}

.pl97 {
  padding-left: 97px !important;
}

.pl98 {
  padding-left: 98px !important;
}

.pl99 {
  padding-left: 99px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr21 {
  padding-right: 21px !important;
}

.pr22 {
  padding-right: 22px !important;
}

.pr23 {
  padding-right: 23px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr26 {
  padding-right: 26px !important;
}

.pr27 {
  padding-right: 27px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.pr29 {
  padding-right: 29px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr31 {
  padding-right: 31px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pr33 {
  padding-right: 33px !important;
}

.pr34 {
  padding-right: 34px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pr37 {
  padding-right: 37px !important;
}

.pr38 {
  padding-right: 38px !important;
}

.pr39 {
  padding-right: 39px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr41 {
  padding-right: 41px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pr44 {
  padding-right: 44px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr46 {
  padding-right: 46px !important;
}

.pr47 {
  padding-right: 47px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pr49 {
  padding-right: 49px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr51 {
  padding-right: 51px !important;
}

.pr52 {
  padding-right: 52px !important;
}

.pr53 {
  padding-right: 53px !important;
}

.pr54 {
  padding-right: 54px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pr57 {
  padding-right: 57px !important;
}

.pr58 {
  padding-right: 58px !important;
}

.pr59 {
  padding-right: 59px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr61 {
  padding-right: 61px !important;
}

.pr62 {
  padding-right: 62px !important;
}

.pr63 {
  padding-right: 63px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr66 {
  padding-right: 66px !important;
}

.pr67 {
  padding-right: 67px !important;
}

.pr68 {
  padding-right: 68px !important;
}

.pr69 {
  padding-right: 69px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr71 {
  padding-right: 71px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pr73 {
  padding-right: 73px !important;
}

.pr74 {
  padding-right: 74px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr76 {
  padding-right: 76px !important;
}

.pr77 {
  padding-right: 77px !important;
}

.pr78 {
  padding-right: 78px !important;
}

.pr79 {
  padding-right: 79px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr81 {
  padding-right: 81px !important;
}

.pr82 {
  padding-right: 82px !important;
}

.pr83 {
  padding-right: 83px !important;
}

.pr84 {
  padding-right: 84px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr86 {
  padding-right: 86px !important;
}

.pr87 {
  padding-right: 87px !important;
}

.pr88 {
  padding-right: 88px !important;
}

.pr89 {
  padding-right: 89px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr91 {
  padding-right: 91px !important;
}

.pr92 {
  padding-right: 92px !important;
}

.pr93 {
  padding-right: 93px !important;
}

.pr94 {
  padding-right: 94px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr96 {
  padding-right: 96px !important;
}

.pr97 {
  padding-right: 97px !important;
}

.pr98 {
  padding-right: 98px !important;
}

.pr99 {
  padding-right: 99px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.min-height-50 {
  min-height: 50% !important;
}

.flex-row .min-height-50 {
  min-height: calc(50% - 20px) !important;
}

.min-col-height-50 {
  min-height: 50% !important;
}

.flex-row .min-col-height-50 {
  min-height: calc(50%) !important;
}

.min-col-height-33 {
  min-height: 33% !important;
}

.flex-row .min-col-height-33 {
  min-height: calc(33% - 10px) !important;
}

.min-col-height-25 {
  min-height: 25% !important;
}

.flex-row .min-col-height-25 {
  min-height: calc(25% - 10px) !important;
}

.min-col-height-10 {
  min-height: 10% !important;
}

.flex-row .min-col-height-10 {
  min-height: calc(10% - 10px) !important;
}

.flex-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row:before {
  content: none;
}

.flex-row:after {
  content: "";
}

.flex-row.align-items-vcenter {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row :not(.row-zero) .row:not(.row-zero),
.flex-row :not(.row-zero) .row:not(.row-small),
.flex-row :not(.row-zero) .row:not(.row-big),
.flex-row :not(.row-zero) .panel,
.flex-row :not(.row-small) .row:not(.row-zero),
.flex-row :not(.row-small) .row:not(.row-small),
.flex-row :not(.row-small) .row:not(.row-big),
.flex-row :not(.row-small) .panel,
.flex-row :not(.row-big) .row:not(.row-zero),
.flex-row :not(.row-big) .row:not(.row-small),
.flex-row :not(.row-big) .row:not(.row-big),
.flex-row :not(.row-big) .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.flex-row :not(.row-zero) .row:not(.row-zero),
.flex-row :not(.row-zero) .row:not(.row-small),
.flex-row :not(.row-zero) .row:not(.row-big),
.flex-row :not(.row-small) .row:not(.row-zero),
.flex-row :not(.row-small) .row:not(.row-small),
.flex-row :not(.row-small) .row:not(.row-big),
.flex-row :not(.row-big) .row:not(.row-zero),
.flex-row :not(.row-big) .row:not(.row-small),
.flex-row :not(.row-big) .row:not(.row-big) {
  height: calc(100%);
}

.flex-row :not(.row-zero) .row:not(.row-zero):before,
.flex-row :not(.row-zero) .row:not(.row-small):before,
.flex-row :not(.row-zero) .row:not(.row-big):before,
.flex-row :not(.row-small) .row:not(.row-zero):before,
.flex-row :not(.row-small) .row:not(.row-small):before,
.flex-row :not(.row-small) .row:not(.row-big):before,
.flex-row :not(.row-big) .row:not(.row-zero):before,
.flex-row :not(.row-big) .row:not(.row-small):before,
.flex-row :not(.row-big) .row:not(.row-big):before {
  content: none;
}

.flex-row :not(.row-zero) .row:not(.row-zero):after,
.flex-row :not(.row-zero) .row:not(.row-small):after,
.flex-row :not(.row-zero) .row:not(.row-big):after,
.flex-row :not(.row-small) .row:not(.row-zero):after,
.flex-row :not(.row-small) .row:not(.row-small):after,
.flex-row :not(.row-small) .row:not(.row-big):after,
.flex-row :not(.row-big) .row:not(.row-zero):after,
.flex-row :not(.row-big) .row:not(.row-small):after,
.flex-row :not(.row-big) .row:not(.row-big):after {
  content: "";
}

.flex-row :not(.row-zero) .panel,
.flex-row :not(.row-small) .panel,
.flex-row :not(.row-big) .panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}

.flex-row :not(.row-zero) .panel:not([class*=col-]),
.flex-row :not(.row-small) .panel:not([class*=col-]),
.flex-row :not(.row-big) .panel:not([class*=col-]) {
  width: 100%;
}

.flex-row :not(.row-zero) .panel:not([class*=min-height]),
.flex-row :not(.row-small) .panel:not([class*=min-height]),
.flex-row :not(.row-big) .panel:not([class*=min-height]) {
  height: calc(100% - 10px);
}

.flex-row :not(.row-zero) .panel .panel-heading .row:not(.row-zero),
.flex-row :not(.row-zero) .panel .panel-heading .row:not(.row-small),
.flex-row :not(.row-zero) .panel .panel-heading .row:not(.row-big),
.flex-row :not(.row-zero) .panel .panel-body .row:not(.row-zero),
.flex-row :not(.row-zero) .panel .panel-body .row:not(.row-small),
.flex-row :not(.row-zero) .panel .panel-body .row:not(.row-big),
.flex-row :not(.row-zero) .panel .panel-footer .row:not(.row-zero),
.flex-row :not(.row-zero) .panel .panel-footer .row:not(.row-small),
.flex-row :not(.row-zero) .panel .panel-footer .row:not(.row-big),
.flex-row :not(.row-small) .panel .panel-heading .row:not(.row-zero),
.flex-row :not(.row-small) .panel .panel-heading .row:not(.row-small),
.flex-row :not(.row-small) .panel .panel-heading .row:not(.row-big),
.flex-row :not(.row-small) .panel .panel-body .row:not(.row-zero),
.flex-row :not(.row-small) .panel .panel-body .row:not(.row-small),
.flex-row :not(.row-small) .panel .panel-body .row:not(.row-big),
.flex-row :not(.row-small) .panel .panel-footer .row:not(.row-zero),
.flex-row :not(.row-small) .panel .panel-footer .row:not(.row-small),
.flex-row :not(.row-small) .panel .panel-footer .row:not(.row-big),
.flex-row :not(.row-big) .panel .panel-heading .row:not(.row-zero),
.flex-row :not(.row-big) .panel .panel-heading .row:not(.row-small),
.flex-row :not(.row-big) .panel .panel-heading .row:not(.row-big),
.flex-row :not(.row-big) .panel .panel-body .row:not(.row-zero),
.flex-row :not(.row-big) .panel .panel-body .row:not(.row-small),
.flex-row :not(.row-big) .panel .panel-body .row:not(.row-big),
.flex-row :not(.row-big) .panel .panel-footer .row:not(.row-zero),
.flex-row :not(.row-big) .panel .panel-footer .row:not(.row-small),
.flex-row :not(.row-big) .panel .panel-footer .row:not(.row-big) {
  height: auto;
}

.flex-row :not(.row-zero) .panel .panel-footer,
.flex-row :not(.row-small) .panel .panel-footer,
.flex-row :not(.row-big) .panel .panel-footer {
  height: 100%;
}

.panel-footer-bottom > .panel-body {
  height: 100%;
}

.panel-footer-bottom > .panel-footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .panel-danger .panel-actions a {
  color: #F02323 !important;
}

html .panel-warning .panel-actions a {
  color: #F04E23 !important;
}

.flowchart-panel-body {
  height: 58%;
}

.absolute {
  position: absolute;
}

@-webkit-keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lds-wedges {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
          transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  margin: 0 auto;
}

.lds-wedges > div > div {
  -webkit-transform-origin: 100px 100px;
          transform-origin: 100px 100px;
  -webkit-animation: lds-wedges 5s linear infinite;
          animation: lds-wedges 5s linear infinite;
  opacity: 0.58;
}

.lds-wedges > div > div > div {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50px 0 0 0;
  -webkit-transform-origin: 100px 100px;
          transform-origin: 100px 100px;
}

.lds-wedges > div div > div {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.lds-wedges > div div:nth-child(1) {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
}

.lds-wedges > div div:nth-child(1) > div {
  background: #009d5b;
}

.lds-wedges > div div:nth-child(2) {
  -webkit-animation-duration: 1.6666666667s;
          animation-duration: 1.6666666667s;
}

.lds-wedges > div div:nth-child(2) > div {
  background: #00693d;
}

.lds-wedges > div div:nth-child(3) {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.lds-wedges > div div:nth-child(3) > div {
  background: #004e2e;
}

.lds-wedges > div div:nth-child(4) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.lds-wedges > div div:nth-child(4) > div {
  background: #07644c;
}

.lds-wedges.size-34 {
  margin: 1px;
  width: 32px !important;
  height: 32px !important;
  -webkit-transform: translate(-16px, -16px) scale(1) translate(16px, 16px);
          transform: translate(-16px, -16px) scale(1) translate(16px, 16px);
}

.lds-wedges.size-34 > div > div {
  -webkit-transform-origin: 16px 16px;
          transform-origin: 16px 16px;
}

.lds-wedges.size-34 > div > div > div {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 8px 0 0 0;
  -webkit-transform-origin: 16px 16px;
          transform-origin: 16px 16px;
}

#sarexload,
#sarexhistoryload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
}

.lds-css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.main-loader {
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  width: 48px;
  height: 48px;
}

.main-loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #00935c;
  -webkit-animation: prixClipFix 2s linear infinite;
          animation: prixClipFix 2s linear infinite;
}

.mailboxesExports {
  margin-right: 120px;
}

.mailboxesExports > .mailboxesExportsIcons {
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
}

.mailboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -15px;
}

.mailboxes > .panel {
  margin: 0 10px 20px 10px;
  width: 200px;
}

.mailboxes > .panel .panel-heading,
.mailboxes > .panel .panel-footer {
  width: 200px;
}

.mailboxes > .panel .panel-body {
  height: 200px;
  width: 200px;
}

.mailboxes > .panel .panel-body > img {
  height: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mailboxes.mailboxes-full > .panel {
  width: 100%;
}

.mailboxes.mailboxes-full > .panel .panel-heading,
.mailboxes.mailboxes-full > .panel .panel-footer {
  width: 100%;
}

.mailboxes.mailboxes-full > .panel .panel-body {
  width: 100%;
  height: auto;
}

.mailboxes.mailboxes-full > .panel .panel-body > img {
  height: auto;
}

.template_box_border {
  border: 1px solid #cccccc;
}

.template_box_border.active {
  border-color: #00935C;
}

.color_template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 5px;
  border: 1px solid #cccccc;
  min-height: 15px !important;
  height: 26px !important;
  width: 26px !important;
  padding: 0 !important;
}

.color_template.color_template_small {
  padding: 0;
  height: 15px;
  width: 15px;
  max-height: 15px;
  min-height: 15px;
}

.color_template.color_template_small > .icon-check {
  font-size: 12px;
}

.color_template > i,
.color_template .icon-check {
  visibility: hidden;
  color: #00935C;
  text-shadow: 1px 0 0 #ffffff, 0 1px 0 #ffffff, -1px 0 0 #ffffff, 0 -1px 0 #ffffff, 0 0 0 #ffffff;
}

.color_template > .icon-check {
  font-size: 18px;
}

:not(.bootbox-body) > .center > .color_template.active > i,
:not(.bootbox-body) > .center > .color_template.active .icon-check {
  visibility: visible;
}

.chart-container {
  height: 300px;
  text-align: center;
}

.chart-container[data-chart-provider=chartjs] {
  height: 100%;
}

.chart-container > .fa {
  font-size: 300%;
  margin: 10% 0 0 0;
}

.chart-container > .legend .legendColorBox {
  padding-right: 10px;
}

.chart-hidden {
  cursor: pointer;
}

.chart-hidden .naglowek2,
.chart-hidden .h2_outside {
  cursor: pointer;
}

.chart-hidden .naglowek2 i.arrow,
.chart-hidden .h2_outside i.arrow {
  float: right;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.circle-plot .circles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.circle-plot .circles .circle {
  width: 133px;
  height: 180px;
  margin: 10px;
}

.circle-plot .circles .circle h5 {
  font-size: 17px;
  font-weight: 400;
  margin: 12px 0 0;
  text-align: center;
}

.circle-plot .circles #CirclePlotOR h5 {
  color: #01D281;
}

.circle-plot .circles #CirclePlotOR_nu h5 {
  color: #00935C;
}

.circle-plot .circles #CirclePlotCTR h5 {
  color: #232939;
}

.circle-plot .circles #CirclePlotCTR_nu h5 {
  color: #F04E23;
}

div.main-content:first-of-type > p:nth-child(2) {
  color: #f74700;
}

.big-checkbox input[type=checkbox] {
  display: none;
}

.big-checkbox input[type=checkbox] + label {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  padding-left: 7px;
  padding-top: 4px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #F02323;
  color: #F02323;
  border-radius: 4px;
  margin-bottom: 0;
}

.big-checkbox input[type=checkbox] + label:before {
  content: "";
}

.big-checkbox input[type=checkbox]:checked + label {
  padding-left: 5px;
  padding-top: 4px;
  border-color: #00935C;
  color: #00935C;
}

.big-checkbox input[type=checkbox]:checked + label:before {
  content: "";
}

.decyzyjnosc_control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decyzyjnosc_control .decyzyjnosc_arrows {
  display: none;
  margin: 0 20px 0 4px;
}

.decyzyjnosc_control .decyzyjnosc_arrows .zaznacz_w_gore {
  display: inline-block;
  position: absolute;
  top: 1px;
}

.decyzyjnosc_control .decyzyjnosc_arrows .zaznacz_w_dol {
  display: inline-block;
  position: absolute;
  bottom: 1px;
}

.html_body_drag_form {
  border: 2px dotted #00935C;
  min-height: 400px;
}

.html_body_drag_form > div {
  min-height: 400px;
}

.clr {
  clear: both;
}

.el {
  text-align: left;
}

.chartHandleBar {
  background: #ffffff;
}

.chartHandleBar .title {
  vertical-align: middle;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(189, 189, 189, 0.2) !important;
          box-shadow: 0 2px 6px 0 rgba(189, 189, 189, 0.2) !important;
}

.chartHandleBar .title span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #7d8291;
  float: left;
  padding: 0 45px 0 15px;
}

.chartHandleBar .title .btn-group {
  position: absolute;
  float: right;
  right: 25px;
  height: 25px;
  width: 50px;
}

.chartHandleBar .title .btn-group .btn_wykresy {
  display: block;
  background-image: url("../images/vendor/typ_wykresu.png");
  background-repeat: no-repeat;
  height: 25px;
  width: 50px;
  cursor: pointer;
}

.chartHandleBar .title .btn-group .dropdown-menu {
  left: auto;
  right: 0;
}

.chartHandleBar .icon a:link {
  display: block;
  width: 17px;
  height: 17px;
  border: solid 6px #000000;
  background-position: 0 0;
}

.chartContent {
  background: #ffffff;
  padding: 20px;
}

.charts {
  height: 100px;
  width: 100px;
}

.charts .chartContentInn {
  display: none;
}

.charts .chartHandleBar {
  height: 100px;
  width: 100px;
  background: none;
}

.charts .chartHandleBar .icon img {
  display: block !important;
}

.charts .title {
  display: none;
}

.charts .chartContent {
  height: 0;
  border: 0;
}

.sarex_axis path,
.sarex_axis line {
  fill: none;
  stroke: #000000;
  shape-rendering: crispEdges;
}

.chartContentInn {
  overflow: hidden;
  width: 100%;
  float: left;
}

.chartContentTxt {
  width: 0;
}

.node {
  border: solid 1px white;
  font: 10px sans-serif;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
  font-size: 1em;
  color: #ffffff;
}

.sidecontentpullout {
  top: 198px !important;
}

.sidecontent {
  top: 200px !important;
  background-color: #eeeeee;
  border: 2px solid #e7e7e7;
  border-bottom-left-radius: 1em;
  right: -4px;
}

.sidecontent .chartContent {
  display: none;
}

.row .chartHandleBar .icon {
  display: none;
}

#chartsPool img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 6px;
  border: 1px solid #606060;
}

.onOffSwitcher {
  height: 23px;
  background-color: #f04e23;
  color: #ffffff;
  border: solid 1px #d2d1d1;
}

#statusInt {
  background-color: #f14e23;
  border: 1px solid #d2d1d1;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 3px 6px;
}

#statusInt.active {
  background-color: #00936e;
  color: #ffffff;
}

.chartContentStop {
  clear: both;
}

.dropdown-menu-sareX {
  left: auto;
  right: 0;
}

.task_info_view {
  display: none;
}

.czas_wysylki {
  padding-top: 10px !important;
}

.linia_czas {
  margin-bottom: 20px;
}

.time_wysylka {
  margin: 10px 0;
}

.tableNoPadding {
  padding: 0 !important;
}

.integrationStatusSpanOn,
.integrationStatusSpanOff {
  vertical-align: super;
}

* html .lm-wrapper .lm-letters {
  zoom: 1;
}

.lm-wrapper {
  margin: 20px 0;
  padding: 0;
  position: relative;
}

.lm-wrapper .lm-letters {
  overflow: hidden;
}

.lm-wrapper .lm-letters a {
  font-size: 0.9em;
  display: block;
  float: left;
  padding: 2px 11px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none;
}

.lm-wrapper .lm-letters a:hover,
.lm-wrapper .lm-letters a.lm-selected {
  background-color: #eaeaea;
}

.lm-wrapper .lm-letters a.lm-disabled {
  color: #cccccc;
}

.lm-wrapper .lm-letters a.lm-last {
  border-right: 1px solid silver;
}

.lm-wrapper .lm-letter-count {
  display: none !important;
}

.lm-wrapper .lm-menu {
  border: 1px solid silver;
  padding: 5px;
  z-index: 10;
  position: relative;
  margin-top: -1px;
  background: #f7f6f5;
  display: none;
}

.lm-wrapper .lm-menu ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.lm-wrapper .lm-menu ol li {
  margin-left: 5px;
}

.lm-wrapper .lm-menu .lm-no-match {
  color: #00523b;
}

.lm-wrapper .lm-menu a {
  text-decoration: none;
}

.lm-wrapper .lm-menu a:hover {
  text-decoration: underline;
}

.lm-wrapper .lm-menu .lm-submenu {
  overflow: hidden;
}

.filters_chosen {
  padding: 15px 0 0 0;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters_chosen > .tilte {
  line-height: 54px;
}

.filters_chosen > .filtr_block {
  border: 1px solid #00935C;
  border-radius: 24px;
  padding: 12px 16px 12px 24px;
  margin: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.filters_chosen > .filtr_block.camp {
  border: 1px solid #00935C;
  color: #ffffff;
  background-color: #00935C;
}

.filters_chosen > .filtr_block > span > span.highlight {
  color: #0B533B;
  background-color: transparent;
  font-weight: 700;
}

.filters_chosen > .filtr_block > i {
  color: #000;
  cursor: pointer;
}

.legendLabel {
  padding-right: 5px;
}

div.os_godzin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.line {
  height: 2px;
  background: #00935C;
  margin-top: -18px;
  position: absolute;
  width: 400%;
  border-radius: 5px;
  margin-left: -100%;
}

.roundedOne > .hour {
  top: -14px;
  left: -4px;
  position: absolute;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #171717;
  font-weight: 600;
}

.roundedOneParent {
  min-width: 4%;
}

.roundedOne {
  width: 26px;
  height: 26px;
  background: #00935C;
  margin: 10px 5px 5px 5px;
  border-radius: 50px;
  position: relative;
  border: 2px solid #ffffff;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  left: 2px;
  top: 2px;
  background: #ffffff;
  z-index: 5;
}

.roundedOne label:after {
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00935C;
  border-radius: 50px;
  top: 1px;
  left: 1px;
}

.roundedOne label:hover::after {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type=checkbox] {
  visibility: hidden;
}

.roundedOne input[type=checkbox]:checked + label:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ankieta-pytanie-dane textarea {
  resize: both !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.ankieta-pytanie-dane input[type=radio],
.ankieta-pytanie-dane input[type=checkbox] {
  margin: 0 5px 0 0;
}

.ankieta-pytanie-dane table td {
  padding: 2px;
  vertical-align: middle;
}

.select-ankieta {
  width: 180px;
}

.select-ankieta2 {
  width: 120px;
}

.btn-save-flowchart .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.btn-save-flowchart .dropdown-menu {
  z-index: 9000 !important;
}

.inline100 {
  width: 100% !important;
}

.inline100 select {
  width: 100% !important;
}

.logotype {
  width: auto;
  margin: 0 auto 30px auto;
  display: block;
  max-width: 256px;
  min-width: 220px;
}

.logotype.logo-sm {
  min-width: auto;
  max-width: 70px !important;
}

.full-warp {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.addToSMSBody,
.setSMSBody,
.setFiltrBody_snippet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.setFiltrBody_snippet {
  cursor: pointer;
}

.SMSLubCenter .SMSLubCenterred {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#multilogowanieSystems .multilogowanieSystem {
  border: 3px solid #cccccc;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#multilogowanieSystems .multilogowanieSystem i {
  left: 30px;
  position: absolute;
  top: calc(50% - 10px);
  font-size: 20px;
  display: none;
}

#multilogowanieSystems .multilogowanieSystem img {
  width: 125px;
}

#multilogowanieSystems .multilogowanieSystem.activeSystem {
  border-color: #00935C;
}

#multilogowanieSystems .multilogowanieSystem.activeSystem i {
  color: #00935C;
  display: block;
}

#multilogowanieSystems .multilogowanieAccount .select2-container {
  width: 100% !important;
}

.class_column_3 {
  position: relative;
  z-index: 0;
}

.class_column_9 {
  position: relative;
  z-index: 99;
}

.longTextWithBreakMin300 {
  min-width: 300px;
  white-space: normal;
  word-break: break-all;
}

div.FHScrollbar {
  -ms-overflow-style: scrollbar;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 5;
  height: 18px;
}

div.FHScrollbar > div.FHScrollbarInner {
  -ms-overflow-style: scrollbar;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  visibility: hidden;
}

div.FHScrollbarWrapper {
  -ms-overflow-style: scrollbar;
  overflow-x: auto;
  overflow-y: auto;
}

td.grupy > div,
td.tagi > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65px;
}

.oa {
  overflow: auto;
}

hr.hr-panel {
  margin: 0 -25px;
}

.ui-pnotify-container {
  height: auto;
}

td.tag {
  min-width: 500px;
}

.panel-title-alternative {
  font-size: 1.4rem;
  font-weight: 600;
  color: #7d8291;
}

.previewModal > .modal-dialog {
  width: 90vw !important;
  height: 90vh !important;
}

.previewModal > .modal-dialog .modal-content {
  min-width: 90vw !important;
  height: 90vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.previewModal > .modal-dialog .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.previewModal > .modal-dialog .bootbox-body {
  width: 100%;
}

.previewModal > .modal-dialog .prev-loader {
  position: absolute;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}

.previewModal > .modal-dialog .nlPreviewToolbar {
  width: 100%;
  background-color: #f6f7f9;
  height: 54px;
  color: #282828;
  padding: 0 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

.previewModal > .modal-dialog .nlPreviewToolbar .fa-button-ui {
  font-size: 18px;
  padding: 13px;
  cursor: pointer;
  border-right: #dfdfe0 1px solid;
}

.previewModal > .modal-dialog .nlPreviewToolbar .fa-button-ui.active {
  background-color: #dfdfe0;
}

.previewModal > .modal-dialog .nlPreviewToolbar .form-control {
  width: 58%;
  margin-right: 5px;
  font-weight: 400;
  font-size: 12px !important;
}

.previewModal > .modal-dialog iframe {
  height: calc(100% - 44px) !important;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.previewModal > .modal-dialog iframe.mobileView {
  width: 360px !important;
}

.previewModal > .modal-dialog iframe.tabletView {
  width: 768px !important;
}

.modal-dialog .table.table {
  margin-bottom: 18px !important;
}

.ace_gutter-cell.ace_breakpoint {
  border-radius: 20px 0px 0px 20px;
  -webkit-box-shadow: 0px 0px 1px 1px red inset;
          box-shadow: 0px 0px 1px 1px red inset;
}

.ace_marker-layer > .ace_active-line {
  background: rgba(255, 50, 50, 0.1) !important;
}

.panel-heading--ppdo {
  margin: 25px -25px 15px -25px !important;
  padding-left: 25px !important;
}

.wh100 {
  width: 100% !important;
  height: 100% !important;
}

.modal95 > .modal-dialog {
  width: 95% !important;
}

.item-column-user-prefs {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.nav-main .active_script {
  font-weight: 600;
}

.nav-main .a-active-menu span,
.nav-main .a-active-menu i {
  color: #f04e23 !important;
}

#starTrek {
  display: inline;
  margin-left: 2px;
}

#starTrek span {
  display: none;
}

.cp {
  cursor: pointer;
}

.introjs-tooltip {
  line-height: 1.4;
}

#last_click_menu {
  display: none !important;
}

.archived {
  -webkit-box-shadow: inset 0 6px 0px #7a7a7a;
          box-shadow: inset 0 6px 0px #7a7a7a;
}

.archived .tab-content {
  -webkit-filter: grayscale(60%);
          filter: grayscale(60%);
}

.archived:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  left: 0;
  background: #a0a0a0;
  background: repeating-linear-gradient(-45deg, #a0a0a0, #a0a0a0 10px, transparent 10px, transparent 23px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
  top: 0;
}

#archived_msg {
  position: fixed;
  left: 50%;
  bottom: 0;
  background: rgba(134, 134, 134, 0.8);
  padding: 5px 10px;
  z-index: 9999;
}

.template_group.editor-3 .template.accept_template,
.template_group.editor-3 .template.show_popup_template {
  position: relative;
}

.template_group.editor-3 .template.accept_template:after,
.template_group.editor-3 .template.show_popup_template:after {
  position: absolute;
  content: "Drag and drop";
  text-align: center;
  background: #009d5b;
  width: calc(100% + 20px);
  bottom: -10px;
  left: -10px;
  color: #fff;
  font-size: 12px;
  padding: 0;
  line-height: 1.6;
  font-weight: 600;
  right: -10px;
}

.show_popup_template span.icon-search {
  font-size: 18px;
}

.accept_template span.icon-check {
  font-size: 20px;
}

.webhookRow .error {
  border-color: #d2322d !important;
}

.webhookRow .checkbox-custom.error label::before {
  border-color: #d2322d !important;
}

.lds-wedges.s40 {
  top: 40px;
  left: 40px;
}

.lds-wedges.s40 > div > div {
  -webkit-transform-origin: 50px 50px;
          transform-origin: 50px 50px;
}

.lds-wedges.s40 > div > div > div {
  left: 25px;
  top: 25px;
  width: 25px;
  height: 25px;
}

.mceLast {
  background: #f0f0ee !important;
}

#html_body_path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: #f0f0ee;
}

.defaultSkin table.mceLayout tr.mceLast td {
  height: auto;
}

.invalid-input {
  border: 1px solid #d2322d;
}

.input-group-addon-left-full {
  width: auto;
  text-align: left;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.gray-text {
  color: #999999 !important;
}

.gray-text-bold {
  font-weight: 600;
}

.gray-text:hover {
  color: #666666 !important;
}

.link-text:hover {
  color: #0B533B !important;
}

/* nowe profile */

section#pricing-app small {
  font-size: 63%;
}

section#pricing-app .panel-body h3 small.lighter {
  font-weight: lighter;
}

section#pricing-app header.panel-heading h4 {
  white-space: nowrap !important;
  word-break: keep-all !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  padding: 5px 0 !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #7d8291 !important;
}

section#pricing-app .radio-custom.radio-custom-img label {
  padding: 10px 10px 30px;
  text-align: center;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#pricing-app .radio-custom.radio-custom-img input[type=radio]:checked + label::after {
  left: 50%;
  margin-top: 0;
  top: initial;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section#pricing-app .radio-custom.radio-custom-img label::before,
section#pricing-app .radio-custom.radio-custom-img label::before {
  left: 50%;
  margin-top: 0;
  top: initial;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section#pricing-app .radio-custom.radio-custom-img label > img {
  height: 53px !important;
}

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}

.switch.switch-text .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-text .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #282828;
  border: 1px solid #dbdee0;
  border-radius: 12px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #199e10 !important;
  border-color: #199e10;
}

.switch.switch-text .switch-label:after,
.switch.switch-text .switch-label:before {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  -webkit-transition: inherit;
  transition: inherit;
}

.switch.switch-text .switch-label:before {
  right: 1px;
  color: #e9ebec;
  content: attr(data-off);
}

.switch.switch-text .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch.switch-text .switch-label:after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch.switch-text .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dbdee0;
  border-radius: 50%;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch.switch-text .switch-input:checked ~ .switch-handle {
  left: 26px;
}

table.payment_summary {
  width: 100%;
}

table.payment_summary td {
  padding: 10px;
}

table.payment_summary td.main_field_left {
  font-size: 14px;
}

table.payment_summary td.main_field_right {
  font-weight: 600;
  font-size: 21px;
}

table.payment_summary td.main_field_right span.payment_prices {
  font-weight: 600;
  font-size: 14px;
}

table.payment_summary td.row_first_left {
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
}

table.payment_summary td.row_first_right {
  border-bottom: 1px solid grey;
}

table.payment_summary td.row_second_left {
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
}

table.payment_summary td.row_second_right {
  border-bottom: 1px solid grey;
}

table.payment_summary td.row_third_left {
  border-right: 1px solid grey;
}

table.payment_summary td.row_four_left {
  background-color: #e8e8e8;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 0;
}

table.payment_summary td.row_four_right {
  background-color: #e8e8e8;
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 0;
}

table.payment_summary td.row_five {
  background-color: #e8e8e8;
  font-size: 14px;
  padding-top: 0;
  text-align: right;
}

table.payment_summary td.row_five small {
  padding-right: 60px;
}

.rest-api-key + .input-group-btn .btn {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

.w-100 {
  width: 100% !important;
}

.tools-wrp,
.rest-api-key {
  width: auto;
}

#sare-wire {
  width: 30px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  z-index: 99999;
  position: relative;
}

#sare-dnd {
  width: 100%;
  height: calc(100vh - 97px);
  overflow: hidden;
}

.top-bar #sare-dnd {
  height: calc(100vh - 105px);
}

.top-bar .content-body {
  margin-top: 45px !important;
}

#evt.blocked *,
#json_event.blocked * {
  pointer-events: none !important;
}

#evt.blocked input.TimePicker:not(:disabled),
#evt.blocked input.DatePicker:not(:disabled),
#evt.blocked input.DateTimePicker:not(:disabled),
#json_event.blocked input.TimePicker:not(:disabled),
#json_event.blocked input.DatePicker:not(:disabled),
#json_event.blocked input.DateTimePicker:not(:disabled) {
  background-color: #eeeeee !important;
}

.top-bar.ppdo .inner-wrapper {
  padding-top: 100px !important;
}

div.chart-no-data {
  text-align: center;
  padding: 100px 0;
  font-size: 24px;
}

.btn-primary[disabled] {
  background-color: #0B533B !important;
  border-color: #0B533B !important;
}

button.btn-gray {
  background-color: #eeeeee;
}

.introjskonsultant .panel-body {
  padding-bottom: 65px;
}

.rate-widget {
  position: absolute;
  bottom: 20px;
}

.report-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.report-order .btn {
  white-space: nowrap !important;
}

.report-order input {
  max-width: 120px;
}

.tags-result {
  color: #ffffff !important;
}

.tags-result .select2-search__field {
  color: black !important;
}

.tags-result .select2-selection__choice__remove {
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 5px !important;
}

.tags-result .select2-selection__choice__remove:hover {
  color: #f44336 !important;
}

.tags-result .select2-selection__choice {
  background-color: #009d5b !important;
  border-color: #009d5b #009d5b #0e6f56 !important;
}

.tags-result .select2-selection__rendered {
  padding-bottom: 5px !important;
}

.tags-dropdown .select2-results__option--highlighted[aria-selected=true] {
  background-color: #ff6a6a !important;
}

.tags-dropdown .option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tags-dropdown .option-group .option-info {
  margin-right: 20px;
}

.tags-dropdown .tags-group-item {
  margin-left: 20px;
}

.tags-dropdown .tags-group {
  font-weight: 600;
}

.tags-dropdown .select2-container {
  display: inline-block;
}

.tags-dropdown #tag-remove {
  border-left: 1px solid black;
}

.tag-group,
td.tagi {
  cursor: pointer;
}

.tags-group-btn {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-group-btn button {
  width: 50%;
}

#tags-limit {
  display: none;
}

.flex-row-delivered-enable {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.selectedDomainsList {
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin-bottom: 2px;
  padding: 0 5px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectedDomain {
  color: #00935C;
  background-color: #98cfc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 45px;
  cursor: default;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
}

.selectedDomainRemove {
  color: #00935C;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 2px;
  padding: 2px;
}

.selectedDomainRemoveIcon {
  margin-left: 15px;
}

#bounces ~ .select2 .select2-selection__choice {
  display: none;
}

#select2-bounces-results > .select2-results__option {
  padding-left: 36px;
}

#select2-bounces-results > .select2-results__option:before {
  content: "";
  position: relative;
  top: 50%;
  left: -10px;
  margin-top: 6px;
  width: 16px;
  height: 16px;
  display: none;
  border-radius: 4px;
  border: 1px solid #0000001a;
  background: #efeff3;
}

#select2-bounces-results > .select2-results__option[aria-selected=true]::before {
  border: 1px solid transparent;
  background-color: #00935c;
  display: none;
}

#select2-bounces-results > .select2-results__option[aria-selected=true]::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDguNUMxNyA4LjUgMTIuODU2IDE1LjUgMTAgMTUuNUM3LjE0NSAxNS41IDYgMTIuNSA2IDEyLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  display: none;
}

#bounces + span.activePlaceholderText:after {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

#bounces + span:before {
  content: "";
  font: normal normal normal 16px/1 FontAwesome;
  color: #00935C;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.filterRowForBounces {
  display: grid;
  grid-template-columns: 160px 300px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

sare-menu {
  z-index: 10028;
  --sere-menu-items-flex: 0 1 72%;
}

.password-visibility-wrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.password-visibility-wrp .password-visibility {
  background: transparent;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute !important;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.password-visibility-wrp .password-visibility::before {
  content: none !important;
}

.password-visibility-wrp .password-visibility:hover,
.password-visibility-wrp .password-visibility:focus,
.password-visibility-wrp .password-visibility:active {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: black;
}

@media screen and (max-width: 767px) {
  #sare-wire {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html.mobile-device.sidebar-left-sm.sidebar-left-collapsed .content-body {
    margin-left: 50px !important;
    display: block !important;
  }

  html.mobile-device.sidebar-left-sm .content-body {
    margin-left: 250px !important;
    display: block !important;
  }
}

.passwd_help {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.passwd_help i {
  margin-right: 6px;
}

.passwd_help .check-success {
  color: #009d5b;
}

.passwd_help .check-success i:before {
  content: "";
}

.passwd_help .check-fail {
  color: #a94442;
}

.passwd_help .check-fail i:before {
  content: "";
}

.select2-drop {
  z-index: 109111;
}

.ui-widget {
  font-family: "Cera Pro", Arial, Helvetica, sans-serif !important;
}

a.sare-link {
  text-decoration: underline !important;
}

.user_avatar {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}

.user_avatar > * {
  font-size: 20px;
  z-index: 10;
}

.user_avatar > .ico {
  font-weight: 700;
}

.header-title {
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px !important;
  line-height: 1.75rem;
  letter-spacing: 0.00735em;
}

header .userbox .profile-info span.role {
  text-align: right;
  color: #658179;
}

.no-padding-right {
  padding-right: 0 !important;
}

.disabled-input {
  pointer-events: none !important;
  background-color: #9d9d9d !important;
}

.filtr_wierszy_filtr {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

menu-item span.menu-icon {
  font-size: 24px;
}

menu-item.item-active span.menu-icon {
  background: linear-gradient(85.86deg, #0b533b 0%, #009d5b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table-groups-data {
  background: #efeff3;
  height: 64px;
  padding: 8px 12px 8px 32px;
}

.table-groups-data .uncheck-all {
  color: #93b6ac;
  cursor: pointer;
  font-size: 18px;
}

.table-groups-data .uncheck-all:is(button) {
  border: none;
  padding: none;
}

.table-groups-data .selected-info {
  color: black;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

table.table .checkbox-custom {
  margin-bottom: 0 !important;
}

table.table .change-name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

table.table .change-name-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-weight: 400;
}

table.table .change-name-group .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  gap: 16px;
}

table.table .change-name-group .input-group-btn .grupa_nazwa_txt_ok,
table.table .change-name-group .input-group-btn .grupa_nazwa_txt_anuluj {
  border-radius: 24px !important;
}

table.table .change-name-group .input-group-btn .grupa_nazwa_txt_ok,
table.table .change-name-group .input-group-btn .grupa_nazwa_txt_ok .btn-content,
table.table .change-name-group .input-group-btn .grupa_nazwa_txt_anuluj,
table.table .change-name-group .input-group-btn .grupa_nazwa_txt_anuluj .btn-content {
  font-size: 14px !important;
}

table.table .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

table.table .input-group-btn > .btn {
  border-radius: 24px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

table.table .input-group-btn > .btn .btn-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

table.table tr .name-col,
table.table tr.grupowany .name-col {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px !important;
}

table.table tr .time-col,
table.table tr .date-col,
table.table tr .update-time-col,
table.table tr .last-change-col,
table.table tr.grupowany .time-col,
table.table tr.grupowany .date-col,
table.table tr.grupowany .update-time-col,
table.table tr.grupowany .last-change-col {
  color: #658179;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

td .time-col,
td .date-col,
td .update-time-col,
td .last-change-col {
  color: #658179;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.icon-group {
  position: relative;
}

.icon-group .top-right {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 50%;
  height: 50%;
  font-size: 10px;
}

.icon-group .line-through {
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), red 50%, transparent calc(50% + 1px)) no-repeat 0px 0px/100px 100px;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.adresy_Wybor_zaznaczenia {
  min-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
}

.adresy_peracje_na_zaznaczonych_adresach {
  min-width: 220px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
}

@media screen and (max-width: 767px) {
  .adresy_Wybor_zaznaczenia {
    min-width: auto;
  }

  .adresy_peracje_na_zaznaczonych_adresach {
    min-width: auto;
  }
}

.icon-action {
  color: #658179 !important;
  cursor: pointer;
}

.icon-action > span[class^=icon-],
.icon-action > span[class*=" icon-"],
.icon-action i[class^=icon-],
.icon-action i[class*=" icon-"],
.icon-action[class^=icon-],
.icon-action[class*=" icon-"] {
  font-size: 20px !important;
  line-height: 1;
}

.chosenFields,
.Export_draggable-available .selectable,
.Export_draggable-available .draggable .ExportSelectable .selectable,
.ExportSelectable .draggable {
  background: transparent;
  border-color: #93b6ac80;
  border-radius: 24px !important;
  padding: 12px 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.chosenFields i.icon-plus,
.Export_draggable-available .selectable i.icon-plus,
.Export_draggable-available .draggable .ExportSelectable .selectable i.icon-plus,
.ExportSelectable .draggable i.icon-plus {
  font-size: 20px !important;
}

.chosenFields i.icon-plus::before,
.Export_draggable-available .selectable i.icon-plus::before,
.Export_draggable-available .draggable .ExportSelectable .selectable i.icon-plus::before,
.ExportSelectable .draggable i.icon-plus::before {
  content: "" !important;
}

.chosenFields i.icon-close-square::before,
.Export_draggable-available .selectable i.icon-close-square::before,
.Export_draggable-available .draggable .ExportSelectable .selectable i.icon-close-square::before,
.ExportSelectable .draggable i.icon-close-square::before {
  content: "";
}

.Import_draggable-chosen .selectable i,
.Import_draggable-chosen .draggable i,
.ui-selectable > div .selectable i,
.ui-selectable > div .draggable i {
  font-family: "sare-icons" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Import_draggable-chosen .selectable i::before,
.Import_draggable-chosen .draggable i::before,
.ui-selectable > div .selectable i::before,
.ui-selectable > div .draggable i::before {
  content: "" !important;
}

.Import_draggable-chosen.Import_draggable-chosen .selectable,
.Import_draggable-chosen.Import_draggable-chosen .draggable,
.Import_draggable-chosen.Export_draggable-chosen .selectable,
.Import_draggable-chosen.Export_draggable-chosen .draggable,
.ui-selectable > div.Import_draggable-chosen .selectable,
.ui-selectable > div.Import_draggable-chosen .draggable,
.ui-selectable > div.Export_draggable-chosen .selectable,
.ui-selectable > div.Export_draggable-chosen .draggable {
  border: none;
  background-color: #00935c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Import_draggable-chosen.Import_draggable-chosen .selectable i,
.Import_draggable-chosen.Import_draggable-chosen .draggable i {
  font-family: "sare-icons" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Import_draggable-chosen.Import_draggable-chosen .selectable i::before,
.Import_draggable-chosen.Import_draggable-chosen .draggable i::before {
  content: "" !important;
}

.deleteImport_draggable-chosen.icon-delete {
  font-size: 20px !important;
}

.accordion-body table.table {
  background: none;
  background-color: transparent !important;
}

.accordion-body table.table thead,
.accordion-body table.table tbody,
.accordion-body table.table tfoot {
  background: none;
  background-color: transparent !important;
}

.accordion-body table.table thead > tr,
.accordion-body table.table thead td,
.accordion-body table.table thead th,
.accordion-body table.table tbody > tr,
.accordion-body table.table tbody td,
.accordion-body table.table tbody th,
.accordion-body table.table tfoot > tr,
.accordion-body table.table tfoot td,
.accordion-body table.table tfoot th {
  background: none;
  background-color: transparent !important;
}

.flowchart-blocks {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flowchart-blocks .panel-body.flowchart-panel-body::before,
.flowchart-blocks .panel-body.flowchart-panel-body::after {
  content: none;
  display: none;
}

.flowchart-blocks .flowchart-item-data::before,
.flowchart-blocks .flowchart-item-data::after {
  content: none;
  display: none;
}

.pieLabel {
  color: #282828;
  text-shadow: 1px 0 0 #ffffff, 0 1px 0 #ffffff, -1px 0 0 #ffffff, 0 -1px 0 #ffffff, 0 0 0 #ffffff;
}

#sare-wire {
  z-index: 99999;
  position: relative;
  height: 48px;
  padding: 7px 6px 7px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#sare-wire:hover {
  background-color: white;
  border: 1px solid #00935C;
  border-radius: 24px;
}

.api-key-grid {
  grid-template-columns: minmax(-webkit-max-content, 35%) minmax(-webkit-max-content, 45%) -webkit-max-content;
  grid-template-columns: minmax(max-content, 35%) minmax(max-content, 45%) max-content;
}

.help-icon {
  color: #00000099;
  font-size: 16px !important;
}

.nav-tabs > li.active[data-ajax="1"] > a {
  cursor: pointer;
}

.import-btn {
  position: fixed !important;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
  outline: 3px solid #efeff3 !important;
  -webkit-box-shadow: 0 0 5px 3px #efeff3;
          box-shadow: 0 0 5px 3px #efeff3;
}

.legend-right-container {
  width: 250px;
}

.legend-right-container .chart-legend {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  list-style: none;
  word-break: break-all;
}

.legend-right-container .chart-legend .chart-legend-item {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.legend-right-container .chart-legend .chart-legend-item .chart-legend-item-icon {
  height: 12px;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.legend-right-container .chart-legend .chart-legend-item .chart-legend-item-icon .chart-legend-item-square {
  margin-top: -1px;
  height: 12px;
  position: absolute;
  width: 12px;
  border-radius: 50%;
}

.legend-right-container .chart-legend .chart-legend-item .chart-legend-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 400;
}

.legend-right-container .chart-legend .chart-legend-item .chart-legend-item-text .chart-legend-item-value {
  font-weight: 500;
}

.bootbox-confirm .modal-header {
  padding-right: 60px;
}

.sending-icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.sending-icons .sending-icon {
  font-size: 28px !important;
  color: #C8C8C8;
}

.sending-icons .sending-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.sending-icons .sending-icon-group .sending-icon-part {
  font-size: 14px;
  color: #C8C8C8;
  line-height: 14px;
}

/* Subscriber icons */

.status-icon {
  font-size: 26px !important;
  color: #ffffff;
}

.is-aurora-selection {
  background-color: #01d2815c;
  opacity: 0.5;
  pointer-events: none;
}

.bootstrap-datetimepicker-widget table th.dow {
  background-color: #fff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-datetimepicker-widget table th.dow:hover {
  color: #000 !important;
}

.bootstrap-datetimepicker-widget .datepicker-decades table .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-months table .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-years table .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-days table .picker-switch,
.bootstrap-datetimepicker-widget .timepicker-minutes table .picker-switch {
  background-color: #fff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-datetimepicker-widget .datepicker-decades table .picker-switch:hover,
.bootstrap-datetimepicker-widget .datepicker-months table .picker-switch:hover,
.bootstrap-datetimepicker-widget .datepicker-years table .picker-switch:hover,
.bootstrap-datetimepicker-widget .datepicker-days table .picker-switch:hover,
.bootstrap-datetimepicker-widget .timepicker-minutes table .picker-switch:hover {
  color: #000 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  width: 38em !important;
}

.bootstrap-datetimepicker-widget {
  border-radius: 24px;
}

.bootstrap-datetimepicker-widget > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin: 0 10px;
}

.bootstrap-datetimepicker-widget > .row > .datepicker {
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 10041 !important;
  width: auto !important;
}

.bootstrap-datetimepicker-widget .datepicker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bootstrap-datetimepicker-widget .timepicker {
  width: auto;
}

.bootstrap-datetimepicker-widget > .list-unstyled > .picker-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  justify-items: end;
}

.bootstrap-datetimepicker-widget > .list-unstyled > .picker-switch a[data-action=close] {
  border: 1px solid #93B6AC80;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0;
  width: 48px;
}

.bootstrap-datetimepicker-widget > .list-unstyled > .picker-switch a[data-action=close] span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.bootstrap-datetimepicker-widget .time-input .picker-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  justify-items: end;
}

.bootstrap-datetimepicker-widget .time-input .picker-switch a[data-action=close] {
  border: 1px solid #93B6AC80;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0;
  width: 48px;
}

.bootstrap-datetimepicker-widget .time-input .picker-switch a[data-action=close] span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.bootstrap-datetimepicker-widget .time-input.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: block;
}

.bootstrap-datetimepicker-widget .datepicker-days .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-months .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-years .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-decades .picker-switch {
  border-radius: 24px;
  color: #658179;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

.bootstrap-datetimepicker-widget .datepicker-decades table,
.bootstrap-datetimepicker-widget .datepicker-months table,
.bootstrap-datetimepicker-widget .datepicker-years table {
  display: grid;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.bootstrap-datetimepicker-widget .datepicker-decades table thead,
.bootstrap-datetimepicker-widget .datepicker-decades table tbody,
.bootstrap-datetimepicker-widget .datepicker-decades table tr,
.bootstrap-datetimepicker-widget .datepicker-decades table td,
.bootstrap-datetimepicker-widget .datepicker-months table thead,
.bootstrap-datetimepicker-widget .datepicker-months table tbody,
.bootstrap-datetimepicker-widget .datepicker-months table tr,
.bootstrap-datetimepicker-widget .datepicker-months table td,
.bootstrap-datetimepicker-widget .datepicker-years table thead,
.bootstrap-datetimepicker-widget .datepicker-years table tbody,
.bootstrap-datetimepicker-widget .datepicker-years table tr,
.bootstrap-datetimepicker-widget .datepicker-years table td {
  display: contents;
}

.bootstrap-datetimepicker-widget .datepicker-decades table thead > span,
.bootstrap-datetimepicker-widget .datepicker-decades table tbody > span,
.bootstrap-datetimepicker-widget .datepicker-decades table tr > span,
.bootstrap-datetimepicker-widget .datepicker-decades table td > span,
.bootstrap-datetimepicker-widget .datepicker-months table thead > span,
.bootstrap-datetimepicker-widget .datepicker-months table tbody > span,
.bootstrap-datetimepicker-widget .datepicker-months table tr > span,
.bootstrap-datetimepicker-widget .datepicker-months table td > span,
.bootstrap-datetimepicker-widget .datepicker-years table thead > span,
.bootstrap-datetimepicker-widget .datepicker-years table tbody > span,
.bootstrap-datetimepicker-widget .datepicker-years table tr > span,
.bootstrap-datetimepicker-widget .datepicker-years table td > span {
  grid-column: span 2/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bootstrap-datetimepicker-widget .datepicker-decades table th,
.bootstrap-datetimepicker-widget .datepicker-months table th,
.bootstrap-datetimepicker-widget .datepicker-years table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
}

.bootstrap-datetimepicker-widget .datepicker-decades table .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-months table .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-years table .picker-switch {
  grid-column: span 4/span 4;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.bootstrap-datetimepicker-widget .datepicker-days table,
.bootstrap-datetimepicker-widget .timepicker-minutes table,
.bootstrap-datetimepicker-widget .timepicker-hours table {
  display: grid;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}

.bootstrap-datetimepicker-widget .datepicker-days table thead,
.bootstrap-datetimepicker-widget .datepicker-days table tbody,
.bootstrap-datetimepicker-widget .datepicker-days table tr,
.bootstrap-datetimepicker-widget .timepicker-minutes table thead,
.bootstrap-datetimepicker-widget .timepicker-minutes table tbody,
.bootstrap-datetimepicker-widget .timepicker-minutes table tr,
.bootstrap-datetimepicker-widget .timepicker-hours table thead,
.bootstrap-datetimepicker-widget .timepicker-hours table tbody,
.bootstrap-datetimepicker-widget .timepicker-hours table tr {
  display: contents;
}

.bootstrap-datetimepicker-widget .datepicker-days table th,
.bootstrap-datetimepicker-widget .datepicker-days table td,
.bootstrap-datetimepicker-widget .timepicker-minutes table th,
.bootstrap-datetimepicker-widget .timepicker-minutes table td,
.bootstrap-datetimepicker-widget .timepicker-hours table th,
.bootstrap-datetimepicker-widget .timepicker-hours table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
}

.bootstrap-datetimepicker-widget .datepicker-days table .picker-switch,
.bootstrap-datetimepicker-widget .timepicker-minutes table .picker-switch,
.bootstrap-datetimepicker-widget .timepicker-hours table .picker-switch {
  grid-column: span 5/span 5;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.bootstrap-datetimepicker-widget .datepicker-days table {
  grid-template-columns: repeat(7, 1fr);
}

.bootstrap-datetimepicker-widget .timepicker-hours table,
.bootstrap-datetimepicker-widget .timepicker-minutes table {
  grid-template-columns: repeat(4, 1fr);
}

.bootstrap-datetimepicker-widget .timepicker-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bootstrap-datetimepicker-widget table.table-condensed {
  width: auto !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #00935C;
}

.bootstrap-datetimepicker-widget table th.dow {
  color: #93B6AC;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.bootstrap-datetimepicker-widget table th.next,
.bootstrap-datetimepicker-widget table th.prev {
  border-radius: 50%;
  color: #93B6AC;
  font-size: 16px;
}

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td.hour,
.bootstrap-datetimepicker-widget table td.minute,
.bootstrap-datetimepicker-widget table td.second {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  padding: 0;
}

.bootstrap-datetimepicker-widget table td.day {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bootstrap-datetimepicker-widget table td.today {
  background: #82EDB6;
  color: black;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: none;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #00935C !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td span:hover {
  background: #00935C;
  color: #ffffff;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #00935C !important;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.disabled {
  background: white;
  color: #93B6AC;
}

.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: #00935C;
}

.generator .select2 {
  width: 100% !important;
}

.width200 {
  width: 200px !important;
}

.width200 .select2-container--default {
  width: 200px !important;
}

.width150 {
  width: 150px !important;
}

.width150 .select2-container--default {
  width: 150px !important;
}

.select2-container--default {
  text-align: left !important;
}

.select2-container--default:not(.select2) {
  z-index: 999999;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  background: white;
  border: 1px solid black;
  border-radius: 24px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #00935C transparent;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: #EFEFF3;
  border: none;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px 12px 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-size: 16px !important;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDguNUMxOSA4LjUgMTQuODU2IDE1LjUgMTIgMTUuNUM5LjE0NSAxNS41IDUgOC41IDUgOC41IiBzdHJva2U9IiM2NTgxNzkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  height: 16px;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
  width: 16px;
}

.select2-container--default .select2-selection--multiple {
  min-height: 48px;
  height: auto;
}

.select2-container--default .select2-selection--multiple .select2-results__option {
  height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  gap: 4px;
  margin-top: 0;
  padding: 0 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::before {
  content: "";
  color: white;
  font-family: "sare-icons" !important;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]) {
  background-color: #EFEFF3;
  color: black;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #82EDB6;
  color: black;
}

.select2-container--default.select2-container--disabled {
  cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #EFEFF3;
  cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: #93B6AC;
  cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDguNUMxOSA4LjUgMTQuODU2IDE1LjUgMTIgMTUuNUM5LjE0NSAxNS41IDUgOC41IDUgOC41IiBzdHJva2U9IiM5M0I2QUMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

select.bg-white + .select2-container--default .select2-selection--single,
select.bg-white + .select2-container--default .select2-selection--multiple {
  background: white;
}

.select2-results__option[aria-selected],
.select2-results__option[aria-disabled=true] {
  color: black;
  overflow: hidden;
  padding: 8px 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-results__option[aria-disabled=true] {
  color: #93B6AC;
}

.select2-dropdown {
  border: none;
  border-radius: 16px !important;
  -webkit-box-shadow: 0px 16px 32px 0px #0000000A;
          box-shadow: 0px 16px 32px 0px #0000000A;
  padding: 16px 0;
}

.form-group.inline100 .select2-container {
  width: 100% !important;
}

.tags-dropdown .select2-results__option--highlighted[aria-selected=true] {
  background-color: #82EDB6 !important;
  color: black !important;
}

.tags-dropdown .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]) {
  background-color: #EFEFF3 !important;
  color: black !important;
}

input[type=range]:focus + .rangeSlider .rangeSlider__handle {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background-image: none;
}

.rangeSlider {
  background: #cccccc;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  height: 16px;
  margin: 8px 0;
  border-radius: 8px;
}

.rangeSlider.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeSlider .rangeSlider__fill {
  background: #cccccc;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 2;
  border: 1px solid #cccccc;
}

.rangeSlider .rangeSlider__handle {
  background: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background-image: none;
  border: none;
}

.rangeSlider .rangeSlider__handle:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border: 1px solid #cccccc;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background-image: none;
}

.rangeSlider .rangeSlider__handle:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background-image: none;
}

.rangeSlider .rangeSlider__buffer {
  z-index: 2;
  position: absolute;
  background: rgba(230, 230, 230, 0.5);
}

.rangeSlider .rangeSlider__fill {
  height: 16px;
  border-radius: 8px;
}

.rangeSlider .rangeSlider__handle {
  width: 24px;
  height: 24px;
  top: -4px;
}

.rangeSlider .rangeSlider__buffer {
  top: 3px;
  height: 10px;
  border-radius: 5px;
}

input.rangeSlider-xs-bb + div.rangeSlider {
  height: 8px;
  margin: 4px 0;
  border-radius: 4px;
}

input.rangeSlider-xs-bb + div.rangeSlider .rangeSlider__fill {
  height: 8px;
  border-radius: 4px;
}

input.rangeSlider-xs-bb + div.rangeSlider .rangeSlider__handle {
  width: 16px;
  height: 16px;
  top: -4px;
}

input.rangeSlider-xs-bb + div.rangeSlider .rangeSlider__buffer {
  top: 2px;
  height: 4px;
  border-radius: 2px;
}

input.rangeSlider-xs + div.rangeSlider {
  height: 10px;
  margin: 5px 0;
  border-radius: 5px;
}

input.rangeSlider-xs + div.rangeSlider .rangeSlider__fill {
  height: 10px;
  border-radius: 5px;
}

input.rangeSlider-xs + div.rangeSlider .rangeSlider__handle {
  width: 15px;
  height: 15px;
  top: -2.5px;
}

input.rangeSlider-xs + div.rangeSlider .rangeSlider__buffer {
  top: 2px;
  height: 6px;
  border-radius: 3px;
}

input.rangeSlider-xl + div.rangeSlider {
  height: 20px;
  margin: 10px 0;
  border-radius: 10px;
}

input.rangeSlider-xl + div.rangeSlider .rangeSlider__fill {
  height: 20px;
  border-radius: 10px;
}

input.rangeSlider-xl + div.rangeSlider .rangeSlider__handle {
  width: 30px;
  height: 30px;
  top: -5px;
}

input.rangeSlider-xl + div.rangeSlider .rangeSlider__buffer {
  top: 3px;
  height: 14px;
  border-radius: 7px;
}

input.rangeSlider-xxl + div.rangeSlider {
  height: 30px;
  margin: 15px 0;
  border-radius: 15px;
}

input.rangeSlider-xxl + div.rangeSlider .rangeSlider__fill {
  height: 30px;
  border-radius: 15px;
}

input.rangeSlider-xxl + div.rangeSlider .rangeSlider__handle {
  width: 45px;
  height: 45px;
  top: -7.5px;
}

input.rangeSlider-xxl + div.rangeSlider .rangeSlider__buffer {
  top: 3px;
  height: 24px;
  border-radius: 12px;
}

input.rangeSlider-sare + div.rangeSlider .rangeSlider__fill {
  background: #0B533B;
  border: none;
}

input.rangeSlider-sare + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-sare + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #0e6a4b;
}

input.rangeSlider-sare + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 0, 0, 0.5);
}

input.rangeSlider-primary + div.rangeSlider .rangeSlider__fill {
  background: #00935C;
  border: none;
}

input.rangeSlider-primary + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-primary + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #00ad6c;
}

input.rangeSlider-primary + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 45, 28, 0.5);
}

input.rangeSlider-success + div.rangeSlider .rangeSlider__fill {
  background: #00935C;
  border: none;
}

input.rangeSlider-success + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-success + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #00ad6c;
}

input.rangeSlider-success + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 45, 28, 0.5);
}

input.rangeSlider-warning + div.rangeSlider .rangeSlider__fill {
  background: #F04E23;
  border: none;
}

input.rangeSlider-warning + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-warning + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #f2613b;
}

input.rangeSlider-warning + div.rangeSlider .rangeSlider__buffer {
  background: rgba(162, 43, 11, 0.5);
}

input.rangeSlider-danger + div.rangeSlider .rangeSlider__fill {
  background: #F02323;
  border: none;
}

input.rangeSlider-danger + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-danger + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #f23b3b;
}

input.rangeSlider-danger + div.rangeSlider .rangeSlider__buffer {
  background: rgba(162, 11, 11, 0.5);
}

input.rangeSlider-info + div.rangeSlider .rangeSlider__fill {
  background: black;
  border: none;
}

input.rangeSlider-info + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-info + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #0d0d0d;
}

input.rangeSlider-info + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 0, 0, 0.5);
}

input.rangeSlider-dark + div.rangeSlider .rangeSlider__fill {
  background: #171717;
  border: none;
}

input.rangeSlider-dark + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-dark + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #242424;
}

input.rangeSlider-dark + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 0, 0, 0.5);
}

input.rangeSlider-color-custom0 + div.rangeSlider .rangeSlider__fill {
  background: #00935C;
  border: none;
}

input.rangeSlider-color-custom0 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom0 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #00ad6c;
}

input.rangeSlider-color-custom0 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 45, 28, 0.5);
}

input.rangeSlider-color-custom1 + div.rangeSlider .rangeSlider__fill {
  background: #82EDB6;
  border: none;
}

input.rangeSlider-color-custom1 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom1 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #98f0c3;
}

input.rangeSlider-color-custom1 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(41, 224, 130, 0.5);
}

input.rangeSlider-color-custom2 + div.rangeSlider .rangeSlider__fill {
  background: #D2F0E5;
  border: none;
}

input.rangeSlider-color-custom2 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom2 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #e5f6f0;
}

input.rangeSlider-color-custom2 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(134, 215, 185, 0.5);
}

input.rangeSlider-color-custom3 + div.rangeSlider .rangeSlider__fill {
  background: #F79B83;
  border: none;
}

input.rangeSlider-color-custom3 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom3 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #f9ae9b;
}

input.rangeSlider-color-custom3 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(241, 78, 35, 0.5);
}

input.rangeSlider-color-custom4 + div.rangeSlider .rangeSlider__fill {
  background: #E5E5E9;
  border: none;
}

input.rangeSlider-color-custom4 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom4 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #f3f3f5;
}

input.rangeSlider-color-custom4 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(174, 174, 186, 0.5);
}

input.rangeSlider-color-custom5 + div.rangeSlider .rangeSlider__fill {
  background: #F02323;
  border: none;
}

input.rangeSlider-color-custom5 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom5 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #f23b3b;
}

input.rangeSlider-color-custom5 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(162, 11, 11, 0.5);
}

input.rangeSlider-color-custom6 + div.rangeSlider .rangeSlider__fill {
  background: #0B533B;
  border: none;
}

input.rangeSlider-color-custom6 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom6 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #0e6a4b;
}

input.rangeSlider-color-custom6 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 0, 0, 0.5);
}

input.rangeSlider-color-custom7 + div.rangeSlider .rangeSlider__fill {
  background: #00935C;
  border: none;
}

input.rangeSlider-color-custom7 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom7 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #00ad6c;
}

input.rangeSlider-color-custom7 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(0, 45, 28, 0.5);
}

input.rangeSlider-color-custom8 + div.rangeSlider .rangeSlider__fill {
  background: #F04E23;
  border: none;
}

input.rangeSlider-color-custom8 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom8 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #f2613b;
}

input.rangeSlider-color-custom8 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(162, 43, 11, 0.5);
}

input.rangeSlider-color-custom9 + div.rangeSlider .rangeSlider__fill {
  background: #4A5678;
  border: none;
}

input.rangeSlider-color-custom9 + div.rangeSlider .rangeSlider__handle {
  border: none;
}

input.rangeSlider-color-custom9 + div.rangeSlider .rangeSlider__handle:after {
  border: none;
  background-color: #546188;
}

input.rangeSlider-color-custom9 + div.rangeSlider .rangeSlider__buffer {
  background: rgba(35, 41, 57, 0.5);
}

.bootstrap-touchspin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bootstrap-touchspin > .not-visible {
  display: none;
}

.bootstrap-touchspin .input-group-btn-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  gap: 5px;
  position: absolute;
  right: 19px;
  top: 0;
  z-index: 10;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up,
.bootstrap-touchspin .btn.bootstrap-touchspin-down {
  background: none;
  min-height: auto;
  color: #658179;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up,
.bootstrap-touchspin .btn.bootstrap-touchspin-up > i,
.bootstrap-touchspin .btn.bootstrap-touchspin-down,
.bootstrap-touchspin .btn.bootstrap-touchspin-down > i {
  font-size: 16px;
}

.bootstrap-touchspin .bootstrap-touchspin-postfix.input-group-addon {
  width: auto;
  background: none;
  border: none;
  position: absolute;
  right: 27px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  height: 100%;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bootstrap-touchspin .not-visible + .input-group-btn {
  display: none;
}

.colorpicker {
  z-index: 10010;
}

.colorpicker-saturation {
  width: 150px;
  height: 150px;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 25px;
  height: 150px;
}

.colorpicker-color {
  height: 25px;
}

.colorpicker-color > div {
  height: 25px;
}

.colorpicker-button {
  min-width: 1px;
  margin-bottom: 0;
}

.colorpicker-button > span {
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  font-size: 12px;
  padding: 6px 6px;
  width: 0;
}

.colorpicker-button > span > i {
  width: 48px !important;
  height: 16px;
}

.colorpicker-button > input {
  display: none;
}

.colorpicker-element {
  border: none !important;
}

.colorpicker-element .input-group-addon i {
  width: 16px !important;
}

.colorpicker-element input {
  width: 67px !important;
  font-size: 10px !important;
}

.colorpicker-element.colorpicker-width100 input {
  width: 100% !important;
}

.Import_draggable-chosen:not(td),
.ui-selectable > div:not(td) {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 0;
  background-color: inherit;
  z-index: 100;
  margin: 0;
  border: 2px dashed #cccccc;
  display: inline-block;
}

.Import_draggable-chosen:after,
.ui-selectable > div:after {
  clear: both;
}

.Import_draggable-chosen .selectable,
.Import_draggable-chosen .draggable,
.ui-selectable > div .selectable,
.ui-selectable > div .draggable {
  position: relative;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px 10px;
  width: auto;
  height: auto;
  min-width: 0;
  border: 1px solid #cccccc;
  -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.Import_draggable-chosen .selectable i,
.Import_draggable-chosen .draggable i,
.ui-selectable > div .selectable i,
.ui-selectable > div .draggable i {
  margin-left: 10px;
  position: relative;
}

.Import_draggable-chosen .selectable i:before,
.Import_draggable-chosen .draggable i:before,
.ui-selectable > div .selectable i:before,
.ui-selectable > div .draggable i:before {
  color: #00935C;
  content: "";
}

.Import_draggable-chosen .selectable.ui-selecting,
.Import_draggable-chosen .selectable.ui-selected,
.Import_draggable-chosen .draggable.ui-selecting,
.Import_draggable-chosen .draggable.ui-selected,
.ui-selectable > div .selectable.ui-selecting,
.ui-selectable > div .selectable.ui-selected,
.ui-selectable > div .draggable.ui-selecting,
.ui-selectable > div .draggable.ui-selected {
  border-color: #F04E23;
  background-color: #F04E23;
  color: #ffffff;
}

.Import_draggable-chosen .selectable.ui-selecting i:before,
.Import_draggable-chosen .selectable.ui-selected i:before,
.Import_draggable-chosen .draggable.ui-selecting i:before,
.Import_draggable-chosen .draggable.ui-selected i:before,
.ui-selectable > div .selectable.ui-selecting i:before,
.ui-selectable > div .selectable.ui-selected i:before,
.ui-selectable > div .draggable.ui-selecting i:before,
.ui-selectable > div .draggable.ui-selected i:before {
  color: #ffffff;
}

.Import_draggable-chosen.Import_draggable-chosen,
.Import_draggable-chosen.Export_draggable-chosen,
.ui-selectable > div.Import_draggable-chosen,
.ui-selectable > div.Export_draggable-chosen {
  border-color: #00935C;
}

.Import_draggable-chosen.Import_draggable-chosen .selectable,
.Import_draggable-chosen.Import_draggable-chosen .draggable,
.Import_draggable-chosen.Export_draggable-chosen .selectable,
.Import_draggable-chosen.Export_draggable-chosen .draggable,
.ui-selectable > div.Import_draggable-chosen .selectable,
.ui-selectable > div.Import_draggable-chosen .draggable,
.ui-selectable > div.Export_draggable-chosen .selectable,
.ui-selectable > div.Export_draggable-chosen .draggable {
  background-color: #00935C;
  color: #ffffff;
}

.Import_draggable-chosen.Import_draggable-chosen .selectable i:before,
.Import_draggable-chosen.Import_draggable-chosen .draggable i:before,
.Import_draggable-chosen.Export_draggable-chosen .selectable i:before,
.Import_draggable-chosen.Export_draggable-chosen .draggable i:before,
.ui-selectable > div.Import_draggable-chosen .selectable i:before,
.ui-selectable > div.Import_draggable-chosen .draggable i:before,
.ui-selectable > div.Export_draggable-chosen .selectable i:before,
.ui-selectable > div.Export_draggable-chosen .draggable i:before {
  color: #ffffff;
  content: "";
}

.Import_draggable-chosen.Import_draggable-chosen .selectable.ui-selecting,
.Import_draggable-chosen.Import_draggable-chosen .selectable.ui-selected,
.Import_draggable-chosen.Import_draggable-chosen .draggable.ui-selecting,
.Import_draggable-chosen.Import_draggable-chosen .draggable.ui-selected,
.Import_draggable-chosen.Export_draggable-chosen .selectable.ui-selecting,
.Import_draggable-chosen.Export_draggable-chosen .selectable.ui-selected,
.Import_draggable-chosen.Export_draggable-chosen .draggable.ui-selecting,
.Import_draggable-chosen.Export_draggable-chosen .draggable.ui-selected,
.ui-selectable > div.Import_draggable-chosen .selectable.ui-selecting,
.ui-selectable > div.Import_draggable-chosen .selectable.ui-selected,
.ui-selectable > div.Import_draggable-chosen .draggable.ui-selecting,
.ui-selectable > div.Import_draggable-chosen .draggable.ui-selected,
.ui-selectable > div.Export_draggable-chosen .selectable.ui-selecting,
.ui-selectable > div.Export_draggable-chosen .selectable.ui-selected,
.ui-selectable > div.Export_draggable-chosen .draggable.ui-selecting,
.ui-selectable > div.Export_draggable-chosen .draggable.ui-selected {
  border-color: #F04E23;
  background-color: #F04E23;
  color: #ffffff;
}

.Import_draggable-chosen.Import_draggable-chosen .selectable.ui-selecting i:before,
.Import_draggable-chosen.Import_draggable-chosen .selectable.ui-selected i:before,
.Import_draggable-chosen.Import_draggable-chosen .draggable.ui-selecting i:before,
.Import_draggable-chosen.Import_draggable-chosen .draggable.ui-selected i:before,
.Import_draggable-chosen.Export_draggable-chosen .selectable.ui-selecting i:before,
.Import_draggable-chosen.Export_draggable-chosen .selectable.ui-selected i:before,
.Import_draggable-chosen.Export_draggable-chosen .draggable.ui-selecting i:before,
.Import_draggable-chosen.Export_draggable-chosen .draggable.ui-selected i:before,
.ui-selectable > div.Import_draggable-chosen .selectable.ui-selecting i:before,
.ui-selectable > div.Import_draggable-chosen .selectable.ui-selected i:before,
.ui-selectable > div.Import_draggable-chosen .draggable.ui-selecting i:before,
.ui-selectable > div.Import_draggable-chosen .draggable.ui-selected i:before,
.ui-selectable > div.Export_draggable-chosen .selectable.ui-selecting i:before,
.ui-selectable > div.Export_draggable-chosen .selectable.ui-selected i:before,
.ui-selectable > div.Export_draggable-chosen .draggable.ui-selecting i:before,
.ui-selectable > div.Export_draggable-chosen .draggable.ui-selected i:before {
  color: #ffffff;
}

.export-destinity {
  display: block !important;
}

.ui-selectable {
  padding: 30px;
}

.ui-draggable-dragging {
  border: 1px dashed #F04E23;
  background-color: #ffffff;
  max-width: 550px;
  margin-left: 15px;
  padding: 10px;
  z-index: 10030;
}

.ui-selectable-helper {
  z-index: 10030;
  border: 1px dashed #0B533B;
}

.ui-sortable-helper {
  z-index: 10030;
  border: 1px dashed #F04E23;
}

.ui-draggable-dragging > .selectable,
.ui-draggable-dragging > .draggable {
  position: relative;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px 10px;
  width: auto;
  height: auto;
  min-width: 0;
  border: 1px solid #cccccc;
  -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.ui-draggable-dragging > .selectable i,
.ui-draggable-dragging > .draggable i {
  margin-left: 10px;
  position: relative;
}

.ui-draggable-dragging > .selectable i:before,
.ui-draggable-dragging > .draggable i:before {
  color: #00935C;
  content: "";
}

.ui-draggable-dragging > .selectable.ui-selecting,
.ui-draggable-dragging > .selectable.ui-selected,
.ui-draggable-dragging > .draggable.ui-selecting,
.ui-draggable-dragging > .draggable.ui-selected {
  border-color: #F04E23;
  background-color: #F04E23;
  color: #ffffff;
}

.ui-draggable-dragging > .selectable.ui-selecting i:before,
.ui-draggable-dragging > .selectable.ui-selected i:before,
.ui-draggable-dragging > .draggable.ui-selecting i:before,
.ui-draggable-dragging > .draggable.ui-selected i:before {
  color: #ffffff;
}

.lightboxOverlay {
  z-index: 10025;
}

.lightbox {
  z-index: 10026;
}

div.cke_dialog_ui_input_select {
  width: 100% !important;
}

.cke_dialog_contents_body {
  overflow: visible !important;
}

.introjs-helperLayer {
  pointer-events: none;
  background: transparent;
}

.introjs-helperLayer:before {
  content: "";
  position: absolute !important;
  width: inherit;
  height: inherit;
  border-radius: 0.5em;
  border: 0.2em solid #00935C;
  -webkit-box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.introjs-helperLayer:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
}

.introjs-overlay {
  display: none;
}

.introjs-tooltip {
  min-width: 330px;
  max-width: 360px;
  border: solid 3px #00935C;
}

.introjs-skipbutton {
  border-radius: 5px;
}

.introjs-prevbutton {
  border-radius: 5px;
  margin-right: 4px;
}

.introjs-nextbutton {
  background-color: #00935C;
  border-color: #00935C #00935C #0B533B;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  background-image: none;
  text-shadow: none;
}

.introjs-nextbutton:hover,
.introjs-nextbutton:focus {
  color: #eeeeee !important;
}

.introjs-nextbutton.introjs-disabled {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #dddddd;
}

.introjs-nextbutton.introjs-disabled:hover,
.introjs-nextbutton.introjs-disabled:focus {
  color: #aaaaaa !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: auto !important;
}

@media (min-width: 992px) {
  .mailing_new_left {
    border-right: 1px solid #cccccc;
  }
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs-justified > li > a,
  .navbar {
    border-radius: 0;
  }

  .address-option-list {
    display: block;
    padding-top: 0 !important;
  }
}

@media (max-width: 479px) {
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }

  .address-option-list {
    display: block;
    padding-top: 5px !important;
  }
}

@media (max-width: 1199px) {
  .report .tabs.tabs-bottom .nav.nav-tabs li {
    padding: 14px 5px 10px 5px;
  }

  .report .tabs.tabs-bottom .nav.nav-tabs li.active a,
  .report .tabs.tabs-bottom .nav.nav-tabs li.active a:hover,
  .report .tabs.tabs-bottom .nav.nav-tabs li.active a:focus {
    padding: 15px 5px 14px 5px;
  }

  .report .tabs.tabs-bottom .nav.nav-tabs li a {
    padding: 14px 5px;
    margin: 0;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-tytul {
    padding-right: 10px;
    margin-top: 30px;
  }

  .ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-opis {
    padding-right: 10px;
  }

  .ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-ikony {
    top: 10px;
    left: 10px;
  }

  .ankieta-pytania > .ankieta-pytanie .ankieta-pytanie-dane > .ankieta-pytanie-ud {
    top: 40px;
  }

  .text-xl-right-sm-left {
    text-align: left;
  }

  .integracje-col > :nth-child(1) {
    border-right: 0;
  }

  .integracje-col > :nth-child(2) {
    border-top: 1px solid #cccccc;
  }

  .row.row-small {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.row-small > div {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  section.panel .panel-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.panel .panel-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.panel .panel-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  hr.hr-panel {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .flex-wrap-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .xs-400 {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

@media (max-width: 767px) {
  .item-column-user-prefs {
    width: 100%;
  }

  .roundedOneParent {
    min-width: 16%;
  }

  .xs-pull-right {
    float: right;
  }

  .xs-no-padding-top,
  .xs-no-padding-top-down,
  .sm-no-padding-top-down,
  .md-no-padding-top-down,
  .lg-no-padding-top-down,
  .xl-no-padding-top-down {
    padding-top: 0 !important;
  }

  .xs-no-padding-right,
  .xs-no-padding-right-down,
  .sm-no-padding-right-down,
  .md-no-padding-right-down,
  .lg-no-padding-right-down,
  .xl-no-padding-right-down {
    padding-right: 0 !important;
  }

  .xs-text-center,
  .xs-text-center-down,
  .sm-text-center-down,
  .md-text-center-down,
  .lg-text-center-down,
  .xl-text-center-down {
    text-align: center;
  }

  .xs-text-center > *,
  .xs-text-center-down > *,
  .sm-text-center-down > *,
  .md-text-center-down > *,
  .lg-text-center-down > *,
  .xl-text-center-down > * {
    float: none !important;
  }

  .xs-text-left,
  .xs-text-left-down,
  .sm-text-left-down,
  .md-text-left-down,
  .lg-text-left-down,
  .xl-text-left-down {
    text-align: left;
  }

  .xs-text-left > *,
  .xs-text-left-down > *,
  .sm-text-left-down > *,
  .md-text-left-down > *,
  .lg-text-left-down > *,
  .xl-text-left-down > * {
    float: none !important;
  }

  .xs-padding-top-15,
  .xs-padding-top-15-down,
  .sm-padding-top-15-down,
  .md-padding-top-15-down,
  .lg-padding-top-15-down,
  .xl-padding-top-15-down {
    padding-top: 15px;
  }

  .xs-padding-right-15,
  .xs-padding-right-15-down,
  .sm-padding-right-15-down,
  .md-padding-right-15-down,
  .lg-padding-right-15-down,
  .xl-padding-right-15-down {
    padding-right: 15px;
  }

  .xs-padding-left-15,
  .xs-padding-left-15-down,
  .sm-padding-left-15-down,
  .md-padding-left-15-down,
  .lg-padding-left-15-down,
  .xl-padding-left-15-down {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item-column-user-prefs {
    width: 50%;
  }

  .roundedOneParent {
    min-width: 8%;
  }

  .sm-pull-right {
    float: right;
  }

  .sm-no-padding-top,
  .sm-no-padding-top-down,
  .md-no-padding-top-down,
  .lg-no-padding-top-down,
  .xl-no-padding-top-down {
    padding-top: 0 !important;
  }

  .sm-no-padding-right,
  .sm-no-padding-right-down,
  .md-no-padding-right-down,
  .lg-no-padding-right-down,
  .xl-no-padding-right-down {
    padding-right: 0 !important;
  }

  .sm-text-center,
  .sm-text-center-down,
  .md-text-center-down,
  .lg-text-center-down,
  .xl-text-center-down {
    text-align: center;
  }

  .sm-text-center > *,
  .sm-text-center-down > *,
  .md-text-center-down > *,
  .lg-text-center-down > *,
  .xl-text-center-down > * {
    float: none !important;
  }

  .sm-text-left,
  .sm-text-left-down,
  .md-text-left-down,
  .lg-text-left-down,
  .xl-text-left-down {
    text-align: left;
  }

  .sm-text-left > *,
  .sm-text-left-down > *,
  .md-text-left-down > *,
  .lg-text-left-down > *,
  .xl-text-left-down > * {
    float: none !important;
  }

  .sm-padding-top-15,
  .sm-padding-top-15-down,
  .md-padding-top-15-down,
  .lg-padding-top-15-down,
  .xl-padding-top-15-down {
    padding-top: 15px;
  }

  .sm-padding-right-15,
  .sm-padding-right-15-down,
  .md-padding-right-15-down,
  .lg-padding-right-15-down,
  .xl-padding-right-15-down {
    padding-right: 15px;
  }

  .sm-padding-left-15,
  .sm-padding-left-15-down,
  .md-padding-left-15-down,
  .lg-padding-left-15-down,
  .xl-padding-left-15-down {
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .roundedOneParent {
    min-width: 8%;
  }

  .md-pull-right {
    float: right;
  }

  .md-no-padding-top,
  .md-no-padding-top-down,
  .lg-no-padding-top-down,
  .xl-no-padding-top-down {
    padding-top: 0 !important;
  }

  .md-no-padding-right,
  .md-no-padding-right-down,
  .lg-no-padding-right-down,
  .xl-no-padding-right-down {
    padding-right: 0 !important;
  }

  .md-text-center,
  .md-text-center-down,
  .lg-text-center-down,
  .xl-text-center-down {
    text-align: center;
  }

  .md-text-center > *,
  .md-text-center-down > *,
  .lg-text-center-down > *,
  .xl-text-center-down > * {
    float: none !important;
  }

  .md-text-left,
  .md-text-left-down,
  .lg-text-left-down,
  .xl-text-left-down {
    text-align: left;
  }

  .md-text-left > *,
  .md-text-left-down > *,
  .lg-text-left-down > *,
  .xl-text-left-down > * {
    float: none !important;
  }

  .md-padding-top-15,
  .md-padding-top-15-down,
  .lg-padding-top-15-down,
  .xl-padding-top-15-down {
    padding-top: 15px;
  }

  .md-padding-right-15,
  .md-padding-right-15-down,
  .lg-padding-right-15-down,
  .xl-padding-right-15-down {
    padding-right: 15px;
  }

  .md-padding-left-15,
  .md-padding-left-15-down,
  .lg-padding-left-15-down,
  .xl-padding-left-15-down {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .lg-pull-right {
    float: right;
  }

  .lg-no-padding-top,
  .lg-no-padding-top-down,
  .xl-no-padding-top-down {
    padding-top: 0 !important;
  }

  .lg-no-padding-right,
  .lg-no-padding-right-down,
  .xl-no-padding-right-down {
    padding-right: 0 !important;
  }

  .lg-text-center,
  .lg-text-center-down,
  .xl-text-center-down {
    text-align: center;
  }

  .lg-text-center > *,
  .lg-text-center-down > *,
  .xl-text-center-down > * {
    float: none !important;
  }

  .lg-text-left,
  .lg-text-left-down,
  .xl-text-left-down {
    text-align: left;
  }

  .lg-text-left > *,
  .lg-text-left-down > *,
  .xl-text-left-down > * {
    float: none !important;
  }

  .lg-padding-top-15,
  .lg-padding-top-15-down,
  .xl-padding-top-15-down {
    padding-top: 15px;
  }

  .lg-padding-right-15,
  .lg-padding-right-15-down,
  .xl-padding-right-15-down {
    padding-right: 15px;
  }

  .lg-padding-left-15,
  .lg-padding-left-15-down,
  .xl-padding-left-15-down {
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .item-column-user-prefs {
    width: 20%;
  }

  .xl-pull-right {
    float: right;
  }

  .xl-no-padding-top,
  .xl-no-padding-top-down {
    padding-top: 0 !important;
  }

  .xl-no-padding-right,
  .xl-no-padding-right-down {
    padding-right: 0 !important;
  }

  .xl-text-center,
  .xl-text-center-down {
    text-align: center;
  }

  .xl-text-center > *,
  .xl-text-center-down > * {
    float: none !important;
  }

  .xl-text-left,
  .xl-text-left-down {
    text-align: left;
  }

  .xl-text-left > *,
  .xl-text-left-down > * {
    float: none !important;
  }

  .xl-padding-top-15,
  .xl-padding-top-15-down {
    padding-top: 15px;
  }

  .xl-padding-right-15,
  .xl-padding-right-15-down {
    padding-right: 15px;
  }

  .xl-padding-left-15,
  .xl-padding-left-15-down {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .flowchart-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .api-key-grid {
    grid-template-columns: 1fr;
  }

  .api-key-grid > .form-label-inline {
    grid-column: span 1/span 1 !important;
  }

  .api-key-grid .api-key-actions {
    justify-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
  }
}

@media (max-width: 767px) {
  .flowchart-blocks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/cera_pro_light-webfont.woff2") format("woff2"), url("../fonts/cera_pro_light-webfont.woff") format("woff");
}

@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/cera_pro_regular-webfont.woff2") format("woff2"), url("../fonts/cera_pro_regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/cera_pro_medium-webfont.woff2") format("woff2"), url("../fonts/cera_pro_medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/cera_pro_medium-webfont.woff2") format("woff2"), url("../fonts/cera_pro_medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: bold;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/cera_pro_medium-webfont.woff2") format("woff2"), url("../fonts/cera_pro_medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/cera_pro_bold-webfont.woff2") format("woff2"), url("../fonts/cera_pro_bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "sare-icons";
  src: url("../fonts/sare-icons.eot?t=1691957463135");
  /* IE9*/
  src: url("../fonts/sare-icons.eot?t=1691957463135#iefix") format("embedded-opentype"), url("../fonts/sare-icons.woff2?t=1691957463135") format("woff2"), url("../fonts/sare-icons.woff?t=1691957463135") format("woff"), url("../fonts/sare-icons.ttf?t=1691957463135") format("truetype"), url("../fonts/sare-icons.svg?t=1691957463135#sare-icons") format("svg");
  /* iOS 4.1- */
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "sare-icons" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-360:before {
  content: "";
}

.icon-2-user:before {
  content: "";
}

.icon-3-user:before {
  content: "";
}

.icon-activity:before {
  content: "";
}

.icon-add-user:before {
  content: "";
}

.icon-ai-brain-1:before {
  content: "";
}

.icon-ai-brain:before {
  content: "";
}

.icon-ai-chip-1:before {
  content: "";
}

.icon-ai-chip-2:before {
  content: "";
}

.icon-ai-chip:before {
  content: "";
}

.icon-ai-neural:before {
  content: "";
}

.icon-ai-performance:before {
  content: "";
}

.icon-ai-shield-1:before {
  content: "";
}

.icon-ai-shield:before {
  content: "";
}

.icon-ai:before {
  content: "";
}

.icon-airdrop:before {
  content: "";
}

.icon-align-center-1:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-left-decrease:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-right-1:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-android-studio:before {
  content: "";
}

.icon-anonymous-1:before {
  content: "";
}

.icon-anonymous-2:before {
  content: "";
}

.icon-anonymous:before {
  content: "";
}

.icon-antena-close:before {
  content: "";
}

.icon-antena-error:before {
  content: "";
}

.icon-antena-hide:before {
  content: "";
}

.icon-arrow-down-2:before {
  content: "";
}

.icon-arrow-down-3:before {
  content: "";
}

.icon-arrow-down-circle:before {
  content: "";
}

.icon-arrow-down-square:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left-2:before {
  content: "";
}

.icon-arrow-left-3:before {
  content: "";
}

.icon-arrow-left-circle:before {
  content: "";
}

.icon-arrow-left-square:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right-2:before {
  content: "";
}

.icon-arrow-right-3:before {
  content: "";
}

.icon-arrow-right-circle:before {
  content: "";
}

.icon-arrow-right-square:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up-2:before {
  content: "";
}

.icon-arrow-up-3:before {
  content: "";
}

.icon-arrow-up-circle:before {
  content: "";
}

.icon-arrow-up-square:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-artificial-intelligence-develope:before {
  content: "";
}

.icon-attach:before {
  content: "";
}

.icon-bag-2:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-bank-carrd-time:before {
  content: "";
}

.icon-bg:before {
  content: "";
}

.icon-binance:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-broadcast:before {
  content: "";
}

.icon-bulb:before {
  content: "";
}

.icon-buy:before {
  content: "";
}

.icon-cable-keyborad:before {
  content: "";
}

.icon-cable-mouse:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-call-missed:before {
  content: "";
}

.icon-call-silent:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-calling:before {
  content: "";
}

.icon-camera-video:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-car-automation:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-category-1:before {
  content: "";
}

.icon-category:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-check-sended:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-clipboard-tasks:before {
  content: "";
}

.icon-clock-dash:before {
  content: "";
}

.icon-close-square:before {
  content: "";
}

.icon-cloud-connect:before {
  content: "";
}

.icon-cloud-windy:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-code-1:before {
  content: "";
}

.icon-code-2:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-coin-to-card-swap-2:before {
  content: "";
}

.icon-coins-1:before {
  content: "";
}

.icon-color-palette:before {
  content: "";
}

.icon-compound:before {
  content: "";
}

.icon-computer-code:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-counter-clockwise-undo:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-cursor-text:before {
  content: "";
}

.icon-cut-tweezers:before {
  content: "";
}

.icon-danger-square:before {
  content: "";
}

.icon-danger-triangle:before {
  content: "";
}

.icon-dark-and-light:before {
  content: "";
}

.icon-dark-mode:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-delivery-3:before {
  content: "";
}

.icon-discount:before {
  content: "";
}

.icon-discovery:before {
  content: "";
}

.icon-docuemtn-2-line-edit:before {
  content: "";
}

.icon-document-dash-scan:before {
  content: "";
}

.icon-document-pdf:before {
  content: "";
}

.icon-document-pencil:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-drag:before {
  content: "";
}

.icon-edit-square:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-email-edit:before {
  content: "";
}

.icon-email-ground:before {
  content: "";
}

.icon-email-open-send:before {
  content: "";
}

.icon-email-plus-add:before {
  content: "";
}

.icon-email-privacy:before {
  content: "";
}

.icon-email-remove-close:before {
  content: "";
}

.icon-email-sendng:before {
  content: "";
}

.icon-email-sort:before {
  content: "";
}

.icon-email-thumbs-down-dislike:before {
  content: "";
}

.icon-email-thumbs-up-like:before {
  content: "";
}

.icon-email-time-wait:before {
  content: "";
}

.icon-emoji:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-fantom:before {
  content: "";
}

.icon-feather-1:before {
  content: "";
}

.icon-feather:before {
  content: "";
}

.icon-film-2:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-filter-2:before {
  content: "";
}

.icon-filter-3:before {
  content: "";
}

.icon-filter-close:before {
  content: "";
}

.icon-filter-objects:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-fingerprint-scan:before {
  content: "";
}

.icon-floppy-disk-save-2:before {
  content: "";
}

.icon-floppy-disk-save-3:before {
  content: "";
}

.icon-floppy-disk-save:before {
  content: "";
}

.icon-folder-add:before {
  content: "";
}

.icon-folder-code:before {
  content: "";
}

.icon-folder-file-edit:before {
  content: "";
}

.icon-folder-file-table:before {
  content: "";
}

.icon-folder-file:before {
  content: "";
}

.icon-folder-move:before {
  content: "";
}

.icon-folder-server:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-font-typeface-1:before {
  content: "";
}

.icon-font-typeface:before {
  content: "";
}

.icon-forward-circle:before {
  content: "";
}

.icon-gallery-view-edit:before {
  content: "";
}

.icon-game:before {
  content: "";
}

.icon-gif:before {
  content: "";
}

.icon-git-fork:before {
  content: "";
}

.icon-golds:before {
  content: "";
}

.icon-graph:before {
  content: "";
}

.icon-grid-interface-1:before {
  content: "";
}

.icon-grid-interface-2:before {
  content: "";
}

.icon-grid-interface:before {
  content: "";
}

.icon-hamburger-menu:before {
  content: "";
}

.icon-hand-down:before {
  content: "";
}

.icon-hand-up:before {
  content: "";
}

.icon-hashtag:before {
  content: "";
}

.icon-hdr:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-hide:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-image-2:before {
  content: "";
}

.icon-image-circle:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-incognito-1:before {
  content: "";
}

.icon-incognito:before {
  content: "";
}

.icon-info-square:before {
  content: "";
}

.icon-intersect-dash:before {
  content: "";
}

.icon-intersect:before {
  content: "";
}

.icon-italic-1:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-javascript:before {
  content: "";
}

.icon-journey-1:before {
  content: "";
}

.icon-journey:before {
  content: "";
}

.icon-keyboard-3:before {
  content: "";
}

.icon-lang:before {
  content: "";
}

.icon-light-mode:before {
  content: "";
}

.icon-link-hidden:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-list-check:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-lock-user:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-map-juggle-search:before {
  content: "";
}

.icon-mask:before {
  content: "";
}

.icon-mention:before {
  content: "";
}

.icon-menu-1:before {
  content: "";
}

.icon-menu-2:before {
  content: "";
}

.icon-menu-3:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-money-bag:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-more-circle:before {
  content: "";
}

.icon-more-square:before {
  content: "";
}

.icon-move-down:before {
  content: "";
}

.icon-move-up:before {
  content: "";
}

.icon-notification:before {
  content: "";
}

.icon-open-ai:before {
  content: "";
}

.icon-outer-1:before {
  content: "";
}

.icon-outer:before {
  content: "";
}

.icon-pancakeswap:before {
  content: "";
}

.icon-paper-download:before {
  content: "";
}

.icon-paper-fail:before {
  content: "";
}

.icon-paper-negative:before {
  content: "";
}

.icon-paper-plus:before {
  content: "";
}

.icon-paper-upload:before {
  content: "";
}

.icon-paper:before {
  content: "";
}

.icon-password-edit:before {
  content: "";
}

.icon-password:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-pdf-badge:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-picker:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-play-1:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus-chat:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-polygon-1:before {
  content: "";
}

.icon-polygon:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-printer-2:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-profile:before {
  content: "";
}

.icon-public-share:before {
  content: "";
}

.icon-receipt-bill-edit:before {
  content: "";
}

.icon-redo:before {
  content: "";
}

.icon-refreash:before {
  content: "";
}

.icon-relieved:before {
  content: "";
}

.icon-remove-cloud:before {
  content: "";
}

.icon-remove-user:before {
  content: "";
}

.icon-replay:before {
  content: "";
}

.icon-resize:before {
  content: "";
}

.icon-scale-4:before {
  content: "";
}

.icon-scan:before {
  content: "";
}

.icon-search-microscope:before {
  content: "";
}

.icon-search-phone:before {
  content: "";
}

.icon-search-progress:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-server-rack-4:before {
  content: "";
}

.icon-setting:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shield-done:before {
  content: "";
}

.icon-shield-fail:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-show:before {
  content: "";
}

.icon-slightly-frowning-1:before {
  content: "";
}

.icon-slightly-frowning:before {
  content: "";
}

.icon-smartphone:before {
  content: "";
}

.icon-smiling:before {
  content: "";
}

.icon-space-increase-1:before {
  content: "";
}

.icon-space-increase-2:before {
  content: "";
}

.icon-space-increase:before {
  content: "";
}

.icon-speaker-megaphone-5:before {
  content: "";
}

.icon-star-filled:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-sticker-pin-2:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-store-1:before {
  content: "";
}

.icon-store:before {
  content: "";
}

.icon-subtitle-explore:before {
  content: "";
}

.icon-sun-1:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-swap:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-terminal-1:before {
  content: "";
}

.icon-terminal-code:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-text-direction:before {
  content: "";
}

.icon-text-search:before {
  content: "";
}

.icon-thunder:before {
  content: "";
}

.icon-tick-square:before {
  content: "";
}

.icon-ticket-star:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-time-circle:before {
  content: "";
}

.icon-time-square:before {
  content: "";
}

.icon-title-case:before {
  content: "";
}

.icon-toggl-circle:before {
  content: "";
}

.icon-tools:before {
  content: "";
}

.icon-translate-language-1:before {
  content: "";
}

.icon-translate-language-2:before {
  content: "";
}

.icon-translate-language:before {
  content: "";
}

.icon-tree-1:before {
  content: "";
}

.icon-tree-2:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-type-1:before {
  content: "";
}

.icon-type-2:before {
  content: "";
}

.icon-type-3:before {
  content: "";
}

.icon-type:before {
  content: "";
}

.icon-undo:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-uppercase-1:before {
  content: "";
}

.icon-uppercase:before {
  content: "";
}

.icon-user-search:before {
  content: "";
}

.icon-user-setting:before {
  content: "";
}

.icon-user-verify:before {
  content: "";
}

.icon-users-2:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-virus:before {
  content: "";
}

.icon-voice-2:before {
  content: "";
}

.icon-voice:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-vpn:before {
  content: "";
}

.icon-wallet-clock:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-website-key:before {
  content: "";
}

.icon-work:before {
  content: "";
}