/* ** FORMS */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.clf:after,
.clf:before {
  content: '';
  display: table;
}

.clf:after {
  clear: both;
}

html {
  font-size: 14px;
}

body {
  overflow-x: hidden;
  font-family: Poppins, "Arial", sans-serif;
  background-color: #f2f3fa;
  color: #34495f;
}

a {
  cursor: pointer;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #18C5A9;
}

.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;
}

button:focus,
select:focus,
input:focus,
a:focus {
  outline: none;
}

input,
textarea,
img,
canvas {
  max-width: 100%;
}

button.reset {
  border: 0;
  background-color: inherit;
  padding: 0;
  outline: none;
}

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;
}

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

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

.btn:focus {
  -webkit-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;
  border-radius: 2px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.35rem 0.75rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

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

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

.btn-square,
.btn-square .btn {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !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;
}

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

.btn-primary {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary.disabled,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4a5ab9;
  border-color: #4a5ab9;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #18C5A9;
  border-color: #18C5A9;
}

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

.btn-info {
  color: #fff;
  background-color: #2CC4CB;
  border-color: #2CC4CB;
}

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

.btn-warning {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}

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

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

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

.btn-blue {
  color: #fff;
  background-color: #3498DB;
  border-color: #3498DB;
}

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

.btn-pink {
  color: #fff;
  background-color: #FF4081;
  border-color: #FF4081;
}

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

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

.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:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:hover,
.btn-outline-secondary.active,
.btn-outline-secondary:active {
  color: #485b6f !important;
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
  -webkit-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:focus,
.btn-outline-info.focus,
.btn-outline-info:hover,
.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2CC4CB;
  border-color: #2CC4CB;
  -webkit-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:focus,
.btn-outline-success.focus,
.btn-outline-success:hover,
.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #18C5A9;
  border-color: #18C5A9;
  -webkit-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:focus,
.btn-outline-warning.focus,
.btn-outline-warning:hover,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
  -webkit-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:focus,
.btn-outline-danger.focus,
.btn-outline-danger:hover,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f75a5f;
  border-color: #f75a5f;
  -webkit-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:focus,
.btn-outline-blue.focus,
.btn-outline-blue:hover,
.btn-outline-blue.active,
.btn-outline-blue:active,
.show>.btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #3498DB;
  border-color: #3498DB;
  -webkit-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:focus,
.btn-outline-pink.focus,
.btn-outline-pink:hover,
.btn-outline-pink.active,
.btn-outline-pink:active,
.show>.btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #FF4081;
  border-color: #FF4081;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

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

.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-icon-only.btn-lg,
.btn-group-lg .btn-icon-only {
  height: 56px;
  width: 56px;
}

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

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

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

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

.btn-icon-only.btn-sm [class*="la-"],
.btn-group-sm .btn-icon-only [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-lg .btn-icon [class^="ti-"],
.btn-icon.btn-lg [class^="ti-"],
.btn-group-lg .btn-icon [class^="ti-"] {
  font-size: 1.35rem;
}

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

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

.btn-sm .btn-icon [class*=" la-"],
.btn-icon.btn-sm [class*=" la-"],
.btn-group-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: #fff;
}

.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;
}


/* ** OUT LABELS */

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

.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);
  -ms-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;
  border-radius: 0 2px 2px 0;
}

.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;
  border-radius: 2px 0 0 2px;
}

.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: #5C6BC0;
  color: #5C6BC0;
}

.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 .visible-content,
.btn-animated .hidden-content {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .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);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

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

.btn-animated.fade-button:hover .hidden-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-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: #bb0000;
  border-color: #bb0000;
}

.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: #ff6600;
  border-color: #ff6600;
}

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

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

.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);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.fab .fab-icon-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-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(0px) translateX(40px);
  -ms-transform: scaleY(0.4) scaleX(0.4) translateY(0px) translateX(40px);
  transform: scaleY(0.4) scaleX(0.4) translateY(0px) translateX(40px);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.fab.fab-top .fab-menu {
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-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(0px) translateY(40px);
  -ms-transform: scale(0.4) translateX(0px) translateY(40px);
  transform: scale(0.4) translateX(0px) translateY(40px);
}

