.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  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 {
  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 {
  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;
  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%;
  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: bold;
}

.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 {
  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: bold;
  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: bold;
  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;
  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: 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: bold;
  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: 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: 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: 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: bold;
  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;
  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;
}

/*
 *  custombox v3.0.2 - 2015-12-05
 *  Modal Window Effects with transitions CSS3.
 *  http://dixso.github.io/custombox/
 *  (c) 2015 Julio de la Calle - @dixso9
 *
 *  Under MIT License - http://opensource.org/licenses/MIT
 */
.custombox-modal-wrapper, .custombox-overlay {
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}

.custombox-open, .custombox-open body {
  overflow: hidden;
}

.custombox-perspective, .custombox-perspective body {
  -webkit-perspective: 600px;
  perspective: 600px;
  height: 100%;
}

.custombox-overlay-open {
  visibility: visible;
  opacity: 1;
}

.custombox-overlay {
  transition-delay: 0s;
}

.custombox-overlay-default {
  transition-timing-function: linear;
  transition-property: opacity;
  opacity: 0;
}

.custombox-modal-wrapper {
  outline: 0;
  overflow: auto;
  text-align: center;
}

.custombox-modal-container {
  margin: 0 auto;
  position: relative;
}

.custombox-modal img {
  max-width: 100%;
  height: auto;
}

.custombox-scrollbar {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.custombox-loading {
  position: fixed;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

.custombox-overlay-letmein {
  transition-property: all;
  transition-timing-function: ease;
  visibility: hidden;
}

.custombox-overlay-open.custombox-overlay-letmein {
  -webkit-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: visible;
  opacity: 1;
}

.custombox-overlay-slidetogether {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-slidetogether {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
}

.custombox-overlay-corner {
  -webkit-transform: translateY(150px) translateX(150px);
  transform: translateY(150px) translateX(150px);
  transition-property: opacity,visibility,-webkit-transform;
  transition-property: opacity,transform,visibility;
  transition-property: opacity,transform,visibility,-webkit-transform;
}

.custombox-overlay-open.custombox-overlay-corner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

.custombox-overlay-scale {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.custombox-overlay-open.custombox-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.custombox-overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition-property: width ease-in-out;
}

.custombox-overlay-open.custombox-overlay-door {
  visibility: visible;
  width: 100%;
  transition-property: width ease-in-out;
}

.custombox-container-push {
  overflow-x: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.custombox-container-open.custombox-container-push {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.custombox-overlay-push {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-push {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
}

.custombox-open-contentscale body {
  background-color: #DDD;
}

.custombox-container-contentscale {
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  overflow: hidden;
  height: 100%;
}

.custombox-container-open.custombox-container-contentscale {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.custombox-overlay-contentscale {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-contentscale {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
}

.custombox-container-open.custombox-container-makeway {
  height: 100%;
  overflow: hidden;
}

.custombox-overlay-open.custombox-overlay-makeway {
  transition-property: all;
}

.custombox-container-open.custombox-container-makeway, .custombox-overlay-open.custombox-overlay-makeway {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateRightSideFirst .5s forwards ease-in;
  animation: rotateRightSideFirst .5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}

@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}

.custombox-overlay-open.custombox-overlay-slip {
  transition-property: all;
}

.custombox-container-open.custombox-container-slip, .custombox-overlay-open.custombox-overlay-slip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: OpenTop .5s forwards ease-in-out;
  animation: OpenTop .5s forwards ease-in-out;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.custombox-modal-fadein {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition-property: all;
  opacity: 0;
  visibility: hidden;
}

.custombox-modal-open .custombox-modal-fadein {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.custombox-modal-container-slide > div, .custombox-modal-container-slidetogether > div {
  opacity: 0;
  float: left;
}

.custombox-modal-open > .custombox-modal-container-slide > div, .custombox-modal-open > .custombox-modal-container-slidetogether > div {
  opacity: 1;
}

.custombox-modal-slide-top {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

.custombox-modal-open .custombox-modal-slide-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custombox-modal-slide-left {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.custombox-modal-open .custombox-modal-slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.custombox-modal-slide-right {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.custombox-modal-open .custombox-modal-slide-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.custombox-modal-slide-bottom {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.custombox-modal-open .custombox-modal-slide-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custombox-modal-newspaper {
  -webkit-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
  transition-property: all;
  position: absolute;
}

.custombox-overlay-newspaper {
  transition-property: all;
}

.custombox-modal-open .custombox-modal-newspaper {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}

.custombox-modal-container-fall {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.custombox-modal-fall {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.custombox-modal-open .custombox-modal-fall {
  transition-timing-function: ease-in;
  transition-property: all;
  -webkit-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0);
  opacity: 1;
}

.custombox-modal-container-sidefall {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.custombox-modal-wrapper-sidefall {
  overflow-x: hidden;
}

.custombox-modal-sidefall {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.custombox-modal-open .custombox-modal-sidefall {
  transition-timing-function: ease-in;
  transition-property: all;
  -webkit-transform: translate(0) translateZ(0) rotate(0);
  transform: translate(0) translateZ(0) rotate(0);
  opacity: 1;
}

.custombox-open-blur .custombox-container-blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media all and (-ms-high-contrast: none) {
  .custombox-open-blur .custombox-container-blur {
    text-shadow: 0 0 8px #000;
    color: rgba(255, 255, 255, 0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    zoom: 1;
  }
}

.custombox-modal-blur {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
  position: absolute;
}

.custombox-modal-container-blur, .custombox-overlay-blur {
  transition-property: all;
}

.custombox-modal-open .custombox-modal-blur {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.custombox-modal-container-flip {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.custombox-modal-flip-horizontal {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  transition-property: all;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-flip-horizontal {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

.custombox-modal-flip-vertical {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  transition-property: all;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-flip-vertical {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

.custombox-modal-container-sign {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.custombox-modal-sign {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  transition-property: all;
}

.custombox-modal-open .custombox-modal-sign {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

.custombox-modal-superscaled {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  transition-property: all;
  position: absolute;
}

.custombox-modal-open .custombox-modal-superscaled {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.custombox-modal-container-slit {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.custombox-modal-slit {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.custombox-modal-open .custombox-modal-slit {
  -webkit-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

.custombox-modal-container-rotate {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.custombox-modal-rotate-bottom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
  position: absolute;
}

.custombox-modal-open .custombox-modal-rotate-bottom {
  -webkit-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
  opacity: 1;
}

.custombox-modal-rotate-left {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  transition-property: all;
  position: absolute;
}

.custombox-modal-open .custombox-modal-rotate-left {
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
  transform: translateZ(0) translateX(0) rotateY(0);
  opacity: 1;
}

.custombox-modal-container-letmein {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
}

.custombox-modal-letmein {
  opacity: 0;
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
  float: left;
}

.custombox-modal-open .custombox-modal-letmein {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
}

.custombox-modal-makeway {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
  float: left;
}

.custombox-modal-open .custombox-modal-makeway {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.custombox-modal-wrapper-makeway {
  overflow: hidden;
}

.custombox-modal-slip {
  -webkit-transform: translateY(-350%);
  transform: translateY(-350%);
}

.custombox-modal-open .custombox-modal-slip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: all;
}

.custombox-modal-corner {
  opacity: 0;
  -webkit-transform: translateY(150px) translateX(150px);
  transform: translateY(150px) translateX(150px);
  transition-property: opacity,visibility,-webkit-transform;
  transition-property: opacity,transform,visibility;
  transition-property: opacity,transform,visibility,-webkit-transform;
}

.custombox-modal-open .custombox-modal-corner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

.custombox-modal-slidetogether {
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
}

.custombox-modal-open .custombox-modal-slidetogether {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custombox-modal-scale {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  opacity: 1;
}

.custombox-modal-door {
  visibility: hidden;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-door {
  opacity: 1;
  visibility: visible;
}

.custombox-modal-push {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.custombox-modal-open .custombox-modal-push {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.custombox-modal-contentscale {
  -webkit-transform: translateY(600%);
  transform: translateY(600%);
  transition-property: -webkit-transform ease-in-out;
  transition-property: transform ease-in-out;
  transition-property: transform ease-in-out, -webkit-transform ease-in-out;
  position: absolute;
}

.custombox-modal-open .custombox-modal-contentscale {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custombox-modal-swell {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: swell-close;
  animation-name: swell-close;
}

.custombox-modal-open .custombox-modal-swell {
  -webkit-animation-name: swell-open;
  animation-name: swell-open;
}

@-webkit-keyframes swell-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes swell-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes swell-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}

@keyframes swell-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}

.custombox-modal-rotatedown {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
  -webkit-animation-name: rotatedown-close;
  animation-name: rotatedown-close;
  overflow: hidden;
}

.custombox-modal-open .custombox-modal-rotatedown {
  -webkit-animation-name: rotatedown-open;
  animation-name: rotatedown-open;
}

.custombox-modal-open .custombox-modal-rotatedown div > * {
  -webkit-animation: rotatedown-elem .4s both;
  animation: rotatedown-elem .4s both;
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes rotatedown-open {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes rotatedown-open {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes rotatedown-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

@keyframes rotatedown-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

@-webkit-keyframes rotatedown-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes rotatedown-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}

.custombox-modal-flash {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-name: flash-close;
  animation-name: flash-close;
  overflow: hidden;
}

.custombox-modal-open .custombox-modal-flash {
  -webkit-animation-name: flash-open;
  animation-name: flash-open;
}

.custombox-modal-open .custombox-modal-flash div > * {
  -webkit-animation: flash-elem-open 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: flash-elem-open 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.custombox-modal-flash div > * {
  -webkit-animation: flash-elem-close 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: flash-elem-close 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes flash-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes flash-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flash-close {
  0%, 20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}

@keyframes flash-close {
  0%, 20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}

@-webkit-keyframes flash-elem-open {
  0%, 20% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flash-elem-open {
  0%, 20% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flash-elem-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}

@keyframes flash-elem-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}

*:not(i):not(.fa) {
  font-family: "faune-reg", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
Template Name: UBold Dashboard
Author: Coderthemes
Email: coderthemes@gmail.com
File: Main Css
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Source+Sans+Pro:400,600,700");
/* =============
   Common
============= */
body {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
  /* background: darken($dark,3%); */
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.6;
  margin-bottom: 10px;
}

* {
  outline: none !important;
}

b {
  font-weight: 600;
}

a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

a.text-dark:focus, a.text-dark:hover {
  color: #ffffff !important;
}

@font-face {
  font-family: 'conthrax-lt';
  src: url("/fonts/conthrax-lt-webfont.woff2") format("woff2"), url("/fonts/conthrax-lt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'conthrax-el';
  src: url("/fonts/conthrax-el-webfont.woff2") format("woff2"), url("/fonts/conthrax-el-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faune-reg';
  src: url("/fonts/faune.text-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Footer */
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0;
  text-align: left !important;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  left: 240px;
  font-size: 13px;
  Z-index: 1;
  color: #FFF;
}

#bluefoot {
  background: rgba(25, 185, 249, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Page titles */
.page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 7px;
}

.page-title + .breadcrumb {
  font-size: 0.9rem;
}

.page-title-alt {
  margin-bottom: 23px;
  margin-top: 10px;
}

.page-header {
  border-bottom: 1px solid #4c5a67;
}

.header-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
}

.social-links li a {
  -webkit-border-radius: 50%;
  background: #414d59;
  border-radius: 50%;
  color: #98a6ad;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.terms_conditions p {
  font-family: monospace, arial, sans-serif !important;
  text-shadow: 0px 0px #ff0000;
  font-size: 12px;
  line-height: 14px;
  font-weight: lighter;
  letter-spacing: .02em;
}

#sidebar-menu > ul > li:hover > a {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: 0.3s ease;
  margin-top: 1em;
  margin-bottom: 1em;
}

#sidebar-menu > ul > li:hover > a .menu-arrow {
  transition: all 0.3s ease;
  right: 1.8em;
}

#sidebar-menu > ul > li:hover + li > a, #sidebar-menu > ul > li li.prev > a {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: 0.3s ease;
  margin-top: .5em;
}

#sidebar-menu > ul > li:hover + li > a .menu-arrow, #sidebar-menu > ul > li li.prev > a .menu-arrow {
  transition: all 0.3s ease;
  right: 1.5em;
}

#sidebar-menu > ul > li i, #sidebar-menu > ul > li a > .menu-arrow {
  transition: 0.3s ease;
}

body.fixed-left-void #sidebar-menu > ul > li:hover > a {
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  margin-top: unset;
  margin-bottom: unset;
}

body.fixed-left-void #sidebar-menu > ul > li:hover > a .menu-arrow {
  right: unset;
}

body.fixed-left-void #sidebar-menu > ul > li:hover + li > a, body.fixed-left-void #sidebar-menu > ul > li li.prev > a {
  -webkit-transform: unset;
  transform: unset;
  margin-top: unset;
}

body.fixed-left-void #sidebar-menu > ul > li:hover + li > a .menu-arrow, body.fixed-left-void #sidebar-menu > ul > li li.prev > a .menu-arrow {
  right: unset;
}

.active-input-label {
  color: #19B9F9;
}

#table-buttons {
  margin-bottom: 1em;
}

.card-block {
  margin-left: 1em;
  margin-right: 1em;
}

/* =============
   Helper clasess
============= */
.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.m-0 {
  margin: 0 !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.m-h-40 {
  min-height: 40px;
}

.m-h-50 {
  min-height: 50px;
}

.l-h-34 {
  line-height: 34px;
}

.font-600 {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: normal;
}

.font-light {
  font-weight: 300;
}

.font-13 {
  font-size: 13px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.wrapper-md {
  padding: 20px;
}

.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

.pull-in-card {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.b-0 {
  border: none !important;
}

.vertical-middle {
  vertical-align: middle;
}

.b-r-0 {
  border-radius: 0 !important;
}

.bx-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.mx-box {
  max-height: 380px;
  min-height: 380px;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

/* =============
   Extras
============= */
/* Table type box */
.table-box {
  display: table;
  height: 100%;
  width: 100%;
}

.table-box .table-detail {
  display: table-cell;
  vertical-align: middle;
}

/* Card Box */
.card-box, .dashboard-card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
  background-clip: padding-box;
  background-color: #566676;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.5));
}

.dashboard-card-box {
  display: -webkit-box;
  display: flex;
}

/* Grid page */
.grid-structure .grid-container {
  background-color: #f4f8fb;
  margin-bottom: 10px;
  padding: 10px 20px;
}

/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #98a6ad;
}

.icon-list-demo div:hover {
  color: #ffffff;
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  vertical-align: middle;
  width: 40px;
}

.icon-list-demo .col-md-4 {
  border-radius: 3px;
}

.icon-list-demo .col-md-4:hover {
  background-color: #EE2125;
}

.icon-list-demo .col-md-4:hover i {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}

.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px;
}

.slider-track {
  background-image: none;
  background-color: #4c5a67;
}

/* =============
   Bootstrap-custom
============= */
.container {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5,
.col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
}

.breadcrumb a {
  color: #98a6ad;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\f105" !important;
  font-family: FontAwesome !important;
}

/* Dropdown */
.dropdown-menu {
  padding: 4px 0;
  border: 0;
  font-size: inherit;
  background-color: #434f5c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #e6e6e6;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.dropdown-menu .dropdown-item {
  color: #e6e6e6;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #475462;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #475462;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f2f2f2;
  color: inherit;
}

.dropup .dropdown-menu {
  box-shadow: 0px -1px 5px 0 rgba(0, 0, 0, 0.26);
}

.dropdown-lg {
  width: 260px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

.popover-header {
  margin-top: 0;
}

.blockquote {
  font-size: 1.01rem;
}

/* Close Icon */
.close {
  opacity: .6;
  color: #ffffff;
}

/* Background colors */
.bg-custom {
  background-color: #EE2125 !important;
}

.bg-primary {
  background-color: #5d9cec !important;
}

.bg-success {
  background-color: #81c868 !important;
}

.bg-info {
  background-color: #34d3eb !important;
}

.bg-warning {
  background-color: #ffbd4a !important;
}

.bg-danger {
  background-color: #f05050 !important;
}

.bg-muted {
  background-color: #f4f8fb !important;
}

.bg-inverse {
  background-color: #4c5667 !important;
}

.bg-purple {
  background-color: #7266ba !important;
}

.bg-pink {
  background-color: #fb6d9d !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lightdark {
  background-color: #f4f8fb !important;
}

/* Text colors */
.text-custom {
  color: #EE2125 !important;
}

.text-white {
  color: #36404a !important;
}

.text-danger {
  color: #f05050 !important;
}

.text-muted {
  color: #98a6ad !important;
}

.text-primary {
  color: #5d9cec !important;
}

.text-warning {
  color: #ffbd4a !important;
}

.text-success {
  color: #81c868 !important;
}

.text-info {
  color: #34d3eb !important;
}

.text-inverse {
  color: #4c5667 !important;
}

.text-pink {
  color: #fb6d9d !important;
}

.text-purple {
  color: #7266ba !important;
}

.text-dark {
  color: #ffffff !important;
}

/* Labels */
.label {
  display: inline;
  padding: 0.3em .6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.label-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #36404a !important;
}

.label-default {
  background-color: #EE2125;
}

.label-primary {
  background-color: #5d9cec;
}

.label-success {
  background-color: #81c868;
}

.label-info {
  background-color: #34d3eb;
}

.label-warning {
  background-color: #ffbd4a;
}

.label-danger {
  background-color: #f05050;
}

.label-purple {
  background-color: #7266ba;
}

.label-pink {
  background-color: #fb6d9d;
}

.label-inverse {
  background-color: #4c5667;
}

.label-muted {
  background-color: #98a6ad;
}

/* Badge */
.badge {
  text-transform: uppercase;
  padding: 3px 5px;
  margin-top: 1px;
  display: inline-block;
  min-width: 10px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #EE2125;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #36404a !important;
}

.badge-primary {
  background-color: #5d9cec;
}

.badge-success {
  background-color: #81c868;
}

.badge-info {
  background-color: #34d3eb;
}

.badge-warning {
  background-color: #ffbd4a;
}

.badge-danger {
  background-color: #f05050;
}

.badge-purple {
  background-color: #7266ba;
}

.badge-pink {
  background-color: #fb6d9d;
}

.badge-inverse {
  background-color: #4c5667;
}

/* List group */
.list-group-item {
  background-color: transparent;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #EE2125;
  border-color: #EE2125;
}

/* Dropcap */
.dropcap {
  font-size: 3.1em;
}

.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

/* Tooltips */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px;
}

.jqstooltip {
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
}

/* Popover */
.popover {
  font-family: inherit;
  border-radius: 3px;
}

.popover .popover-title {
  background-color: transparent;
  color: #EE2125;
  font-weight: 600;
  margin: 0;
}

/* Code */
code {
  color: #5d9cec;
  background-color: #414d59;
  border-radius: 4px;
}

/* Pre */
pre {
  background-color: #f4f8fb;
  border: 1px solid #D4D8DA;
}

/* Media */
.media {
  margin-bottom: 20px;
}

.media .media-heading {
  font-weight: 600;
  font-size: 16px;
}

.media:last-of-type {
  margin-bottom: 0;
}

.list-group-item {
  border: 1px solid #4c5a67;
}

.img-thumbnail {
  background-color: #4c5a67;
  border: 1px solid #505f6d;
}

hr {
  border-top: 1px solid #566676;
}

/* ===========
   Pagination
 =============*/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #e6e6e6;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #566676;
  color: #ffffff;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background-color: #EE2125;
  border-color: #EE2125;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  opacity: 0.6;
}

.pager li > a, .pager li > span {
  border-radius: 3px;
  color: #4c5667;
}

.page-link {
  background-color: #4c5a67;
  border: none;
}

.page-item.disabled .page-link {
  color: #ffffff;
  background-color: #566676;
}

.page-item.active .page-link {
  background-color: #EE2125;
}

/* Form components */
label {
  font-weight: 600;
}

.select2-container--default {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #19B9F9;
}

.select2-container--open > .selection > .select2-selection--multiple {
  background: #ffffff;
  border-color: #566676;
  box-shadow: none;
  color: #36404a;
}

.select2-container--open > .selection > .select2-selection--multiple > .select2-selection__rendered > .select2-selection__choice {
  background: #ffffff;
  color: #36404a;
}

.select2-container--open > .selection > .select2-selection--multiple > .select2-selection__rendered > .select2-selection__choice > .select2-selection__choice__remove {
  color: #36404a;
}

.select2-container--open > .selection > .select2-selection--multiple > .select2-selection__rendered > .select2-selection__choice > .select2-selection__choice__remove:hover {
  color: #ffffff;
}

.select2-container--open > .selection > .select2-selection--multiple label {
  color: #19B9F9;
}

.select2-container--open ~ label.ffl-label {
  color: #19B9F9;
}

.form-control {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #19B9F9;
  border: 1px solid #505f6d;
  font-size: inherit;
}

.form-control:focus {
  background: #ffffff;
  border-color: #566676;
  box-shadow: none;
  color: #36404a;
}

.form-control:focus + label {
  color: #19B9F9;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #475462;
}

.input-group-addon {
  border-radius: 2px;
  background-color: #475462;
  color: #98a6ad;
  border: 1px solid #566676;
}

textarea.form-control {
  min-height: 90px;
}

select[multiple] {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-control-feedback {
  line-height: 38px !important;
}

.input-group-btn .btn {
  padding: 10px 12px;
}

.input-group-btn .btn-sm {
  padding: 4px 10px;
}

.input-group-btn .btn-lg {
  padding: 10px 17px;
}

.has-success .form-control {
  border-color: #81c868;
  box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #ffbd4a;
  box-shadow: none !important;
}

.has-error .form-control {
  border-color: #f05050;
  box-shadow: none !important;
}

.offset-lg-3 {
  margin-left: 25%;
}

/* =============
   Tabs
============= */
.tab-content {
  padding: 20px 0 0 0;
}

.nav-tabs {
  border-bottom: 1px solid #4c5a67;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #98a6ad;
  font-weight: 600;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #EE2125;
}

/* Vertial tab */
.tabs-vertical-env .tab-content {
  background: #3a4550;
  display: table-cell;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #98a6ad;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 2px;
}

.tabs-vertical-env .nav.tabs-vertical li > a.active {
  background-color: #EE2125;
  border: 0;
  color: #ffffff;
}

.tabs-vertical-env-right .tab-content {
  padding: 0 20px 0 0;
}

.tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

.tabs-bordered .nav-item {
  margin-bottom: -2px;
}

.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
  border: 0 !important;
  padding: 10px 20px !important;
}

.tabs-bordered li a.active {
  border-bottom: 2px solid #EE2125 !important;
}

/* Navpills */
.nav-pills > li > a {
  color: #98a6ad;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #EE2125;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #4c5a67;
  border-color: #4c5a67 #4c5a67 #4c5a67;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #4c5a67 #4c5a67 #4c5a67;
}

/* =============
   Alerts
============= */
.alert-success {
  background-color: #dff1d8 !important;
  border-color: #a0d68d !important;
  color: #81c868;
}

.alert-success .alert-link {
  color: #81c868;
}

.alert-info {
  background-color: #d6f6fb !important;
  border-color: #62ddf0 !important;
  color: #34d3eb;
}

.alert-info .alert-link {
  color: #34d3eb;
}

.alert-warning {
  background-color: #fff5e3 !important;
  border-color: #ffd07d !important;
  color: #ffbd4a;
}

.alert-warning .alert-link {
  color: #ffbd4a;
}

.alert-danger {
  background-color: #fef4f4 !important;
  border-color: #f47f7f !important;
  color: #f05050;
}

.alert-danger .alert-link {
  color: #f05050;
}

/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #566676;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
  background-color: #4c5a67;
}

.modal .modal-dialog .modal-content .modal-header {
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #566676;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 15px 0 0 0;
  border-top: 1px solid #566676;
}

.modal-full {
  width: 98%;
  max-width: 100%;
}

.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0;
}

/* Custom-modal */
.modal-demo {
  background-color: #eeeeee;
  width: 600px;
  border-radius: 4px;
  display: none;
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #19B9F9;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

.custom-modal-text {
  padding: 20px;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/**
css for dashboard modal
 */
.dashboard-modal {
  width: 0px;
  display: none;
}

.menu,
.menu .btn .fa,
.menu .btn.trigger .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.menu {
  width: 5em;
  height: 5em;
}

.menu .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  padding: unset;
  opacity: 0;
  z-index: -10;
  cursor: pointer;
  transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
  transition: opacity 1s, z-index 0.3s, transform 1s;
  transition: opacity 1s, z-index 0.3s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu .btn .fa {
  font-size: 3em;
  transition: color 0.3s;
}

.menu .btn:hover .fa {
  color: rgba(255, 255, 255, 0.7);
}

.menu .btn.trigger {
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu .btn.trigger:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.menu .btn.trigger:hover .line {
  background-color: rgba(255, 255, 255, 0.7);
}

.menu .btn.trigger:hover .line:before,
.menu .btn.trigger:hover .line:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.menu .btn.trigger .line {
  width: 60%;
  height: 6px;
  background: #000;
  border-radius: 6px;
  transition: background-color 0.3s, height 0.3s, top 0.3s;
}

.menu .btn.trigger .line:before,
.menu .btn.trigger .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #000;
  border-radius: 6px;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.menu .btn.trigger .line:before {
  top: -12px;
  -webkit-transform-origin: 15% 100%;
  transform-origin: 15% 100%;
}

.menu .btn.trigger .line:after {
  top: 12px;
  -webkit-transform-origin: 25% 30%;
  transform-origin: 25% 30%;
}

.menu .rotater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.menu.active .btn-icon {
  opacity: 1;
  z-index: 50;
}

.menu.active .trigger .line {
  height: 0px;
  top: 45%;
}

.menu.active .trigger .line:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 110%;
}

.menu.active .trigger .line:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 110%;
}

.rotater:nth-child(1) {
  -webkit-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
}

.menu.active .rotater:nth-child(1) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(22.5deg);
  transform: translateX(-10em) rotate(22.5deg);
}

.rotater:nth-child(2) {
  -webkit-transform: rotate(-73.9285714286deg);
  transform: rotate(-73.9285714286deg);
}

.menu.active .rotater:nth-child(2) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(73.9285714286deg);
  transform: translateX(-10em) rotate(73.9285714286deg);
}

.rotater:nth-child(3) {
  -webkit-transform: rotate(-125.357142857deg);
  transform: rotate(-125.357142857deg);
}

.menu.active .rotater:nth-child(3) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(125.357142857deg);
  transform: translateX(-10em) rotate(125.357142857deg);
}

.rotater:nth-child(4) {
  -webkit-transform: rotate(-176.785714286deg);
  transform: rotate(-176.785714286deg);
}

.menu.active .rotater:nth-child(4) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(176.785714286deg);
  transform: translateX(-10em) rotate(176.785714286deg);
}

.rotater:nth-child(5) {
  -webkit-transform: rotate(-228.214285714deg);
  transform: rotate(-228.214285714deg);
}

.menu.active .rotater:nth-child(5) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(228.214285714deg);
  transform: translateX(-10em) rotate(228.214285714deg);
}

.rotater:nth-child(6) {
  -webkit-transform: rotate(-279.642857143deg);
  transform: rotate(-279.642857143deg);
}

.menu.active .rotater:nth-child(6) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(279.642857143deg);
  transform: translateX(-10em) rotate(279.642857143deg);
}

.rotater:nth-child(7) {
  -webkit-transform: rotate(-331.071428571deg);
  transform: rotate(-331.071428571deg);
}

.menu.active .rotater:nth-child(7) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(331.071428571deg);
  transform: translateX(-10em) rotate(331.071428571deg);
}

.rotater:nth-child(8) {
  -webkit-transform: rotate(-382.5deg);
  transform: rotate(-382.5deg);
}

.menu.active .rotater:nth-child(8) .btn-icon {
  -webkit-transform: translateX(-10em) rotate(382.5deg);
  transform: translateX(-10em) rotate(382.5deg);
}

/* =============
   Carousel
============= */
.carousel-control {
  width: 10%;
}

.carousel-control span {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* Owl */
.slider-bg {
  background-size: cover !important;
  padding: 5.5% 4.5%;
}

/*===================================
   Topbar,Left-sidebar,Right-sidebar
  ===================================*/
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #19B9F9;
}

.topbar .topbar-left {
  float: left;
  position: relative;
  width: 240px;
  z-index: 1;
  background-color: #f4f8fb;
}

.topbar .topbar-left-sm {
  width: 180px;
}

.topbar .topbar-left-sm + .navbar-custom {
  margin-left: 180px;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-top: 93px solid #EE2125;
  border-right: 69px solid transparent;
  position: absolute;
}

#triangle-topright {
  width: 0;
  height: 0;
  border-bottom: 93px solid #EE2125;
  border-left: 69px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.logo {
  color: #36404a !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 70px;
  text-transform: uppercase;
}

.logo h1 {
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.logo i {
  color: #EE2125;
}

.logo .icon-c-logo {
  display: none;
}

.navbar-custom {
  background-color: #f4f8fb;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px;
  margin-left: 240px;
  min-height: 70px;
}

.navbar-custom .nav-link {
  padding: 0;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.6);
}

.navbar-custom .dropdown-toggle:after {
  content: initial;
}

.navbar-custom .menu-left {
  overflow: hidden;
}

.nav > li > a {
  color: #36404a;
  line-height: 60px;
  padding: 0 15px;
  position: relative;
}

.nav > li > a i {
  font-size: 16px;
}

.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}

/* Notification */
.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: #7a8c9a;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #7a8c9a;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #4c5a67;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.navbar-nav {
  margin: 0;
}

.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  z-index: 2;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

.side-menu.left {
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 90px;
}

body.fixed-left .side-menu.left {
  bottom: 0;
  margin-top: 0;
  padding-bottom: 40px;
  position: fixed;
}

.content-page, .splash-content-page {
  margin-left: 240px;
  overflow: hidden;
}

.splash-content-page {
  margin-left: unset;
}

.content-page > .content, .splash-content-page > .content {
  margin-bottom: 60px;
  margin-top: 90px;
  padding: 30px 5px 15px 20px;
  min-height: 300px;
}

.splash-content {
  margin-bottom: 60px;
  margin-top: 100px;
  padding: 20px 5px 15px 5px;
  min-height: 300px;
}

.button-menu-mobile {
  border: none;
  color: #7a8c9a;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: #f4f8fb;
  font-size: 16px;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

#sidebar-menu .nav > li > a {
  color: #ffffff !important;
  line-height: 60px;
  padding: 0 15px;
  position: relative;
}

#sidebar-menu .nav > li > a i {
  font-size: 16px;
}

#sidebar-menu .nav > li > a .badge {
  position: absolute;
  right: 10px;
  top: 12px;
}

#sidebar-menu a {
  line-height: 1.3;
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #19B9F9;
}

#sidebar-menu ul ul a {
  color: #4c5667;
  display: block;
  padding: 10px 20px 10px 65px;
}

#sidebar-menu ul ul a:hover {
  color: #EE2125;
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu .label {
  margin-top: 2px;
}

#sidebar-menu .subdrop {
  background: #f4f8fb !important;
  border-left: 3px solid #EE2125;
  color: #19B9F9 !important;
}

#sidebar-menu > ul > li > a {
  color: rgba(25, 185, 249, 0.8);
  display: block;
  padding: 12px 20px;
  margin: 4px 0;
  border-left: 3px solid #ffffff;
}

#sidebar-menu > ul > li > a:hover {
  color: #EE2125;
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu ul li .menu-arrow {
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Iconic Font';
  text-rendering: auto;
  line-height: 24px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #98a6ad;
}

#sidebar-menu ul li .menu-arrow:before {
  content: "\f1b6";
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu ul li a i.md {
  font-size: 18px;
}

#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

#sidebar-menu > ul > li > a.active {
  background: #f4f8fb !important;
  border-left: 3px solid #EE2125;
  color: #19B9F9 !important;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}

/* Small Menu */
.side-menu-sm {
  width: 180px;
  text-align: center;
}

.side-menu-sm #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}

.side-menu-sm #sidebar-menu ul ul a {
  padding: 10px 20px 10px 20px;
}

.side-menu-sm + .content-page .footer, .side-menu-sm + .splash-content-page .footer {
  left: 180px;
}

#wrapper.enlarged .side-menu-sm {
  text-align: left;
}

#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}

.side-menu-sm + .content-page, .side-menu-sm + .splash-content-page {
  margin-left: 180px;
}

/* Header 2 */
.page-header-2 {
  background: #414d59;
  margin: -20px -20px 22px -20px;
  padding: 10px 20px 3px 20px;
}

#wrapper.enlarged .navbar-custom {
  margin-left: 70px;
}

#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
  display: none !important;
}

#wrapper.enlarged #sidebar-menu ul ul {
  border: 2px solid #f4f8fb;
  margin-top: -5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #f4f8fb;
  color: #EE2125;
  border-color: #EE2125;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #EE2125;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
  background: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
  color: #19B9F9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: #EE2125 !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #EE2125;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}

#wrapper.enlarged .content-page, #wrapper.enlarged .splash-content-page {
  margin-left: 70px;
}

#wrapper.enlarged .footer {
  left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
  display: block;
  line-height: 70px;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.enlarged .tips-box {
  display: none;
}

.tips-box .portlet {
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
}

.user-details {
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}

.user-details img {
  position: relative;
  z-index: 9999;
}

.user-details .user-info {
  color: #444444;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}

.user-details .user-info a.dropdown-toggle {
  color: #797979;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 70px;
  font-size: 0.9rem;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

.right-bar {
  background-color: #414d59;
  z-index: 99 !important;
}

.right-bar h4 {
  border-bottom: 1px solid #475462;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.contact-list {
  max-height: 600px;
}

.contact-list .list-group-item {
  border: none;
}

.contact-list .list-group-item a {
  display: block;
  width: 100%;
}

.contact-list i.offline {
  color: #f05050 !important;
}

.contact-list i.away {
  color: #ffbd4a;
}

.contacts-list .avatar {
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 30px;
}

.contacts-list .avatar img {
  border-radius: 50%;
  width: 100%;
}

.contacts-list .list-group-item:hover {
  background-color: #475462;
}

.contacts-list .list-group-item span.name {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  float: left;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}

.contacts-list i {
  color: #7a8c9a;
  float: right;
  font-size: 9px;
  line-height: 30px;
}

.contacts-list i.online {
  color: #a0d269;
}

.contacts-list i.offline {
  color: #f05050 !important;
}

.contacts-list i.away {
  color: #ffbd4a;
}

/* Seach */
.app-search {
  position: relative;
  padding-top: 18px;
}

.app-search a {
  position: absolute;
  top: 18px;
  left: 220px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.app-search a:hover {
  color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

.app-search input::-webkit-input-placeholder {
  color: white;
}

.app-search input:-moz-placeholder {
  color: white;
}

.app-search input::-moz-placeholder {
  color: white;
}

.app-search input:-ms-input-placeholder {
  color: white;
}

/* =============
   Animation
============= */
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

/* Dropdown */
@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}

@keyframes animationProgress {
  from {
    width: 0;
  }
}

/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}

@keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}

@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #999 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    box-shadow: inset #999 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* =============
   Print css
============= */
@media print {
  body {
    color: #36404a;
  }
  .logo, .breadcrumb, .page-title, .footer, .topbar, .btn-group.pull-right.m-t-15 {
    display: none;
    margin: 0px;
    padding: 0px;
  }
  .left, .right-bar {
    display: none;
  }
  .content, .card-box, .dashboard-card-box {
    margin: 0px !important;
  }
  .content-page, .splash-content-page {
    margin-left: 0px;
    margin-top: 0px;
  }
}

/* =============
   Buttons
============= */
.btn {
  border-radius: 3px;
  outline: none !important;
  font-size: 14px;
  cursor: pointer;
}

.btn-md {
  padding: 8px 16px;
}

.btn-primary, .btn-success, .btn-default, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
  color: #ffffff !important;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background-color: #EE2125 !important;
  border: 1px solid #EE2125 !important;
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
  border: 1px solid #eaeaea !important;
  background-color: #ffffff;
  color: #4c5667 !important;
}

.btn-white:hover, .btn-white:hover:hover, .btn-white:focus:hover, .btn-white:active:hover, .btn-white.active:hover, .btn-white.focus:hover, .btn-white:active:hover, .btn-white:focus:hover, .btn-white:hover:hover, .open > .dropdown-toggle.btn-white:hover {
  background-color: #f9f9f9;
}

.btn-white:focus, .btn-white:hover:focus, .btn-white:focus:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.focus:focus, .btn-white:active:focus, .btn-white:focus:focus, .btn-white:hover:focus, .open > .dropdown-toggle.btn-white:focus {
  background-color: #f9f9f9;
}

.btn-white:active, .btn-white:hover:active, .btn-white:focus:active, .btn-white:active:active, .btn-white.active:active, .btn-white.focus:active, .btn-white:active:active, .btn-white:focus:active, .btn-white:hover:active, .open > .dropdown-toggle.btn-white:active {
  background-color: #f9f9f9;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  background-color: #5d9cec !important;
  border: 1px solid #5d9cec !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #81c868 !important;
  border: 1px solid #81c868 !important;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #34d3eb !important;
  border: 1px solid #34d3eb !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #ffbd4a !important;
  border: 1px solid #ffbd4a !important;
}

.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #f05050 !important;
  border: 1px solid #f05050 !important;
}

.btn-inverse, .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  color: #ffffff;
}

.btn-inverse.focus, .btn-inverse:focus {
  box-shadow: 0 0 0 3px rgba(76, 86, 103, 0.5);
}

.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #7266ba !important;
  border: 1px solid #7266ba !important;
  color: #ffffff;
}

.btn-purple.focus, .btn-purple:focus {
  box-shadow: 0 0 0 3px rgba(114, 102, 186, 0.5);
}

.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #fb6d9d !important;
  border: 1px solid #fb6d9d !important;
  color: #ffffff;
}

.btn-pink.focus, .btn-pink:focus {
  box-shadow: 0 0 0 3px rgba(251, 109, 157, 0.5);
}

.open > .dropdown-toggle.btn-primary.btn-custom,
.open > .dropdown-toggle.btn-success.btn-custom,
.open > .dropdown-toggle.btn-info.btn-custom,
.open > .dropdown-toggle.btn-warning.btn-custom,
.open > .dropdown-toggle.btn-danger.btn-custom,
.open > .dropdown-toggle.btn-default.btn-custom {
  border-width: 2px !important;
  color: #ffffff !important;
}

.open > .dropdown-toggle.btn-white.btn-custom {
  border-width: 2px !important;
}

.btn-custom.btn-default {
  color: #EE2125 !important;
}

.btn-custom.btn-primary {
  color: #5d9cec !important;
}

.btn-custom.btn-success {
  color: #81c868 !important;
}

.btn-custom.btn-info {
  color: #34d3eb !important;
}

.btn-custom.btn-warning {
  color: #ffbd4a !important;
}

.btn-custom.btn-danger {
  color: #f05050 !important;
}

.btn-custom.btn-inverse {
  color: #4c5667 !important;
}

.btn-custom.btn-purple {
  color: #7266ba !important;
}

.btn-custom.btn-white {
  color: #ffffff !important;
}

.btn-custom.btn-white:hover, .btn-custom.btn-white:focus, .btn-custom.btn-white:active {
  color: #4c5667 !important;
  background-color: #f4f8fb !important;
}

.btn-custom.btn-pink {
  color: #fb6d9d !important;
}

.btn-rounded {
  border-radius: 2em !important;
  padding: 6px 20px;
}

.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

.btn-rounded .btn-label-right {
  margin-right: -20px;
  margin-left: 12px;
}

.btn-custom {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background-color: transparent !important;
  border-radius: 5px;
  transition: all 400ms ease-in-out;
  background-clip: inherit;
}

.btn-custom:hover {
  color: #ffffff !important;
}

.btn-custom:focus {
  color: #ffffff !important;
}

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -13px;
  margin-right: 12px;
}

.btn-label-right {
  margin-left: 12px;
  margin-right: -13px;
  border-radius: 0px 3px 3px 0px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

.checkbox {
  padding-left: 5px;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #414d59;
  border-radius: 2px;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -17px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

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

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

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

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

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

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

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

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

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #414d59;
  border-radius: 50%;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}

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

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

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

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

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

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

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

.radio.radio-single label {
  height: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}

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

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

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

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

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

/* =============
   Portlets
============= */
.portlet {
  background: #36404a;
  border: 1px solid rgba(54, 64, 74, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
  background-clip: padding-box;
}

.portlet .portlet-heading {
  border-radius: 3px 3px 0 0;
  padding: 12px 20px;
}

.portlet .portlet-heading .portlet-title {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
}

.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}

.portlet .portlet-heading a {
  color: #999999;
}

.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

.portlet .portlet-heading.bg-custom a, .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}

.panel-disabled {
  background: rgba(255, 255, 255, 0.2);
  bottom: 20px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  border-radius: 5px;
}

.loader-1 {
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.loader-1:after {
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
}

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #414d59;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.progress.progress-sm {
  height: 5px !important;
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress.progress-lg {
  height: 1rem !important;
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

.progress-bar-primary {
  background-color: #5d9cec;
}

.progress-bar-success {
  background-color: #81c868;
}

.progress-bar-info {
  background-color: #34d3eb;
}

.progress-bar-warning {
  background-color: #ffbd4a;
}

.progress-bar-danger {
  background-color: #f05050;
}

.progress-bar-inverse {
  background-color: #4c5667;
}

.progress-bar-purple {
  background-color: #7266ba;
}

.progress-bar-pink {
  background-color: #fb6d9d;
}

.progress-bar-custom {
  background-color: #EE2125;
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical .progress-bar {
  width: 100%;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 5px !important;
}

.progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px !important;
}

.progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px !important;
}

.progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* =============
   Tables
============= */
.table {
  margin-bottom: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd), .table-hover > tbody > tr:hover,
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #414d59 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table > thead > tr > th, .table-bordered {
  border-top: 1px solid #414d59;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #414d59;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #414d59;
}

.table-bordered, .table-responsive[data-pattern="priority-columns"] {
  border: 1px solid #414d59;
}

table.focus-on tbody tr.focused th {
  background-color: #EE2125;
  color: #ffffff;
}

table.focus-on tbody tr.focused td {
  background-color: #EE2125;
  color: #ffffff;
}

.table-wrapper .btn-toolbar {
  display: block;
}

.table-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}

.sticky-table-header.fixed-solution {
  top: 70px !important;
  background-color: #EE2125;
}

.fixed-table-container tbody .selected td {
  background-color: #414d59;
}

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* Data table */
#datatable-editable .actions a {
  padding: 5px;
}

#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}

#datatable-editable .fa-trash-o {
  color: #f05050;
}

