@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* buttons */
.btn-success {
  background-color: #009b8c;
  border-color: #009b8c;
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
  background-color: #009b8c;
  border-color: #009b8c;
}

.btn-info {
  background-color: #00ccff;
  border-color: #14c0ea;
}
.btn-info:focus, .btn-info:active, .btn-info:hover {
  background-color: #0fb1da;
  border-color: #14c0ea;
}

.input-group-btn {
  overflow: hidden;
}

.btn-grey {
  background-color: #edf1f2;
  border-color: #cfdadd;
}

/* progressbar */
.progress-bar-success {
  background-color: #00685e;
}

.i-switch {
  background-color: #00685e;
}

.text-success {
  color: #00685e;
}

/* paginations colors */
.pagination > li > a,
.pagination > li > span {
  color: #00ccff;
}

.pagination > .active > a,
.pagination > .active > span {
  background-color: #00ccff;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus
.pagination > .active > a,
.pagination > .active > span {
  background-color: #0fb1da;
  border-color: #14c0ea;
}

.pagination > .active > a,
.pagination > .active > span {
  border-color: #14c0ea;
}

/* backgrounds and text colors */
.bg-red {
  background-color: #ee3939;
}

.text-red {
  color: #ee3939;
}

.bg-yellow {
  background-color: #d8a053;
}

.text-yellow {
  color: #d8a053;
}

.bg-yellow2 {
  background-color: #FFDE00;
}

.text-yellow2 {
  color: #FFDE00;
}

.bg-green {
  background-color: #00685e;
}

.text-green {
  color: #00685e;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-purple {
  background-color: #b02e98;
}

.text-purple {
  color: #b02e98;
}

.bg-grey {
  background-color: #C0C0C0;
}

.text-grey {
  color: #C0C0C0;
}

.bg-blue {
  background-color: #00ccff;
}

.text-blue {
  color: #00ccff;
}

/* checkbox colors */
.i-checks > i {
  background-color: rgba(125, 186, 92, 0.25);
}

.i-checks input:checked + i {
  border-color: #b02e98;
  background-color: transparent;
}

.i-checks input:checked + i:before {
  background-color: #b02e98;
}

/* addons btn */
.bg-success {
  background-color: #00685e;
  color: #fff;
}

.bg-failed {
  background-color: #ee3939;
  color: #fff;
}

.link-class {
  color: #0000EE;
}

.link-class:hover {
  color: #0000EE;
  text-decoration: underline;
}

/**
 * Nestable
 */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dd-handle:hover {
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 40px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ccc;
  font-size: 15px;
  font-weight: normal;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  opacity: 0.5;
}

.dd3-handle:hover {
  background: #f7f7f7;
}

.dd3-handle:hover:before {
  opacity: 1;
}

.dd-list > li:first-child .dd3-content {
  margin-top: 0;
}

.container-login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}
.container-login .left {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  width: 50%;
  height: 100%;
}
.container-login .left img {
  max-width: 100%;
}
.container-login .left:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.container-login .right {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #337ab7;
}
.container-login .right:before {
  background: url(../img/half-light.png) no-repeat 0 100%;
  content: "";
  opacity: 0.2;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 452px;
  height: 522px;
  z-index: 0;
}
.container-login .right form {
  z-index: 1;
}
.container-login .copyright {
  font-size: 16px;
  color: #bfbfbf;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 50%;
  line-height: 27px;
}
.container-login form {
  width: 100%;
  max-width: 400px;
}
.container-login form > div {
  margin-bottom: 20px;
}
.container-login form > div:last-child {
  margin-bottom: 0;
}
.container-login form input, .container-login form select {
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  background-color: #337ab7;
  border: 5px solid #fff;
  width: 100%;
  height: 70px;
}
.container-login form input::-webkit-input-placeholder, .container-login form select::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.container-login form input:-moz-placeholder, .container-login form select:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.container-login form input::-moz-placeholder, .container-login form select::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.container-login form input:-ms-input-placeholder, .container-login form select:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.container-login form input:focus, .container-login form select:focus {
  background-color: #fff;
  color: #4c4c4d;
}
.container-login form button {
  border: none;
  outline: none;
  background-color: #023f73;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 70px;
}
.container-login form button .signin {
  margin-right: 10px;
  display: inline-block;
  background: url(../img/signin.png) no-repeat 0 0;
  width: 18px;
  height: 14px;
}
.container-login form button:focus, .container-login form button:active, .container-login form button:hover {
  background-color: #024e8e;
}
.container-login form button:disabled {
  background-color: #024e8e;
  opacity: 0.7;
}
.container-login form button:disabled:focus, .container-login form button:disabled:active, .container-login form button:disabled:hover {
  background-color: #024e8e;
}

@media (max-width: 768px) {
  .loginpage .app-header-fixed {
    padding-top: 0;
  }

  .container-login {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 100%;
  }
  .container-login .left,
  .container-login .right {
    width: 100%;
  }
  .container-login .right {
    padding-bottom: 120px;
    flex-grow: 1;
  }
  .container-login .copyright {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
  }
}
.f-16 {
  font-size: 16px;
}