.fab.fab-bottom .fab-menu {
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-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(0px) translateY(-40px);
  -ms-transform: scale(0.4) translateX(0px) translateY(-40px);
  transform: scale(0.4) translateX(0px) translateY(-40px);
}

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

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

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

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

.fab>.btn.active .fab-icon-active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-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);
  -ms-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(0px);
  -ms-transform: scale(1) translate(0px);
  transform: scale(1) translate(0px);
  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 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-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-tabs,
.ibox .ibox-head .nav-pills {
  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;
  text-align: right;
  /* added 11/07/2018 */
}

.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 .abs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

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

.login-box {
  background-color: #820700;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.nav-pills .nav-link.active {
  background-color: #5c6bc0;
  color: #fff;
}

.nav-pills.nav-pills-rounded .nav-link.active {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.nav-pills.nav-pills-air .nav-link.active {
  -webkit-box-shadow: 0 5px 20px #d6dee4;
  box-shadow: 0 5px 20px #d6dee4;
}

.nav-pills.nav-pills-air .nav-link.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-pills-success .nav-link.active {
  background-color: #18C5A9;
  color: #fff;
}

.nav-pills-info .nav-link.active {
  background-color: #2CC4CB;
  color: #fff;
}

.nav-pills-warning .nav-link.active {
  background-color: #F39C12;
  color: #fff;
}

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

.nav-pills-pink .nav-link.active {
  background-color: #FF4081;
  color: #fff;
}

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

.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: #fcfcfc;
}

.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: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

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

.badge-primary,
.label-primary {
  background-color: #5C6BC0;
}

.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: #3498DB;
}

.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%;
  border-radius: 50%;
}

.badge-point {
  display: inline-block !important;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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;
  border-radius: 2px;
  color: #fff;
}

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

.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;
  border-radius: 2px;
  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);
  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:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #f7f8f8;
  color: #16181b;
}

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

.dropdown-menu .dropdown-header {
  font-size: inherit;
  color: inherit;
  -webkit-border-radius: .25rem .25rem 0 0;
  border-radius: .25rem .25rem 0 0;
  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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.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: 0.8rem;
  line-height: 0;
  vertical-align: middle;
  top: -0.1em;
  position: relative;
  margin-left: 4px;
}

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

.btn+.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.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: 0.55rem;
  padding-left: 0.55rem;
}

.dropdown-item>i {
  color: #9aa4af;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.08rem;
  margin-right: 0.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:hover,
.list-group a.list-group-item-success:focus,
.list-group button.list-group-item-success:hover,
.list-group button.list-group-item-success:focus {
  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:hover,
.list-group a.list-group-item-success:focus,
.list-group button.list-group-item-success:hover,
.list-group button.list-group-item-success:focus {
  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:hover,
.list-group a.list-group-item-info:focus,
.list-group button.list-group-item-info:hover,
.list-group button.list-group-item-info:focus {
  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:hover,
.list-group a.list-group-item-warning:focus,
.list-group button.list-group-item-warning:hover,
.list-group button.list-group-item-warning:focus {
  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:hover,
.list-group a.list-group-item-danger:focus,
.list-group button.list-group-item-danger:hover,
.list-group button.list-group-item-danger:focus {
  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 #fff;
}

.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%);
  -ms-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-transition: all .5s;
  -o-transition: all .5s;
  transition: all .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: #fff;
}

.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%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.card .card-abs-top-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-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);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

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

.form-control {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.65rem 1.25rem;
  /*font-family: sans-serif, Arial;*/
  font-family: Poppins;
}

.form-control:focus {
  border-color: #5C6BC0;
}

.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: #5C6BC0;
}

.form-primary .form-control:focus {
  border-color: #5C6BC0;
}

.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: 0px 3px 25px 0px rgba(53, 73, 95, 0.1);
  box-shadow: 0px 3px 25px 0px rgba(53, 73, 95, 0.1);
}

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

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