#datatable-editable .fa-times {
  color: #f05050;
}

#datatable-editable .fa-pencil {
  color: #29b6f6;
}

#datatable-editable .fa-save {
  color: #33b86c;
}

#datatable td {
  font-weight: normal;
}

div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}

div.dataTables_info {
  padding-top: 38px;
}

.dt-buttons {
  float: left;
}

div#datatable-buttons_info {
  float: left;
}

#datatable-editable .form-control {
  background-color: #ffffff;
  width: auto;
  height: 20px;
}

/* Footable */
.footable-odd {
  background-color: #36404a;
}

.footable-detail-show {
  background-color: #414d59;
}

.footable-row-detail {
  background-color: #414d59;
}

.footable-pagination li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.footable-pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #98a6ad;
  background-color: #414d59;
  border: 1px solid #414d59;
}

.footable-pagination li.active a {
  color: #ffffff;
}

/* Bootstrap Table */
table[data-toggle="table"] {
  display: none;
}

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
  margin-top: 20px;
}

.fixed-table-container {
  border: none;
}

.bootstrap-table .table > thead > tr > th {
  border-bottom: 2px solid #4c5a67;
  background: #414d59;
}

.fixed-table-container thead th .th-inner {
  padding: 9px 12px;
}

.bootstrap-table .table, .bootstrap-table .table > tbody > tr > td, .bootstrap-table .table > tbody > tr > th, .bootstrap-table .table > tfoot > tr > td, .bootstrap-table .table > tfoot > tr > th, .bootstrap-table .table > thead > tr > td {
  padding: 8px 12px !important;
}