@media (max-width: 420px) {
  .container-login {
    display: block;
  }
}
.sidebar-custom {
  background-color: #ffffff;
}
.sidebar-custom .navi ul.nav li {
  border-left: 12px solid #c3c8d5;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar-custom .navi ul.nav li a,
.sidebar-custom .navi ul.nav li a:visited,
.sidebar-custom .navi ul.nav li a:link,
.sidebar-custom .navi ul.nav li a:active,
.sidebar-custom .navi ul.nav li a:focus,
.sidebar-custom .navi ul.nav li a:hover {
  background-color: transparent;
}
.sidebar-custom .navi ul.nav li:first-child {
  border-top: 1px solid #f2f2f2;
}
.sidebar-custom .navi ul.nav li.active {
  border-left: 12px solid #00685e;
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-custom .navi ul.nav li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-custom .navi ul.nav li a {
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 15px;
  color: #575757;
  font-weight: lighter;
}
.sidebar-custom .aside-wrap {
  background: url(../img/sidebar-bg.png) no-repeat 0 100%;
}

.collapse.box-shadow {
  box-shadow: none;
}

@media (min-width: 768px) {
  .app-aside-fixed .aside-wrap {
    top: 115px;
  }

  .app-aside-folded .aside-wrap {
    top: 50px;
  }

  .sidebar-custom .navi > ul > li > a {
    padding: 14px 35px;
  }

  .app-aside-folded .sidebar-custom .navi > ul > li > a {
    padding: 0;
  }

  .sidebar-custom {
    width: 300px;
  }
  .sidebar-custom .aside-wrap {
    width: 300px;
  }
  .sidebar-custom .aside-wrap .navi-wrap {
    overflow-y: auto;
    width: 300px;
  }
  .sidebar-custom .aside-wrap .navi-wrap > * {
    width: 290px;
  }

  .app-aside-fixed.app-aside-folded .aside-wrap {
    width: 60px;
  }

  .navbar-collapse, .app-content, .app-footer {
    margin-left: 300px;
  }
}
@media (max-width: 767px) {
  .sidebar-custom .aside-wrap {
    height: 100%;
  }
}
.custom-logo {
  background-color: #fff;
  width: 300px;
  padding: 30px;
}
.custom-logo .show-mobile {
  display: none;
}

.navbar-brand .show-folded {
  display: none;
}

.app-aside-folded .custom-logo {
  padding: 0;
  width: 60px;
  height: 50px;
  padding: 10px;
}
.app-aside-folded .custom-logo img {
  max-width: 90%;
}
.app-aside-folded .custom-logo .navbar-brand {
  line-height: 0;
}
.app-aside-folded .navbar-brand .show-folded {
  display: inline-block;
}

.navbar-brand {
  text-align: center;
}

.navbar-brand img {
  margin: 0;
  max-height: none;
  max-width: 100%;
}

.bg-light.lter.b-b {
  background-color: #eaecec;
  border: none;
  padding-bottom: 0;
}
.bg-light.lter.b-b h1 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 40px;
}

.collapse.pos-rlt.navbar-collapse.box-shadow.bg-white-only {
  background-color: #f6f8f8;
}

.thumb-sm.avatar img {
  margin-top: 4px;
  width: 32px;
  border-radius: 32px;
  height: 32px;
}

.clean-notify {
  display: flex;
  justify-content: space-around;
}

.clean-all-genNotifications {
  cursor: pointer;
}

.clean-all-notifications {
  cursor: pointer;
}

.scrollable-menu {
  height: auto;
  max-height: 600px;
  overflow-x: hidden;
}

.bell-purple {
  color: #b02e98;
}

.select-language > a {
  width: 56px;
  position: relative;
  text-align: center;
}
.select-language b.caret {
  position: absolute;
  top: 50%;
  right: 7px;
}
.select-language .dropdown-menu {
  min-width: initial;
  width: 56px;
}
.select-language .dropdown-menu li > a {
  text-align: center;
}

@media (max-width: 767px) {
  .custom-logo {
    width: auto;
    padding: 0;
  }
  .custom-logo .show-mobile {
    display: inline-block;
  }
  .custom-logo .hidden-folded {
    display: none;
  }

  .bg-light.lter.b-b .col-sm-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 470px) {
  .bg-light.lter.b-b .col-sm-6 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .bg-light.lter.b-b .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .bg-light.lter.b-b .col-sm-6:last-child button {
    float: none !important;
  }
}
.errormessage {
  font-size: 12px;
  color: #ee3939;
}

.has-error .form-control {
  border-color: #ee3939;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ee3939;
}

.nodata-error {
  font-size: 18px;
  padding: 20px 0 20px 0;
  color: #a94442;
  text-align: center;
}

.img-users img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.btn-calendar {
  margin-right: 5px;
}

.action-buttons {
  display: flex;
  padding-top: 10px !important;
}
.action-buttons button {
  margin-right: 10px;
}

.wrapper-md table thead tr th:last-child {
  border-bottom: none !important;
}

.div-buttons {
  display: flex;
  margin-top: 8px;
}

.dash {
  display: flex;
  flex-direction: row;
}
.dash i {
  font-size: 5vw;
  border-radius: 50%;
  padding: 50px;
  background-color: #f3f3f3;
  color: #00685e;
}

.panel-d {
  width: 100%;
  height: 500px;
  background-color: #fff;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.panel-d .number {
  font-size: 90px;
  color: #6254b2;
  font-weight: 300;
}
.panel-d h1 {
  font-size: 20px;
  color: #98a6ad;
}

.loaderbtn {
  display: inline-block;
  font-size: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
	100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
	100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.trigger-filter {
  font-size: 15px;
  vertical-align: baseline;
  width: 24px;
  height: 18px;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
}
.trigger-filter:hover {
  color: #000;
}

.filter-container .ui-select-container {
  display: table-cell;
  max-width: 265px;
}
.filter-container .input-group-btn {
  vertical-align: top;
  padding: 0 0 0 5px;
}
.filter-container .input-group-btn .btn {
  padding: 5px 7px;
}
.filter-container .input-group-btn .btn:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.filter-container .selectize-input {
  padding: 6px 8px;
}
.filter-container .selectize-dropdown {
  top: 91%;
}

.popover-filter {
  width: 360px;
  max-width: none;
}
.popover-filter .popover-content {
  padding: 15px 14px 9px 14px;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: ' ';
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' ';
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.databases {
  padding: 30px 15px;
}
.databases .save-btn {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0 !important;
  width: 390px;
}
.databases .col-sm-12 {
  padding: 0 12px;
}
.databases .dbname-input {
  width: 402px;
}
.databases .success-msg,
.databases .fail-msg {
  padding-bottom: 20px;
  color: #7dba5b;
  font-size: 16px;
}
.databases .fail-msg {
  color: #f05050;
}

.time .form-control {
  display: inline-block;
  width: auto;
  height: 12px;
}
.time label {
  font-size: 16px;
}
.time .save-btn {
  justify-content: flex-start;
}
.time .save-btn .btn {
  margin: 0 12px;
}

@media screen and (max-width: 465px) {
  .databases .save-btn,
  .databases .dbname-input {
    width: 100%;
  }
  .databases .save-btn {
    padding: 30px 15px !important;
  }
  .databases .flex-block {
    display: block;
  }
}
.app-content-body {
  padding-bottom: 30px;
}

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

.m-w-50 {
  max-width: 50px;
}

.m-w-70 {
  max-width: 70px;
}

.b-t {
  border-top: 1px solid #eaeff0;
}

.clearbox:after {
  content: '';
  display: block;
  clear: both;
}

.h-20 {
  height: 20px;
}

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

.connected .list-group .list-group-item {
  padding: 5px 10px 5px 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog.modal-sm {
    width: 300px;
  }
}
.i-switch i:before {
  background-color: #f05050;
  transition: none;
}

.panel {
  margin-bottom: 30px;
}

.tab-container .tab-content,
.wrapper-md {
  padding: 30px;
}

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

.m-b-n {
  margin-bottom: 0;
}

.table.row-v-middle tbody tr td {
  vertical-align: middle;
}

.bg-light {
  background-color: #eaecec;
}

.app:before {
  background-color: #eaecec;
}

.p-l-24 {
  padding-left: 24px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.order_selected .dd3-content {
  background-color: #f6f8f8;
}

.orders-list .order-item {
  cursor: pointer;
}

.wrapper-md {
  padding: 5px 30px 0;
}
.wrapper-md .font-thin h1 {
  display: none;
}
.wrapper-md .col-sm-6 h1 {
  display: none;
}

.form-group {
  margin-bottom: 10px;
}

.form-group select, text {
  color: #b6b6b6;
}

.form-group select.ng-not-empty {
  color: #555;
}

.form-group select:focus {
  color: #555;
}

.panel-heading .btn {
  position: relative;
  bottom: 5px;
  left: 8px;
  padding: 4px 11px;
}
.panel-heading .btn-addon i {
  height: 30px;
  margin: -5px -12px;
  margin-right: 12px;
  line-height: 30px;
}

textarea {
  resize: vertical;
}

.panel-footer {
  padding: 10px 15px 5px 15px;
}

.table.table-striped .fa {
  display: inline;
}

@media (max-width: 350px) {
  .wrapper-md {
    padding: 5px 15px 0;
  }
}
.freq1,
.freq2,
.freq3 {
  display: inline-block;
  width: calc(49% - 47px);
  text-align: right;
}
.freq1 select,
.freq2 select,
.freq3 select {
  display: inline-block;
}

.freq1 {
  position: relative;
  width: 90px;
}
.freq1 input {
  max-width: 60px;
}
.freq1:after {
  content: 'x per';
  display: block;
  position: absolute;
  right: -4px;
  top: 18%;
}

.freq2 {
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}

.freq3 {
  float: right;
}

.loadingdata {
  display: block;
  width: 100%;
  padding: 50px;
  text-align: center;
}

.general-back-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1100;
}
.general-back-button .btn {
  font-size: 40px;
  padding: 0 8px;
}
.general-back-button .fa {
  color: #7DBA5C;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.55);
}