select.form-control-sm: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]),
.input-group-sm>.input-group-btn>select.btn: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: #5c6bc0;
  border: 1px dashed;
  font-size: 28px;
}


/* ** Input groups */

.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: 0.35rem 0.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 .control-label,
.has-success .col-form-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 .control-label,
.has-warning .col-form-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 .control-label,
.has-error .col-form-label,
.has-error .help-block,
.has-error .error,
.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);
  -ms-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%;
  border-radius: 50%;
}

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

.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: #5C6BC0;
  border-color: #5C6BC0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  border-radius: 15px;
  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%;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: -6px;
  color: #f7f8fa;
  background-color: #dfe2ea;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .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: #5C6BC0;
  -webkit-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: #fff;
}

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

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

.ui-switch-success input:checked~span:after {
  background-color: #18C5A9;
  -webkit-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);
  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);
  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);
  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);
  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);
  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);
  box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
}

.switch-solid-primary span {
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}

.switch-solid-primary span:after {
  background-color: #fff;
  color: #5C6BC0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .42;
}

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

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

.switch-solid-success span:after {
  background-color: #fff;
  color: #18C5A9;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .42;
}

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

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

.switch-solid-info span:after {
  background-color: #fff;
  color: #2CC4CB;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .42;
}

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

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

.switch-solid-warning span:after {
  background-color: #fff;
  color: #F39C12;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .42;
}

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

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

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

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

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

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

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

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

.switch-solid-blue span:after {
  background-color: #fff;
  color: #3498DB;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .42;
}

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

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

.switch-solid-pink span:after {
  background-color: #fff;
  color: #FF4081;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .42;
}

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

.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  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: #fff;
}

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

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

.table-border-success,
.table-border-success th,
.table-border-success td {
  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:hover,
.pagination li>a:focus,
.pagination li>span:hover,
.pagination li>span:focus {
  color: #5C6BC0;
  background-color: #e9ecef;
}

.pagination li .page-link-solid {
  color: #5C6BC0;
  background-color: #e9ecef;
}

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

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

.modal-dialog .modal-content {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -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);
  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;
}

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

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

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

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

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

.carousel-hover-controls:hover .carousel-control-prev-icon,
.carousel-hover-controls:hover .carousel-control-next-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 WIDGETS */

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

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

.social-widget-count {
  padding: 12px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  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;
}


/* * WIDGETS */

.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 */

.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.0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.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 **/

@media print {
  .dashboard-sidebar,
  .admin-navbar,
  .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: #5C6BC0 !important;
}

.bg-primary-800 {
  background-color: #424d8a !important;
}

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

.bg-primary-600 {
  background-color: #5562b1 !important;
}

.bg-primary-400 {
  background-color: #7481c9 !important;
}

.bg-primary-300 {
  background-color: #8d97d3 !important;
}

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

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

.bg-primary-50 {
  background-color: #ebedf7 !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;
}

.link-blue {
  color: inherit;
}

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

.link-green {
  color: inherit;
}

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

.text-primary {
  color: #5C6BC0 !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: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

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

.rel,
.p-relative {
  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;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  position: relative;
  background-color: #820700;
  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);
  border-bottom: 2px solid #e8c36b;
}