.fixed-table-pagination .pagination a {
  display: block;
  border-radius: 3px;
}

.fixed-table-pagination .page-number.active a {
  color: #ffffff;
}

.fixed-table-pagination .page-list .dropdown-menu a {
  color: #98a6ad;
  display: block;
}

/* Tablesaw */
.tablesaw thead {
  background: #414d59;
  background-image: none;
  border: none;
}

table.tablesaw thead th, table.tablesaw thead td {
  color: #ffffff;
}

.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
  font-weight: 600;
  font-family: inherit;
  border: none;
}

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #EE2125 !important;
  background-color: #ebeff2;
  outline: none !important;
  box-shadow: none !important;
  background-image: none;
}

.tablesaw-swipe .tablesaw-cell-persist {
  border-right: 1px solid #566676;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  background-color: #4c5a67;
}

.tablesaw-columntoggle-btnwrap .btn-group {
  display: block;
}

/* Fixed table */
.fixedHeader-floating {
  top: 60px !important;
}

/* Key Table */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #EE2125 !important;
  outline-offset: -1px;
}

/* ColVid Tables */
div.ColVis {
  float: none;
  margin-right: 30px;
}

button.ColVis_Button, .ColVis_Button:hover {
  float: none;
  border-radius: 3px;
  outline: none !important;
  background: none;
  box-shadow: none;
  color: #ffffff !important;
  background-color: #EE2125 !important;
  border: 1px solid #EE2125 !important;
}

