@charset "UTF-8";
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

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

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

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

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

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0 !important; }

.display-none {
  display: none !important; }

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

.display-block {
  display: block !important; }

.display-table {
  display: table !important; }

.display-table-cell {
  display: table-cell !important; }

.display-flex {
  display: flex !important; }

.display-inline-flex {
  display: inline-flex !important; }

.flexbox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.hide {
  display: none !important; }

.no-select {
  user-select: none; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.no-padding {
  padding: 0 !important; }

.text-align-left {
  text-align: left !important; }

.text-align-right {
  text-align: right !important; }

.text-align-center {
  text-align: center !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.img-circle {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

.clearfix,
.group {
  zoom: 1; }
  .clearfix:before, .clearfix:after,
  .group:before,
  .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after,
  .group:after {
    clear: both; }

.btn {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  outline: 0 !important;
  position: relative;
  padding: .65rem 1.25rem;
  cursor: pointer;
  overflow: hidden; }

.btn.active,
.btn:active,
.open > .btn.dropdown-toggle,
.show > .btn.dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.btn .active-visible {
  display: none; }

.btn.active .active-visible {
  display: inline; }

.btn.active .active-hidden {
  display: none; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 1rem 1.75rem;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.btn-group-sm > .btn,
.btn-sm {
  padding: .35rem .75rem;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.btn-air {
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  -moz-box-shadow: 0 5px 20px #d6dee4;
  -ms-box-shadow: 0 5px 20px #d6dee4;
  -o-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.btn-air:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.btn-thick {
  border-width: 2px; }

.btn-square,
.btn-square .btn {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; }

.btn-fix {
  min-width: 120px;
  text-align: center; }

.btn-rounded {
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important; }

.btn-secondary {
  color: #485b6f;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.disabled {
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  opacity: .65 !important;
  pointer-events: none !important; }

.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover,
.show > .btn-secondary.dropdown-toggle {
  color: #485b6f;
  background-color: #dadfe4;
  border-color: #dadfe4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-primary {
  color: #ffffff;
  background-color: #036D6C;
  border-color: #036D6C; }

.btn-primary.active,
.btn-primary.disabled,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(33, 150, 243, 0.8);
  border-color: rgba(33, 150, 243, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-success {
  color: #ffffff;
  background-color: #18c5a9;
  border-color: #18c5a9; }

.btn-success.active,
.btn-success.disabled,
.btn-success.focus,
.btn-success:active,
.btn-success:disabled,
.btn-success:focus,
.btn-success:hover,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #15ae96;
  border-color: #15ae96;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-info {
  color: #ffffff;
  background-color: #2cc4cb;
  border-color: #2cc4cb; }

.btn-info.active,
.btn-info.disabled,
.btn-info.focus,
.btn-info:active,
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #27b0b6;
  border-color: #27b0b6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12; }

.btn-warning.active,
.btn-warning.disabled,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:disabled,
.btn-warning:focus,
.btn-warning:hover,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #e08e0b;
  border-color: #e08e0b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-danger {
  color: #ffffff;
  background-color: #f75a5f;
  border-color: #f75a5f; }

.btn-danger.active,
.btn-danger.disabled,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:disabled,
.btn-danger:focus,
.btn-danger:hover,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f64247;
  border-color: #f64247;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-blue {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db; }

.btn-blue.active,
.btn-blue.disabled,
.btn-blue.focus,
.btn-blue:active,
.btn-blue:disabled,
.btn-blue:focus,
.btn-blue:hover,
.show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #258cd1;
  border-color: #258cd1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-pink {
  color: #ffffff;
  background-color: #ff4081;
  border-color: #ff4081; }

.btn-pink.active,
.btn-pink.disabled,
.btn-pink.focus,
.btn-pink:active,
.btn-pink:disabled,
.btn-pink:focus,
.btn-pink:hover,
.show > .btn-pink.dropdown-toggle {
  color: #ffffff;
  background-color: #ff2770;
  border-color: #ff2770;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-white {
  background-color: #ffffff; }

.btn-transparent,
.btn-transparent.disabled {
  border-color: transparent;
  background-color: transparent;
  color: #485b6f; }

.btn-outline-secondary {
  color: #485b6f;
  background-image: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1); }

.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #485b6f !important;
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-primary {
  color: #036D6C;
  background-image: none;
  background-color: transparent;
  border-color: #036D6C; }

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #036D6C;
  border-color: #036D6C;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-info {
  color: #2cc4cb;
  background-image: none;
  background-color: transparent;
  border-color: #2cc4cb; }

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #2cc4cb;
  border-color: #2cc4cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-success {
  color: #18c5a9;
  background-image: none;
  background-color: transparent;
  border-color: #18c5a9; }

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #18c5a9;
  border-color: #18c5a9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-warning {
  color: #f39c12;
  background-image: none;
  background-color: transparent;
  border-color: #f39c12; }

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-danger {
  color: #f75a5f;
  background-image: none;
  background-color: transparent;
  border-color: #f75a5f; }

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f75a5f;
  border-color: #f75a5f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-blue {
  color: #3498db;
  background-image: none;
  background-color: transparent;
  border-color: #3498db; }

.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:active,
.btn-outline-blue:focus,
.btn-outline-blue:hover,
.show > .btn-outline-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline-pink {
  color: #ff4081;
  background-image: none;
  background-color: transparent;
  border-color: #ff4081; }

.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:active,
.btn-outline-pink:focus,
.btn-outline-pink:hover,
.show > .btn-outline-pink.dropdown-toggle {
  color: #ffffff;
  background-color: #ff4081;
  border-color: #ff4081;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none; }

.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff; }

.btn-icon-only {
  height: 40px;
  width: 40px;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.btn-icon-only [class*=" la-"] {
  font-size: 1.4rem; }

.btn-icon-only [class^=ti-] {
  font-size: 1.2rem; }

.btn-icon-only [class*=" fa-"] {
  font-size: 1.3rem; }

.btn-group-lg .btn-icon-only,
.btn-icon-only.btn-lg {
  height: 56px;
  width: 56px; }

.btn-group-lg .btn-icon-only [class^=ti-],
.btn-icon-only.btn-lg [class^=ti-] {
  font-size: 1.7rem; }

.btn-group-lg .btn-icon-only [class*=la-],
.btn-icon-only.btn-lg [class*=la-] {
  font-size: 1.9rem; }

.btn-group-sm .btn-icon-only,
.btn-icon-only.btn-sm {
  height: 33px;
  width: 33px; }

.btn-group-sm .btn-icon-only [class^=ti-],
.btn-icon-only.btn-sm [class^=ti-] {
  font-size: 1.1rem; }

.btn-group-sm .btn-icon-only [class*=la-],
.btn-icon-only.btn-sm [class*=la-] {
  font-size: 1.3rem; }

.btn-icon:not(.btn-labeled) {
  display: table;
  margin: 0 auto; }

.btn-icon:not(.btn-labeled) > i {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  padding-right: .5rem; }

.btn-icon:not(.btn-labeled).btn-icon-right > i {
  padding-right: 0;
  padding-left: .5rem; }

.btn-icon [class*=" la-"] {
  font-size: 1.35rem; }

.btn-icon [class^=ti-] {
  font-size: 1.1rem; }

.btn-group-lg .btn-icon [class^=ti-],
.btn-icon.btn-lg [class^=ti-],
.btn-lg .btn-icon [class^=ti-] {
  font-size: 1.35rem; }

.btn-group-lg .btn-icon [class*=" la-"],
.btn-icon.btn-lg [class*=" la-"],
.btn-lg .btn-icon [class*=" la-"] {
  font-size: 1.5rem; }

.btn-group-sm .btn-icon [class^=ti-],
.btn-icon.btn-sm [class^=ti-],
.btn-sm .btn-icon [class^=ti-] {
  font-size: 1rem; }

.btn-group-sm .btn-icon [class*=" la-"],
.btn-icon.btn-sm [class*=" la-"],
.btn-sm .btn-icon [class*=" la-"] {
  font-size: 1.1rem; }

.btn-circle {
  -webkit-border-radius: 50px;
  border-radius: 50px; }

[class*=btn-gradient-] {
  border-width: 0;
  color: #ffffff; }

.btn-gradient-purple {
  background-image: -webkit-linear-gradient(45deg, #ff4081 0, #7536e6 100%) !important;
  background-image: -o-linear-gradient(45deg, #ff4081 0, #7536e6 100%) !important;
  background-image: linear-gradient(45deg, #ff4081 0, #7536e6 100%) !important; }

.btn-gradient-peach {
  background-image: -webkit-linear-gradient(45deg, #f39c12 0, #e91e63 100%) !important;
  background-image: -o-linear-gradient(45deg, #f39c12 0, #e91e63 100%) !important;
  background-image: linear-gradient(45deg, #f39c12 0, #e91e63 100%) !important; }

.btn-gradient-aqua {
  background-image: -webkit-linear-gradient(45deg, #35c9ff 0, #69f0ae 100%) !important;
  background-image: -o-linear-gradient(45deg, #35c9ff 0, #69f0ae 100%) !important;
  background-image: linear-gradient(45deg, #35c9ff 0, #69f0ae 100%) !important; }

.btn-gradient-blue {
  background-image: -webkit-linear-gradient(45deg, #00dcaf 0, #7536e6 100%) !important;
  background-image: -o-linear-gradient(45deg, #00dcaf 0, #7536e6 100%) !important;
  background-image: linear-gradient(45deg, #00dcaf 0, #7536e6 100%) !important; }

.btn-gradient-blue2 {
  background-image: -webkit-linear-gradient(45deg, #7536e6 0, #09ddae 100%) !important;
  background-image: -o-linear-gradient(45deg, #7536e6 0, #09ddae 100%) !important;
  background-image: linear-gradient(45deg, #7536e6 0, #09ddae 100%) !important; }

.btn-gradient-silver {
  background-image: -webkit-linear-gradient(45deg, #c7cccf 30%, #35c9ff 100%) !important;
  background-image: -o-linear-gradient(45deg, #c7cccf 30%, #35c9ff 100%) !important;
  background-image: linear-gradient(45deg, #c7cccf 30%, #35c9ff 100%) !important;
  color: inherit; }

.btn-gradient-lime {
  background-image: -webkit-linear-gradient(45deg, #eeff41 0, #35c9ff 100%) !important;
  background-image: -o-linear-gradient(45deg, #eeff41 0, #35c9ff 100%) !important;
  background-image: linear-gradient(45deg, #eeff41 0, #35c9ff 100%) !important;
  color: inherit; }

.btn-gradient-blue-pink {
  background-image: -webkit-linear-gradient(45deg, #35c9ff 0, #e91e63 100%) !important;
  background-image: -o-linear-gradient(45deg, #35c9ff 0, #e91e63 100%) !important;
  background-image: linear-gradient(45deg, #35c9ff 0, #e91e63 100%) !important; }

.btn-labeled .btn-label {
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1); }

.btn-labeled-left {
  padding-left: 50px;
  text-align: left; }

.btn-labeled-left .btn-label {
  left: 0; }

.btn-labeled-left.btn-lg {
  padding-left: 65px; }

.btn-labeled-left.btn-lg .btn-label {
  width: 50px; }

.btn-labeled-left.btn-sm {
  padding-left: 40px; }

.btn-labeled-left.btn-sm .btn-label {
  width: 30px; }

.btn-labeled-right {
  padding-right: 50px;
  text-align: right; }

.btn-labeled-right .btn-label {
  right: 0; }

.btn-labeled-right.btn-lg {
  padding-right: 65px; }

.btn-labeled-right.btn-lg .btn-label {
  width: 50px; }

.btn-labeled-right.btn-sm {
  padding-right: 40px; }

.btn-labeled-right.btn-sm .btn-label {
  width: 30px; }

.btn-label-out {
  position: relative;
  line-height: 1.25;
  padding: .65rem 1rem;
  border: 1px solid #dee1e3;
  color: #5d6064;
  background-color: #ffffff; }

.btn-label-out.pointing {
  margin-left: -1px; }

.btn-label-out.pointing:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
  background-color: inherit;
  border-style: solid;
  border-color: inherit; }

.btn-group-lg .btn-label-out {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.btn-group-lg .btn-label-out.pointing:before {
  height: 14px;
  width: 14px;
  margin-top: -7px; }

.btn-group-sm .btn-label-out {
  padding: .35rem .6rem;
  font-size: .875rem;
  line-height: 1.5; }

.btn-label-out-right {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0 !important;
  border-radius: 0 2px 2px 0 !important; }

.btn-label-out-right.pointing:before {
  left: -5px;
  border-width: 0 0 1px 1px; }

.btn-group-lg .btn-label-out-right.pointing:before {
  left: -8px; }

.btn-label-out-left {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px !important;
  border-radius: 2px 0 0 2px !important; }

.btn-label-out-left.pointing:before {
  right: -5px;
  border-width: 1px 1px 0 0; }

.btn-group-lg .btn-label-out-left.pointing:before {
  right: -8px; }

.btn-label-out-primary {
  border-color: #036D6C;
  color: #036D6C; }

.btn-label-out-secondary {
  border-color: #e9ecef;
  color: #e9ecef; }

.btn-label-out-info {
  border-color: #2cc4cb;
  color: #2cc4cb; }

.btn-label-out-success {
  border-color: #18c5a9;
  color: #18c5a9; }

.btn-label-out-warning {
  border-color: #f39c12;
  color: #f39c12; }

.btn-label-out-danger {
  border-color: #f75a5f;
  color: #f75a5f; }

.btn-label-out-blue {
  border-color: #3498db;
  color: #3498db; }

.btn-label-out-pink {
  border-color: #ff4081;
  color: #ff4081; }

.btn-label-out-gradient-purple.btn-label-out-right {
  border-color: #7536e6;
  color: #7536e6; }

.btn-label-out-gradient-purple.btn-label-out-left {
  border-color: #ff4081;
  color: #ff4081; }

.btn-label-out-gradient-peach.btn-label-out-right {
  border-color: #e91e63;
  color: #e91e63; }

.btn-label-out-gradient-peach.btn-label-out-left {
  border-color: #f39c12;
  color: #f39c12; }

.btn-animated .hidden-content,
.btn-animated .visible-content {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-animated .hidden-content {
  line-height: 20px; }

.btn-animated.from-left .visible-content {
  position: relative;
  left: 0;
  right: auto; }

.btn-animated.from-left .hidden-content {
  position: absolute;
  top: 50%;
  left: -100%;
  margin-top: -10px;
  width: 100%; }

.btn-animated.from-left:hover .visible-content {
  left: 200%;
  right: auto; }

.btn-animated.from-left:hover .hidden-content {
  left: 0;
  right: auto; }

.btn-animated.from-top .visible-content {
  position: relative;
  left: 0;
  right: auto; }

.btn-animated.from-top .hidden-content {
  position: absolute;
  top: -50%;
  left: 0;
  margin-top: -10px;
  width: 100%; }

.btn-animated.from-top:hover .visible-content {
  opacity: 0; }

.btn-animated.from-top:hover .hidden-content {
  top: 50%; }

.btn-animated.fade-button .visible-content {
  position: relative;
  left: 0;
  right: auto; }

.btn-animated.fade-button .hidden-content {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.btn-animated.fade-button:hover .visible-content {
  opacity: 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75); }

.btn-animated.fade-button:hover .hidden-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.btn-group.btn-rounded > .btn:first-child {
  -webkit-border-radius: 50px 0 0 50px !important;
  border-radius: 50px 0 0 50px !important; }

.btn-group.btn-rounded > .btn:last-child {
  -webkit-border-radius: 0 50px 50px 0 !important;
  border-radius: 0 50px 50px 0 !important; }

.btn-group-vertical.btn-rounded > .btn:first-child {
  -webkit-border-radius: 50px 50px 0 0 !important;
  border-radius: 50px 50px 0 0 !important; }

.btn-group-vertical.btn-rounded > .btn:last-child {
  -webkit-border-radius: 0 0 50px 50px !important;
  border-radius: 0 0 50px 50px !important; }

.btn-group-justified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.btn-group-justified .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-border-radius: 0;
  border-radius: 0; }

.btn-group-justified .btn:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.btn-group-justified .btn:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.btn-group-vertical .btn.labeled {
  text-align: left; }

.btn-group-vertical .btn.labeled .btn-label {
  width: 33px; }

.btn-group-vertical.btn-group-lg .btn.labeled .btn-label {
  width: 45px; }

.btn-group-vertical.btn-group-sm .btn.labeled .btn-label {
  width: 28px; }

.btn-group-vertical.btn-group-xs .btn.labeled .btn-label {
  width: 22px; }

.btn-soc-facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.btn-soc-twitter {
  background-color: #55acee;
  border-color: #55acee; }

.btn-soc-google {
  background-color: #dd4b39;
  border-color: #dd4b39; }

.btn-soc-linkedin {
  background-color: #007bb5;
  border-color: #007bb5; }

.btn-soc-pinterest {
  background-color: #cb2027;
  border-color: #cb2027; }

.btn-soc-vk {
  background-color: #4b73a4;
  border-color: #4b73a4; }

.btn-soc-instagram {
  background-color: #007bb5;
  border-color: #007bb5; }

.btn-soc-youtube {
  background-color: #b00;
  border-color: #b00; }

.btn-soc-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.btn-soc-github {
  background-color: #333;
  border-color: #333; }

.btn-soc-tumblr {
  background-color: #2c4762;
  border-color: #2c4762; }

.btn-soc-flickr {
  background-color: #f40083;
  border-color: #f40083; }

.btn-soc-yahoo {
  background-color: #430297;
  border-color: #430297; }

.btn-soc-ok {
  background-color: #f58220;
  border-color: #f58220; }

.btn-soc-rss {
  background-color: #f60;
  border-color: #f60; }

[class*=' btn-soc-'] {
  color: #ffffff; }

[class*=' btn-soc-']:focus,
[class*=' btn-soc-']:hover {
  opacity: .9;
  color: #ffffff; }

.table-dtl {
  border: none; }

.table-dtl tr td {
  border: none !important;
  padding: 5px; }

.table-dtl tr td:first-child {
  width: 10%; }

.fab {
  display: inline-block;
  position: relative;
  z-index: 5; }

.fab > .btn {
  z-index: 1; }

.fab .fab-icon,
.fab .fab-icon-active {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.fab .fab-icon-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.fab .fab-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden; }

.fab .fab-menu li {
  padding: 5px; }

.fab .fab-menu li .btn {
  -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
  -moz-transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
  -ms-transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
  -o-transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
  transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

.fab.fab-top .fab-menu {
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.fab.fab-top .fab-menu li .btn {
  -webkit-transform: scale(0.4) translateX(0) translateY(40px);
  -moz-transform: scale(0.4) translateX(0) translateY(40px);
  -ms-transform: scale(0.4) translateX(0) translateY(40px);
  -o-transform: scale(0.4) translateX(0) translateY(40px);
  transform: scale(0.4) translateX(0) translateY(40px); }

.fab.fab-bottom .fab-menu {
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.fab.fab-bottom .fab-menu li .btn {
  -webkit-transform: scale(0.4) translateX(0) translateY(-40px);
  -moz-transform: scale(0.4) translateX(0) translateY(-40px);
  -ms-transform: scale(0.4) translateX(0) translateY(-40px);
  -o-transform: scale(0.4) translateX(0) translateY(-40px);
  transform: scale(0.4) translateX(0) translateY(-40px); }

.fab.fab-left .fab-menu {
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.fab.fab-left .fab-menu li .btn {
  -webkit-transform: scale(0.4) translateX(40px) translateY(0);
  -moz-transform: scale(0.4) translateX(40px) translateY(0);
  -ms-transform: scale(0.4) translateX(40px) translateY(0);
  -o-transform: scale(0.4) translateX(40px) translateY(0);
  transform: scale(0.4) translateX(40px) translateY(0); }

.fab.fab-right .fab-menu {
  left: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.fab.fab-right .fab-menu li .btn {
  -webkit-transform: scale(0.4) translateX(-40px) translateY(0);
  -moz-transform: scale(0.4) translateX(-40px) translateY(0);
  -ms-transform: scale(0.4) translateX(-40px) translateY(0);
  -o-transform: scale(0.4) translateX(-40px) translateY(0);
  transform: scale(0.4) translateX(-40px) translateY(0); }

.fab > .btn.active .fab-icon-active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.fab > .btn.active .fab-icon {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.fab > .btn.active + .fab-menu {
  visibility: visible; }

.fab > .btn.active + .fab-menu > li > .btn {
  -webkit-transform: scale(1) translate(0);
  -moz-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  -o-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
  opacity: 1; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.btn .caret {
  margin-left: 0; }

.ibox {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
  .ibox .ibox-head {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px; }
    .ibox .ibox-head .ibox-title {
      font-size: 16px;
      font-weight: 500; }
      .ibox .ibox-head .ibox-title small {
        font-weight: 400;
        font-size: 13px;
        color: #777; }
        .ibox .ibox-head .ibox-title small a {
          color: inherit; }
    .ibox .ibox-head .ibox-tools {
      position: relative; }
      .ibox .ibox-head .ibox-tools a {
        color: #aaa;
        font-size: 16px;
        margin-left: 8px; }
        .ibox .ibox-head .ibox-tools a:hover {
          color: inherit; }
    .ibox .ibox-head .nav-pills, .ibox .ibox-head .nav-tabs {
      margin: 0; }
    .ibox .ibox-head .nav-tabs {
      border: 0;
      height: 60px; }
      .ibox .ibox-head .nav-tabs .nav-link {
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  .ibox .ibox-body {
    padding: 25px 25px 25px; }
    .ibox .ibox-body .ibox-fullwidth-block {
      margin-left: -25px;
      margin-right: -25px; }
  .ibox .ibox-footer {
    padding: 25px;
    border-top: 1px solid #eee; }
  .ibox .abs-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; }

.ibox.ibox-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1005; }

.ibox.ibox-fullheight {
  height: -webkit-calc(100% - 25px);
  height: calc(100% - 25px); }

.ibox.shadow-wide {
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  -moz-box-shadow: 0 5px 20px #d6dee4;
  -ms-box-shadow: 0 5px 20px #d6dee4;
  -o-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

body.fullscreen-mode {
  overflow-y: hidden; }

.nav-pills, .ibox .ibox-head .nav-tabs,
.nav-tabs {
  margin-bottom: 15px; }

.nav-pills .nav-link, .ibox .ibox-head .nav-tabs .nav-link,
.nav-tabs .nav-link {
  color: #71808f; }

.nav-tabs .nav-link {
  padding: .7rem 1rem; }

.tabs-line .nav-link {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-width: 0;
  border-bottom: 1px solid transparent; }

.tabs-line .nav-link.active,
.tabs-line .nav-link:hover {
  color: #036D6C;
  border-bottom-color: #036D6C; }

.tabs-line.tabs-line-2x .nav-link {
  border-bottom-width: 2px; }

.tabs-line-success .nav-link.active,
.tabs-line-success .nav-link:hover {
  color: #18c5a9;
  border-bottom-color: #18c5a9; }

.tabs-line-info .nav-link.active,
.tabs-line-info .nav-link:hover {
  color: #2cc4cb;
  border-bottom-color: #2cc4cb; }

.tabs-line-warning .nav-link.active,
.tabs-line-warning .nav-link:hover {
  color: #f39c12;
  border-bottom-color: #f39c12; }

.tabs-line-danger .nav-link.active,
.tabs-line-danger .nav-link:hover {
  color: #f75a5f;
  border-bottom-color: #f75a5f; }

.tabs-line-pink .nav-link.active,
.tabs-line-pink .nav-link:hover {
  color: #ff4081;
  border-bottom-color: #ff4081; }

.nav-pills .nav-link, .ibox .ibox-head .nav-tabs .nav-link {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }

.nav-pills .nav-link.active, .ibox .ibox-head .nav-tabs .nav-link.active {
  background-color: #036D6C;
  color: #ffffff; }

.nav-pills.nav-pills-rounded .nav-link.active, .ibox .ibox-head .nav-pills-rounded.nav-tabs .nav-link.active {
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important; }

.nav-pills.nav-pills-air .nav-link.active, .ibox .ibox-head .nav-pills-air.nav-tabs .nav-link.active {
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  -moz-box-shadow: 0 5px 20px #d6dee4;
  -ms-box-shadow: 0 5px 20px #d6dee4;
  -o-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.nav-pills.nav-pills-air .nav-link.active:hover, .ibox .ibox-head .nav-pills-air.nav-tabs .nav-link.active:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.nav-pills-success .nav-link.active {
  background-color: #18c5a9;
  color: #ffffff; }

.nav-pills-info .nav-link.active {
  background-color: #2cc4cb;
  color: #ffffff; }

.nav-pills-warning .nav-link.active {
  background-color: #f39c12;
  color: #ffffff; }

.nav-pills-danger .nav-link.active {
  background-color: #f75a5f;
  color: #ffffff; }

.nav-pills-pink .nav-link.active {
  background-color: #ff4081;
  color: #ffffff; }

.alert {
  position: relative;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.alert h4 {
  margin-bottom: 8px; }

.alert.alert-bordered {
  border-width: 0 0 0 4px;
  background-color: #fff; }

.alert.alert-outline {
  background-color: #fff; }

.alert .alert-link {
  color: inherit;
  font-weight: 600; }

.alert hr {
  border-color: inherit; }

.alert:not(.alert-bordered):not(.alert-outline) {
  color: #fff; }

.alert:not(.alert-bordered):not(.alert-outline) .alert-link {
  color: #fff; }

.alert:not(.alert-bordered):not(.alert-outline) hr {
  border-color: #fff; }

.alert .close {
  font-family: LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.2rem; }

.alert .close:before {
  content: "\f191"; }

.alert.has-icon {
  padding-left: 70px; }

.alert.has-icon .alert-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem; }

.alert-primary {
  background-color: #7481c9;
  border-color: #7481c9;
  color: #4e5ba3; }

.alert-secondary {
  background-color: #c7cccf;
  border-color: #c7cccf;
  color: #a1a6a9; }

.alert-success {
  background-color: #3bceb6;
  border-color: #3bceb6;
  color: #14a790; }

.alert-info {
  background-color: #4ccdd3;
  border-color: #4ccdd3;
  color: #25a7ad; }

.alert-warning {
  background-color: #f5ab36;
  border-color: #f5ab36;
  color: #cf850f; }

.alert-danger {
  background-color: #f87377;
  border-color: #f87377;
  color: #d24d51; }

.alert-pink {
  background-color: #ff5d94;
  border-color: #ff5d94;
  color: #d9366e; }

.badge,
.label {
  padding: 3px 6px;
  line-height: inherit;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.badge-pill,
.label-pill {
  -webkit-border-radius: 10rem !important;
  border-radius: 10rem !important; }

.badge-default,
.badge-secondary,
.label-default {
  background-color: #e9ecef;
  color: #34495f; }

.badge-primary,
.label-primary {
  background-color: #036D6C; }

.badge-success,
.label-success {
  background-color: #18c5a9; }

.badge-info,
.label-info {
  background-color: #2cc4cb; }

.badge-warning,
.label-warning {
  background-color: #f39c12; }

.badge-danger,
.label-danger {
  background-color: #f75a5f; }

.badge-blue,
.label-blue {
  background-color: #f75a5f; }

.badge-pink,
.label-pink {
  background-color: #ff4081; }

.badge-circle {
  height: 20px;
  min-width: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

.badge-point {
  display: inline-block !important;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 0; }

.static-badge {
  width: 52px;
  height: 52px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #ffffff; }

.progress {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.progress .progress-bar {
  height: 16px;
  line-height: 16px;
  background-color: #5c6bc0; }

.progress-vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 1rem;
  margin-right: 20px; }

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

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

.progress-vertical.progress-wide {
  width: 36px; }

.dropdown-menu {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  border: none;
  padding: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.dropdown-menu .dropdown-item,
.dropdown-menu > li > a {
  padding: 8px 15px;
  color: #526477; }

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #f7f8f8;
  color: #16181b; }

.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item.active:focus,
.dropdown-menu .dropdown-item.active:hover {
  background-color: #ebedee;
  color: inherit; }

.dropdown-menu .dropdown-header {
  font-size: inherit;
  color: inherit;
  -webkit-border-radius: 0.25rem 0.25rem 0 0 !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
  padding: 1rem 1.5rem; }

.dropdown-menu .dropdown-arrow {
  position: absolute;
  bottom: 100%;
  left: 0;
  overflow: hidden;
  height: 22px;
  width: 50px; }

.dropdown-menu .dropdown-arrow:after {
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important; }

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

.dropdown-menu > li > a {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0; }

.dropdown-toggle::after {
  display: none; }

.btn.dropdown-arrow:after {
  display: inline;
  border: 0;
  font-family: LineAwesome;
  content: "\f110";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: .8rem;
  line-height: 0;
  vertical-align: middle;
  top: -.1em;
  position: relative;
  margin-left: 4px; }

.btn-group-lg .btn.dropdown-arrow:after,
.btn.dropdown-arrow.btn-lg:after {
  font-size: 1rem; }

.btn + .dropdown-toggle-split {
  padding-right: .9rem;
  padding-left: .9rem; }

.btn + .dropdown-toggle-split.dropdown-arrow:after {
  margin-left: 0; }

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem; }

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .55rem;
  padding-left: .55rem; }

.dropdown-item > i {
  color: #9aa4af;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -.08rem;
  margin-right: .6rem; }

.dropdown-item > [class*=" la-"] {
  font-size: 1.3rem; }

.dropdown-item > [class^=ti-] {
  font-size: 1.1rem; }

.list-group .list-group-item {
  border-color: transparent;
  background-color: transparent;
  padding: 10px 15px; }

.list-group .list-group-item.disabled {
  color: #ccc; }

.list-group .list-group-item.active {
  color: #18c5a9; }

.list-group.list-group-full .list-group-item {
  padding-left: 0;
  padding-right: 0; }

.list-group.list-group-divider .list-group-item:not(:first-child) {
  border-top-color: #e1eaec; }

.list-group.list-group-bordered .list-group-item {
  border-color: #e1eaec; }

.list-group.list-group-bordered .list-group-item.active {
  background-color: #5c6bc0;
  border-color: #5c6bc0;
  color: #fff; }

.list-group.list-group-bordered .list-group-item:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px; }

.list-group.list-group-bordered .list-group-item:last-child {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.list-group .list-group-item-success {
  color: #424d8a;
  background-color: #e7e9f6; }

.list-group a.list-group-item-success,
.list-group button.list-group-item-success {
  color: #424d8a; }

.list-group a.list-group-item-success:focus,
.list-group a.list-group-item-success:hover,
.list-group button.list-group-item-success:focus,
.list-group button.list-group-item-success:hover {
  color: #424d8a;
  background-color: #d4d8ef; }

.list-group .list-group-item-success {
  color: #118e7a;
  background-color: #dcf6f2; }

.list-group a.list-group-item-success,
.list-group button.list-group-item-success {
  color: #118e7a; }

.list-group a.list-group-item-success:focus,
.list-group a.list-group-item-success:hover,
.list-group button.list-group-item-success:focus,
.list-group button.list-group-item-success:hover {
  color: #118e7a;
  background-color: #c8f1ea; }

.list-group .list-group-item-info {
  color: #208d92;
  background-color: #dff6f7; }

.list-group a.list-group-item-info,
.list-group button.list-group-item-info {
  color: #208d92; }

.list-group a.list-group-item-info:focus,
.list-group a.list-group-item-info:hover,
.list-group button.list-group-item-info:focus,
.list-group button.list-group-item-info:hover {
  color: #208d92;
  background-color: #cbf0f2; }

.list-group .list-group-item-warning {
  color: #af700d;
  background-color: #fdf0db; }

.list-group a.list-group-item-warning,
.list-group button.list-group-item-warning {
  color: #af700d; }

.list-group a.list-group-item-warning:focus,
.list-group a.list-group-item-warning:hover,
.list-group button.list-group-item-warning:focus,
.list-group button.list-group-item-warning:hover {
  color: #af700d;
  background-color: #fce6c3; }

.list-group .list-group-item-danger {
  color: #b24144;
  background-color: #fee6e7; }

.list-group a.list-group-item-danger,
.list-group button.list-group-item-danger {
  color: #b24144; }

.list-group a.list-group-item-danger:focus,
.list-group a.list-group-item-danger:hover,
.list-group button.list-group-item-danger:focus,
.list-group button.list-group-item-danger:hover {
  color: #b24144;
  background-color: #fdcdcf; }

.media {
  margin: 0; }

.media .media-heading {
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 5px; }

.media .media-img {
  padding-right: 14px; }

.media-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.media-list .media {
  padding: 1.2rem 0; }

.media-right .media-img {
  padding-left: 14px;
  padding-right: 0; }

.media-list.media-list-divider .media:not(:first-child) {
  border-top: 1px solid #e1eaec; }

.card {
  overflow: hidden;
  border: 0; }

.card .card-title {
  font-weight: 500;
  margin-top: 0; }

.card .card-avatar img {
  height: 128px;
  width: 128px; }

.card .card-cup {
  height: 120px; }

.card.has-cup .card-avatar {
  margin-top: -77px; }

.card.has-cup .card-avatar img {
  border: 5px solid #ffffff; }

.card .card-fab-top-right {
  position: absolute;
  top: 10px;
  right: 10px; }

.card .card-overlay-fab {
  position: absolute;
  bottom: 0;
  right: 15px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

.card .card-img-overlay .card-title-bottom {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem; }

.card .card-overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: all 0.5s;
  -moz-transform: all 0.5s;
  -ms-transform: all 0.5s;
  -o-transform: all 0.5s;
  transform: all 0.5s; }

.card .card-overlay-dark.card-overlay-hover:hover {
  background-color: transparent; }

.card .overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  color: #ffffff; }

.card .overlay-panel-bottom {
  bottom: 0;
  top: auto; }

.card .overlay-panel-dark {
  background-color: rgba(0, 0, 0, 0.5); }

.card .img-bordered {
  border: 4px solid rgba(255, 255, 255, 0.4); }

.card .card-abs-left-bottom {
  position: absolute;
  bottom: 0;
  left: 15px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

.card .card-abs-top-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.card-hover-zoom .img-zoom {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.card-hover-zoom:hover .img-zoom {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.card-air {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.card-footer,
.card-header {
  background-color: inherit; }

.form-control {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  border-color: rgba(0, 0, 0, 0.1);
  padding: .65rem 1.25rem;
  font-family: inherit; }

.form-control:focus {
  border-color: #036D6C;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.form-control::-webkit-input-placeholder {
  color: #919ca8; }

.form-control::-moz-placeholder {
  color: #919ca8; }

.form-control:-ms-input-placeholder {
  color: #919ca8; }

.form-control::-ms-input-placeholder {
  color: #919ca8; }

.form-control::placeholder {
  color: #919ca8; }

input:focus {
  border-color: #036D6C; }

.form-primary .form-control:focus {
  border-color: #036D6C; }

.form-success .form-control:focus {
  border-color: #18c5a9; }

.form-warning .form-control:focus {
  border-color: #f39c12; }

.form-info .form-control:focus {
  border-color: #2cc4cb; }

.form-danger .form-control:focus {
  border-color: #f75a5f; }

.form-pink .form-control:focus {
  border-color: #ff4081; }

.form-ebony .form-control:focus {
  border-color: #34495f; }

.form-control-line {
  border-width: 0 0 1px 0;
  padding-left: 0; }

.form-control-rounded {
  -webkit-border-radius: 200px !important;
  border-radius: 200px !important; }

.form-control-solid {
  background-color: #f4f5f9;
  border-color: #f4f5f9; }

.form-control-solid:focus {
  background-color: #e4e6f0; }

.form-control-air {
  -webkit-box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1);
  -moz-box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1);
  -ms-box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1);
  -o-box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1);
  box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1); }

select.form-control:not([size]):not([multiple]) {
  height: -webkit-calc(2.55rem + 2px);
  height: calc(2.55rem + 2px); }

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: -webkit-calc(3.35rem + 2px);
  height: calc(3.35rem + 2px); }

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: -webkit-calc(2.05rem + 2px);
  height: calc(2.05rem + 2px); }

.file-input {
  position: relative; }

.file-input input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0; }

.file-input-plus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background-color: #e7e9f6;
  color: #036D6C;
  border: 1px dashed;
  font-size: 28px; }

.input-group .form-control-solid {
  border-color: #e9ecef; }

.input-group-addon {
  padding: 0 1rem;
  color: #5d6064;
  color: #71808f;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  border-color: #e9ecef; }

.input-group-lg .input-group-addon {
  padding: 0 1.5rem; }

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
  padding: 1rem 1.75rem; }

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: .35rem .75rem; }

.input-group-icon {
  position: relative;
  color: #71808f; }

.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group-icon.input-group-lg .input-icon {
  width: 50px; }

.input-group-icon-left .form-control {
  padding-left: 40px; }

.input-group-icon-left .input-icon-left {
  left: 0; }

.input-group-icon-left.input-group-lg .form-control {
  padding-left: 50px; }

.input-group-icon-right .form-control {
  padding-right: 40px; }

.input-group-icon-right .input-icon-right {
  right: 0;
  left: auto; }

.input-group-icon-right.input-group-lg .form-control {
  padding-right: 50px; }

.form-control-lg [class^=ti-],
.input-group-lg [class^=ti-] {
  font-size: 1.35rem; }

.form-control-lg [class*=" la-"],
.input-group-lg [class*=" la-"] {
  font-size: 1.5rem; }

.form-control-sm [class^=ti-],
.input-group-sm [class^=ti-] {
  font-size: 1rem; }

.form-control-sm [class*=" la-"],
.input-group-sm [class*=" la-"] {
  font-size: 1.1rem; }

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #18c5a9; }

.has-success .col-form-label,
.has-success .control-label,
.has-success .input-icon > i {
  color: #18c5a9; }

.has-success .form-control::-webkit-input-placeholder {
  color: #8ce2d4; }

.has-success .form-control::-moz-placeholder {
  color: #8ce2d4; }

.has-success .form-control:-ms-input-placeholder {
  color: #8ce2d4; }

.has-success .form-control::-ms-input-placeholder {
  color: #8ce2d4; }

.has-success .form-control::placeholder {
  color: #8ce2d4; }

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #f39c12; }

.has-warning .col-form-label,
.has-warning .control-label,
.has-warning .input-icon > i {
  color: #f39c12; }

.has-warning .form-control::-webkit-input-placeholder {
  color: #f9ce89; }

.has-warning .form-control::-moz-placeholder {
  color: #f9ce89; }

.has-warning .form-control:-ms-input-placeholder {
  color: #f9ce89; }

.has-warning .form-control::-ms-input-placeholder {
  color: #f9ce89; }

.has-warning .form-control::placeholder {
  color: #f9ce89; }

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #f75a5f; }

.has-error .col-form-label,
.has-error .control-label,
.has-error .error,
.has-error .help-block,
.has-error .input-icon > i {
  color: #f75a5f; }

.has-error .form-control::-webkit-input-placeholder {
  color: #fbadaf; }

.has-error .form-control::-moz-placeholder {
  color: #fbadaf; }

.has-error .form-control:-ms-input-placeholder {
  color: #fbadaf; }

.has-error .form-control::-ms-input-placeholder {
  color: #fbadaf; }

.has-error .form-control::placeholder {
  color: #fbadaf; }

.help-block {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 2px;
  color: #71808f; }

.help-block.error {
  color: #f75a5f; }

.checkbox,
.radio {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 25px;
  font-weight: 400;
  min-height: 18px; }

.checkbox .input-span,
.radio .input-span {
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  border: 1px solid #bdc3c7; }

.checkbox .input-span::after,
.radio .input-span::after {
  content: '';
  position: absolute;
  display: none;
  width: 5px;
  height: 10px;
  left: 6px;
  top: 2px;
  border: solid #526477;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0; }

.checkbox input:checked ~ .input-span:after,
.radio input:checked ~ .input-span:after {
  display: block; }

.checkbox:hover .input-span,
.radio:hover .input-span {
  border-color: #b8b8b8; }

.checkbox.checkbox-grey .input-span,
.checkbox.radio-grey .input-span,
.radio.checkbox-grey .input-span,
.radio.radio-grey .input-span {
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.checkbox.disabled,
.radio.disabled {
  opacity: .7;
  cursor: not-allowed; }

.checkbox.check-single,
.radio.check-single {
  padding-left: 18px; }

.radio .input-span {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

.radio .input-span::after {
  border: 0;
  height: 6px;
  left: 5px;
  top: 5px;
  width: 6px;
  background: #526477;
  -webkit-border-radius: 100% !important;
  border-radius: 100% !important; }

.check-list .checkbox,
.check-list .radio {
  display: block; }

.check-list .checkbox + .checkbox,
.check-list .radio + .radio {
  margin-top: 8px; }

.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 15px; }

.checkbox-primary input:checked ~ .input-span {
  background-color: #036D6C;
  border-color: #036D6C; }

.checkbox-primary input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-primary input:checked ~ .input-span {
  background-color: #036D6C;
  border-color: #036D6C; }

.radio-primary input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-success input:checked ~ .input-span {
  background-color: #18c5a9;
  border-color: #18c5a9; }

.checkbox-success input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-success input:checked ~ .input-span {
  background-color: #18c5a9;
  border-color: #18c5a9; }

.radio-success input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-info input:checked ~ .input-span {
  background-color: #2cc4cb;
  border-color: #2cc4cb; }

.checkbox-info input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-info input:checked ~ .input-span {
  background-color: #2cc4cb;
  border-color: #2cc4cb; }

.radio-info input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-warning input:checked ~ .input-span {
  background-color: #f39c12;
  border-color: #f39c12; }

.checkbox-warning input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-warning input:checked ~ .input-span {
  background-color: #f39c12;
  border-color: #f39c12; }

.radio-warning input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-danger input:checked ~ .input-span {
  background-color: #f75a5f;
  border-color: #f75a5f; }

.checkbox-danger input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-danger input:checked ~ .input-span {
  background-color: #f75a5f;
  border-color: #f75a5f; }

.radio-danger input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-blue input:checked ~ .input-span {
  background-color: #3498db;
  border-color: #3498db; }

.checkbox-blue input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-blue input:checked ~ .input-span {
  background-color: #3498db;
  border-color: #3498db; }

.radio-blue input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-pink input:checked ~ .input-span {
  background-color: #ff4081;
  border-color: #ff4081; }

.checkbox-pink input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-pink input:checked ~ .input-span {
  background-color: #ff4081;
  border-color: #ff4081; }

.radio-pink input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-ebony input:checked ~ .input-span {
  background-color: #34495f;
  border-color: #34495f; }

.checkbox-ebony input:checked ~ .input-span::after {
  border-color: #ffffff; }

.radio-ebony input:checked ~ .input-span {
  background-color: #34495f;
  border-color: #34495f; }

.radio-ebony input:checked ~ .input-span::after {
  background-color: #ffffff; }

.checkbox-outline-primary input:checked ~ .input-span {
  border-color: #036D6C; }

.checkbox-outline-primary input:checked ~ .input-span::after {
  border-color: #036D6C; }

.radio-outline-primary input:checked ~ .input-span {
  border-color: #036D6C; }

.radio-outline-primary input:checked ~ .input-span::after {
  background-color: #036D6C; }

.checkbox-outline-success input:checked ~ .input-span {
  border-color: #18c5a9; }

.checkbox-outline-success input:checked ~ .input-span::after {
  border-color: #18c5a9; }

.radio-outline-success input:checked ~ .input-span {
  border-color: #18c5a9; }

.radio-outline-success input:checked ~ .input-span::after {
  background-color: #18c5a9; }

.checkbox-outline-info input:checked ~ .input-span {
  border-color: #2cc4cb; }

.checkbox-outline-info input:checked ~ .input-span::after {
  border-color: #2cc4cb; }

.radio-outline-info input:checked ~ .input-span {
  border-color: #2cc4cb; }

.radio-outline-info input:checked ~ .input-span::after {
  background-color: #2cc4cb; }

.checkbox-outline-warning input:checked ~ .input-span {
  border-color: #f39c12; }

.checkbox-outline-warning input:checked ~ .input-span::after {
  border-color: #f39c12; }

.radio-outline-warning input:checked ~ .input-span {
  border-color: #f39c12; }

.radio-outline-warning input:checked ~ .input-span::after {
  background-color: #f39c12; }

.checkbox-outline-danger input:checked ~ .input-span {
  border-color: #f75a5f; }

.checkbox-outline-danger input:checked ~ .input-span::after {
  border-color: #f75a5f; }

.radio-outline-danger input:checked ~ .input-span {
  border-color: #f75a5f; }

.radio-outline-danger input:checked ~ .input-span::after {
  background-color: #f75a5f; }

.checkbox-outline-blue input:checked ~ .input-span {
  border-color: #3498db; }

.checkbox-outline-blue input:checked ~ .input-span::after {
  border-color: #3498db; }

.radio-outline-blue input:checked ~ .input-span {
  border-color: #3498db; }

.radio-outline-blue input:checked ~ .input-span::after {
  background-color: #3498db; }

.checkbox-outline-pink input:checked ~ .input-span {
  border-color: #ff4081; }

.checkbox-outline-pink input:checked ~ .input-span::after {
  border-color: #ff4081; }

.radio-outline-pink input:checked ~ .input-span {
  border-color: #ff4081; }

.radio-outline-pink input:checked ~ .input-span::after {
  background-color: #ff4081; }

.checkbox-outline-ebony input:checked ~ .input-span {
  border-color: #34495f; }

.checkbox-outline-ebony input:checked ~ .input-span::after {
  border-color: #34495f; }

.radio-outline-ebony input:checked ~ .input-span {
  border-color: #34495f; }

.radio-outline-ebony input:checked ~ .input-span::after {
  background-color: #34495f; }

.ui-switch {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ui-switch input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0; }

.ui-switch span {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 16px;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  background-color: #ebedee;
  border: 2px solid #ebedee;
  cursor: pointer; }

.ui-switch span:after {
  content: '';
  height: 24px;
  width: 24px;
  line-height: 26px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  position: absolute;
  left: 1px;
  top: -6px;
  color: #f7f8fa;
  background-color: #dfe2ea;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-align: center;
  font-size: 13px; }

.ui-switch input:checked ~ span:after {
  left: -webkit-calc(100% - 25px);
  left: calc(100% - 25px);
  background-color: #036D6C;
  -webkit-box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4);
  box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4); }

.ui-switch.switch-icon span:after {
  font-family: LineAwesome;
  content: "\f191"; }

.ui-switch.switch-icon input:checked ~ span:after {
  content: "\f17b"; }

.ui-switch.switch-large span {
  height: 28px; }

.ui-switch.switch-large span:after {
  top: 0; }

.ui-switch.switch-outline span {
  background-color: #ffffff; }

.ui-switch.switch-square span {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.ui-switch.switch-square span:after {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.ui-switch-success input:checked ~ span:after {
  background-color: #18c5a9;
  -webkit-box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4);
  box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4); }

.ui-switch-info input:checked ~ span:after {
  background-color: #2cc4cb;
  -webkit-box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4);
  box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4); }

.ui-switch-warning input:checked ~ span:after {
  background-color: #f39c12;
  -webkit-box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4);
  box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4); }

.ui-switch-danger input:checked ~ span:after {
  background-color: #f75a5f;
  -webkit-box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4);
  box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4); }

.ui-switch-ebony input:checked ~ span:after {
  background-color: #34495f;
  -webkit-box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4);
  box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4); }

.ui-switch-blue input:checked ~ span:after {
  background-color: #3498db;
  -webkit-box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4);
  box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4); }

.ui-switch-pink input:checked ~ span:after {
  background-color: #ff4081;
  -webkit-box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
  -moz-box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
  -ms-box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
  -o-box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
  box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4); }

.switch-solid-primary span {
  background-color: #036D6C;
  border-color: #036D6C; }

.switch-solid-primary span:after {
  background-color: #ffffff;
  color: #036D6C;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-primary input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-success span {
  background-color: #18c5a9;
  border-color: #18c5a9; }

.switch-solid-success span:after {
  background-color: #ffffff;
  color: #18c5a9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-success input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-info span {
  background-color: #2cc4cb;
  border-color: #2cc4cb; }

.switch-solid-info span:after {
  background-color: #ffffff;
  color: #2cc4cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-info input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-warning span {
  background-color: #f39c12;
  border-color: #f39c12; }

.switch-solid-warning span:after {
  background-color: #ffffff;
  color: #f39c12;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-warning input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-danger span {
  background-color: #f75a5f;
  border-color: #f75a5f; }

.switch-solid-danger span:after {
  background-color: #ffffff;
  color: #f75a5f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-danger input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-ebony span {
  background-color: #34495f;
  border-color: #34495f; }

.switch-solid-ebony span:after {
  background-color: #ffffff;
  color: #34495f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-ebony input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-blue span {
  background-color: #3498db;
  border-color: #3498db; }

.switch-solid-blue span:after {
  background-color: #ffffff;
  color: #3498db;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-blue input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.switch-solid-pink span {
  background-color: #ff4081;
  border-color: #ff4081; }

.switch-solid-pink span:after {
  background-color: #ffffff;
  color: #ff4081;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: .42; }

.switch-solid-pink input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: 1px solid #e8e8e8;
  vertical-align: middle; }

.table thead th {
  border-bottom-width: 1px;
  border-top: 0;
  font-weight: 600;
  vertical-align: middle; }

.table thead.thead-lg th {
  padding: 16px 10.5px; }

.table.no-border > tbody > tr > td {
  border: 0 none !important; }

.table-bordered {
  border: 1px solid #e8e8e8; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.04); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.table tr.success > td {
  background-color: #dcf6f2 !important; }

.table tr.info > td {
  background-color: #dff6f7 !important; }

.table tr.warning > td {
  background-color: #fdf0db !important; }

.table tr.danger > td {
  background-color: #fee6e7 !important; }

.table-head-purple thead th {
  background-color: #5c6bc0;
  border-color: #5c6bc0;
  color: #ffffff; }

.table-head-success thead th {
  background-color: #18c5a9;
  border-color: #18c5a9;
  color: #ffffff; }

.table-border-purple,
.table-border-purple td,
.table-border-purple th {
  border-color: #5c6bc0; }

.table-border-success,
.table-border-success td,
.table-border-success th {
  border-color: #18c5a9; }

.thead-default th {
  background: #ebedee; }

.pagination li {
  margin-right: 5px; }

.pagination li > a,
.pagination li > span {
  height: 31px;
  width: 31px;
  padding: 0;
  border: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

.pagination li > a:focus,
.pagination li > a:hover,
.pagination li > span:focus,
.pagination li > span:hover {
  color: #036D6C;
  background-color: #e9ecef; }

.pagination li .page-link-solid {
  color: #036D6C;
  background-color: #e9ecef; }

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

.modal-dialog {
  z-index: 1100; }

.modal-dialog .modal-content {
  border: 0;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  -ms-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  -o-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }

.modal .close {
  margin: 0;
  font-size: 0;
  font-family: themify;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  opacity: .5;
  cursor: pointer; }

.modal .close::before {
  content: "\e646";
  font-size: 16px; }

.modal .close:hover {
  opacity: .75; }

.modal .close span {
  display: none; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-family: themify;
  font-size: 28px;
  background: 0 0; }

.carousel-control-prev-icon:before {
  content: "\e64a"; }

.carousel-control-next-icon:before {
  content: "\e649"; }

.carousel-hover-controls .carousel-control-next-icon,
.carousel-hover-controls .carousel-control-prev-icon {
  opacity: 0; }

.carousel-hover-controls:hover .carousel-control-next-icon,
.carousel-hover-controls:hover .carousel-control-prev-icon {
  opacity: 1; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  padding-left: 10px; }

.timeline:before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 10px;
  background-color: #ebedf2; }

.timeline .timeline-item {
  position: relative;
  padding: 10px 15px 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.timeline .timeline-item .timeline-point {
  height: 16px;
  width: 16px;
  background-color: #18c5a9;
  border: 4px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px; }

.timeline .timeline-item .timeline-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  left: -10px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  background-color: #fff; }

.timeline .timeline-item .timeline-icon:before {
  color: #adadad; }

.timeline .timeline-item:hover .timeline-icon:before {
  color: inherit; }

.social-widget {
  width: 100px;
  display: inline-block; }

.social-widget-header {
  padding: 15px;
  text-align: center;
  font-size: 36px;
  color: #ffffff; }

.social-widget-count {
  padding: 12px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center; }

.social-widget-facebook .social-widget-header {
  background-color: #3b5998; }

.social-widget-facebook .social-widget-count {
  background-color: #4264aa; }

.social-widget-twitter .social-widget-header {
  background-color: #00aced; }

.social-widget-twitter .social-widget-count {
  background-color: #08bbff; }

.social-widget-google .social-widget-header {
  background-color: #f86c6b; }

.social-widget-google .social-widget-count {
  background-color: #f98483; }

.social-widget-linkedin .social-widget-header {
  background-color: #4875b4; }

.social-widget-linkedin .social-widget-count {
  background-color: #5982bd; }

.social-widget-pinterest .social-widget-header {
  background-color: #ec488d; }

.social-widget-pinterest .social-widget-count {
  background-color: #ee5f9b; }

.social-widget-vk .social-widget-header {
  background-color: #4b73a4; }

.social-widget-vk .social-widget-count {
  background-color: #5780b2; }

.widget-stat-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 30px; }

.static-widget {
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 15px; }

.static-widget i {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 36px; }

.widget-dark-progress {
  background: rgba(0, 0, 0, 0.1); }

.widget-dark-progress .progress-bar {
  background-color: #e9ecef; }

.widget-dark-badge {
  background: rgba(0, 0, 0, 0.2); }

.tasks-list .task-data {
  padding-left: 25px; }

.tasks-list .task-item .checkbox input:checked ~ .task-title {
  text-decoration: line-through; }

.task-actions {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px; }

.task-actions > a.dropdown-toggle {
  color: #aaa;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center; }

.task-item:hover .task-actions {
  display: block; }

@-webkit-keyframes collapseMenu {
  from {
    width: 60px; }
  to {
    width: 100%; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes loader-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fade-in-up {
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s; }

@media print {
  .admin-navbar,
  .dashboard-sidebar,
  .theme-config,
  footer {
    display: none; }
  .body {
    overflow: visible !important; }
  .dashboard-wrapper {
    margin: 0 !important;
    padding: 0 !important; }
  [data-print-hidden] {
    display: none !important; } }

.bg-primary {
  background-color: #2196f3 !important; }

.bg-primary-800 {
  background-color: #389ff3 !important; }

.bg-primary-700 {
  background-color: #4ea9f3 !important; }

.bg-primary-600 {
  background-color: #6eb6f1 !important; }

.bg-primary-400 {
  background-color: #7dbcf0 !important; }

.bg-primary-300 {
  background-color: #97c7ee !important; }

.bg-primary-200 {
  background-color: #bcd7ec !important; }

.bg-primary-100 {
  background-color: #d4e3f0 !important; }

.bg-primary-50 {
  background-color: #f2f6f8 !important; }

.bg-secondary {
  background-color: #bdc3c7 !important; }

.bg-secondary-800 {
  background-color: #888c8f !important; }

.bg-secondary-700 {
  background-color: #9ba0a3 !important; }

.bg-secondary-600 {
  background-color: #aeb3b7 !important; }

.bg-secondary-400 {
  background-color: #c7cccf !important; }

.bg-secondary-300 {
  background-color: #d1d5d8 !important; }

.bg-secondary-200 {
  background-color: #dee1e3 !important; }

.bg-secondary-100 {
  background-color: #ebedee !important; }

.bg-secondary-50 {
  background-color: #f7f8f8 !important; }

.bg-success {
  background-color: #18c5a9 !important; }

.bg-success-800 {
  background-color: #118e7a !important; }

.bg-success-700 {
  background-color: #14a28b !important; }

.bg-success-600 {
  background-color: #16b59b !important; }

.bg-success-400 {
  background-color: #3bceb6 !important; }

.bg-success-300 {
  background-color: #5dd6c3 !important; }

.bg-success-200 {
  background-color: #8ce2d4 !important; }

.bg-success-100 {
  background-color: #baeee5 !important; }

.bg-success-50 {
  background-color: #e3f8f5 !important; }

.bg-info {
  background-color: #2cc4cb !important; }

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

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

.bg-blue {
  background-color: #3498db !important; }

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient-purple {
  background-image: -webkit-linear-gradient(45deg, #ff4081 0, #7536e6 100%) !important;
  background-image: -o-linear-gradient(45deg, #ff4081 0, #7536e6 100%) !important;
  background-image: linear-gradient(45deg, #ff4081 0, #7536e6 100%) !important; }

.bg-gradient-peach {
  background-image: -webkit-linear-gradient(45deg, #f39c12 0, #e91e63 100%) !important;
  background-image: -o-linear-gradient(45deg, #f39c12 0, #e91e63 100%) !important;
  background-image: linear-gradient(45deg, #f39c12 0, #e91e63 100%) !important; }

.bg-gradient-aqua {
  background-image: -webkit-linear-gradient(45deg, #35c9ff 0, #69f0ae 100%) !important;
  background-image: -o-linear-gradient(45deg, #35c9ff 0, #69f0ae 100%) !important;
  background-image: linear-gradient(45deg, #35c9ff 0, #69f0ae 100%) !important; }

.bg-gradient-blue {
  background-image: -webkit-linear-gradient(45deg, #00dcaf 0, #7536e6 100%) !important;
  background-image: -o-linear-gradient(45deg, #00dcaf 0, #7536e6 100%) !important;
  background-image: linear-gradient(45deg, #00dcaf 0, #7536e6 100%) !important; }

.bg-gradient-blue2 {
  background-image: -webkit-linear-gradient(45deg, #7536e6 0, #09ddae 100%) !important;
  background-image: -o-linear-gradient(45deg, #7536e6 0, #09ddae 100%) !important;
  background-image: linear-gradient(45deg, #7536e6 0, #09ddae 100%) !important; }

.bg-gradient-silver {
  background-image: -webkit-linear-gradient(45deg, #c7cccf 30%, #35c9ff 100%) !important;
  background-image: -o-linear-gradient(45deg, #c7cccf 30%, #35c9ff 100%) !important;
  background-image: linear-gradient(45deg, #c7cccf 30%, #35c9ff 100%) !important; }

.bg-gradient-lime {
  background-image: -webkit-linear-gradient(45deg, #eeff41 0, #35c9ff 100%) !important;
  background-image: -o-linear-gradient(45deg, #eeff41 0, #35c9ff 100%) !important;
  background-image: linear-gradient(45deg, #eeff41 0, #35c9ff 100%) !important; }

.bg-gradient-blue-pink {
  background-image: -webkit-linear-gradient(45deg, #35c9ff 0, #e91e63 100%) !important;
  background-image: -o-linear-gradient(45deg, #35c9ff 0, #e91e63 100%) !important;
  background-image: linear-gradient(45deg, #35c9ff 0, #e91e63 100%) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400 !important; }

.font-strong {
  font-weight: 500 !important; }

.font-bold {
  font-weight: 600 !important; }

.font-extra-bold {
  font-weight: 700 !important; }

.font-poppins {
  font-family: "Poppins", sans-serif; }

.link-blue {
  color: inherit; }

.link-blue:focus,
.link-blue:hover {
  color: #2cc4cb !important; }

.link-green {
  color: inherit; }

.link-green:focus,
.link-green:hover {
  color: #18c5a9 !important; }

.text-primary {
  color: #036D6C !important; }

.text-success {
  color: #18c5a9 !important; }

.text-info {
  color: #2cc4cb !important; }

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

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

.text-purple {
  color: #5c6bc0 !important; }

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

.text-blue {
  color: #3498db !important; }

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

.text-light {
  color: #71808f !important; }

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

.color-inherit {
  color: inherit !important; }

.hover-lighter:hover {
  color: #919191 !important; }

a.text-primary:focus,
a.text-primary:hover {
  color: rgba(33, 150, 243, 0.8) !important; }

a.text-info:focus,
a.text-info:hover {
  color: #27b0b6 !important; }

a.text-success:focus,
a.text-success:hover {
  color: #15ae96 !important; }

a.text-warning:focus,
a.text-warning:hover {
  color: #e08e0b !important; }

a.text-danger:focus,
a.text-danger:hover {
  color: #f64247 !important; }

a.text-purple:focus,
a.text-purple:hover {
  color: #4a5ab9 !important; }

a.text-pink:focus,
a.text-pink:hover {
  color: #ff2770 !important; }

a.text-blue:focus,
a.text-blue:hover {
  color: #258cd1 !important; }

a.text-muted:focus,
a.text-muted:hover {
  color: #919191 !important; }

a.text-light:focus,
a.text-light:hover {
  color: #5a6773 !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.nowrap {
  white-space: nowrap; }

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.p-relative,
.rel {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

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

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

.hidden {
  display: none; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.flexbox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flexbox-b {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.margin-left-230 {
  margin-left: 230px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.timeout-modal .timeout-icon {
  height: 60px;
  width: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #036D6C;
  background-color: #e7e9f6; }

.timeout-modal button.close {
  position: absolute;
  right: 15px;
  top: 15px; }

.timeout-modal.has-error .timeout-icon {
  color: #f75a5f;
  background: #fee5e5;
  -webkit-animation: shake 1s both;
  animation: shake 1s both; }

@media screen and (max-width: 850px) {
  .header .search-toggler {
    margin: 0; }
  .header .search-toggler span {
    display: none; }
  .dropdown-user > a > span {
    display: none; }
  .dropdown-user > a > .admin-avatar {
    margin-right: 10px !important; } }

@media screen and (max-width: 700px) {
  .header .search-toggler {
    margin: 0; } }

@media screen and (max-width: 550px) {
  .dropdown-user,
  .header .page-brand {
    display: none; } }

@media screen and (max-width: 480px) {
  .mega-menu,
  .quick-sidebar-toggler {
    display: none !important; } }

.page-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden; }

.content-wrapper {
  position: relative;
  background-color: #f2f3fa;
  padding: 66px 15px 60px 15px;
  -webkit-transition: margin .2s ease-in-out;
  -o-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out;
  min-height: 100vh; }

body.boxed-layout .content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.page-header {
  margin-left: -15px;
  margin-right: -15px; }

.page-content {
  padding-top: 20px;
  margin-top: 5px; }

.page-heading {
  padding: 0 5px; }

.page-heading .page-title {
  font-size: 26px;
  margin: 20px 0 10px 0; }

.page-heading .breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 13px;
  background-color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page-heading .breadcrumb li {
  float: none;
  color: #868e96; }

.page-heading .breadcrumb li a {
  color: inherit; }

.page-heading .breadcrumb li a:hover,
.page-heading .breadcrumb li a:focus {
  color: #036D6C; }

.page-heading .breadcrumb li + li:before {
  content: '\002022';
  color: inherit; }

body.empty-layout .theme-config,
body.empty-layout .to-top {
  display: none !important; }

.quick-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  background-color: #fff;
  width: 400px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1005;
  -webkit-box-shadow: 0 4px 15px 1px rgba(113, 106, 202, 0.2);
  box-shadow: 0 4px 15px 1px rgba(113, 106, 202, 0.2); }

.quick-sidebar.shined {
  right: 0; }

.quick-sidebar > .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.quick-sidebar > .nav-tabs .nav-link {
  text-align: center; }

.quick-sidebar > .nav-tabs .nav-link > i {
  font-size: 26px; }

.quick-sidebar .tab-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  bottom: 0;
  padding: 20px; }

.quick-sidebar .tab-content .tab-pane {
  height: 100%; }

.quick-sidebar .chat-panel {
  margin-left: -20px;
  margin-right: -20px; }

.quick-sidebar .chat-list {
  height: 100%; }

.quick-sidebar .chat-list .media {
  padding: 15px 20px;
  color: inherit; }

.quick-sidebar .chat-list .media:focus,
.quick-sidebar .chat-list .media:hover {
  color: inherit; }

.quick-sidebar .chat-list .media:hover {
  background-color: #f7f8f8; }

.quick-sidebar .messenger {
  position: absolute;
  top: -70px;
  right: -100%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.quick-sidebar .messenger-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #2cc4cb; }

.quick-sidebar .messenger-header .messenger-return {
  font-size: 16px;
  height: 36px;
  width: 36px;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.quick-sidebar .messenger-header .messenger-return,
.quick-sidebar .messenger-header .messenger-return:focus,
.quick-sidebar .messenger-header .messenger-return:hover {
  color: #fff; }

.quick-sidebar .messenger-header .messenger-return:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.quick-sidebar .messenger-header .messenger-more {
  padding: 15px;
  font-size: 16px; }

.quick-sidebar .messenger-header .messenger-more,
.quick-sidebar .messenger-header .messenger-more:focus,
.quick-sidebar .messenger-header .messenger-more:hover {
  color: #fff; }

.quick-sidebar .messenger-messages {
  background-color: #f3f6fb;
  height: -webkit-calc(100% - 150px);
  height: calc(100% - 150px); }

.quick-sidebar .messenger-messages .scroller {
  padding: 20px; }

.quick-sidebar .messenger-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }

.quick-sidebar .message-image {
  padding: 6px 20px 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px; }

.quick-sidebar .message-image img {
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.quick-sidebar .message-body {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.quick-sidebar .message-body:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 15px;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff; }

.quick-sidebar .messenger-message-answer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 35px; }

.quick-sidebar .messenger-message-answer .message-body {
  background-color: #2cc4cb;
  color: #fff; }

.quick-sidebar .messenger-message-answer .message-body:before {
  border-width: 10px 0 10px 10px;
  border-left-color: #2cc4cb;
  left: 100%; }

.quick-sidebar .message-time {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #aaa; }

.quick-sidebar .messenger-form {
  padding-top: 30px; }

.quick-sidebar .messenger-form .messenger-form-inner {
  height: 60px;
  padding: 10px 20px;
  border-top: 1px solid #e7e7e7;
  position: relative; }

.quick-sidebar .messenger-form .messenger-input {
  padding: 0;
  width: 100%;
  border: 0;
  height: 100%;
  padding-right: 100px; }

.quick-sidebar .messenger-form .messenger-actions {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px; }

.quick-sidebar .messenger-form .messenger-actions .messanger-button {
  padding: 8px;
  font-size: 16px;
  opacity: .5; }

.quick-sidebar .messenger-form .messenger-actions .messanger-button:hover {
  color: #18c5a9; }

.quick-sidebar .messenger-form .messenger-actions .messanger-paperclip {
  font-size: 20px;
  position: relative;
  overflow: hidden; }

.quick-sidebar .messenger-form .messenger-actions .messanger-paperclip input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0; }

.quick-sidebar .messenger-form .messenger-input:focus + .messenger-actions .messanger-button {
  opacity: 1; }

.quick-sidebar .chat-panel.opened .messenger {
  right: 0; }

.quick-sidebar .log-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 45px; }

.quick-sidebar .log-tabs > a {
  height: 36px;
  width: 36px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 5px; }

.quick-sidebar .log-tabs > a.active {
  -webkit-box-shadow: 0 2px 5px #d6dee4;
  box-shadow: 0 2px 5px #d6dee4;
  color: #18c5a9; }

.quick-sidebar .logs {
  height: -webkit-calc(100% - 45px);
  height: calc(100% - 45px); }

.quick-sidebar .settings-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 15px; }

.logs-list {
  position: relative;
  padding: 0;
  list-style: none;
  margin-left: 10px; }

.logs-list:before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ebedf2; }

.logs-list .log-item {
  position: relative;
  padding: 10px 30px;
  height: 41px; }

.logs-list .log-item .log-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  left: -10px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  background-color: #fff; }

.logs-list .log-item .log-icon:before {
  color: #adadad; }

.logs-list .log-item:hover .log-icon:before {
  color: inherit; }

.theme-config {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 1001; }

.theme-config .theme-config-toggle {
  position: absolute;
  right: 0;
  height: 38px;
  width: 38px;
  background-color: #036D6C;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  text-align: center;
  cursor: pointer; }

.theme-config .theme-config-toggle .theme-config-show {
  font-size: 22px;
  color: #fff;
  line-height: 38px;
  -webkit-animation: fa-spin 3s infinite linear;
  animation: fa-spin 3s infinite linear; }

.theme-config .theme-config-toggle .theme-config-close {
  display: none;
  font-size: 18px;
  line-height: 38px; }

.theme-config .theme-config-box {
  display: none;
  padding: 10px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  overflow: hidden; }

.theme-config .theme-config-box .ui-checkbox + .ui-checkbox {
  margin-top: 15px; }

.theme-config.shined .theme-config-box {
  display: block;
  width: 400px; }

.theme-config.shined .theme-config-toggle {
  background: 0 0; }

.theme-config.shined .theme-config-toggle .theme-config-show {
  display: none; }

.theme-config.shined .theme-config-toggle .theme-config-close {
  display: block; }

.theme-config.shined .theme-config-toggle .close-btn {
  display: block; }

.theme-config .color-skin-box {
  position: relative;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  height: 40px; }

.theme-config .color-skin-box .color-check-icon {
  position: absolute;
  left: 13px;
  top: 10px;
  opacity: 0;
  color: #fff;
  font-size: 16px; }

.theme-config .color-skin-box label {
  display: block;
  cursor: pointer;
  position: relative;
  height: 100%; }

.theme-config .color-skin-box input {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.theme-config .color-skin-box input:checked + .color-check-icon {
  opacity: 1; }

.preloader-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1004;
  background-color: #fff; }

.preloader-backdrop .page-preloader {
  position: fixed;
  top: 40%;
  left: 50%;
  padding: 10px 45px 10px 10px;
  margin-left: -60px;
  z-index: 1005;
  font-family: Poppins;
  font-size: 16px; }

.preloader-backdrop .page-preloader::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-top: 2px solid #34495f;
  border-right: 2px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader-rotate .6s linear infinite;
  animation: loader-rotate .6s linear infinite; }

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1004;
  pointer-events: none; }

.shined {
  z-index: 1005 !important; }

.to-top {
  position: fixed;
  right: 3px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 2px solid #687991;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1001;
  opacity: 1;
  cursor: pointer;
  display: none; }

.to-top i {
  font-size: 26px;
  color: #687991; }

.to-top:hover {
  background-color: #687991; }

.to-top:hover i {
  display: block;
  color: #fff; }

.alertify {
  z-index: 1004; }

.alertify-logs {
  z-index: 1005; }

.legendLabel {
  padding-left: 5px; }

.flotTip {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #323232 !important;
  border: 1px solid #323232 !important;
  opacity: .8;
  color: #fff; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0 !important; }

table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important; }

.html5buttons {
  float: right;
  margin-top: 5px; }

.dataTables_length {
  float: left;
  margin-top: 5px; }

.dataTables_filter label {
  margin-right: 5px;
  margin-top: 5px; }

.html5buttons a {
  font-size: 12px;
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px; }

@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 8px;
    text-align: center; }
  div.dt-buttons {
    width: auto; }
  .dataTables_length {
    float: none; } }

.dataTables_filter input {
  height: 30px; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  top: 50%;
  margin-top: -7px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #99a4af; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  top: 50%;
  margin-top: -7px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #99a4af; }

table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 600; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: 50%;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%); }

.dataTables_paginate .page-item.next .page-link,
.dataTables_paginate .page-item.previous .page-link {
  width: auto;
  padding: 0 10px; }

.dataTables_paginate .page-item.next .page-link:hover,
.dataTables_paginate .page-item.previous .page-link:hover {
  background-color: #fff; }

.toast-message {
  font-size: 13px; }

.toast-close-button {
  line-height: normal; }

#toast-container > div {
  opacity: .9;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#toast-container > div:hover {
  opacity: 1; }

.toast-success {
  background-color: #18c5a9; }

.toast-info {
  background-color: #2cc4cb; }

.toast-warning {
  background-color: #f5ab36; }

.toast-error {
  background-color: #f75a5f; }

.bootbox.modal .modal-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.note-editor.note-frame {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #ddd; }

.note-toolbar {
  background-color: #ebedee;
  padding: 5px 5px 10px 10px !important; }

.note-btn,
.note-btn:hover,
.open .note-btn.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #495057; }

.note-btn {
  font-size: 0.875rem !important;
  padding: 0.25rem 0.5rem !important; }

.note-color .dropdown-menu > li > .btn-group {
  display: table-cell !important;
  padding: 5px; }

.note-popover.popover {
  display: none; }

.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
  margin-left: 2px; }

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  padding: 5px 6px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: .5rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s; }

.bootstrap-tagsinput input {
  font-family: sans-serif, Arial; }

.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #919ca8; }

.bootstrap-tagsinput input::-moz-placeholder {
  color: #919ca8; }

.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #919ca8; }

.bootstrap-tagsinput input::-ms-input-placeholder {
  color: #919ca8; }

.bootstrap-tagsinput input::placeholder {
  color: #919ca8; }

.bootstrap-tagsinput.focus {
  border-color: #036D6C; }

.bootstrap-tagsinput.form-control-solid {
  background-color: #f4f5f9;
  border-color: #f4f5f9; }

.bootstrap-tagsinput.form-control-solid.focus {
  background-color: #e4e6f0;
  border-color: #036D6C; }

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e9ecef; }

.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content {
  padding: 7px 7px 7px 28px; }

.fc-unthemed .fc-event .fc-content:before,
.fc-unthemed .fc-event-dot .fc-content:before {
  display: block;
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: .65rem;
  left: .75rem; }

.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before {
  background-color: #036D6C; }

.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before {
  background-color: #f39c12; }

.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before {
  background-color: #2cc4cb; }

.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before {
  background-color: #f75a5f; }

.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before {
  background-color: #18c5a9; }

.fc-unthemed .fc-list-item .fc-event-dot {
  background-color: #036D6C; }

.fc-unthemed .fc-list-item.fc-event-warning .fc-event-dot {
  background-color: #f39c12; }

.fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
  background-color: #2cc4cb; }

.fc-unthemed .fc-list-item.fc-event-danger .fc-event-dot {
  background-color: #f75a5f; }

.fc-unthemed .fc-list-item.fc-event-success .fc-event-dot {
  background-color: #18c5a9; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem; }

.fc-toolbar .fc-right .fc-button {
  border: 1px solid #e9ecef; }

.fc-unthemed td.fc-today {
  background-color: #fdf0db; }

#external-events .ex-event {
  padding: 10px 15px;
  cursor: move; }

.fc-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #fff;
  border: 0;
  background-image: none;
  color: inherit; }

.fc-state-active,
.fc-state-down {
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.fc th.fc-widget-header {
  font-weight: 500;
  font-size: 13px;
  padding: 7px 0;
  text-transform: uppercase; }

.fc-list-heading td {
  font-weight: 500; }

.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
  background: #18c5a9; }

.dropzone {
  border: 2px dashed #036D6C; }

.dz-error-message,
.dz-error-mark {
  display: none !important; }

.dz-image,
.dz-progress {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

.dropzone .dz-preview .dz-progress {
  border-color: #036D6C; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background-color: #036D6C; }

.datepicker table tr td,
.datepicker table tr th {
  width: 35px;
  height: 35px; }

.datepicker table tr td span.active,
.datepicker table tr td.active {
  background-color: #036D6C !important;
  border-color: #036D6C !important; }

.datepicker table tr td,
.datepicker table tr th {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999; }

.datepicker-inline {
  width: 245px; }

.datepicker tfoot th,
.datepicker thead th {
  font-weight: 500; }

.datepicker thead th.next,
.datepicker thead th.prev {
  font-size: 0;
  font-family: themify;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.datepicker thead th.next::before {
  content: "\e649";
  font-size: 12px; }

.datepicker thead th.prev::before {
  content: "\e64a";
  font-size: 12px; }

.datetimepicker {
  padding: 10px; }

.datetimepicker thead th.next,
.datetimepicker thead th.prev,
.datetimepicker thead th.switch {
  font-weight: 500; }

.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.datetimepicker thead th.next > span,
.datetimepicker thead th.prev > span {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px; }

.datetimepicker thead th.prev > span:before {
  content: "\e64a"; }

.datetimepicker thead th.next > span:before {
  content: "\e649"; }

.datetimepicker thead th.dow {
  font-weight: 500; }

.datetimepicker table tr td span.active,
.datetimepicker table tr td.active {
  background: #036D6C !important;
  color: #fff !important; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #036D6C; }

.daterangepicker td.start-date {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.daterangepicker td.end-date {
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.daterangepicker thead th {
  font-weight: 500; }

.daterangepicker thead th.next,
.daterangepicker thead th.prev {
  font-size: 0;
  font-family: themify;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.daterangepicker thead th.next::before {
  content: "\e649";
  font-size: 14px; }

.daterangepicker thead th.prev::before {
  content: "\e64a";
  font-size: 14px; }

.daterangepicker td,
.daterangepicker th {
  width: 32px;
  height: 32px; }

.daterangepicker .input-mini {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.daterangepicker .input-mini.active {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: #036D6C; }

.bootstrap-select > .dropdown-toggle {
  padding-right: 30px; }

.bootstrap-select > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1); }

.bootstrap-select > .dropdown-toggle.btn-solid {
  background-color: #f4f5f9;
  border-color: #f4f5f9; }

.bootstrap-select > .dropdown-toggle:focus {
  outline: 0 !important; }

.bootstrap-select > .dropdown-toggle:after {
  display: inline-block;
  font-family: LineAwesome;
  content: "\f110";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: .85rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border: 0; }

.bootstrap-select.btn-group.show > .dropdown-toggle.btn-default,
.bootstrap-select.btn-group.show > .dropdown-toggle.btn-solid {
  border-color: #036D6C; }

.bootstrap-select .check-mark {
  top: 50%;
  margin-top: -8px !important;
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.bootstrap-select .check-mark:before {
  content: "\e64c"; }

.bootstrap-select.btn-group .dropdown-menu li.selected > a {
  background-color: #ebedee;
  color: inherit; }

.bootstrap-select.btn-group .dropdown-menu.inner > li.hidden {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #919ca8; }

.easypie {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  position: relative; }

.easypie .easypie-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 0; }

.select2-container {
  max-width: 100%; }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  outline: 0 !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
  line-height: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  font-family: LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: .85rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__arrow:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f110"; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #526477;
  line-height: 1.25;
  padding: .65rem 1.25rem; }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #036D6C; }

.select2-dropdown {
  border: 1px solid #ebedee;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175); }

.select2-search--dropdown {
  padding: 10px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option .select2-results__group {
  padding: 6px 15px; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 30px; }

.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: #f7f8f8;
  color: inherit; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ebedee; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.25; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ebedee;
  border-color: #ebedee;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "\e646";
  position: relative;
  top: .1rem;
  margin-right: 4px;
  font-size: 20px;
  color: #34495f; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-family: themify;
  speak: none;
  font-style: normal;
  display: inline-block;
  font-family: LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-weight: 400;
  line-height: 0;
  margin-right: 5px;
  font-size: 0; }

.select2-container--default .select2-selection--single .select2-selection__clear::before {
  content: "\f191";
  font-size: .85rem; }

.fooicon {
  font-family: themify !important; }

.fooicon-search:before {
  content: "\e610"; }

.fooicon-sort:before {
  content: "\e63f"; }

.fooicon-sort-asc:before {
  content: "\e627"; }

.fooicon-sort-desc:before {
  content: "\e62a"; }

.fooicon-remove:before {
  content: "\e646"; }

.fooicon-trash:before {
  content: "\e605"; }

.fooicon-loader:before {
  content: "\e619"; }

.fooicon-plus:before {
  content: "\e61a"; }

.fooicon-minus:before {
  content: "\e622"; }

.fooicon-pencil:before {
  content: "\e61c"; }

.fooicon-eye-close:before {
  content: "\e63d"; }

.fooicon-flash:before {
  content: "\e652"; }

.fooicon-cog:before {
  content: "\e60f"; }

.fooicon-stats:before {
  content: "\e6bb"; }

table > tbody > tr > td > span.footable-toggle {
  opacity: .5; }

.footable .open > .dropdown-menu {
  display: block; }

.fixed-table-toolbar .btn-group > .btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.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-empty,
.dd-item,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  border: 1px solid #ccc;
  background-color: #ebedee;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.dd-handle:hover {
  font-weight: 700; }

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

.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-empty,
.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  -webkit-background-size: 60px 60px;
  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); }

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #ebedee;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.dd3-content:hover {
  font-weight: 700; }

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

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

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#bbb));
  background-image: -webkit-linear-gradient(bottom, #ddd 0, #bbb 100%);
  background-image: -o-linear-gradient(bottom, #ddd 0, #bbb 100%);
  background-image: linear-gradient(0deg, #ddd 0, #bbb 100%);
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400; }

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

.twitter-typeahead {
  display: block !important; }

.tt-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 270px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.tt-suggestion {
  padding: 8px 15px;
  cursor: pointer; }

.tt-suggestion:hover {
  background-color: #f5f5f5; }

.wizard .steps {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px; }

.wizard .steps ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none; }

.wizard .steps ul li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative; }

.wizard .steps ul li:after,
.wizard .steps ul li:before {
  content: '';
  z-index: 2;
  display: block;
  position: absolute;
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #036D6C; }

.wizard .steps ul li:after {
  right: 0; }

.wizard .steps ul li:before {
  left: 0; }

.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
  content: none; }

.wizard .steps ul li a {
  position: relative;
  padding-top: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
  cursor: default; }

.wizard .steps .current-info {
  display: none; }

.wizard .steps ul li.current:after,
.wizard .steps ul li.current ~ li:after,
.wizard .steps ul li.current ~ li:before {
  background-color: #e5e5e5; }

.wizard .steps ul li.current > a {
  color: #34495f; }

.wizard .steps ul li.current .step-number {
  border-color: #036D6C;
  background-color: #fff;
  color: #036D6C; }

.wizard .steps ul li.disabled a {
  color: #999;
  cursor: default; }

.wizard .steps .step-number {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #e5e5e5;
  font-size: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center; }

.wizard .steps ul li.done > a {
  color: #999; }

.wizard .steps ul li.done .step-number {
  background-color: #036D6C;
  border-color: #036D6C;
  color: #fff; }

.wizard .steps ul li.error .step-number {
  border-color: #f64247;
  color: #f64247; }

.wizard .content > .title {
  display: none; }

.wizard > .content > .body {
  padding: 25px;
  border: 4px solid #e3e6e7;
  max-width: 600px;
  margin: 0 auto; }

.wizard > .content h3 {
  text-align: center;
  margin-bottom: 20px; }

.wizard .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

.wizard .actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.wizard .actions ul li + li {
  margin-left: 15px; }

.wizard .actions a {
  display: block;
  padding: .5rem .75rem;
  line-height: 1.25;
  color: #fff;
  background-color: #036D6C;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.wizard .actions .disabled a,
.wizard .actions a[href="#previous"] {
  color: #485b6f;
  background-color: #e3e6e7; }

.errors {
  border-color: #cf860f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.clf:after,
.clf:before {
  content: '';
  display: table; }

.clf:after {
  clear: both; }

html {
  box-sizing: border-box;
  font-size: 14px; }

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  color: #34495f;
  background: #f2f3fa;
  overflow-x: hidden; }

a {
  cursor: pointer;
  color: inherit; }

a:focus,
a:hover {
  text-decoration: none;
  color: #036D6C; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

.h6,
h6 {
  font-weight: 500; }

small {
  font-size: 85%; }

button {
  cursor: pointer; }

a:focus,
button:focus,
input:focus,
select:focus {
  outline: 0; }

canvas,
img,
input,
textarea {
  max-width: 100%; }

button.reset {
  border: 0;
  background-color: inherit;
  padding: 0;
  outline: 0; }

strong {
  font-weight: 500; }

b,
dt {
  font-weight: 600; }

mark {
  padding: 1px 2px; }

code {
  color: #cb4a4e;
  background-color: #f7f8f8; }

pre {
  position: relative;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
  padding: 12px;
  background: #f0f0f0; }

pre code {
  white-space: pre;
  display: block;
  overflow-x: auto; }

pre .clipboard-copy {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 1rem;
  opacity: 0; }

pre:hover .clipboard-copy {
  opacity: 1; }

.collapse.in {
  display: block; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

button {
  color: inherit;
  margin: 0; }

input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

textarea {
  overflow: auto; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-Light.ttf");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-Medium.ttf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-SemiBold.ttf");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-ExtraBold.ttf");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("/fonts/poppins/Poppins-Black.ttf");
  font-style: normal;
  font-weight: 900; }

.mce-branding {
  display: none; }

body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(/image/icons/user-lock-2.svg);
  background-position: 80% 40px;
  height: calc(100vh - 104px); }
  body .error-content {
    max-width: 620px;
    margin: 200px auto 0; }
    body .error-content .error-icon {
      height: 160px;
      width: 160px;
      background-image: url(/image/icons/user-lock.svg);
      background-size: cover;
      background-repeat: no-repeat;
      margin-right: 80px; }
    body .error-content .error-code {
      font-size: 120px;
      color: #036D6C; }

body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(/image/icons/search-document-2.svg);
  background-position: 85% 40px;
  height: calc(100vh - 104px); }
  body .error-content {
    max-width: 400px;
    margin-top: 100px;
    margin-left: 80px; }
    body .error-content .error-code {
      font-size: 120px;
      color: #036D6C; }

.error-content-v1 {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(/image/icons/server-error-2.svg);
  background-position: 80% 40px;
  height: calc(100vh - 104px); }
  .error-content-v1 .error-content {
    max-width: 620px;
    margin: 200px auto 0; }
    .error-content-v1 .error-content .error-icon {
      height: 160px;
      width: 160px;
      background-image: url(/image/icons/server-error.svg);
      background-size: cover;
      background-repeat: no-repeat;
      margin-right: 80px; }
    .error-content-v1 .error-content .error-code {
      font-size: 120px;
      color: #036D6C; }

.cover_v1 {
  background: #457fca;
  background: -webkit-linear-gradient(to bottom, #5691c8, #457fca);
  background: linear-gradient(to bottom, #5691c8, #457fca); }

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(117, 54, 230, 0.1); }

.login-content {
  max-width: 400px;
  margin: 100px auto 50px; }

.auth-head-icon {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #fff;
  color: #2196f3;
  box-shadow: 0 5px 20px #d6dee4;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2; }

.border-width {
  border-width: 0 0 1px 0 !important;
  border-radius: 0px !important; }

.rel:hover .card-delete {
  background-color: rgba(0, 0, 0, 0.5); }
  .rel:hover .card-delete .card-delete-btn {
    opacity: 1; }

.rel .card-delete {
  transition: all .4s ease-in-out;
  background: transparent; }
  .rel .card-delete .card-delete-btn {
    opacity: 0;
    transition: all .4s ease-in-out; }

.mce-branding, #mceu_50 {
  display: none !important; }

.article-date {
  height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
  padding: 6px 5px;
  border-radius: 50%;
  line-height: 1; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  background-color: #036D6C;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  z-index: 1002; }

.header .page-brand {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 15px;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #ff4081; }

.header .navbar-toolbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header .navbar-toolbar > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #eee; }

.header .navbar-toolbar > li > .brand-logo {
  padding: 15px 0 !important; }

.header .navbar-toolbar > li > a:hover {
  color: #ffffff; }

.header .navbar-toolbar > li .notify-signal {
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: -3px;
  background: #036D6C;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.header .navbar-toolbar > li .notify-signal::before {
  display: none;
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #036D6C;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.header .navbar-toolbar > li.active .notify-signal::before {
  display: block; }

.header .toolbar-icon {
  font-size: 18px;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px; }

.header .toolbar-icon:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff; }

.header .mega-toolbar-menu {
  padding: 15px; }

.header .mega-toolbar-menu .mega-toolbar-item {
  width: 220px;
  text-align: center;
  margin: 15px 10px; }

.header .mega-toolbar-menu .mega-toolbar-item .item-icon {
  height: 54px;
  width: 54px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #8d97d3;
  background-color: #f4f5fb; }

.header .mega-toolbar-menu .mega-toolbar-item .item-name {
  font-weight: 500;
  color: #5c6bc0; }

.header .mega-toolbar-menu .mega-toolbar-item .item-text {
  margin: 4px 30px 0;
  line-height: 1;
  font-size: 13px;
  color: #aaa;
  -webkit-transition: opacity .1s ease, -webkit-transform .2s;
  transition: opacity .1s ease, -webkit-transform .2s;
  -o-transition: opacity .1s ease, transform .2s;
  transition: opacity .1s ease, transform .2s;
  transition: opacity .1s ease, transform .2s, -webkit-transform .2s; }

.header .mega-toolbar-menu .mega-toolbar-item .item-details {
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 16px; }

.header .mega-toolbar-menu .mega-toolbar-item:hover .item-icon {
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.header .mega-toolbar-menu .mega-toolbar-item:hover .item-text {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.header .mega-toolbar-menu .mega-toolbar-item:hover .item-details {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.header .sidebar-toggler {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.header .sidebar-toggler .icon-bar {
  width: 26px;
  height: 2px;
  background-color: #eee;
  margin-top: 5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header .sidebar-toggler .icon-bar:first-child {
  margin-top: 0;
  width: 10px; }

.header .sidebar-toggler .icon-bar:last-child {
  width: 20px; }

.header .sidebar-toggler.active .icon-bar,
.header .sidebar-toggler:hover .icon-bar {
  width: 26px; }

.header .sidebar-toggler:hover .icon-bar {
  background-color: #ffffff; }

.header .dropdown-user a.dropdown-toggle .admin-avatar {
  height: 32px;
  width: 32px;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-right: 14px; }

.header .dropdown-user a.dropdown-toggle .admin-avatar img {
  width: 50px;
  max-width: 50px; }

.header .admin-dropdown-menu {
  margin-top: 12px; }

.header .admin-dropdown-menu .dropdown-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
  background-color: #036D6C; }

.header .admin-dropdown-menu .dropdown-arrow:after {
  background-color: #036D6C; }

.header .admin-dropdown-menu .admin-avatar {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  overflow: hidden;
  margin-right: 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header .admin-dropdown-menu .admin-avatar img {
  width: 88px;
  max-width: 88px; }

.header .admin-dropdown-menu .admin-badge {
  color: #ffffff; }

.header .admin-dropdown-menu .admin-badge i {
  height: 28px;
  width: 28px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  background-color: #ffffff; }

.header .admin-dropdown-menu .admin-menu-features {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header .admin-dropdown-menu .admin-features-item {
  width: 150px;
  text-align: center;
  color: #71808f; }

.header .admin-dropdown-menu .admin-features-item i {
  display: block;
  font-size: 36px;
  margin-bottom: 16px; }

.header .admin-dropdown-menu .admin-features-item:hover {
  color: inherit; }

.header .admin-dropdown-menu .admin-features-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.header .admin-dropdown-menu .admin-menu-content {
  padding: 10px 30px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.header .language-dropdown .admin-dropdown-menu {
  top: px !important; }

.header .language-dropdown {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.header .language-dropdown .dropdown-arrow:after {
  background-color: #fff; }

.header .language-dropdown .dropdown-header {
  background-color: #fff;
  padding: 10px; }

.header .language-dropdown .dropdown-header .language-list-item {
  color: #71808f; }

.header .language-dropdown .flag-img {
  margin-right: 10px; }

.header .language-dropdown .dropdown-header .language-list-item .language-img {
  float: left;
  margin-right: 10px; }

.header .language-dropdown .dropdown-header .language-list-item:hover {
  color: inherit; }

.header .language-dropdown .dropdown-header .language-list {
  list-style-type: none;
  padding-left: 0px; }

.header .language-dropdown i {
  margin-right: 15px; }

.header .dropdown-notification a.dropdown-toggle .notify-signal {
  background: #f75a5f; }

.header .timeout-toggler {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.header .timeout-toggler .notify-signal {
  display: none; }

.header .timeout-toggler.active .notify-signal {
  display: block; }

.header .search-toggler {
  margin-left: 0; }

.header .search-toggler i {
  font-size: 18px;
  margin-right: 8px; }

.header .quick-sidebar-toggler {
  font-size: 18px; }

.header .dropdown-menu-media {
  min-width: 360px;
  margin-top: 25px; }

.header .dropdown-menu-media .dropdown-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header .envelope-badge {
  position: absolute;
  right: 7px;
  top: 0;
  padding: 2px 5px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background-color: #ff4081;
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.search-top-bar {
  -webkit-transform-origin: center 0;
  -ms-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 66px;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  z-index: 1005; }

.search-top-bar.shined {
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

.search-top-bar .search-input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 15px 10px 50px;
  color: #444;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.search-top-bar .input-search-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #71808f;
  padding-left: 10px;
  font-size: 18px; }

.search-top-bar .input-search-icon:hover {
  color: inherit; }

.search-top-bar .input-search-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #71808f; }

.search-top-bar .input-search-close:hover {
  color: inherit; }

.page-sidebar {
  position: fixed;
  top: 66px;
  bottom: 0;
  left: 0px;
  width: 230px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1001;
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4; }

.page-sidebar.opened,
.page-sidebar.shined {
  left: -230px; }

.page-sidebar.shined.opened {
  left: 0; }

.page-sidebar .collapse.in {
  height: auto !important; }

.side-menu {
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding-bottom: 60px; }

.side-menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.side-menu .heading {
  padding: 12px 15px;
  display: block;
  font-size: 13px;
  color: #abb4c7; }

.side-menu li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  white-space: nowrap;
  overflow: hidden;
  color: #71808f; }

.side-menu li a:focus,
.side-menu li a:hover {
  color: #036D6C;
  background-color: #ebedf7; }

.side-menu li a:focus .arrow,
.side-menu li a:focus .sidebar-item-icon,
.side-menu li a:hover .arrow,
.side-menu li a:hover .sidebar-item-icon {
  color: #036D6C; }

.side-menu li a.active {
  color: #036D6C; }

.side-menu li .sidebar-item-icon {
  width: 35px;
  line-height: 20px !important;
  font-size: 18px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: #abb4c7; }

.side-menu li .nav-label {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

.side-menu li .arrow {
  line-height: 18px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  opacity: 1;
  color: #abb4c7; }

.side-menu li.active > a > .arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.side-menu > li.active > a {
  background-color: #036D6C; }

.side-menu > li.active > a,
.side-menu > li.active > a .arrow,
.side-menu > li.active > a .sidebar-item-icon {
  color: #ffffff; }

.side-menu .nav-2-level > li > a {
  padding: 7px 10px 7px 50px; }

.side-menu .nav-3-level > li > a {
  padding: 7px 10px 7px 60px; }

body.drawer-sidebar .page-sidebar {
  top: 0;
  z-index: 1005;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.page-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff; }

.showImg {
  width: 200px;
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .showImg img {
    border-radius: 6px; }

.add-right {
  margin-top: -40px;
  float: right; }

.actions .button i {
  color: #ffffff; }

.actions .form {
  margin: 0; }

.permission-title {
  margin-top: 24px; }
  .permission-title:first-child {
    margin-top: 0px !important; }

.add-right {
  margin-top: -40px;
  float: right; }

.actions .button i {
  color: #ffffff; }

.actions .form {
  margin: 0; }