.header .page-brand {
  width: 230px;
  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;
  padding: 10px 60px 10px 35px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  /* background-color: #000; */
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.header .page-brand a:hover,
.header .page-brand a:focus {
  color: inherit;
}

.header .page-brand .brand-mini {
  display: none;
	max-width: 40px;
  color: gold;
}

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

.header .navbar-toolbar>li .notify-signal {
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: -3px;
  background: #18C5A9;
  -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 #18C5A9;
  -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: #ebedf7;
  color: #5c6bc0;
}

.header .sidebar-toggler {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Removed old icon-bar styles - now using Font Awesome hamburger icon */

.header .dropdown-user a.dropdown-toggle img {
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}

.header .admin-dropdown-menu {
  margin-top: 25px;
}

.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 30px;
  background-color: #18C5A9;
}

.header .admin-dropdown-menu .dropdown-arrow:after {
  background-color: #18C5A9;
}

.header .admin-dropdown-menu .admin-avatar {
  height: 60px;
  width: 60px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  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;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .admin-dropdown-menu .admin-badge {
  color: #333;
}

.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%;
  background-color: #333;
  color: #fff;
}

.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 .dropdown-notification a.dropdown-toggle .notify-signal {
  background: #f75a5f;
}

.header .dropdown-inbox .img-circle {
  width: 40px;
  height: 40px;
}

.header .timeout-toggler-icon .notify-signal {
  display: none;
}

.header .timeout-toggler.active .timeout-toggler-icon .notify-signal {
  display: block;
}

.header .search-toggler i {
  font-size: 18px;
  margin-right: 5px;
}

.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;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f75a5f;
}

.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(0deg);
  transform: rotateX(0deg);
}

.search-top-bar .search-input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 15px 10px 50px;
  color: #444;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-top-bar .input-search-icon {
  position: absolute;
  left: 0px;
  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;
}

.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: #5c6bc0;
  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: 580px) {
  .header .search-toggler span,
  .dropdown-user>a>span {
    display: none;
  }
  .dropdown-user>a>img {
    margin-left: 0 !important;
  }
}

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

.page-sidebar {
  width: 230px;
  background-color: #343a40; /* #304357; */
  min-height: 100%;
  position: absolute;
  top: 0;
  margin-top: 66px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1001;
}

.page-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-sidebar ul li {
  position: relative;
  display: block;
}

.page-sidebar ul li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
}

.page-sidebar .collapse.in {
  height: auto !important;
}

.side-menu {
  padding-bottom: 60px !important;
}