.dataTables_length {
  float: left;
}

div.ColVis_collectionBackground {
  background-color: transparent;
}

ul.ColVis_collection {
  padding: 10px 0px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border: none;
}

ul.ColVis_collection li {
  background: transparent !important;
  padding: 3px 10px !important;
  border: none !important;
  box-shadow: none !important;
}

#datatable-colvid_info {
  float: left;
}

/* JsGrid table */
.jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-filter-row > .jsgrid-cell, .jsgrid-row > .jsgrid-cell {
  background: transparent;
}

.jsgrid-cell {
  padding: .8em;
}

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.jsgrid-selected-row > .jsgrid-cell {
  background: #414d59;
  border-color: #414d59;
}

.jsgrid-selected-row > .jsgrid-cell .jsgrid-button {
  background-color: #ebeff2;
}

.jsgrid-cell {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.jsgrid-alt-row > .jsgrid-cell {
  background: #414d59;
}

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-insert-row > .jsgrid-cell {
  background: rgba(255, 255, 255, 0.1);
}

.jsgrid-edit-row > .jsgrid-cell .jsgrid-button, .jsgrid-insert-row > .jsgrid-cell .jsgrid-button {
  background-color: #ebeff2;
}

.jsgrid input, .jsgrid select, .jsgrid textarea {
  border: 1px solid #4c5a67;
  padding: .4em .6em;
  color: #ffffff;
  background-color: transparent;
}

.jsgrid-pager-container {
  margin-top: 10px;
}

.jsgrid-pager-page {
  padding: 0;
  margin: 0 2px;
}

.jsgrid-pager-page a, .jsgrid-pager-current-page {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
  background-color: #EE2125;
}

.jsgrid-pager-nav-button a {
  color: #98a6ad;
  font-weight: 500;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jsgrid-pager-nav-button a:hover {
  color: #EE2125;
}

.jsgrid .jsgrid-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("../images/download.png");
  background-color: #eee;
}

.jsgrid .jsgrid-button:hover {
  opacity: 0.9;
  background-color: #ebeff2;
}

.jsgrid-search-mode-button {
  background-position: 0 -295px;
}

.jsgrid-insert-button {
  background-position: 0 -160px;
}

.jsgrid-header-sort:before {
  position: absolute;
}

.jsgrid-header-cell {
  text-align: center !important;
}

/* =============
   Widgets
============= */
/* Widget-box styles */
.widget-box-1 i.inform {
  font-size: 20px;
  cursor: pointer;
}

.widget-box-1 h4 {
  margin-bottom: 5px;
  margin-top: 0;
}

.widget-box-1 h2 {
  margin: 20px;
  font-weight: 600;
}

.widget-box-1 p {
  margin-bottom: 0;
}

.widget-s-1 {
  border-radius: 6px;
}

/* Widget (background-icon) */
.widget-bg-color-icon .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
}

.widget-bg-color-icon .bg-icon i {
  font-size: 32px;
  line-height: 80px;
}

.widget-bg-color-icon .bg-icon-info {
  background-color: rgba(52, 211, 235, 0.2);
  border: 1px solid #34d3eb;
}

.widget-bg-color-icon .bg-icon-primary {
  background-color: rgba(93, 156, 236, 0.2);
  border: 1px solid #5d9cec;
}

.widget-bg-color-icon .bg-icon-pink {
  background-color: rgba(251, 109, 157, 0.2);
  border: 1px solid #fb6d9d;
}

.widget-bg-color-icon .bg-icon-purple {
  background-color: rgba(114, 102, 186, 0.2);
  border: 1px solid #7266ba;
}

.widget-bg-color-icon .bg-icon-success {
  background-color: rgba(129, 200, 104, 0.2);
  border: 1px solid #81c868;
}

.widget-bg-color-icon .bg-icon-custom {
  background-color: rgba(238, 33, 37, 0.2);
  border: 1px solid #EE2125;
}

