.swal2-container, body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

body.swal2-shown {
  overflow-y: hidden;
}

.swal2-container {
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
}

.swal2-modal:focus {
  outline: 0;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
}

.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-styled.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-styled + .swal2-styled {
  margin-top: 15px;
}

.swal2-modal :not(.swal2-styled).swal2-loading::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span, .swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #ccc;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
}

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
  margin: 20px auto;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color box-shadow 0.3s;
}

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f06e57 !important;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.swal2-modal .swal2-file:focus::-moz-placeholder, .swal2-modal .swal2-input:focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file:focus:-ms-input-placeholder, .swal2-modal .swal2-input:focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file:focus::placeholder, .swal2-modal .swal2-input:focus::placeholder, .swal2-modal .swal2-textarea:focus::placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error .line.left {
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error .line.right {
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success::after, .swal2-icon.swal2-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}

.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle, .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0%, 50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0%, 50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} /* perfect-scrollbar v0.6.13 */
.ps-container {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

body.theme-body {
  font-family: "open_sansregular";
  overflow: hidden;
  /*!
  * Datetimepicker for Bootstrap 3
  * version : 4.15.35
  * https://github.com/Eonasdan/bootstrap-datetimepicker/
  */
}
body.theme-body .bs-datepicker .bs-datepicker-head,
body.theme-body .bs-datepicker .bs-datepicker-body table td span.selected,
body.theme-body .bs-datepicker .bs-datepicker-body table td.selected span,
body.theme-body .bs-datepicker .bs-datepicker-body table td span[class*=select-]:after,
body.theme-body .bs-datepicker .bs-datepicker-body table td[class*=select-] span:after {
  background: #0f76c2;
}
body.theme-body .bs-datepicker .bs-datepicker-body table td.week span {
  color: #0f76c2;
}
body.theme-body .swal2-container .swal2-show {
  width: 350px !important;
  min-height: auto !important;
}
body.theme-body .swal2-container .swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f76c2;
  border-color: #0f76c2;
  margin: 8px auto;
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-width: 3px;
}
body.theme-body .swal2-container h2.swal2-title {
  font-size: 16px;
}
body.theme-body .swal2-container .swal2-content {
  font-size: 14px;
  margin-bottom: 20px;
}
body.theme-body .swal2-container button.swal2-cancel.btn.btn-danger,
body.theme-body .swal2-container button.swal2-confirm.btn.btn-success {
  border-radius: 0;
  margin-right: 8px;
  display: inline-block;
  font-size: 14px;
  width: 100px;
  text-transform: uppercase;
}
body.theme-body .swal2-container button.swal2-confirm.btn.btn-success,
body.theme-body .swal2-container button.swal2-confirm.btn.btn-warning {
  background: #0f76c2;
  border: 1px solid #0f76c2;
  color: #fff;
}
body.theme-body .swal2-container button.swal2-cancel.btn.btn-danger {
  background: transparent;
  color: #0f76c2;
  border: 1px solid #0f76c2;
}
body.theme-body .alert-success {
  color: #fff;
  background-color: #0f76c2;
  border-color: rgba(214, 233, 198, 0);
}
body.theme-body .alert-success button.close {
  color: #fff;
}
body.theme-body h6.theme-color {
  color: #0f76c2;
  font-size: 13px;
  font-family: "open_sanssemibold";
}
body.theme-body h3 {
  font-family: "open_sanssemibold" !important;
  font-size: 15px;
}
body.theme-body .sanssemibold {
  font-family: "open_sanssemibold" !important;
}
body.theme-body .date-icon {
  background: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: right 6px top 6px;
  background-size: 15px;
}
body.theme-body .theme-color {
  color: #0f76c2 !important;
  font-family: "open_sansregular" !important;
}
body.theme-body .btn-just-icon {
  padding: 0;
  border: none;
  background: 0;
}
body.theme-body .text-underline {
  text-decoration: underline;
}
body.theme-body .white-text {
  color: #fff;
}
body.theme-body .theme-text {
  color: #0f76c2;
}
body.theme-body .gray-text {
  color: rgba(0, 0, 0, 0.5);
}
body.theme-body .white-black {
  color: #000;
}
body.theme-body .font-regular {
  font-family: "open_sansregular" !important;
}
body.theme-body .font-semibold {
  font-family: "open_sanssemibold" !important;
}
body.theme-body .font-bold {
  font-family: "open_sansbold" !important;
}
body.theme-body .font-size-20 {
  font-size: 20px;
}
body.theme-body .font-size-24 {
  font-size: 24px !important;
}
body.theme-body .link-italic {
  font-size: 12px;
  display: block;
  float: right;
  margin-right: 8px;
  margin-bottom: 6px;
  color: #0f76c2 !important;
}
body.theme-body .margin-top-0 {
  margin-top: 0 !important;
}
body.theme-body .margin-top-5 {
  margin-top: 5px !important;
}
body.theme-body .margin-top-7 {
  margin-top: 7px !important;
}
body.theme-body .margin-top-10 {
  margin-top: 10px !important;
}
body.theme-body .margin-top-15 {
  margin-top: 15px !important;
}
body.theme-body .margin-top-20 {
  margin-top: 20px !important;
}
body.theme-body .margin-bottom-0 {
  margin-bottom: 0 !important;
}
body.theme-body .margin-bottom-10 {
  margin-bottom: 10px !important;
}
body.theme-body .margin-bottom-5 {
  margin-bottom: 5px !important;
}
body.theme-body .margin-bottom-15 {
  margin-bottom: 15px !important;
}
body.theme-body .margin-bottom-20 {
  margin-bottom: 20px !important;
}
body.theme-body .margin-left-0 {
  margin-left: 0 !important;
}
body.theme-body .margin-left-5 {
  margin-left: 5px !important;
}
body.theme-body .margin-left-10 {
  margin-left: 10px !important;
}
body.theme-body .margin-left-15 {
  margin-left: 15px !important;
}
body.theme-body .margin-left-20 {
  margin-left: 20px !important;
}
body.theme-body .margin-right-0 {
  margin-right: 0 !important;
}
body.theme-body .margin-right-5 {
  margin-right: 5px !important;
}
body.theme-body .margin-right-10 {
  margin-right: 10px !important;
}
body.theme-body .margin-right-15 {
  margin-right: 15px !important;
}
body.theme-body .margin-right-20 {
  margin-right: 20px !important;
}
body.theme-body .no-padding {
  padding: 0 !important;
}
body.theme-body .padding-top-0 {
  padding-top: 0;
}
body.theme-body .padding-top-5 {
  padding-top: 5px;
}
body.theme-body .padding-top-10 {
  padding-top: 10px;
}
body.theme-body .padding-top-20 {
  padding-top: 20px;
}
body.theme-body .padding-bottom-0 {
  padding-bottom: 0;
}
body.theme-body .padding-bottom-5 {
  padding-bottom: 5px;
}
body.theme-body .padding-bottom-10 {
  padding-bottom: 10px;
}
body.theme-body .padding-bottom-20 {
  padding-bottom: 20px;
}
body.theme-body .padding-left-0 {
  padding-left: 0 !important;
}
body.theme-body .padding-left-5 {
  padding-left: 5px !important;
}
body.theme-body .padding-left-10 {
  padding-left: 10px !important;
}
body.theme-body .padding-left-15 {
  padding-left: 15px !important;
}
body.theme-body .padding-left-20 {
  padding-left: 20px !important;
}
body.theme-body .padding-right-0 {
  padding-right: 0;
}
body.theme-body .padding-right-5 {
  padding-right: 5px;
}
body.theme-body .padding-right-10 {
  padding-right: 10px;
}
body.theme-body .padding-right-20 {
  padding-right: 20px;
}
body.theme-body .inline-block {
  display: inline-block;
}
body.theme-body .block {
  display: block !important;
}
body.theme-body .border-top-no {
  border-top: none !important;
}
body.theme-body .border-right-no {
  border-right: none !important;
}
body.theme-body .border-left-no {
  border-left: none !important;
}
body.theme-body .border-bottom-no {
  border-bottom: none !important;
}
body.theme-body .border-no {
  border: none !important;
}
body.theme-body .background-no {
  background: none !important;
}
body.theme-body .padding-right-8 {
  padding-right: 8px !important;
}
body.theme-body .padding-left-8 {
  padding-left: 8px !important;
}
body.theme-body .black-color {
  color: #000;
}
body.theme-body .transparent {
  background: transparent !important;
}
body.theme-body .form-control[disabled], body.theme-body .form-control[readonly], body.theme-body fieldset[disabled] .form-control {
  background-color: rgba(204, 204, 204, 0.3);
}
body.theme-body .row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
body.theme-body .row-5.extra-margin {
  width: calc(100% + 10px) !important;
  margin-left: -5px;
}
body.theme-body .row-5 div[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
body.theme-body .row-10 {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px) !important;
}
body.theme-body .grid-5 {
  padding-left: 5px;
  padding-right: 5px;
}
body.theme-body .table-fixed, body.theme-body .layout-fixed {
  table-layout: fixed;
}
body.theme-body .table {
  display: table !important;
}
body.theme-body .table .table-row {
  display: table-row;
}
body.theme-body .table.table-2 {
  box-shadow: 0px 0px 6px -3px #0f76c2;
}
body.theme-body .table.table-2 .table-cell {
  padding: 8px 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
body.theme-body .table.table-2 .table-cell:first-child {
  padding-left: 15px;
  border-left: none;
}
body.theme-body .table.table-2 .table-cell:last-child {
  padding-right: 15px;
}
body.theme-body .table.table-2 .table-cell strong {
  width: 100%;
  float: left;
  font-weight: normal;
  font-family: "open_sanssemibold";
  font-size: 13px;
}
body.theme-body .table.table-3 {
  border: 1px solid #ccc;
}
body.theme-body .table.table-3 .table-row {
  display: flex;
  flex-wrap: wrap;
  background: transparent;
}
body.theme-body .table.table-3 .table-row:nth-child(even) {
  background: rgba(204, 204, 204, 0.2);
}
body.theme-body .table.table-3 .table-row:first-child .table-cell {
  border-top: none;
}
body.theme-body .table.table-3 .table-row .table-cell {
  border-top: 1px solid #ccc;
  padding: 8px 13px;
  width: 50%;
  background: rgba(204, 204, 204, 0.25);
  margin-bottom: 2px;
}
body.theme-body .table.table-3 .table-row .table-cell:nth-last-of-type(-n+2):not(:nth-child(even)), body.theme-body .table.table-3 .table-row .table-cell:last-child {
  margin-bottom: 0;
}
body.theme-body .table.table-3 .table-row .table-cell:nth-child(odd) {
  border-right: 1px solid #fff !important;
}
body.theme-body .table.table-3 .table-row .table-cell strong {
  font-family: "open_sanssemibold";
  width: 180px;
  float: left;
  white-space: pre-line;
  display: block;
  padding-right: 10px;
  word-break: break-word;
}
body.theme-body .table.table-3 .table-row .table-cell span {
  float: left;
  width: calc(100% - 180px);
}
body.theme-body .vertical-middle {
  vertical-align: middle;
}
body.theme-body .vertical-top {
  vertical-align: top;
}
body.theme-body .card .table {
  margin-bottom: 0;
}
body.theme-body .card .table tr {
  background: transparent;
}
body.theme-body .card .table tr td .form-group {
  margin: 0;
  padding: 0;
}
body.theme-body .card .table tr td .form-group .form-control {
  height: 30px;
}
body.theme-body .card .table.sm-fonts th {
  font-size: 12px;
  font-family: "open_sanssemibold";
}
body.theme-body .card .table.sm-fonts td {
  font-size: 12px;
}
body.theme-body .table-cell, body.theme-body .cell {
  display: table-cell !important;
}
body.theme-body .gray-dashed-right {
  border-right: 1px dashed #ccc;
}
body.theme-body .gray-dashed-right:last-child {
  border-right: none !important;
}
body.theme-body .height-30 {
  height: 30px !important;
}
body.theme-body .btn-30 {
  height: 30px !important;
  padding: 4px 10px;
  font-size: 11px;
}
body.theme-body .down_arrow_fontello {
  position: relative !important;
  color: #fff !important;
  width: auto !important;
  transform: rotate(-90deg);
  font-size: 12px !important;
  padding: 0 !important;
  left: 0 !important;
  margin-right: 0 !important;
  min-width: auto !important;
  line-height: normal !important;
  background: transparent !important;
  margin-left: 8px;
  margin-top: 2px;
}
body.theme-body .opacity-0 {
  opacity: 0 !important;
}
body.theme-body .box-sqr {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 8px;
  word-break: break-all;
}
body.theme-body .box-grey {
  background: rgba(204, 204, 204, 0.3);
  padding: 15px 0;
  overflow: hidden;
  margin: 0 auto;
  width: calc(100% - 30px) !important;
  float: none !important;
}
body.theme-body .box-grey label {
  font-size: 16px;
}
body.theme-body .full-row {
  width: 100%;
  float: left;
}
body.theme-body button,
body.theme-body a {
  /* Safari prior 6.1 */
  transition: opacity 0.5s;
  cursor: pointer;
}
body.theme-body button strong,
body.theme-body a strong {
  cursor: pointer;
}
body.theme-body button:hover,
body.theme-body a:hover {
  opacity: 0.8;
}
body.theme-body .strip-divider {
  border: 1px dashed #ddd;
  margin: 12px 0;
}
body.theme-body .panel.panel-default .panel-heading {
  background: #0f76c2;
  color: #fff;
  padding: 10px;
  position: relative;
}
body.theme-body .panel.panel-default .panel-heading a h4 {
  color: #fff;
  font-size: 14px;
}
body.theme-body .panel.panel-default .panel-heading a em {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 12px;
  color: #fff;
}
body.theme-body .panel.panel-default .panel-heading a em:before {
  content: "\e80a";
}
body.theme-body .panel.panel-default .panel-heading a.collapsed em {
  /* IE 9 */
  /* Safari 3-8 */
  transform: rotate(180deg);
  right: 11px;
}
body.theme-body .panel.panel-default .panel-collapse {
  background: rgba(204, 204, 204, 0.1);
}
body.theme-body .panel.panel-default .panel-collapse table {
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.4);
  width: calc(100% - 30px);
  margin: 0 auto;
}
body.theme-body .panel.panel-default .panel-collapse table table {
  border: none !important;
  width: 100%;
}
body.theme-body em.date-icon {
  position: absolute;
  right: 6px;
  top: 9px;
  font-size: 17px;
  color: #0f76c2;
}
body.theme-body em.date-icon.iconcalendarbg {
  top: 7px;
}
body.theme-body .form-group.label-floating.material-form-field em.date-icon {
  top: 26px;
}
body.theme-body select[multiple] option {
  padding: 3px 0;
}
body.theme-body .normal-controls-wrap .form-group,
body.theme-body .normal-controls-wrap .label-floating,
body.theme-body .normal-controls-wrap .material-form-field {
  position: relative;
  padding-top: 20px;
}
body.theme-body .normal-controls-wrap label,
body.theme-body .normal-controls-wrap .control-label,
body.theme-body .normal-controls-wrap .material-form-field-label {
  position: absolute;
  top: 0;
  font-weight: normal;
  font-size: 12px;
  font-family: "open_sanssemibold";
}
body.theme-body .normal-controls-wrap label .form-control:focus,
body.theme-body .normal-controls-wrap .control-label .form-control:focus,
body.theme-body .normal-controls-wrap .material-form-field-label .form-control:focus {
  box-shadow: none;
}
body.theme-body .custom-filter .panel-body {
  background: rgba(0, 0, 0, 0.05);
}
body.theme-body .custom-filter .panel-body table td {
  position: relative;
  padding: 8px;
}
body.theme-body .custom-filter .panel-body table td .form-group {
  margin-bottom: 0;
}
body.theme-body .custom-filter .panel-body table td:first-child {
  padding-left: 0;
}
body.theme-body .custom-filter .panel-body table td::last-child {
  padding-right: 0;
}
body.theme-body .custom-filter .panel-body table td table td {
  padding: 0;
  padding-left: 8px;
}
body.theme-body .table-info {
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  padding: 10px;
  font-family: "open_sanssemibold";
  font-size: 13px;
  font-weight: normal;
}
body.theme-body .wrapper .sidebar {
  width: 260px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #1a1c20;
  z-index: 11;
}
body.theme-body .wrapper .sidebar button:focus {
  outline: none !important;
}
body.theme-body .wrapper .sidebar button em {
  color: #fff;
}
body.theme-body .wrapper .sidebar .iconhamburgermenu {
  display: none;
}
body.theme-body .wrapper .sidebar .iconfilter_dropdownarrow {
  /* IE 9 */
  /* Safari 3-8 */
  transform: rotate(90deg);
  font-size: 12px;
  top: -5px;
  position: relative;
  left: 10px;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper {
  position: relative;
  height: calc(100vh - 70px);
  overflow: auto;
  z-index: 4;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .user {
  padding-left: 12px;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(90, 187, 255, 0.14);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .user .photo {
  width: 35px;
  float: left;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .user .photo img {
  max-width: 100%;
  border-radius: 35px;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .user .info {
  color: #fff;
  padding-left: 45px;
  display: block;
  padding-top: 5px;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .user .info a {
  color: #fff;
  padding-left: 0;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .user .info a:hover {
  background: transparent;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container {
  float: left;
  width: 100%;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav.active {
  background: #0f76c2;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a {
  padding: 17px 15px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a em {
  width: 24px;
  float: left;
  font-size: 14px;
  margin-right: 7px;
  text-align: center;
  margin: 0;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a p {
  padding-left: 33px;
  margin-bottom: 0;
  font-size: 12px;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a:hover, body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a:focus {
  background: none;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a:hover span, body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav a:focus span {
  color: #5abbff;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav .child-menu ul {
  padding-left: 52px;
  padding-bottom: 5px;
  /* border-top: 1px solid #fff; */
  padding-right: 15px;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav .child-menu ul li:first-child a {
  border-top: 1px solid rgba(90, 187, 255, 0.14);
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav .child-menu ul li a {
  padding: 10px 15px 5px;
  font-size: 12px;
  padding-left: 0;
}
body.theme-body .wrapper .sidebar .sidebar-wrapper .nav-container .nav .parent-nav .child-menu ul li.active a {
  color: #5abbff;
}
body.theme-body .wrapper .sidebar .logo-wrapper {
  margin-top: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(90, 187, 255, 0.14);
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
body.theme-body .wrapper .sidebar .logo-wrapper .logo {
  width: calc(100% - 60px);
  float: left;
}
body.theme-body .wrapper .sidebar .logo-wrapper .logo .logo-img {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
}
body.theme-body .wrapper .sidebar .logo-wrapper .logo .logo-img img {
  max-width: 100%;
  display: inline-block;
}
body.theme-body .wrapper .sidebar .logo-wrapper .logo .logo-normal {
  max-width: 100%;
}
body.theme-body .wrapper .sidebar .logo-wrapper .navbar-wrapper {
  float: left;
  width: 60px;
}
body.theme-body .wrapper .sidebar .logo-wrapper .navbar-wrapper nav.navbar.navbar-transparent.hamburger-box {
  min-height: auto;
}
body.theme-body .wrapper .main-content {
  min-height: calc(100vh - 50px);
}
body.theme-body .wrapper .main-content .right-side .multiselect-dropdown .dropdown-list {
  right: 0;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-btn {
  background-color: #fff;
  padding: 3px 12px 3px 5px;
  border-radius: 0;
  color: #000;
  height: 30px;
  font-size: 11px;
  line-height: 20px;
  margin-top: 2px;
  border: 1px solid #99aaaf !important;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-btn .selected-item {
  font-size: 11px;
  width: calc(100% - 45px);
  white-space: nowrap;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-btn .selected-item a {
  display: none;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-btn span {
  padding-right: 2px !important;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-btn .dropdown-down {
  display: inline-block;
  top: -1px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: relative;
  padding-right: 0px !important;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-btn .dropdown-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 7px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: relative;
  top: -1px;
  right: -8px;
  padding-right: 0px !important;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-list {
  min-width: 240px;
  margin-top: 5px;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-list .filter-textbox {
  padding: 6px;
  font-size: 13px;
}
body.theme-body .wrapper .main-content .multiselect-dropdown .dropdown-list ul.item2 {
  position: relative;
}
body.theme-body .wrapper .main-content .multiselect-dropdown li.multiselect-item-checkbox {
  font-size: 11px;
}
body.theme-body .wrapper .main-content .multiselect-dropdown li.multiselect-item-checkbox input[type=checkbox] + div:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  top: 11px;
  color: #000;
}
body.theme-body .wrapper .main-content .multiselect-dropdown li.multiselect-item-checkbox input[type=checkbox] + div:after {
  left: 2px;
  margin-top: -3px;
  border-width: 0 0 2px 2px;
  width: 6px;
  height: 2px;
}
body.theme-body .wrapper .main-content .multiselect-dropdown li.multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background-color: transparent !important;
}
body.theme-body .wrapper .main-content .multiselect-dropdown li.multiselect-item-checkbox input[type=checkbox]:checked + div:after {
  border-color: #000 !important;
  top: 8px;
}
body.theme-body .wrapper .main-content .multiselect-dropdown-count-min .multiselect-dropdown .dropdown-btn .selected-item {
  width: calc(100% - 44px);
}
body.theme-body .wrapper .main-panel {
  padding-left: 260px;
  /* Safari prior 6.1 */
  transition: padding-left 0.5s;
  height: calc(100vh - 0px);
  padding-bottom: 0px;
  position: relative;
  background-color: #f0f9fc;
}
body.theme-body .wrapper .main-panel .form-control {
  border-radius: 0;
  border: 1px solid #99aaaf !important;
  font-weight: normal;
  height: 30px;
  line-height: normal;
  padding: 3px 6px;
  font-size: 12px;
  box-shadow: none;
}
body.theme-body .wrapper .main-panel .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(15, 118, 194, 0.075), 0 0 8px rgba(15, 118, 194, 0.6);
}
body.theme-body .wrapper .main-panel textarea.form-control {
  height: 50px !important;
}
body.theme-body .wrapper .main-panel textarea:focus {
  box-shadow: inset 0 1px 1px rgba(15, 118, 194, 0.075), 0 0 8px rgba(15, 118, 194, 0.6);
}
body.theme-body .wrapper .main-panel .filter-wrapper {
  position: relative;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.33);
  box-shadow: 0 0 4px 0 #bdd3de;
}
body.theme-body .wrapper .main-panel .filter-wrapper i {
  background: rgba(204, 204, 204, 0.5);
  position: absolute;
  left: -2px;
  padding: 5px 0;
  line-height: 33px;
  width: 38px;
  font-size: 17px;
  color: #000;
  top: 0;
}
body.theme-body .wrapper .main-panel .filter-wrapper label {
  font-size: 12px;
  font-weight: normal;
}
body.theme-body .wrapper .main-panel .filter-wrapper .simple-control {
  width: auto;
  padding: 3px 6px;
  height: auto;
  /* border: none; */
  box-shadow: none;
}
body.theme-body .wrapper .main-panel .filter-wrapper .form-group {
  margin-bottom: 0;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap {
  position: absolute;
  right: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 5px -1px #292929;
  z-index: 9;
  top: 32px;
  display: none;
  min-width: 120px;
  text-align: left;
  border-radius: 3px;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap.active {
  display: block;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview {
  position: relative;
  padding: 5px 0;
  margin: 0;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li {
  list-style: none;
  font-size: 13px;
  padding: 5px 5px;
  font-family: "open_sanssemibold";
  margin-left: 8px;
  margin-right: 8px;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li:first-child {
  border-bottom: 1px solid #ccc;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li span {
  color: #0f76c2 !important;
  cursor: pointer;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li:focus, body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li:active {
  background-color: #0f76c2 !important;
  border: none !important;
}
body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li:focus span, body.theme-body .wrapper .main-panel .filter-wrapper .list-preview-wrap ul.list-preview li:active span {
  color: #fff !important;
}
body.theme-body .wrapper .main-panel .toolbar {
  text-align: right;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.theme-body .wrapper .main-panel #progressbarr {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress {
  width: 250px;
  margin: 0 auto;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span {
  text-align: center;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span em {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #ccc;
  color: #fff;
  font-family: "open_sanssemibold";
  line-height: 35px;
  font-size: 16px;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span h6 {
  font-family: "open_sanssemibold";
  font-size: 14px;
  color: #ccc;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span.active em {
  background: #0f76c2;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span.active h6 {
  color: #0f76c2;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span.progressbar-line {
  background: #ccc;
  width: 125px;
  height: 5px;
  float: left;
  margin-left: -28px;
  margin-top: 15px;
  position: absolute;
}
body.theme-body .wrapper .main-panel #progressbarr .outer-progress span.progressbar-line.active {
  background: #0f76c2;
}
body.theme-body .wrapper .main-panel .layout-wrapper input[type=radio] {
  display: none;
}
body.theme-body .wrapper .main-panel .layout-wrapper input[type=radio]:checked + label {
  box-shadow: 0px 0px 10px -2px #000;
}
body.theme-body .wrapper .main-panel .layout-wrapper input[type=radio]:checked + label em {
  display: block;
}
body.theme-body .wrapper .main-panel .layout-wrapper input[type=radio]:checked + label em.iconselection-tick {
  z-index: 99;
}
body.theme-body .wrapper .main-panel .layout-wrapper .pointer {
  position: relative;
  cursor: pointer;
}
body.theme-body .wrapper .main-panel .layout-wrapper .pointer em {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  font-size: 25px;
  color: green;
  background: #fff;
  border-radius: 30px;
}
body.theme-body .wrapper .main-panel .dataTables_filter .form-group {
  margin-bottom: 0;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_filter {
  text-align: right;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_length label {
  font-weight: normal;
  font-family: "open_sanssemibold";
  font-size: 12px;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_length label select {
  background: #f0f9fc;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_length select.form-control {
  border: none;
  border-bottom: 1px solid #99aaaf !important;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_info {
  font-family: "open_sanssemibold";
  font-size: 12px;
  margin-top: 10px;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_paginate {
  text-align: right;
  margin-top: 10px;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_paginate ul.pagination {
  margin: 0 0;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_paginate ul.pagination li.active a {
  border-color: #0f76c2;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_paginate ul.pagination li a {
  padding: 5px 10px;
  border-color: rgba(0, 0, 0, 0.22);
}
body.theme-body .wrapper .main-panel .dataTables_wrapper .dataTables_paginate ul.pagination li a em {
  font-size: 11px;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table {
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ccc;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table tr:nth-of-type(odd) {
  background: none;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th {
  font-family: "open_sanssemibold";
  background-repeat: no-repeat;
  font-size: 12px;
  border-width: 1px;
  padding: 10px 5px 10px 15px;
  border-color: #bdd3de;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th a {
  color: #000;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th.sorting {
  opacity: 1;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th.sorting:after {
  content: "\e808";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 11px;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th.sorting_asc {
  opacity: 1;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th.sorting_asc:after {
  content: "\e8c0";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th.sorting_desc {
  opacity: 1;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table th.sorting_desc:after {
  content: "\e8c0";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  margin-left: 6px;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table td {
  font-size: 12px;
  vertical-align: middle;
  padding: 10px 5px 10px 15px;
  border-color: #bdd3de;
}
body.theme-body .wrapper .main-panel .dataTables_wrapper table td a {
  color: #0f76c2;
  text-decoration: underline;
  cursor: pointer;
}
body.theme-body .wrapper .main-panel .text-decoration {
  text-decoration: underline !important;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn {
  background: transparent;
  padding: 0;
  display: inline-block;
  color: #0f76c2;
  margin-left: 5px;
  border: none;
  text-transform: capitalize;
  font-size: 12px;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn .ripple-container {
  display: none;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn.chevron_left em {
  font-size: 13px;
  margin-top: 0px;
  margin-left: 10px;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn.btn-previous {
  font-size: 16px;
  font-family: "open_sanssemibold";
  margin-top: 100px;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn.btn-previous.disabled {
  display: none;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn.btn-previous:before {
  content: "\e86c";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-left: 0;
  position: relative;
  top: 0px;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn.btn-next {
  font-size: 17px;
  font-family: "open_sanssemibold";
  color: #0f76c2;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn.btn-next:after {
  content: "\e86c";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.4em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-left: 0;
  position: relative;
  top: 0px;
  transform: rotate(180deg);
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn em {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: 0px;
  margin-right: 6px;
}
body.theme-body .wrapper .main-panel .btn-simple.inline-btn span {
  font-size: 12px;
  font-family: "open_sanssemibold";
}
body.theme-body .wrapper .main-panel .card .card-content .tiles-wrapper-dashboard {
  margin-top: 15px;
}
body.theme-body .wrapper .main-panel .card .card-content .tiles-wrapper-dashboard > .table-cell {
  padding: 0 10px;
}
body.theme-body .wrapper .main-panel .card .card-content .tiles-wrapper-dashboard > .table-cell .tiles-list-dashboard {
  box-shadow: 0px 0px 6px -2px #ccc;
  border-bottom: 2px solid #0f76c2;
}
body.theme-body .wrapper .main-panel .card .card-content .flex-container {
  display: flex;
  flex-wrap: wrap;
}
body.theme-body .wrapper .main-panel .card .card-content .flex-container > div {
  background-color: #fff;
  width: calc(20% - 10px);
  margin: 0 5px;
  line-height: normal;
}
body.theme-body .wrapper .main-panel .card .card-content .flex-container > div.tiles-list-dashboard {
  box-shadow: 0 0 4px 0 #bdd3de;
  border-bottom: 5px solid #6a8ba1;
  padding: 10px 10px;
  margin-bottom: 10px;
}
body.theme-body .wrapper .main-panel .card .card-content .flex-container > div.tiles-list-dashboard .full-row {
  font-family: "open_sanssemibold";
  vertical-align: top;
}
body.theme-body .wrapper .main-panel .card .card-content .flex-container > div.tiles-list-dashboard .full-row span {
  font-size: 12px;
}
body.theme-body .wrapper .main-panel .card .card-content .flex-container > div.tiles-list-dashboard .full-row h3 {
  font-size: 38px;
  font-weight: normal;
  margin: 8px 0;
  font-family: "open_sanssemibold";
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-header {
  background: #6a8ba1;
  padding: 8px 15px;
  border: 1px solid #ccc;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-header strong {
  font-family: "open_sanssemibold";
  font-size: 13px;
  color: #fff;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-header a {
  font-size: 13px;
  color: #fff;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap:last-child {
  border-bottom: 1px solid #ccc;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap:first-child {
  padding-top: 15px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap strong {
  font-family: "open_sanssemibold";
  font-weight: normal;
  font-size: 11px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap span {
  font-size: 12px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap a {
  font-family: "open_sanssemibold";
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .inventory-table-data.table.end-table {
  padding: 10px 15px;
  margin-top: 5px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.left-data-section {
  background: #fff;
  padding: 10px 0;
  border: 1px solid #ccc;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.left-data-section .pull-left {
  border-right: 1px solid #e8e8e8;
  padding: 0 20px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.left-data-section .pull-left:last-child {
  border: none;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.left-data-section .pull-left strong {
  display: block;
  font-size: 11px;
  cursor: default;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.left-data-section .pull-left span {
  display: block;
  font-size: 11px;
  font-family: "open_sanssemibold";
  color: #0f76c2;
  cursor: default;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.middle-data-section {
  border: 1px solid #ccc;
  border-left: none;
  background: #f2f6f9;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.middle-data-section .pull-left {
  margin: 0 5px 0 10px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.middle-data-section .pull-left strong {
  font-size: 9px;
  float: left;
  width: 70px;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.middle-data-section .pull-left em {
  float: left;
  font-size: 20px;
  color: #0f76c2;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.right-data-section {
  background: #f2f6f9;
  border: 1px solid #ccc;
  border-left: none;
}
body.theme-body .wrapper .main-panel .card .card-content .inventory-table-data-wrap .table-cell.right-data-section a em {
  font-size: 18px;
}
body.theme-body .wrapper .main-panel .card .card-header.card-header-icon {
  display: none;
}
body.theme-body .wrapper .main-panel .card h1.card-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15, 118, 194, 0.32);
}
body.theme-body .wrapper .main-panel .card .tileStyle {
  background: #0f76c2;
  color: #fff;
}
body.theme-body .wrapper .main-panel .card .tileStyle a {
  color: #fff;
  padding: 15px;
  display: block;
}
body.theme-body .wrapper .main-panel .card .tileStyle a:hover {
  text-decoration: none;
}
body.theme-body .wrapper .main-panel .card .tileStyle a hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.theme-body .wrapper .main-panel .card .tileStyle a h6 {
  font-size: 14px;
  margin-top: 0;
  width: calc(100% - 50px);
  text-transform: uppercase;
}
body.theme-body .wrapper .main-panel .card .tileStyle a em {
  font-size: 18px;
  position: absolute;
  top: 15px;
  right: 32px;
}
body.theme-body .wrapper .main-panel .card .tileStyle a span {
  font-size: 14px;
}
body.theme-body .wrapper .main-panel .card .current-layout-img {
  border-right: 1px solid #ccc;
}
body.theme-body .wrapper .main-panel .card label {
  font-weight: normal;
  font-family: "open_sanssemibold";
}
body.theme-body .wrapper .main-panel .card .md-font {
  font-size: 16px;
}
body.theme-body .wrapper .main-panel .card .md-font.full-row {
  border-bottom: 1px solid #ccc;
}
body.theme-body .wrapper .main-panel .card .full-row {
  width: 100%;
  float: left;
}
body.theme-body .wrapper .main-panel .card .inventory-list-selected {
  width: 100%;
  float: left;
}
body.theme-body .wrapper .main-panel .card .inventory-list-selected .inline-cross {
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 15px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 13px;
  box-shadow: 0px 0px 6px -1px #ccc;
}
body.theme-body .wrapper .main-panel .card .inventory-list-selected .inline-cross span.closebtn {
  background: rgba(0, 0, 0, 0.59);
  color: #fff;
  border-radius: 16px;
  height: 16px;
  padding: 0;
  width: 16px;
  float: right;
  line-height: 16px;
  text-align: center;
  margin-top: 2px;
  margin-left: 8px;
  padding-right: 1px;
}
body.theme-body .wrapper .main-panel .card .inventory-list-selected .inline-cross:hover {
  background: rgba(0, 0, 0, 0.08);
}
body.theme-body .wrapper .main-panel .card .inventory-list-selected .inline-cross:hover .clear-value {
  text-decoration: line-through;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body {
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(204, 204, 204, 0.32);
  margin-bottom: 20px;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .toolbar {
  border: none;
  float: right;
  margin: 0;
  padding: 0;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .toolbar .btn {
  text-transform: uppercase;
  font-family: "open_sanssemibold";
  text-decoration: underline;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body h4 {
  margin: 0;
  float: left;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body h4.sm-fonts {
  font-size: 14px;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .checkbox {
  padding-right: 25px;
  margin-bottom: 0;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .checkbox label {
  padding-left: 0;
  font-size: 12px;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .checkbox input {
  display: none;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .checkbox span.check:before {
  content: "\e801";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.4em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin-left: 0;
  position: relative;
  top: 0px;
  background: #fff;
}
body.theme-body .wrapper .main-panel .card .box-wrapper .box-thumbnail .panel-body .checkbox input:checked + .checkbox-material span.check:before {
  content: "\e8bb";
  color: #0f76c2;
}
body.theme-body .wrapper .main-panel .footer {
  bottom: 0;
  padding-top: 20px;
}
body.theme-body .wrapper .main-panel .footer p.copyright {
  font-size: 12px;
}
body.theme-body .relative {
  position: relative !important;
}
body.theme-body .width-auto {
  width: auto !important;
}
body.theme-body .width-full {
  width: 100% !important;
}
body.theme-body.device-ios, body.theme-body.device-android {
  overflow: auto;
}
body.theme-body.device-ios .ps-scrollbar-y-rail,
body.theme-body.device-ios .ps-scrollbar-x-rail, body.theme-body.device-android .ps-scrollbar-y-rail,
body.theme-body.device-android .ps-scrollbar-x-rail {
  display: none;
}
body.theme-body.device-ios .ps-container, body.theme-body.device-android .ps-container {
  overflow: auto !important;
}
body.theme-body.sidebar-mini .main-panel {
  padding-left: 60px;
}
body.theme-body.sidebar-mini .iconhamburgermenu {
  display: block !important;
}
body.theme-body.sidebar-mini .iconfilter_dropdownarrow,
body.theme-body.sidebar-mini .info,
body.theme-body.sidebar-mini .parent-nav a p {
  display: none !important;
}
body.theme-body.sidebar-mini .sidebar {
  width: 60px;
  /* Safari prior 6.1 */
  transition: width 0.5s;
}
body.theme-body.sidebar-mini .collapse.child-menu {
  display: none !important;
}
body.theme-body.sidebar-mini .sidebar:hover {
  width: 260px;
  box-shadow: 0px 0px 15px 1px #1a1c20;
}
body.theme-body.sidebar-mini .sidebar:hover .info,
body.theme-body.sidebar-mini .sidebar:hover .parent-nav a p {
  display: block !important;
}
body.theme-body.sidebar-mini .sidebar:hover .active .collapse.child-menu {
  display: block !important;
  overflow: hidden;
}
body.theme-body.sidebar-mini .sidebar:hover .collapse.child-menu.in {
  display: block !important;
}
body.theme-body .modal .modal-dialog.modal-xs {
  width: 450px;
}
body.theme-body .modal .modal-dialog.modal-xs .sub-form-list {
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: none;
}
body.theme-body .modal .modal-dialog.modal-xs .sub-form-list:last-child {
  border-bottom: 1px solid #ccc !important;
}
body.theme-body .modal .modal-dialog.modal-xxl {
  width: 90%;
}
body.theme-body .modal .modal-dialog.modal-xxl .checkbox label, body.theme-body .modal .modal-dialog.modal-smm .checkbox label {
  padding-left: 0;
}
body.theme-body .modal .modal-dialog.modal-xxl .checkbox label input + .checkbox-material .check:before, body.theme-body .modal .modal-dialog.modal-smm .checkbox label input + .checkbox-material .check:before {
  font-size: 16px;
  color: #0f76c2;
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-title .btn.btn-info.btn-fill.btn-wd, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-title .btn.btn-info.btn-fill.btn-wd {
  position: relative;
  width: 100%;
  text-align: left;
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-title.active em:before, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-title.active em:before {
  content: "\e80a";
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-title em, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-title em {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-title em:before, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-title em:before {
  content: "\e8d9";
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-content, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-content {
  width: 100%;
  float: left;
  border: 1px solid #e8e8e8;
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-content .custom-accordion-search-wrap, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-content .custom-accordion-search-wrap {
  border-bottom: 1px solid #e8e8e8;
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-content .inventory-list, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-content .inventory-list {
  padding-top: 10px;
  overflow: hidden;
  float: left;
  width: 100%;
}
body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-content .inventory-list .checkbox, body.theme-body .modal .modal-dialog.modal-xxl .custom-accordion-content .inventory-list .radio, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-content .inventory-list .checkbox, body.theme-body .modal .modal-dialog.modal-smm .custom-accordion-content .inventory-list .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.theme-body .modal .modal-dialog.modal-xxl .selected-div, body.theme-body .modal .modal-dialog.modal-smm .selected-div {
  border: 1px solid rgba(0, 0, 0, 0.48);
  padding: 10px 10px 15px;
}
body.theme-body .modal .modal-dialog.modal-xxl .selected-div .inline-cross, body.theme-body .modal .modal-dialog.modal-smm .selected-div .inline-cross {
  display: inline-block;
}
body.theme-body .modal .modal-dialog.modal-xxl .selected-div .inline-cross .chip, body.theme-body .modal .modal-dialog.modal-smm .selected-div .inline-cross .chip {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.48);
  padding: 3px 20px 3px 10px;
  border-radius: 15px;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
}
body.theme-body .modal .modal-dialog.modal-xxl .selected-div .inline-cross .chip:hover, body.theme-body .modal .modal-dialog.modal-smm .selected-div .inline-cross .chip:hover {
  background: rgba(0, 0, 0, 0.08);
  text-decoration: line-through;
}
body.theme-body .modal .modal-dialog.modal-xxl .selected-div .inline-cross .chip span.closebtn, body.theme-body .modal .modal-dialog.modal-smm .selected-div .inline-cross .chip span.closebtn {
  font-size: 18px;
  position: absolute;
  right: 4px;
  top: -1px;
}
body.theme-body .modal .modal-dialog ul.nav-popup {
  padding: 0;
}
body.theme-body .modal .modal-dialog ul.nav-popup li {
  position: relative;
}
body.theme-body .modal .modal-dialog ul.nav-popup li a {
  display: block;
  background: transparent !important;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 2px 0 4px;
  text-align: center;
  font-size: 18px;
  box-shadow: none !important;
}
body.theme-body .modal .modal-dialog ul.nav-popup li.active a {
  color: #0f76c2;
  border-bottom: 2px solid #0f76c2;
}
body.theme-body .modal .modal-dialog .icons-wrapper-formsetting .icons-md {
  border: 2px solid #ccc;
  margin-right: 8px;
  padding: 5px;
}
body.theme-body .modal .modal-dialog .icons-md em.fontello-icon.demo-icon {
  font-size: 20px;
  padding: 10px;
  border: 2px solid #ccc;
  display: inline-block;
  width: 44px;
  cursor: pointer;
}
body.theme-body .modal .modal-dialog .icons-wrapper-formsetting .the-icons {
  text-align: center;
}
body.theme-body .modal .modal-dialog .icons-wrapper-formsetting .icons-md input {
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  padding-left: 0;
}
body.theme-body .modal .modal-dialog .icons-wrapper-formsetting .icons-md.SelectedIcon {
  color: #000 !important;
  border: 2px solid #0f76c2 !important;
  background: rgba(15, 118, 194, 0.19);
}
body.theme-body .modal .modal-dialog .preview-content .custom-radio-box input + .checked-radio:before {
  font-size: 18px;
}
body.theme-body .modal .modal-dialog .preview-content button,
body.theme-body .modal .modal-dialog .hamburger-toggle,
body.theme-body .modal .modal-dialog .preview-sidebar,
body.theme-body .modal .modal-dialog .preview-sidebar ul li.active {
  background: #0f76c2;
}
body.theme-body .modal .modal-dialog .controls ul li {
  border: 2px solid #0f76c2;
}
body.theme-body .modal .modal-dialog .controls ul li.active {
  border: none;
  background: #0f76c2;
}
body.theme-body .modal .modal-dialog .controls h4 span, body.theme-body .modal .modal-dialog .controls h4 em {
  color: #0f76c2;
}
body.theme-body .modal .modal-dialog.no-header .modal-content {
  background: rgba(0, 0, 0, 0);
}
body.theme-body .modal .modal-dialog.no-header h1.card-title {
  display: none !important;
}
body.theme-body .modal .modal-dialog.no-header table {
  border: none !important;
}
body.theme-body .modal .modal-dialog.no-header table tbody tr td {
  border-top: none !important;
}
body.theme-body .modal .modal-dialog.no-header .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
body.theme-body .modal .modal-dialog .modal-content {
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-bottom: 15px;
}
body.theme-body .modal .modal-dialog .modal-content h3 {
  font-family: "open_sansbold" !important;
  font-size: 13px;
  text-transform: uppercase;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls select,
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls input,
body.theme-body .modal .modal-dialog .modal-content .main-panel .flat-filled-controls .form-group.is-focused select.form-control {
  border: 1px solid #99aaaf !important;
  background: #f5f5f5 !important;
  padding: 4px 5px !important;
  height: 26px;
  max-width: 100%;
  font-size: 12px !important;
  color: #555 !important;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls option {
  font-size: 12px !important;
  font-weight: 500;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls option[disabled] {
  color: #ccc;
  cursor: not-allowed;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls .col-md-12.table > div {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 0 5px;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls .col-md-12.table > div.form-group {
  padding: 0;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls em.font-semibold {
  font-family: "open_sanssemibold";
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls em.font-light {
  font-family: "open_sansregular" !important;
  width: auto;
  font-size: 12px;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls .form-group {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls .icon-btn em {
  font-size: 24px;
  line-height: 27px;
  margin: 0;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls.flat-filled-controls-md .form-group {
  padding-top: 20px;
  margin-bottom: 10px;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls.flat-filled-controls-md .form-group label.control-label {
  font-size: 12px;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls.flat-filled-controls-md label.control-label {
  font-size: 14px;
  margin-bottom: 6px;
}
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls.flat-filled-controls-md select,
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls.flat-filled-controls-md input {
  height: 30px !important;
}
body.theme-body .modal .modal-dialog .modal-content .bg-white,
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls select.bg-white,
body.theme-body .modal .modal-dialog .modal-content .flat-filled-controls .form-group.is-focused select.form-control.bg-white {
  background: #fff !important;
}
body.theme-body .modal .modal-dialog .modal-content button.btn.flat-btn {
  padding: 0;
  margin: 0;
  font-style: normal !important;
  outline: none !important;
  background: transparent;
  padding: 0;
  display: inline-block;
  color: #0f76c2;
  border: none;
  text-transform: capitalize;
}
body.theme-body .modal .modal-dialog .modal-content button.btn.flat-btn.active {
  background: #cccccc;
  color: #000;
  overflow: hidden;
  width: 26px;
  border-radius: 0;
}
body.theme-body .modal .modal-dialog .modal-content button.btn.flat-btn.active em:before {
  color: #e6e6e6;
  background: #000;
  /* line-height: 24px; */
  /* width: 25px; */
  position: relative;
  top: -2px;
  /* height: 26px; */
  font-size: 28px;
  left: -2px;
}
body.theme-body .modal .modal-dialog .modal-content .label-regular label {
  position: relative;
}
body.theme-body .modal .modal-dialog .modal-content .section1 {
  border: 1px solid #cccccc;
  padding: 10px;
  overflow: hidden;
}
body.theme-body .modal .modal-dialog .modal-content .section1:not(:first-child) {
  margin-top: 15px;
}
body.theme-body .modal .modal-dialog .modal-content .form-control {
  border-radius: 0;
  border: 1px solid #99aaaf !important;
  font-weight: normal;
  height: 30px;
  line-height: normal;
  padding: 2px 5px;
}
body.theme-body .modal .modal-dialog .modal-content .form-group,
body.theme-body .modal .modal-dialog .modal-content .label-floating,
body.theme-body .modal .modal-dialog .modal-content .material-form-field {
  position: relative;
  padding-top: 20px;
}
body.theme-body .modal .modal-dialog .modal-content label,
body.theme-body .modal .modal-dialog .modal-content .control-label,
body.theme-body .modal .modal-dialog .modal-content .material-form-field-label {
  position: absolute;
  top: 0;
  font-weight: normal;
  font-size: 12px;
  font-family: "open_sanssemibold";
}
body.theme-body .modal .modal-dialog .modal-content label .form-control:focus,
body.theme-body .modal .modal-dialog .modal-content .control-label .form-control:focus,
body.theme-body .modal .modal-dialog .modal-content .material-form-field-label .form-control:focus {
  box-shadow: none;
}
body.theme-body .modal .modal-dialog .modal-content td label,
body.theme-body .modal .modal-dialog .modal-content td .control-label,
body.theme-body .modal .modal-dialog .modal-content td .material-form-field-label {
  position: relative;
}
body.theme-body .modal .modal-dialog .modal-content .checkbox label {
  position: relative;
  white-space: inherit;
  word-break: break-all;
  width: 100%;
  display: inline-block;
}
body.theme-body .modal .modal-dialog .modal-content .has-error label,
body.theme-body .modal .modal-dialog .modal-content .has-error .control-label,
body.theme-body .modal .modal-dialog .modal-content .has-error .material-form-field-label {
  color: #000;
}
body.theme-body .modal .modal-dialog .modal-content .has-error .form-control:focus {
  box-shadow: none;
}
body.theme-body .modal .modal-dialog .modal-content h1.card-title {
  background: #1a1c20;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "open_sanssemibold";
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 0;
  padding: 5px 15px;
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-bottom: 12px;
}
body.theme-body .modal .modal-dialog .modal-content h1.card-title button.btn.btn-close {
  float: right;
  padding: 0;
  background: transparent;
  /* Safari prior 6.1 */
  transition: opacity 0.5s;
  margin-top: 5px;
}
body.theme-body .modal .modal-dialog .modal-content h1.card-title button.btn.btn-close:hover {
  opacity: 0.8;
  color: #fff;
}
body.theme-body .modal .modal-dialog .modal-content h1.card-title button.btn.btn-close em {
  opacity: 1;
}
body.theme-body .modal .modal-dialog .modal-content .form-footer.text-center {
  margin-top: -10px;
}
body.theme-body .modal .modal-dialog .modal-content .form-footer.text-center .form-group.text-center {
  text-align: right;
}
body.theme-body .modal .modal-dialog .modal-content .form-footer.text-center button {
  border-radius: 0;
}
body.theme-body .modal .modal-dialog .modal-content .toolbar {
  border: none;
}
body.theme-body .modal .modal-dialog .modal-content .toolbar button {
  color: #0f76c2;
  text-transform: uppercase;
  font-family: "open_sanssemibold";
}
body.theme-body .modal .modal-dialog .modal-content .toolbar button em {
  font-size: 16px;
  top: 0;
}
body.theme-body .modal .modal-dialog .modal-content table {
  border: 1px solid rgba(0, 0, 0, 0.38);
}
body.theme-body .modal .modal-dialog .modal-content table.border-top-bottom {
  border: none;
}
body.theme-body .modal .modal-dialog .modal-content table.border-top-bottom thead th {
  font-family: "open_sanssemibold";
  font-size: 13px;
}
body.theme-body .modal .modal-dialog .modal-content table.border-top-bottom tbody td em {
  color: #0f76c2;
  font-size: 16px;
}
body.theme-body .modal .modal-dialog .modal-content table thead tr th {
  font-family: "open_sanssemibold";
  font-weight: normal;
  font-size: 13px;
  background: rgba(204, 204, 204, 0.32);
  border: none;
  padding: 12px 8px;
}
body.theme-body .modal .modal-dialog .modal-content table tbody tr {
  background: transparent;
}
body.theme-body .modal .modal-dialog .modal-content table tbody tr:first-child td {
  border-bottom: none;
}
body.theme-body .modal .modal-dialog .modal-content table tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.38);
  font-size: 12px;
  vertical-align: middle;
}
body.theme-body .modal .modal-dialog .modal-content table tbody tr td .form-group {
  padding-top: 10px;
  margin-bottom: 10px;
}
body.theme-body .modal .modal-dialog .modal-content table.table-border-gray {
  border: 1px solid #ccc;
}
body.theme-body .modal .modal-dialog .modal-content table.table-border-gray tbody tr {
  background: transparent;
}
body.theme-body .modal .modal-dialog .modal-content table.table-border-gray tbody tr:first-child td {
  border-bottom: none;
}
body.theme-body .modal .modal-dialog .modal-content table.table-border-gray tbody tr td {
  border-top: 1px solid #ccc;
}
body.theme-body .modal .icons-md span {
  clear: both;
  display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
body.theme-body .modal .icons-md em {
  font-size: 20px;
  padding: 10px;
  border: 2px solid #ccc;
  display: inline-block;
  width: auto;
  cursor: pointer;
}
body.theme-body .modal .icons-md.SelectedIcon {
  color: #3C4858 !important;
}
body.theme-body .modal .icons-md.SelectedIcon em {
  border-color: #0f76c2 !important;
  color: #333 !important;
}
body.theme-body .modal .fullScreenExitClose {
  position: absolute;
  top: -28px;
  right: -25px;
  font-size: 15px;
  background: #fff;
  padding: 0 5px;
  opacity: 1;
}
body.theme-body span.star,
body.theme-body .text-danger {
  color: red;
}
body.theme-body .rotate-180 {
  transform: rotate(180deg);
}
body.theme-body .width-auto {
  width: auto !important;
}
body.theme-body .float-none {
  float: none !important;
}
body.theme-body .btn.btn-wd {
  background: #fff;
  color: #0f76c2;
  border: 1px solid #0f76c2;
  font-family: "open_sanssemibold";
  width: 120px;
  text-transform: uppercase;
  border-radius: 0;
  margin-left: 10px;
}
body.theme-body .btn.btn-wd:first-child {
  margin-left: 0 !important;
}
body.theme-body .btn.btn-wd.icon-btn {
  width: auto;
}
body.theme-body .btn.btn-wd.btn-fill {
  background: #0f76c2;
  color: #fff;
}
body.theme-body .btn.btn-wd.btn-auto {
  width: auto;
  text-transform: uppercase;
  font-size: 12px;
  color: #0f76c2;
  font-family: "open_sanssemibold";
}
body.theme-body .btn.btn-wd.btn-xs {
  font-size: 10px;
  padding: 1px 10px;
}
body.theme-body .btn.btn-wd.btn-xs.margin-left-5 {
  margin-left: 5px !important;
}
body.theme-body .btn.btn-wd.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
body.theme-body .wrapper-round {
  border-radius: 15px;
  height: 15px;
  width: 15px;
  border: 1px solid #0f76c2;
  margin-right: 5px;
}
body.theme-body .wrapper-round em {
  font-size: 13px !important;
}
body.theme-body .top-bar-form-builder {
  color: #fff;
  width: calc(100% - 120px);
  margin: 0;
  float: left;
  background: #0f76c2;
}
body.theme-body .top-bar-form-builder h4 {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "open_sansregular";
  line-height: 40px;
}
body.theme-body .top-bar-form-builder small {
  position: relative;
  color: #fff !important;
  display: inline-block;
}
body.theme-body .top-bar-form-builder-right {
  width: 120px;
  float: left;
  background: rgba(15, 118, 194, 0.8);
  padding: 8px 0;
}
body.theme-body .main-form-builder .panel .panel-heading {
  position: relative;
  background: #0f76c2;
  border-radius: 0;
  padding: 0;
  margin-bottom: 5px;
}
body.theme-body .main-form-builder .panel .panel-heading a {
  font-size: 12px;
}
body.theme-body .main-form-builder .panel .panel-heading a.collapsed em {
  /* IE 9 */
  /* Safari 3-8 */
  transform: rotate(0deg);
  right: 10px;
}
body.theme-body .main-form-builder .panel .panel-heading a h4 {
  font-size: 12px;
  padding: 9px 8px;
}
body.theme-body .main-form-builder .panel .panel-heading a h4 em {
  position: absolute;
  right: 5px;
  top: 12px;
  margin: 0 5px 0 0px;
  font-size: 9px;
  display: inline-block !important;
  color: #fff;
  /* IE 9 */
  /* Safari 3-8 */
  transform: rotate(180deg);
}
body.theme-body .main-form-builder .panel-default {
  border: none !important;
  margin-top: 0;
}
body.theme-body .main-form-builder .panel-default .collapse.in {
  margin-top: -5px;
}
body.theme-body .main-form-builder .panel-collapse .add-btn {
  position: absolute;
  top: -28px;
  right: 30px;
  color: #fff !important;
}
body.theme-body .main-form-builder .panel-collapse .form-elements-wrap .radio label {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
body.theme-body .main-form-builder .panel-collapse .form-elements-wrap .radio label em {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  margin-bottom: 2px;
  color: #0f76c2;
  padding-top: 1px;
}
body.theme-body .main-form-builder .panel-collapse .pages-list label.page-form-label {
  font-size: 12px;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000;
  display: block;
  width: 100%;
  float: left;
  cursor: pointer;
}
body.theme-body .main-form-builder .panel-collapse .pages-list.selectedSection label.page-form-label {
  background-color: #fff7de;
  color: #0f76c2;
}
body.theme-body .main-form-builder .panel-collapse .form-elements-wrap {
  padding: 0 8px;
}
body.theme-body .main-form-builder .panel-collapse.panel-right-sidebar input {
  font-size: 11px;
}
body.theme-body .main-form-builder .panel-collapse.panel-right-sidebar small {
  margin-right: 2px;
  color: #0f76c2;
}
body.theme-body .main-form-builder .panel-collapse.panel-right-sidebar .link-icon {
  font-size: 12px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  cursor: pointer;
  text-decoration: none !important;
}
body.theme-body .main-form-builder .panel-collapse.panel-right-sidebar .link-icon .table-cell:first-child {
  padding-right: 5px;
  width: 20px;
}
body.theme-body .custom-radio-box {
  cursor: pointer;
}
body.theme-body .custom-radio-box input {
  display: none;
}
body.theme-body .custom-radio-box input:checked + .checked-radio:before {
  content: "\e834";
}
body.theme-body .custom-radio-box input + .checked-radio:before {
  content: "\e831";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 12px;
}
body.theme-body .lg-checkbox input + .checkbox-material .check:before {
  font-size: 17px !important;
  margin: 0 !important;
  color: #0f76c2;
}
body.theme-body .lg-checkbox input:checked + .checkbox-material .check:before {
  font-size: 20px !important;
  margin: 0 !important;
  position: relative;
  top: -1px;
}
body.theme-body .lg-checkbox .check {
  width: 27px;
  float: left;
}
body.theme-body .md-checkbox input + .checkbox-material .check:before {
  font-size: 15px !important;
  margin: 0 !important;
  color: #0f76c2;
}
body.theme-body .md-checkbox input:checked + .checkbox-material .check:before {
  font-size: 16px !important;
  margin: 0 !important;
  position: relative;
  top: -1px;
}
body.theme-body .md-checkbox .check {
  width: 23px;
  float: left;
}
body.theme-body .checkbox.sm-checkbox input + .checkbox-material .check:before {
  font-size: 16px;
  color: #0f76c2;
}
body.theme-body .checkbox.sm-checkbox input:checked + .checkbox-material .check:before {
  font-size: 18px;
  margin-left: 1px;
  position: relative;
  left: 1px;
}
body.theme-body .checkbox.sm-checkbox span {
  font-size: 13px;
}
body.theme-body .checkbox.sm-checkbox label {
  padding-left: 0;
}
body.theme-body .checkbox input {
  display: none;
}
body.theme-body .checkbox input:checked + .checkbox-material .check:before {
  content: "\e8ac";
}
body.theme-body .checkbox input + .checkbox-material .check:before {
  content: "\e801";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 12px;
  margin: 0 4px 0 0;
}
body.theme-body .editor-enabled-btn .iconcheckbox_inactive:before {
  content: "\e801";
}
body.theme-body .editor-enabled-btn.open .iconcheckbox_inactive:before {
  content: "\e8ac";
  font-size: 18px;
  border-radius: 0;
}
body.theme-body .editor-enabled-btn strong {
  font-size: 12px;
}
body.theme-body .panels-wrapper div.selectSectionWrapper div.form-group {
  width: calc(100% - 100px);
  float: left;
  margin-top: 0;
}
body.theme-body .panels-wrapper div.selectSectionWrapper div.form-group select.form-control {
  background: none !important;
  border: none;
  border-bottom: 1px solid #0f76c2;
  color: #0f76c2;
  font-family: "open_sanssemibold";
  font-size: 18px;
}
body.theme-body .panels-wrapper div.selectSectionWrapper button.a-btn {
  padding: 0;
  margin: 11px 0 0;
  /* border-bottom: 1px solid; */
  width: auto;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 12px;
}
body.theme-body .panels-wrapper .panelAddRemove {
  font-size: 11px;
  cursor: pointer;
  color: #0f76c2;
}
body.theme-body .panels-wrapper .form-element-selected {
  background: rgba(255, 247, 189, 0.4);
}
body.theme-body .panels-wrapper .elementWrapper {
  border: 1px solid #cccccc;
  background: #fff;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
body.theme-body .panels-wrapper .elementWrapper label {
  font-size: 10px;
  line-height: 13px;
  width: calc(100% - 29px);
}
body.theme-body .panels-wrapper .elementWrapper em {
  margin-top: 3px;
  margin-right: 8px;
}
body.theme-body .panels-wrapper .panel-row-outer label.xs-label {
  font-size: 10px;
  font-weight: normal;
  font-family: "open_sanssemibold";
  text-shadow: none;
  line-height: normal;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
body.theme-body .center_allignment .labelDiv {
  width: 40px;
  float: left;
}
body.theme-body .center_allignment .controlWrap1 {
  width: calc(100% - 42px);
  float: right;
}
body.theme-body .vertical-middle {
  vertical-align: middle !important;
}
body.theme-body .bootstrap-datetimepicker-widget {
  list-style: none;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  border: none !important;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu ul li table {
  border: none !important;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu ul li table tr td {
  border: none !important;
}
@media (min-width: 768px) {
  body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu:before,
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.25);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
body.theme-body .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
body.theme-body .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
body.theme-body .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
body.theme-body .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
body.theme-body .bootstrap-datetimepicker-widget .timepicker-hour,
body.theme-body .bootstrap-datetimepicker-widget .timepicker-minute,
body.theme-body .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
body.theme-body .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
body.theme-body .bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
body.theme-body .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
body.theme-body .bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
body.theme-body .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
body.theme-body .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
body.theme-body .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
body.theme-body .bootstrap-datetimepicker-widget table td,
body.theme-body .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
body.theme-body .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
body.theme-body .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
body.theme-body .bootstrap-datetimepicker-widget table th.disabled,
body.theme-body .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.48);
  cursor: not-allowed;
}
body.theme-body .bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
body.theme-body .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
body.theme-body .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
body.theme-body .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: rgba(0, 0, 0, 0.48);
}
body.theme-body .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
body.theme-body .bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
}
body.theme-body .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
body.theme-body .bootstrap-datetimepicker-widget table td.day:hover,
body.theme-body .bootstrap-datetimepicker-widget table td.hour:hover,
body.theme-body .bootstrap-datetimepicker-widget table td.minute:hover,
body.theme-body .bootstrap-datetimepicker-widget table td.second:hover {
  background: rgba(0, 0, 0, 0.48);
  cursor: pointer;
}
body.theme-body .bootstrap-datetimepicker-widget table td.old,
body.theme-body .bootstrap-datetimepicker-widget table td.new {
  color: rgba(0, 0, 0, 0.48);
}
body.theme-body .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
body.theme-body .bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #0f76c2;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
body.theme-body .bootstrap-datetimepicker-widget table td.active,
body.theme-body .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0f76c2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
body.theme-body .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
body.theme-body .bootstrap-datetimepicker-widget table td.disabled,
body.theme-body .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.48);
  cursor: not-allowed;
}
body.theme-body .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
body.theme-body .bootstrap-datetimepicker-widget table td span:hover {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-body .bootstrap-datetimepicker-widget table td span.active {
  background-color: #0f76c2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
body.theme-body .bootstrap-datetimepicker-widget table td span.old {
  color: rgba(0, 0, 0, 0.48);
}
body.theme-body .bootstrap-datetimepicker-widget table td span.disabled,
body.theme-body .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.48);
  cursor: not-allowed;
}
body.theme-body .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
body.theme-body .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
body.theme-body .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
body.theme-body .input-group.date .input-group-addon {
  cursor: pointer;
}
body.theme-body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.theme-body .top-bar-form-builder .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.theme-body label.custom-radio-box span {
  position: relative;
  top: -1px;
  left: 2px;
  font-size: 14px;
  font-family: open_sansregular;
}/*# sourceMappingURL=theme-style.css.map */