.side-menu .heading {
  padding: 12px 15px;
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.side-menu li {
  outline: 0;
}

.side-menu li .sidebar-item-icon {
  width: 35px;
  line-height: 20px !important;
  font-size: 18px;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  color: #888888; /*#71808f; */
}

.side-menu li .nav-label {
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.side-menu li .arrow {
  line-height: 18px;
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  opacity: 1;
  color: #71808f;
}

.side-menu li.active>a>.arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.side-menu li a.active,
.side-menu li a.active .sidebar-item-icon {
  color: #fff;
}

.side-menu>li a {
  /* white-space: nowrap;
     10/07/2018 */
  overflow: hidden;
  color: #9e9e9e; /* #b4bcc8; */
}

.side-menu>li a:hover,
.side-menu>li a:focus {
  color: #fff;
  background-color: #425c78;
}

.side-menu>li a:hover .sidebar-item-icon,
.side-menu>li a:hover .arrow,
.side-menu>li a:focus .sidebar-item-icon,
.side-menu>li a:focus .arrow {
  color: #fff;
}

.side-menu>li.active {
  background-color: #252525; /* #253544; */
}

.side-menu>li.active>a {
  color: #FFF; /* #1abc9c; */
  background-color: #505050; /* #425c78; */
}

.side-menu>li.active>a .sidebar-item-icon,
.side-menu>li.active>a .arrow {
  color: #FFF /* #1abc9c; */
}

.side-menu .nav-2-level>li>a {
  padding: 7px 10px 7px 50px;
}

.side-menu .nav-3-level>li>a {
  padding: 7px 10px 7px 60px;
}

.sidebar-footer {
  position: fixed;
  bottom: 0;
  width: 230px;
  height: 50px;
  background-color: #253544;
  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;
}

.sidebar-footer a {
  width: 25%;
  text-align: center;
  font-size: 18px;
  color: #b4bcc8;
}

.sidebar-footer a:hover {
  font-size: 20px;
  color: #fff;
}


/************************* MINI Sidebar ************************/
body:not(.fixed-layout).sidebar-mini .content-wrapper {
  margin-left: 70px;
}

body:not(.fixed-layout).sidebar-mini .page-sidebar {
  width: 70px;
}

body:not(.fixed-layout).sidebar-mini .page-brand {
  width: 70px;
	padding: 0px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body:not(.fixed-layout).sidebar-mini .brand {
  display: none;
}

body:not(.fixed-layout).sidebar-mini .brand-mini {
  display: block !important;
}

body:not(.fixed-layout).sidebar-mini .side-menu .heading {
  display: none;
}

body:not(.fixed-layout).sidebar-mini .side-menu li .sidebar-item-icon {
  font-size: 20px;
  text-align: center;
  width: auto;
  margin: 0 auto;
  color: #9aa4af;
}

body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  padding: 10px 0;
  background-color: #34495f;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level ul {
  padding-left: 0;
}

body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level li a {
  padding-left: 20px;
}

body:not(.fixed-layout).sidebar-mini .side-menu li .nav-3-level>li>a {
  padding-left: 27px;
}

body:not(.fixed-layout).sidebar-mini .side-menu li ul a:hover,
body:not(.fixed-layout).sidebar-mini .side-menu li ul a:focus {
  background-color: inherit;
}

body:not(.fixed-layout).sidebar-mini .side-menu>li>a>.nav-label {
  display: none;
}

body:not(.fixed-layout).sidebar-mini .side-menu>li>a>.arrow {
  display: none;
}

body:not(.fixed-layout).sidebar-mini .side-menu>li:not(.active)>a:hover {
  background-color: inherit;
}

body:not(.fixed-layout).sidebar-mini .side-menu>li:hover .nav-2-level {
  display: block;
  height: auto !important;
  opacity: 1;
  visibility: visible;
}

body:not(.fixed-layout).sidebar-mini .side-menu>li:hover .sidebar-item-icon {
  color: #fff;
}

body:not(.fixed-layout).sidebar-mini .side-menu>li.active>a .sidebar-item-icon {
  color: #fff; /* #1abc9c; */
}

body:not(.fixed-layout).sidebar-mini .sidebar-footer {
  display: none;
}

body.fixed-layout.sidebar-mini .page-sidebar,
body.fixed-layout.sidebar-mini .page-brand {
  margin-left: -230px;
  visibility: hidden;
}

body.fixed-layout.sidebar-mini .content-wrapper {
  margin-left: 0;
}

.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;
}

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

.content-wrapper {
  position: relative;
  background-color: #f2f3fa;
  margin-left: 230px;
  padding: 0 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: 1400px;
}

.content-wrapper.content-center{
    margin:auto;
    max-width: 1400px;
}

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

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

.page-heading {
  padding: 12px;
}

.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+li:before {
  content: '\002022';
  color: inherit;
}

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

body.fixed-navbar .header,
body.fixed-layout .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1002;
}

body.fixed-navbar .content-wrapper,
body.fixed-layout .content-wrapper {
  padding-top: 66px;
}

body.fixed-navbar.drawer-sidebar .page-sidebar,
body.fixed-layout.drawer-sidebar .page-sidebar {
  margin-top: 0px;
}

body.fixed-layout .page-sidebar {
  position: fixed;
  top: 66px;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 60px;
}

body.boxed-layout {
  max-width: 1200px;
  margin: 0 auto;
}

body.boxed-layout.fixed-navbar .header,
body.boxed-layout.fixed-layout .header {
  max-width: 1200px;
  margin: 0 auto;
}

body.drawer-sidebar .page-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -230px;
  margin-top: 0;
  z-index: 1005;
}

body.drawer-sidebar .page-sidebar.shined {
  left: 0;
}

body.drawer-sidebar .content-wrapper {
  margin-left: 0;
}

body.drawer-sidebar .page-brand {
  display: none;
}