.widget-bg-color-icon .bg-icon-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border: 1px solid #ffbd4a;
}

.widget-bg-color-icon .bg-icon-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border: 1px solid #f05050;
}

.widget-bg-color-icon .bg-icon-inverse {
  background-color: rgba(76, 86, 103, 0.2);
  border: 1px solid #4c5667;
}

.mini-stat-icon {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}

.mini-stat-info {
  padding-top: 2px;
  color: #eeeeee;
}

.mini-stat-info span {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 600;
}

.mini-stat-info span.name {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.widget-inline {
  padding: 20px 0 !important;
}

.widget-inline .col-lg-3 {
  padding: 0;
}

.widget-inline .widget-inline-box {
  border-right: 1px solid #4c5a67;
  padding: 20px;
}

.widget-inline .widget-inline-box i {
  font-size: 32px;
}

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #4c5a67;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #ffffff;
  display: block;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 12px;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

/* Chat widget */
.conversation-list {
  list-style: none;
  max-height: 330px;
  padding: 0 20px;
}

.conversation-list li {
  margin-bottom: 24px;
}

.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}

.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #45525f;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  position: relative;
}

.conversation-list .ctext-wrap i {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: 5px solid rgba(213, 242, 239, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #45525f;
  margin-top: -5px;
}

.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

.conversation-list .odd p {
  color: #f2f2f2;
}

.conversation-list .odd .ctext-wrap {
  background: #EE2125 !important;
}

.conversation-list .odd .ctext-wrap i {
  color: #ffffff;
}

.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #EE2125 !important;
  left: 100% !important;
  top: 20% !important;
}

.chat-send button {
  width: 100%;
}

/* Todos widget */
#todo-message {
  font-size: 16px;
}

.todo-list li {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 10px 0;
  color: #98a6ad;
  display: block;
}

.todo-list li:last-of-type {
  border-bottom: none;
}

/* Chat app */
.chat-app-list {
  padding: 0 20px;
}

.chat-app-list .list-group-item {
  background: transparent;
}

/* Widget-chart */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0;
}

.widget-panel {
  padding: 30px 20px;
  padding-left: 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}

.widget-panel i {
  font-size: 60px;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 60px;
}

.widget-style-2 i {
  font-size: 48px;
  padding: 30px 40px;
}

/* Google maps widget*/
.gmap iframe {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.gmap-info:before {
  color: #333333;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 35px;
  left: 10px;
  position: absolute;
  top: 8px;
}

.gmap-info {
  float: left;
  padding: 0 20px 0 50px;
  position: relative;
}

.gmap-buttons {
  float: right;
  margin-top: 28px;
}

.gmap-buttons .btn {
  margin-left: 3px;
}

/* Google maps ends */
/* Table with Action */
.table-actions-bar tr td {
  vertical-align: middle !important;
}

.table-actions-bar .table-action-btn {
  color: #98a6ad;
  display: inline-block;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}

.table-actions-bar .table-action-btn:hover {
  color: #EE2125;
  border-color: #EE2125;
}

/* Transaction */
.transaction-list li {
  padding: 7px 0;
  border-bottom: 1px solid #3c4853;
  clear: both;
  position: relative;
}

.transaction-list i {
  width: 20px;
  position: absolute;
  top: 10px;
  font-size: 12px;
}

.transaction-list .tran-text {
  padding-left: 25px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 115px;
}

.transaction-list .tran-price {
  margin-left: 30px;
}

/* Friend list */
.friend-list a {
  margin: 5px;
  display: inline-block;
}

.friend-list .extra-number {
  height: 48px;
  width: 48px;
  display: block;
  line-height: 48px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #45525f;
  border-radius: 50%;
  border: 1px solid #505f6d;
}

/* Profile widget */
.profile-widget .bg-profile {
  height: 125px;
}

.profile-widget .img-thumbnail {
  margin-top: -42px;
  border: none;
}

.profile-widget .widget-list {
  padding: 10px;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 30px;
}

.profile-widget .widget-list span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

/*  Bar widget */
.bar-widget .iconbox {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.bar-widget .iconbox i {
  line-height: 50px;
  font-size: 20px;
}

/* Social type widgets */
.widget-profile-one .card-box, .widget-profile-one .dashboard-card-box {
  border-radius: 0;
}

.widget-profile-one .card-box:first-of-type, .widget-profile-one .dashboard-card-box:first-of-type {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.widget-profile-one .card-box:last-of-type, .widget-profile-one .dashboard-card-box:last-of-type {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.social-feed-box h3 {
  font-size: 18px;
  font-style: italic;
}

.widget-box-two {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.social-feed-slider {
  padding-bottom: 50px;
}

.social-feed-slider .carousel-indicators {
  bottom: 0;
}

.pro-widget-img {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 70px 0;
  background-size: cover;
  background: url("../images/big/bg.jpg") center right no-repeat;
}

/* Blog styles */
.blog-box-one {
  margin-bottom: 20px;
}

.blog-box-one .cover-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.blog-box-one .cover-wrapper img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.blog-box-one .cover-wrapper:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.blog-box-one .post-info {
  background-color: #36404a;
  padding: 20px;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.blog-box-one .post-info .date {
  float: left;
  border-bottom: 3px solid #71b6f9;
}

.post-info .date .day {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
}

.post-info .date .month {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.blog-box-one .meta {
  padding-left: 0;
}

.blog-box-one .post-info .meta-container {
  padding-left: 55px;
}

.blog-box-one .post-info p {
  margin-top: 15px;
}

.blog-widget-action a {
  color: #98a6ad;
  display: inline-block;
  margin-right: 10px;
}

/* =============
   Form Advanced
============= */
.error {
  color: #f05050;
  font-size: 12px;
  font-weight: 500;
}

/* Form validation */
.parsley-error {
  border-color: #f05050 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f05050;
}

/* Datepicker */
.datepicker {
  padding: 8px;
}

.datepicker th {
  font-size: 14px !important;
}

.datepicker > div {
  display: inherit;
}

.daterangepicker .input-mini {
  color: #ffffff;
  border: 1px solid #566676;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
  background-color: #EE2125;
  color: #ffffff;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #EE2125;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #EE2125 !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

.datepicker-inline {
  border: 2px solid #414d59;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #5d9cec;
  border-color: #5d9cec;
}

.daterangepicker .input-mini.active {
  border: 1px solid #5d6e7f;
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #98a6ad;
  font-weight: 600;
  font-size: 12px;
  background-color: #4c5a67;
  border-color: #4c5a67;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #4c5a67;
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #5d9cec;
  border: 1px solid #5d9cec;
  color: #ffffff;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover,
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: #4c5a67;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent;
}

.daterangepicker .calendar-table {
  border: none;
  background-color: transparent;
}

.search-input {
  margin-bottom: 10px;
}

.ms-selectable {
  box-shadow: none;
  outline: none !important;
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #5d9cec;
}

.ms-container .ms-selection li.ms-hover {
  background-color: #5d9cec;
}

/* ==============
  Summernote
===================*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
}

.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #3a4550;
}

.note-image-popover, .note-air-popover, .note-link-popover {
  display: none;
}

.note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}

.note-editor .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}

.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px;
}

.note-editor .note-toolbar {
  background-color: #45525f;
  border-bottom: 1px solid #45525f;
  margin: 0;
}

.note-editor .note-statusbar {
  background-color: #45525f !important;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none;
}

.note-editor.note-frame {
  border: 1px solid #45525f;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}

.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #98a6ad;
  background-color: #414d59;
}

.code-edit-wrap {
  padding: 0 !important;
}

.cm-s-ambiance .CodeMirror-linenumber {
  color: #bcbcbc;
}

.cm-s-ambiance .CodeMirror-gutters {
  background-color: #4c5667 !important;
  box-shadow: none;
}

.cm-s-ambiance.CodeMirror {
  background-color: #4c5667 !important;
  box-shadow: none;
}

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #5d9cec;
  text-decoration: none;
}

.editor-horizontal .popover-content {
  padding: 9px 30px;
}

/* Bootstrap select */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #98a6ad;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  color: #ffffff;
}

.bootstrap-select .check-mark::after {
  content: "\f299";
  font-family: "Material Design Iconic Font";
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 0;
}

.bootstrap-filestyle .form-control {
  max-height: 39px;
}

/* ===========
   Form Uploads
 =============*/
.dropzone {
  min-height: 230px;
  border: 2px dashed #4c5a67;
  border-radius: 6px;
  background-color: #3a4550;
}

.dropzone .dz-message {
  font-size: 30px;
}

/* X-Editable */
.editable-click, a.editable-click, a.editable-click:hover {
  border: none;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  border: 1px solid #4c5a67;
  background-color: #414d59;
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: rgba(152, 166, 173, 0.15);
  cursor: pointer;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  display: block;
}

/* Image crop */
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.img-container {
  min-height: 200px;
  max-height: 466px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .img-container {
    min-height: 466px;
  }
}

.img-container > img {
  max-width: 100%;
}

.docs-preview {
  margin-right: -15px;
  margin-bottom: 10px;
}

.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-preview > img {
  max-width: 100%;
}

#showDataURL img {
  width: 100%;
}

/* bootstrap tag input */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 3px 7px;
  border: 1px solid #4c5a67;
  background-color: #414d59;
  color: #ffffff;
  width: 100%;
}

.bootstrap-tagsinput .label-info {
  background-color: #EE2125 !important;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 14px;
  margin: 2px;
  font-weight: normal;
}

.bootstrap-tagsinput input {
  color: #ffffff;
}

/* Multiple select*/
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
  background-color: #3c4853;
}

.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #4c5a67;
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid #505f6d;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
  color: #98a6ad;
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
  color: #98a6ad;
}

.search-input {
  margin-bottom: 10px;
}

.ms-selectable {
  box-shadow: none;
  outline: none !important;
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #EE2125;
  color: #ffffff;
}

.ms-container .ms-selection li.ms-hover {
  background-color: #EE2125;
  color: #ffffff;
}

/* Select 2 */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #4c5a67 !important;
  height: 38px !important;
  background-color: #414d59;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 12px !important;
  color: #98a6ad;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EE2125;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #4c5a67 !important;
  background-color: #414d59;
  padding-top: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
  border: 1px solid #4c5a67 !important;
  background-color: #414d59;
  color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #475462;
}

.select2-container .select2-selection--multiple {
  border: 1px solid #4c5a67 !important;
  height: 38px !important;
  background-color: #414d59;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #EE2125;
  border: 1px solid #EE2125;
  border-radius: 1px;
  padding: 0 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}

/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .glyphicon {
  padding-right: 6px;
}

/* Bootstrap filestyle */
.icon-span-filestyle {
  padding-right: 5px;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

/* == Bootstrap Switch == */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #5d9cec;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  background: #34d3eb;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background: #81c868;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #ffbd4a;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background: #f05050;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #eeeeee;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #98a6ad;
  box-shadow: none;
}

/* == X editable == */
.editable-checklist label {
  display: block !important;
}

.bootstrap-timepicker-widget.dropdown-menu:after, .colorpicker:after, .daterangepicker:after {
  border-bottom: 6px solid #434f5c;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top: 7px solid #434f5c;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #434f5c;
}

.daterangepicker:before {
  border-bottom: 7px solid #4c5a67;
}

/* ===========
   Wizard
 =============*/
.wizard > .content {
  background: #36404a;
  min-height: 240px;
  padding: 20px;
}

.wizard > .content > .body {
  padding: 0;
  position: relative;
}

.wizard > .content > .body input {
  border: 1px solid #505f6d;
}

.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}

.wizard > .content > .body label.error {
  color: #f05050;
  margin-left: 0;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}

.wizard > .steps .number {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

.wizard > .steps .disabled a {
  background: #4c5a67;
  color: #ffffff;
  cursor: default;
  border: 1px solid #4c5a67;
}

.wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: #505f6d;
  cursor: default;
  color: #ffffff;
  border: 1px solid #4c5a67;
}

.wizard > .steps .current a {
  background: #EE2125;
}

.wizard > .steps .current a:hover {
  background: #EE2125;
}

.wizard > .steps .current a:hover .number {
  color: #ffffff;
}

.wizard > .steps .current a:active {
  background: #EE2125;
}

.wizard > .steps .current a:active .number {
  color: #ffffff;
}

.wizard > .steps .current a .number {
  color: #ffffff;
}

.wizard > .steps .done a {
  background: #505f6d;
}

.wizard > .steps .done a:hover {
  background: #505f6d;
}

.wizard > .steps .done a:active {
  background: #505f6d;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
  border-radius: 2px;
}

.wizard > .actions a {
  background: #EE2125;
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions a:hover {
  background: #EE2125;
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions a:active {
  background: #EE2125;
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions .disabled a {
  background: #505f6d;
  color: #ffffff;
  cursor: default;
  border: 1px solid #505f6d;
}

.wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: #505f6d;
  color: #ffffff;
  cursor: default;
  border: 1px solid #505f6d;
}

@media (max-width: 767px) {
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .content {
    padding: 0 !important;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0;
    width: 100%;
  }
}

/*
 Forms.css
*/
#addcustomer input[readonly] {
  background-color: #f1f1f1 !important;
  border-width: 0px !important;
  box-shadow: 0 0px 0px 0px transparent, 0 0 0 0 transparent, 0 0 0 0 transparent !important;
  border-bottom: 0px solid #989898 !important;
  border-radius: 0px !important;
  max-width: 25px;
  font-size: 14px;
  font-weight: bold;
}

#addcustomer textarea {
  font-size: 12px;
  line-height: 16px;
  height: 500px;
  width: 100%;
}

#addcustomer input[type="text"],
#addcustomer input[type="password"],
#addcustomer input[type="email"],
#addcustomer input[type="number"],
#addcustomer input[type="tel"],
#addcustomer select,
#addcustomer textarea {
  padding: 5px 10px;
  margin-top: 10px;
  border: 0;
  border-bottom: 3px solid #fff;
  outline: 0;
  /* background: rgba(255, 255, 255, 0.99); */
  color: #989898;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  transition: all 0.5s cubic-bezier(0.4, 0.25, 0.8, 0.3);
  font-family: inherit;
  width: 100%;
  caret-color: red;
  border-radius: 5px;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 6px 1px rgba(0, 0, 0, 0.12), 0 3px 1px -9px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}

#addcustomer select {
  min-height: 30px;
  max-height: 50px;
  border-radius: 5px;
}

.fa-placeholder {
  font-family: FontAwesome, Avenir, 'Lato', Arial, 'Lucida Grande', sans-serif !important;
}

#addcustomer label {
  font-size: 14px;
}

#addcustomer .jsignature {
  height: 265px !important;
  width: 100% !important;
}

/*
#addclassic .form-control {
  border-radius: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
}
#addclassic input:focus:invalid,
#addclassic textarea:focus:invalid {
    background: url(/img/attention.png) 98% center no-repeat rgba(255,255,255,.99);
    box-shadow: 0 0 0 #EC0054;
    border-color: #EC0054;
}
#addclassic .form-control:focus {
  color: #E3E3E3;
}
*/
#addclassic input::-webkit-input-placeholder {
  color: #AAA;
}

#addclassic input:focus::-webkit-input-placeholder {
  color: dodgerblue;
}

.no-box-shadow {
  box-shadow: none !important;
}

input:focus + .saving {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input.saved:focus + .saving,
select.saved:focus + .saving,
textarea.saved:focus + .saving,
select.saved + .saving {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #28921f;
}

.saving {
  background-color: #8ad4ee;
  /* #28921f; */
  display: inline-block;
  height: 2px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.2s linear;
  width: 100%;
  display: inherit;
  margin-top: -3px;
}

.saved {
  background: url(/img/checked.png) no-repeat 98% center #414d59;
  box-shadow: 0 0 10px #81c868;
  border-color: #81c868;
}

.addclassicfooter {
  background-color: #fff;
  border-top: 1px solid black;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  left: 0px;
  z-index: 999;
}

.eac-sugg {
  color: #ccc;
  top: 3px !important;
}

#genpassword {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

input[type="radio"] {
  margin-right: 10px;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: black;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: black;
}

label {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  padding: 0 0;
  cursor: pointer;
}

label:first-child {
  margin-bottom: 0;
  border-bottom: none;
}

.button,
.modal_button,
.no_click_button,
.add_owner_button,
.rerun-button {
  padding: 10px 20px;
  border-radius: 3px;
  color: #989898;
  display: inline-block;
  cursor: pointer;
  margin-top: 1em;
  float: right;
}

.modal_button {
  float: left;
}

.close_button {
  display: block;
}

.button:hover,
.no_click_button:hover,
.modal_button:hover,
.rerun-button:hover,
#addcustomer .btn:focus {
  background: #ed2224;
  color: #fff;
}

.button.rerun-button, .rerun-button.rerun-button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2);
  display: none;
}

.text-center {
  text-align: center;
}

#addcustomer .modal-wrap {
  margin: 10px auto;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  height: 100%;
  width: 100%;
}

#addcustomer .modal-header {
  height: 45px;
  border-bottom-width: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#addcustomer .modal-header span {
  display: block;
  height: 12px;
  width: 12px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

#addcustomer .modal-header span.is-active {
  background: rgba(0, 0, 0, 0.4);
  background: #e0000b;
}

#addcustomer .modal-bodies {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

#addcustomer .modal-body {
  padding: 10px;
  /* box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3); */
  margin-bottom: 50px;
  top: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

#addcustomer .modal-body.is-showing {
  display: block;
}

.tip {
  color: #ccc;
  font-size: 20px;
  letter-spacing: 0px;
}

.text-muted {
  color: #f1f1f1 !important;
}

#fine_print {
  font-size: 12px !important;
  line-height: 16px !important;
}

/* === HTML5 validation styles === */
#editForm input.token:required {
  background: url(/img/asterisk_2.png) no-repeat 98% center;
  border: 1px solid #fed97c;
}

#addcustomer input:required:valid,
#addcustomer textarea:required:valid,
#addcustomer select:required:valid,
#editForm input:required:valid {
  background: url(/img/checked.png) no-repeat 98% center;
  box-shadow: 0 0 0px #5cd053;
  border-color: #28921f;
}

#addcustomer select:required:valid,
#editForm select:required:valid {
  background: url(/img/checked.png) no-repeat 90% center;
  box-shadow: 0 0 0px #5cd053;
  border-color: #28921f;
}

#addcustomer input:focus:invalid,
#addcustomer textarea:focus:invalid,
#addcustomer select:focus:invalid,
#editForm input:focus:invalid {
  background: url(/img/attention.png) no-repeat 98% center;
  box-shadow: 0 0 0px #d45252;
  border-color: #b03535;
}

input:focus, textarea:focus, select:focus {
  background: #ffffff !important;
}

#addcustomer .invalid,
#editForm .invalid {
  background: url(/img/attention.png) no-repeat 98% center;
  box-shadow: 0 0 0px #d45252;
  border-color: #b03535;
}

#addcustomer select:required:invalid,
#editForm select:required:invalid {
  background: url(/img/attention.png) no-repeat 90% center;
}

#addcustomer input:required,
#addcustomer textarea:required {
  background: url(/img/asterisk.png) no-repeat 98% center;
}

#addcustomer select:required,
#editForm select:required {
  background: url(/img/asterisk.png) no-repeat 90% center;
}

/* === Form hints === */
.form_hint {
  background: #d45252;
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin-left: 8px;
  padding: 1px 6px;
  z-index: 999;
  /* hints stay above all other elements */
  position: absolute;
  /* allows proper formatting if hint is two lines */
  display: none;
}

.form_hint:before {
  content: "\25C0";
  color: #d45252;
  position: absolute;
  top: 1px;
  left: -6px;
}

input:focus + .form_hint {
  display: inline;
}

input:required:valid + .form_hint {
  background: #28921f;
}

input:required:valid + .form_hint:before {
  color: #28921f;
}

#merchant_form {
  width: 100%;
  display: block;
  clear: both;
}

.shadow {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3) !important;
  transition: -webkit-transform .1s ease-in-out !important;
  transition: transform .1s ease-in-out !important;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out !important;
}

.bold {
  font-weight: bold;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.more_numbers {
  display: none;
}

.show_more_number {
  position: relative;
  top: 20px;
}

.app-header .navbar-toggler {
  display: none;
}

#addcustomer #offer_code,
#addcustomer .offer_code_div {
  text-align: center;
  width: 90%;
  margin: auto;
  display: block;
  font-size: 4em;
}

#offer_code_description.text-danger {
  color: red;
}

#offer_code_description.text-danger:before {
  content: "\f0a6";
  font-family: fontawesome;
  color: red;
  margin-right: .5em;
}

.pulsate {
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

#progress {
  position: absolute;
  background: #cccccb;
  height: 100vh;
  width: 0;
  transition: width 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
}