.quick-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  background-color: #fff;
  width: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1005;
  -webkit-box-shadow: 0px 4px 15px 1px rgba(113, 106, 202, 0.2);
  box-shadow: 0px 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:hover,
.quick-sidebar .chat-list .media:focus {
  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:hover,
.quick-sidebar .messenger-header .messenger-return:focus {
  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:hover,
.quick-sidebar .messenger-header .messenger-more:focus {
  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: #5c6bc0;
  -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: none;
}

.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 0.6s linear infinite;
  animation: loader-rotate 0.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;
}

body.has-backdrop .backdrop {
  pointer-events: auto;
  opacity: 1;
}

.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;
}

@charset "UTF-8";
.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:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 50%;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
}

.dataTables_paginate .page-item.previous .page-link,
.dataTables_paginate .page-item.next .page-link {
  width: auto;
  padding: 0 10px;
}

.dataTables_paginate .page-item.previous .page-link:hover,
.dataTables_paginate .page-item.next .page-link:hover {
  background-color: #fff;
}

.toast-message {
  font-size: 13px;
}

.toast-close-button {
  line-height: normal;
}

#toast-container>div {
  opacity: 1;
  -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: .875rem !important;
  padding: .25rem .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: #5c6bc0;
}

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

.bootstrap-tagsinput.form-control-solid.focus {
  background-color: #e4e6f0;
  border-color: #5c6bc0;
}

.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: 0.75rem;
}

.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before {
  background-color: #5c6bc0;
}

.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before {
  background-color: #f39c12;
}

.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before {
  background-color: #2cc4cb;
}

.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before {
  background-color: #f75a5f;
}

.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before {
  background-color: #18c5a9;
}

.fc-unthemed .fc-list-item .fc-event-dot {
  background-color: #5c6bc0;
}

.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 0px;
  text-transform: uppercase;
}

.fc-list-heading td {
  font-weight: 500;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #18C5A9;
}

.dropzone {
  border: 2px dashed #5c6bc0;
}

.dz-progress,
.dz-image {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.dropzone .dz-preview .dz-progress {
  border-color: #18C5A9;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background-color: #18C5A9;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 35px;
  height: 35px;
}

.datepicker table tr td.active,
.datepicker table tr td span.active {
  background-color: #5c6bc0 !important;
  border-color: #5c6bc0 !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 thead th,
.datepicker tfoot 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: normal;
  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.active,
.datetimepicker table tr td span.active {
  background: #5c6bc0 !important;
  color: #fff !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #5c6bc0;
}

.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: #5c6bc0;
}

.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: none !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: #5c6bc0;
}

.bootstrap-select .check-mark {
  top: 50%;
  margin-top: -8px !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  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%;
  width: 100% !important;
}

.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--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .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--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--multiple .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: #495057;
  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: #5c6bc0;
}

.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-search__field {  
  width: 100% !important
}

.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-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  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: bold;
}

.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: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

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

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

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -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);
}


/** * Nestable Draggable Handles */

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

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

.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;
}


/* Custom */

.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: #5C6BC0;
}

.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: #5C6BC0;
  background-color: #fff;
  color: #5C6BC0;
}

.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: #5C6BC0;
  border-color: #5C6BC0;
  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;
  padding: 5px 15px;
}

.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: #5C6BC0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wizard .actions .disabled a,
.wizard .actions a[href="#previous"] {
  color: #485b6f;
  background-color: #e3e6e7;
}

/* 20181124 */
div.dataTables_wrapper div.dataTables_processing {
  border: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  z-index: 5;
}


/*
 * custom
 */

.price-format{
	text-align: right;
	font-family: sans-serif, Arial;
}
.price-format-th{
	text-align: right;
}

.modal_access .modal-md {
    max-width: 800px;
}
.modal_access .modal-sm {
    max-width: 500px;
}

.brand img
{
  width: 100%;
  max-width : 150px;
  display: block;
  margin: 0 auto;
}

.profile-photo-sm{
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}