.onoffswitch {
  position: relative;
  width: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: auto;
  margin-top: 30px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
  padding: 0px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Animation On";
  padding-left: 10px;
  background-color: #ea3200;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "Animation Off";
  padding-right: 10px;
  background-color: #CACAC9;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 113px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* Form Animation Off */
.noanimate .modal-body {
  position: relative;
  display: block;
}

.noanimate .modal-body .title,
.noanimate .modal-body .description,
.noanimate a.button {
  display: none;
}

.password-fields .fa {
  margin-right: 5px;
}

/*
// Floating form labels

// necessary styles
.ffl-wrapper {
    @include floating-form-labels(1.25rem, 1rem);
}

// optional styles
$label-color: #201D1F;
$label-color-active: #8BBDC5;
$label-color-inactive: rgba(#909090, 0.6);
$input-border-color: rgba(#000000, 0.2);
$input-border-color-active: #0289f3;
$input-height: 1.875rem;

.ffl-label {
    color: $label-color;
    padding: 10px;
    line: {
        height: 1.2;
    }
    .ffl-floated & {
        color: $label-color-active;
        font: {
            size: 0.75rem;
        }
    }
}



input,
textarea,
select {
    transition: border-bottom 100ms ease;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    box: {
        shadow: none;
    }
    appearance: none;
    outline: none;
    background: {
        color: transparent;
    }
    border: {
        style: none;
        bottom: {
            width: 1px;
            style: solid;
            color: $input-border-color;
        }
    }
    height: $input-height;
    &:hover {
        border: {
            bottom: {
                width: 1px;
                color: $label-color;
            }
        }
    }
    &:focus {
        border: {
            bottom: {
                width: 1px;
                color: $input-border-color-active;
            }
        }
    }
}

textarea {
    resize: none;
    min: {
        height: $input-height;
    }
}

label {
    > span {
        color: #cccccc;
    }
}

[type="submit"] {
    transition: background-color 0.3s ease;
    border: none;
    background-color: $label-color-active;
    color: #ffffff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 1rem;
    float: right;
    &:hover,
    &:focus {
        background-color: darken($label-color-active, 5%);
    }
}
*/
/*
    Common
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li {
  width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  padding: 10px;
  font-size: 18px;
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  min-height: 50px;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*
 Plugin Name: iao alert
         Key: iao-alert
     Version: 1.0.7
      Author: Prashant Kapoor
     Website: http://www.itsallonly.com
        Repo: https://github.com/Itsallonly/iao-alert
      Issues: https://github.com/Itsallonly/iao-alert/issues
       Files: iao-alert.jquery.js, iao-alert.css
  Dependency: Jquery
*/
iao-alert-box {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  max-width: 500px;
  overflow: auto;
  border-radius: 5px;
}

iao-alert-box[position='top-left'] {
  right: auto;
  left: 0;
}

iao-alert-box[position='bottom-left'] {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
}

iao-alert-box[position='bottom-right'] {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}

iao-alert {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 10px 35px 10px 15px;
  font-weight: normal;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  /* box-shadow: 0 3px 5px #aaa; */
  letter-spacing: 1px;
}

iao-alert:before, iao-alert:after {
  content: "";
  position: absolute;
  background-color: #aaa;
  opacity: 0.8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

iao-alert:before {
  width: 16px;
  height: 2px;
  box-sizing: border-box;
  right: 14px;
  top: calc(50% - 1px);
}

iao-alert:after {
  width: 2px;
  height: 16px;
  box-sizing: border-box;
  right: 21px;
  top: calc(50% - 8px);
}

iao-alert-close {
  position: absolute;
  display: block;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: calc(50% - 10px);
  z-index: 1;
}

iao-alert[fade-on-hover='true']:hover {
  opacity: 0.5;
}

iao-alert[close-on-click='true'] {
  cursor: pointer;
}

iao-alert[type='success'] {
  color: #5cb85c;
}

iao-alert[type='error'] {
  color: #d9534f;
}

iao-alert[type='warning'] {
  color: #f0ad4e;
}

iao-alert[type='notification'] {
  color: #0275d8;
}

iao-alert[mode='dark']:before, iao-alert[mode='dark']:after {
  background-color: #fff;
}

iao-alert[mode='dark'] {
  color: #fff;
}

iao-alert[type='success'][mode='dark'] {
  background-color: #34a853;
}

iao-alert[type='error'][mode='dark'] {
  background-color: #ea4335;
}

iao-alert[type='warning'][mode='dark'] {
  background-color: #fbbc05;
}

iao-alert[type='notification'][mode='dark'] {
  background-color: #4285f4;
}

iao-alert[corners='round'] {
  border-radius: 4px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.uploadFile {
  height: 100%;
}

/**
New Merchant App header animation
 */
.new_app_header {
  position: relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.3s ease;
  opacity: 0;
}

.move_up {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 1s ease;
  opacity: 1;
}

.move_up_disappear {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: 1s ease;
  opacity: 0;
}

/* ===========
   Calendar
 =============*/
.calendar {
  float: left;
  margin-bottom: 0;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #414d59;
}

.fc-unthemed .fc-today {
  background: #475462 !important;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #4c5a67;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
  background: #4c5a67;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #d5d5d5;
}

.fc-widget-content {
  border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
  background: #4c5a67;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-button {
  background: #4c5a67;
  border: 1px solid #4c5a67;
  color: #ffffff;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.fc-state-hover {
  background: #4c5a67;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.fc-event .fc-content {
  color: #ffffff;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* Wysiwig */
.mce-content-body p {
  color: #9398a0;
  font-size: 14px;
  font-weight: 300;
}

.mce-popover .mce-arrow:after {
  border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
  margin: 0;
  border: 1px solid #d7dce5 !important;
  padding: 4px;
}

.mce-reset .mce-window-head {
  border-bottom: 1px solid #d7dce5;
}

.mce-reset .mce-window-head .mce-title {
  color: #707780;
  font-size: 16px;
  font-weight: 400;
}

.mce-reset .mce-textbox {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border-color: #d7dce5;
  height: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 14px;
}

.mce-reset .mce-textbox:focus {
  box-shadow: none;
  border-color: #EE2125;
}

.mce-reset .mce-checkbox .mce-ico {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
  color: #707780;
  font-size: 12px;
  font-weight: 400;
}

.mce-container {
  border-radius: 0 !important;
  border-width: 0 !important;
}

.mce-container .mce-menubar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  padding: 2px;
}

.mce-container .mce-menubar .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.mce-container .mce-menubar .mce-btn button .mce-caret {
  border-top-color: #707780;
}

.mce-container .mce-menubar .mce-btn button:hover {
  background-color: #e8ebf1;
}

.mce-container .mce-menubar .mce-btn.mce-active button {
  background-color: #e8ebf1;
}

.mce-container .mce-btn {
  background-color: #d7dce5;
  background-image: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.mce-container .mce-btn button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.mce-container .mce-btn:hover {
  background-color: #b8c1d1;
  background-image: none;
}

.mce-container .mce-primary {
  background-color: #EE2125;
  background-image: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.mce-container .mce-primary button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.mce-container .mce-primary:hover {
  background-color: #0c7cd5;
  background-image: none;
}

.mce-container .mce-toolbar-grp {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  border-top-width: 0 !important;
  padding: 6px;
}

.mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-width: 0px 1px !important;
}

.mce-container .mce-statusbar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
}

.mce-container .mce-statusbar .mce-path .mce-path-item {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
}

.mce-container .mce-widget {
  color: #9398a0;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid transparent;
}

.mce-container .mce-btn-group {
  border: 1px solid #e9ecf2 !important;
}

.mce-container .mce-btn-group .mce-btn {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
  border-width: 0;
  border-radius: 0 !important;
}

.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
}

.mce-container .mce-btn-group .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 300;
}

.mce-container .mce-btn-group .mce-btn button .mce-caret {
  color: #707780;
  font-size: 14px;
}

.mce-container .mce-ico {
  color: #707780;
  font-size: 14px;
}

.mce-container .mce-panel {
  background-image: none;
}

.mce-container.mce-menu {
  border: 1px solid #d7dce5 !important;
}

.mce-container.mce-menu .mce-menu-item {
  background-image: none;
}

.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: #EE2125;
  font-size: 14px;
}

.mce-container.mce-menu .mce-menu-item .mce-text {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: #EE2125;
}

.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
  color: #aaaaaa;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
  background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item-sep {
  background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item-sep:hover {
  background-color: #d7dce5;
}

.mce-menubtn button {
  color: #36404a !important;
}

.mce-menu-item-normal.mce-active {
  background-color: #EE2125 !important;
}

.mce-menu-item-normal.mce-active .mce-text {
  color: #ffffff !important;
}

/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}

.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}

.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}

.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

/* =============
   Bootstrap Range slider
============= */
.slider .slider-horizontal {
  margin: 10px 0;
}

.slider .slider-vertical {
  margin: 0 10px;
}

.slider-handle.round {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #EFF2F7;
  background: #fff;
  cursor: pointer;
}

.slider-default .slider-selection {
  background-image: none;
  background-color: #909aa0;
}

.slider-primary .slider-selection {
  background-image: none;
  background-color: #5d9cec;
}

.slider-success .slider-selection {
  background-image: none;
  background-color: #81c868;
}

.slider-info .slider-selection {
  background-image: none;
  background-color: #34d3eb;
}

.slider-warning .slider-selection {
  background-image: none;
  background-color: #ffbd4a;
}

.slider-danger .slider-selection {
  background-image: none;
  background-color: #f05050;
}

.slider-custom .slider-selection {
  background-image: none;
  background-color: #EE2125;
}

.slider-pink .slider-selection {
  background-image: none;
  background-color: #fb6d9d;
}

.slider-purple .slider-selection {
  background-image: none;
  background-color: #7266ba;
}

.slider-inverse .slider-selection {
  background-image: none;
  background-color: #4c5667;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.sweet-alert {
  background-color: #4c5a67;
}

.sweet-alert p {
  font-size: 14px;
  line-height: 22px;
}

.sweet-alert .icon.success .placeholder {
  border: 4px solid rgba(129, 200, 104, 0.3);
}

.sweet-alert .icon.success .line {
  background-color: #81c868;
}

.sweet-alert .icon.warning {
  border-color: #ffbd4a;
}

.sweet-alert .icon.info {
  border-color: #34d3eb;
}

.sweet-alert .btn-warning:focus, .sweet-alert .btn-info:focus, .sweet-alert .btn-success:focus, .sweet-alert .btn-danger:focus, .sweet-alert .btn-default:focus {
  box-shadow: none;
}

.sweet-alert .btn-lg {
  font-size: 15px !important;
}

.sweet-alert .icon.success::before, .sweet-alert .icon.success::after, .sweet-alert .icon.success .fix {
  background-color: #4c5a67;
}

/* =========== */
/* Sweet Alert 2*/
/* =========== */
.swal2-modal .swal2-title {
  font-size: 28px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #98a6ad;
  font-size: 16px;
  box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: #EE2125;
  border-color: #EE2125;
}

.swal2-icon.swal2-success {
  border-color: #81c868;
}

.swal2-icon.swal2-success .line {
  background-color: #81c868;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #81c868;
}

.swal2-icon.swal2-warning {
  color: #ffbd4a;
  border-color: #ffbd4a;
}

.swal2-icon.swal2-error {
  border-color: #f05050;
}

.swal2-icon.swal2-error .line {
  background-color: #f05050;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #EE2125;
}

/* =============
   Charts
============= */
/* Morris chart */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  color: #36404a !important;
}

.morris-hover.morris-default-style .morris-hover-point {
  color: #36404a !important;
}

.chart-detail-list li {
  margin: 0 10px;
}

.chart-detail-list li h5 {
  font-size: 15px;
}

.pieLabel div {
  font-size: 14px !important;
}

.jqstooltip {
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

#flotTip {
  padding: 8px 12px;
  background-color: #ffffff;
  z-index: 100;
  color: #36404a;
  opacity: 0.9;
  font-size: 13px;
  border-radius: 3px;
}

.legend tr {
  height: 20px;
}

.legend div:first-of-type {
  background-color: transparent !important;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
  color: #98a6ad;
}

/* Sparkline chart */
.jqstooltip {
  background-color: #ffffff !important;
  padding: 5px 10px !important;
  border-radius: 3px;
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #36404a !important;
}

/* C3 chart */
.c3-tooltip td > span {
  background: #36404a;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  box-shadow: 0 0 8px 0 #777;
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #36404a;
}

.c3 text {
  fill: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.c3 line,
.c3 path {
  stroke: rgba(255, 255, 255, 0.5);
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}

.ct-chart {
  height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.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-donut {
  stroke: #5d9cec;
}

.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-donut {
  stroke: #fb6d9d;
}

.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-donut {
  stroke: #34d3eb;
}

.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-donut {
  stroke: #EE2125;
}

.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-donut {
  stroke: #36404a;
}

.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-donut {
  stroke: #7266ba;
}

.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-donut {
  stroke: #81c868;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #5d9cec;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #fb6d9d;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #34d3eb;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #EE2125;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #ffffff;
  color: #36404a;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* Circliful charts */
.circliful-chart {
  margin: 0 auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  font-size: 12px;
  font-weight: 600;
}

/* === Nvd3 Charts === */
.nvd3 text {
  fill: rgba(255, 255, 255, 0.3);
}

.nvd3 .nv-axis line,
.nvd3 .nv-axis path {
  stroke: rgba(255, 255, 255, 0.1);
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  fill: rgba(255, 255, 255, 0.5);
}

.multi-chart .nv-legend-symbol {
  fill: #ffffff !important;
  fill-opacity: 0;
  stroke: #ffffff !important;
}

/* Ricksaw Charts */
#legend {
  background: #36404a;
  position: absolute;
  top: 0;
  right: 15px;
}

#legend .line {
  color: #333;
}

.rickshaw_graph .detail .x_label {
  color: #36404a;
}

.rickshaw_graph .detail {
  background: rgba(255, 255, 255, 0.1);
}

.rickshaw_graph svg {
  max-width: 100%;
}

.rickshaw_legend .label {
  font-family: inherit;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #ffffff;
}

/* =============
   Count Down
============= */
.home-wrapper {
  margin: 10% 0;
}

.home-text {
  font-weight: 600;
}

.u-countdown {
  margin-top: 40px;
  text-align: center;
}

.u-countdown div {
  display: inline-block;
}

.u-countdown div span {
  display: block;
  width: 150px;
}

.u-countdown div span:first-child {
  font-size: 3em;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}

.u-countdown div span:last-child {
  color: #ffffff;
  font-size: 0.9em;
  height: 25px;
  line-height: 25px;
}

.u-countdown > * {
  text-align: center;
}

.cd-text {
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}

/* =============
   Timeline
============= */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 2em 0;
  position: relative;
}

#cd-timeline::before {
  background: #3c4853;
  content: '';
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  margin: 2em 0;
  position: relative;
}

.cd-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #414d59, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
}

.cd-timeline-img.cd-success {
  background: #81c868;
}

.cd-timeline-img.cd-info {
  background: #34d3eb;
}

.cd-timeline-img.cd-pink {
  background: #fb6d9d;
}

.cd-timeline-img.cd-danger {
  background: #f05050;
}

.cd-timeline-img.cd-primary {
  background: #5d9cec;
}

.cd-timeline-img.cd-warning {
  background: #ffbd4a;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #3c4853;
  border-radius: 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  padding: 1em;
  position: relative;
}

.cd-timeline-content img {
  display: block;
  width: 100%;
}

.cd-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content h2 {
  margin-top: 0;
}

.cd-timeline-content p {
  font-size: 14px;
  margin: 10px 0 10px 0;
}

.cd-timeline-content .cd-read-more {
  background: #acb7c0;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: .8em 1em;
}

.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 14px;
}

.cd-timeline-content h3 {
  font-size: 21px;
  margin: 0;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #3c4853;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #3c4853;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #3c4853;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

/* Time line 2 */
.timeline-2 {
  border-left: 2px solid #98a6ad;
  position: relative;
}

.timeline-2 .time-item:after {
  background-color: #36404a;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item {
  border-color: #dee5e7;
  padding-bottom: 1px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  margin-bottom: 10px !important;
}

/* =============
   Email
============= */
.mails a {
  color: rgba(255, 255, 255, 0.7);
}

.mails td {
  vertical-align: middle !important;
  position: relative;
}

.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}

.mails tr:hover .text-white {
  display: none;
}

.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

.mails .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}

.mails .checkbox label {
  min-height: 16px;
}

.mail-list .list-group-item {
  background-color: transparent;
  color: #ffffff;
}

.mail-list .list-group-item:hover, .mail-list .list-group-item:focus {
  background-color: transparent;
}

.mail-list .list-group-item.active {
  color: #f05050;
}

.unread a {
  font-weight: 600;
  color: #98a6ad;
}

/* =============
   Gallery
============= */
.port {
  padding-bottom: 20px;
}

.portfolioFilter a {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #98a6ad;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.portfolioFilter a:hover {
  background-color: #EE2125;
  color: #ffffff;
}

.portfolioFilter a.current {
  background-color: #EE2125;
  color: #ffffff;
}

.gallery-second a {
  box-shadow: none !important;
  font-weight: 600;
}

.gallery-second a:hover {
  background-color: transparent;
  color: #EE2125;
}

.thumb {
  background-color: #3c4853;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
}

.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}

.gal-detail h4 {
  margin-top: 16px;
}

/* Gallery Second */
.portfolio-masonry-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

.portfolio-masonry-box .portfolio-masonry-img {
  position: relative;
  overflow: hidden;
}

.portfolio-masonry-box .portfolio-masonry-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-masonry-box .portfolio-masonry-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.portfolio-masonry-box .portfolio-masonry-detail {
  opacity: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-masonry-box .portfolio-masonry-detail h4 {
  margin-bottom: 3px;
  color: #ffffff !important;
  font-weight: bold;
}

.portfolio-masonry-box .portfolio-masonry-detail p {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px;
}

.portfolio-masonry-box:hover .portfolio-masonry-detail {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1;
}

.portfolio-masonry-box:hover .portfolio-masonry-img:after {
  background: rgba(54, 64, 74, 0.7);
}

.portfolio-masonry-box:hover .portfolio-masonry-img > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* =============
   Maintenance
============= */
.icon-main {
  font-size: 88px;
  margin-bottom: 50px;
}

.maintenance-page {
  margin: 10% 0;
}

/* =============
   Maps
============= */
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #5d9cec;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #5d9cec;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #5d9cec;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
  background: #414d59;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 400;
  border-radius: 3px;
  color: #98a6ad;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #EE2125;
}

.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #98a6ad;
  width: 30px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: #414d59;
  height: 36px;
  width: 36px;
}

.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #EE2125;
}

.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #414d59;
  font-weight: 400;
  color: #98a6ad;
}

.custom-dd-empty .dd-list .dd3-content:hover {
  color: #EE2125;
}

.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

/* =============
   Pricing
============= */
.pricing-plan {
  padding-bottom: 50px;
}

.price_card {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  background: #3c4853;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.price_card .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

.price_card button {
  margin-top: 20px;
}

.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
}

.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}

.price-features {
  color: #98a6ad;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.price-features li {
  margin: 0 35px;
  padding: 20px 15px;
}

.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.pricing-item-inner {
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 7px;
  border: 2px solid rgba(151, 160, 175, 0.2);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  vertical-align: middle;
}

.pricing-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pr-list {
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase;
}

.pr-list li {
  list-style: none;
  padding: 12px 20px;
}

.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px;
}

.pr-per {
  color: #97a0af;
  font-size: 12px;
}

.pr-button {
  margin-top: 30px;
}

/* =============
   Profile
============= */
.profile-detail {
  text-align: center;
  padding: 30px 20px;
}

.profile-detail img {
  height: 120px;
  width: 120px;
}

.profile-detail .status-list li {
  padding: 0 20px;
}

.profile-tabs li a {
  color: #36404a !important;
}

.profile-tabs li.active a {
  color: #ffffff !important;
}

.profile-pills li a {
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 0 10px;
  line-height: 30px !important;
}

.profile-pills li a i {
  font-size: 14px;
}

.comment {
  padding-top: 12px;
}

.comment .comment-avatar {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}

.comment .comment-body {
  float: none;
  margin-left: 40px;
  position: relative;
}

.comment .comment-text {
  border: 1px solid #414d59;
  border-radius: 2px;
  padding: 7px 12px 8px;
}

.comment .comment-header {
  font-size: 12px;
  padding-bottom: 2px;
}

.comment .comment-header a {
  color: #98a6ad;
  font-weight: bold;
}

.comment .comment-header span {
  color: #98a6ad;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}

.comment .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0;
}

.comment .comment-footer i {
  font-size: 13px;
  margin-right: 7px;
}

.comment .comment-footer, .comment .comment-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.comment .comment-footer:hover, .comment .comment-footer a:hover {
  color: #EE2125;
}

.comment > .comment {
  margin-left: 32px !important;
}

/* =============
  sitemap
============= */
.sitemap-wrapper a {
  color: #98a6ad;
}

.sitemap-wrapper a:hover {
  color: #EE2125;
}

.sitemap-wrapper h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}

.sitemap-wrapper h5 i {
  padding-right: 10px;
}

.sitemap-wrapper ul {
  padding-left: 30px;
}

.sitemap-wrapper ul li a {
  font-size: 15px;
  line-height: 30px;
}

/* =============
  FAQ
============= */
.faq-box {
  padding: 24px 0;
  border-bottom: 1px solid #4c5a67;
}

.faq-box .question {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}

.faq-box .answer {
  color: #98a6ad;
  margin-bottom: 0;
}

/* =============
  Search result
============= */
.search-result-box .tab-content {
  padding: 30px 30px 10px 30px;
  box-shadow: none;
}

.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #4c5a67;
  margin-bottom: 30px;
}

/* =============
  Contact
============= */
.contact-search .btn-white {
  position: absolute;
  top: 1px;
  right: 16px;
  background-color: transparent !important;
  border: none !important;
  font-size: 16px;
  box-shadow: none !important;
  outline: none !important;
  color: #98a6ad !important;
}

.contact-card {
  position: relative;
}

.contact-card:hover .contact-action {
  display: block;
}

.contact-card img {
  width: 80px;
  height: 80px;
}

.contact-card .member-info {
  padding-left: 100px;
  padding-bottom: 20px;
}

.contact-card .member-info h4, .contact-card .member-info p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.contact-card .contact-action {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* =============
  Opportunities
============= */
.opport-box .checkbx-detail {
  width: 30px;
}

.opport-box .lable-detail {
  text-align: center;
  width: 20%;
}

.opport-box .member-info {
  padding-right: 10px;
}

.opport-box .member-info h4 {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.opport-box .member-info p {
  font-size: 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =============
  Product
============= */
.product-list-box {
  position: relative;
}

.product-list-box img {
  height: auto;
  margin: 0 auto;
  display: block;
}

.product-list-box .product-action {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.product-list-box .price-tag {
  float: right;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  background-color: rgba(152, 166, 173, 0.2);
  border: 1px solid #98a6ad;
  border-radius: 50%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

.product-list-box .detail {
  padding: 20px;
  margin: 0px -10px -10px;
  overflow: hidden;
}

.product-list-box .detail h4 a {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.product-list-box:hover .product-action {
  display: block;
}

.rating ul {
  margin-left: 0;
}

.rating ul li {
  padding: 0;
}

.rating ul li a {
  color: #ffbd4a;
  font-size: 15px;
  margin-bottom: 0;
}

.product-search {
  border-radius: 30px;
  padding: 7px 22px;
  background-color: transparent !important;
  border: 2px solid #98a6ad !important;
}

.product-detail-box .sp-wrap {
  max-width: 100%;
}

/* =============
   Accounts pages
============= */
.account-pages {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper-page {
  margin: 5% auto;
  position: relative;
  width: 420px;
}

.wrapper-page .card-box, .wrapper-page .dashboard-card-box {
  border: 1px solid rgba(54, 64, 74, 0.1);
}

.panel-pages {
  border-radius: 6px;
}

.panel-pages .panel-body {
  padding: 30px;
}

.panel-pages .panel-heading {
  border-radius: 6px 6px 0 0;
  padding: 40px 20px;
  position: relative;
}

.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}

.user-thumb {
  position: relative;
  z-index: 999;
}

.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

.ex-page-content .text-error {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}

.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0 10px;
}

/* signup-signin-page */
.signup-signin-page {
  width: auto;
}

/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
  background: rgba(238, 33, 37, 0.4);
  box-shadow: none;
}

.jstree-default .jstree-hovered {
  background: rgba(238, 33, 37, 0.2);
  box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
  background: rgba(238, 33, 37, 0.4);
}

.jstree-default .jstree-wholerow-hovered {
  background: rgba(238, 33, 37, 0.2);
}

.jstree-default .zmdi {
  font-size: 16px;
}

/* =============
   Tour page
============= */
div.hopscotch-bubble {
  border: 3px solid #5d9cec;
  border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next {
  background-color: #5d9cec !important;
  background-image: none !important;
  border-color: #5d9cec !important;
  text-shadow: none !important;
  margin: 0 0 0 5px !important;
}

div.hopscotch-bubble .hopscotch-prev {
  background-color: #5d9cec !important;
  background-image: none !important;
  border-color: #5d9cec !important;
  text-shadow: none !important;
  color: #ffffff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: #EE2125;
  padding: 0;
  border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #5d9cec;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #5d9cec;
  left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0 solid #5d9cec;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #5d9cec;
  top: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #5d9cec;
  top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0 solid rgba(0, 0, 0, 0.5);
}

/* =============
  Task board
============= */
.taskList li {
  background-color: #3c4853;
  border: 1px solid rgba(152, 166, 173, 0.2);
  border-left-width: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 15px;
}

.taskList .task-success {
  border-left-color: #81c868;
}

.taskList .task-info {
  border-left-color: #34d3eb;
}

.taskList .task-warning {
  border-left-color: #ffbd4a;
}

.taskList .task-danger {
  border-left-color: #f05050;
}

.taskList a {
  font-size: 13px;
}

.taskList .checkbox {
  margin-left: 20px;
}

.task-placeholder {
  border: 1px dashed rgba(152, 166, 173, 0.5) !important;
  background-color: rgba(152, 166, 173, 0.2) !important;
  padding: 20px;
}

@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .email-msg {
    display: none;
  }
}

@media (min-width: 992px) {
  .new_app_header {
    font-size: 1.75rem;
  }
  .visible-md-up {
    display: block;
  }
  .invisible-md-up {
    display: none;
  }
  #addcustomer #offer_code,
  #addcustomer .offer_code_div {
    width: 50%;
  }
}

.visible-md-up {
  display: none;
}

.invisible-md-up {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .app-search {
    display: none;
  }
  .left.side-menu, .sidebar-inner.slimscrollleft {
    overflow: auto !important;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .content-page, .splash-content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .content {
    padding: 0px !important;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0%;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }
  .chat-inputbar {
    padding-left: 15px;
  }
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  .product-search {
    margin-bottom: 30px;
  }
  .top-menu-item-xs {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .dropdown-menu-lg {
    width: 240px !important;
  }
}

@media (max-width: 480px) {
  .navbar-custom {
    margin-left: 70px !important;
  }
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
  .ms-container {
    width: 100%;
  }
  #btn-fullscreen {
    display: none;
  }
}

@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}

/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}

@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .content-page, .splash-content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .conversation-list .conversation-text, .conversation-list .odd .conversation-text {
    width: 100% !important;
  }
}

.gradient-background, body {
  background: #8e9eab;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #eef2f3, #8e9eab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body {
  margin: 0;
  overflow-x: hidden;
}

.card-box, .dashboard-card-box {
  background-color: #f4f8fb !important;
}

.text-muted {
  color: unset !important;
}

.table {
  background-color: #f4f8fb;
  color: #36404a;
}

a, .navbar-custom .nav-link {
  color: #36404a;
}

a:hover, a:focus, a:active, .navbar-custom .nav-link:hover, .navbar-custom .nav-link:focus, .navbar-custom .nav-link:active {
  color: #4c5a67;
}

.form-control {
  background-color: #f4f8fb;
  color: #7a8c9a;
}

.table-striped > tbody > tr:nth-child(odd) {
  color: #414d59;
}

.table-striped > tbody > tr:nth-child(odd) a {
  color: #414d59;
}

#sidebar-menu > ul > li > a {
  color: #4c5667;
}

.table-striped > tbody > tr:nth-of-type(odd), .table-hover > tbody > tr:hover,
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #d9d9d9 !important;
}

.dropdown-menu {
  background-color: #ffffff;
}

.dropdown-menu .dropdown-item {
  color: #36404a;
}

.dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}

.merchant-info .nav-link.active {
  background-color: #cccccc;
}

:required {
  background-color: #ffffff !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */

/*# sourceMappingURL=style_light_default_font.css.map */
