/*

* Override Pages default styles or create your own styles here

*/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400, 700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400, 600, 700, 300);
/* karla-regular - latin */

@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/karla-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Karla"), local("Karla-Regular"), url("../../fonts/karla-v6-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../fonts/karla-v6-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../../fonts/karla-v6-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../../fonts/karla-v6-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../fonts/karla-v6-latin-regular.svg#Karla") format("svg");
  /* Legacy iOS */
}
/* .actions {
  text-align: right;
} */

.trial-notification {
  margin-top: -30px;
  padding: 10px 25px;
  background: #0a1438;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  font-weight: bold;
}

.trial-notification > a.btn {
  margin-left: 10px;
  background: gold;
  border: 1px solid gold;
  border-radius: 25px;
  color: #0a1438;
  font-weight: bold;
  transition: all 0.2s ease;
}

.trial-notification > a.btn:hover {
  background: transparent;
  border-color: gold;
  color: #fff;
  /*transform: scale(1.2);*/
}

td.actions > a,
td.actions > button,
td.actions > i {
  margin: 4px 4px 0px 0px;
}
.form-control,
.select2-container {
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
}
.form-group-default .form-control,
.form-group-default .select2-choices {
  border: none !important;
}
.form-group-default .select2-container {
  margin-bottom: 7px;
}
.icon-span-filestyle {
  margin-right: 3px;
}
.panel-title {
  font-family: Karla !important;
}
.panel .panel-heading .panel-title,
.heading {
  font-size: 18px;
}
th {
  font-family: Karla !important;
  font-size: 12px !important;
}
.form-group label:not(.error),
label.form-label {
  font-family: Karla;
  font-size: 14px;
  font-weight: 600;
}
.bootstrap-filestyle .glyphicon,
.bootstrap-filestyle .buttonText {
  color: #fff;
}
/* SWEET ALERTS EDIT */

.swal2-icon {
  margin: 0px auto 5px !important;
}
.swal2-icon.swal2-warning.pulse-warning {
  color: #f96a74;
  border-color: #f96a74;
  animation: none;
}
.swal2-modal .swal2-spacer {
  margin: 10px 0;
}
.swal2-cancel {
  margin-left: 20px !important;
}
/* END SWEET ALERTS */

/*Prioritize Template Styles*/

.btn-danger,
.btn-danger:focus {
  color: #ffffff !important;
  background: linear-gradient(180deg, #f95359, #d35847) !important;
  border-color: #d35847 !important;
}
/* .btn-success, .btn-success:focus {
  color: #ffffff !important;
  background-color: #10cf9a !important;
  border-color: #10cf9a !important;
}
.btn-cyan, .btn-cyan:focus {
  color: #ffffff !important;
  background-color: #10cfbd !important;
  border-color: #10cfbd !important;
} */

/* Improve Table Responsiveness */

.table tbody tr td {
  word-break: break-word;
}
.table tbody tr td {
  font-size: 13px;
}
.table-responsive {
  clear: both;
}
.empty {
  color: #888;
  text-transform: uppercase;
  /*font-weight: bold;*/
  font-size: 15px;
}
.ms-container {
  width: 500px;
}
@media only screen and (min-width: 768px) {
  form .row [class*="col-"]:first-child {
    padding-left: 7px;
  }
}

#accounts_spinner,
#spinner {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.m-t-0 {
  margin-top: 0px;
}
/*FONTS*/

.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.f22 {
  font-size: 22px !important;
}
.f25 {
  font-size: 25px !important;
}
.font-title {
  font-family: Karla, arial, sans-serif;
}
.title-text {
  font-family: Karla, arial, sans-serif;
  font-size: 16px;
  color: #1077cf !important;
  margin-bottom: 10px;
}
.bold {
  font-weight: bold;
}
.panel {
  border-radius: 3px;
}
.glow:hover {
  box-shadow: 1px 1px 20px 0px rgba(255, 217, 0, 0.5);
}
.minh-chart {
  min-height: 470px !important;
}
/*Start MultiSelect Box styles*/

/*Start MultiSelect Box styles*/

/* Summernote */

.note-editable {
  background: #f5f5dc;
  /* color: black !important; */
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  /* min-height: 200px; */
  height: 200px;
}
.note-editable table tr td {
  /* color: black !important; */
}
/* .note-editable * {
  color: black !important;
} */

.note-editor .note-toolbar {
  background-color: #bfbfbf !important;
}
.note-editable *,
.note-editable {
  /* font-size: 15px !important; */
}
/* Fix: Toolbar might sometimes overlap first line of text */
.note-toolbar-wrapper {
  height: unset !important;
}
/* End Summernote */

.inbox-message *,
.inbox-message {
  font-size: 15px !important;
}
.panel .tab-content {
  padding-left: 0;
  padding-right: 0;
}
/* Bring back Bootstrap styles that Pages.css was overriding */

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  padding: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-top: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  /* border: 1px solid #555; */
  border: 1px solid #ddd;
}
.table-bordered {
  /* border: 1px solid #555 !important; */
  border: 1px solid #ddd !important;
}
.table-bordered th {
  border-bottom: 0 !important;
  color: #999 !important;
  background-color: #f5f5f6 !important;
  text-transform: capitalize !important;
}
.table-bordered tbody tr td {
  font-size: 14px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
@-webkit-keyframes progress-bar-stripes {
  from {
      background-position: 40px 0;
  }
  to {
      background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
      background-position: 40px 0;
  }
  to {
      background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
      background-position: 40px 0;
  }
  to {
      background-position: 0 0;
  }
}
.progress {
  /* height: 20px; */
  height: 100% !important;
  margin-bottom: 0px !important;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: -o-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: -o-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: -o-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: -o-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: -o-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
  background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
  );
}
.summernote-image-upload-overlay{
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: #00000082;
  z-index: 1;
}
/* =============
 Progressbars
============= */

.progress {
  background-color: #ebeff2;
  /* height: 10px; */
  margin-bottom: 18px;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
/* End: Bring back Bootstrap */

.flash-bg {
  -webkit-animation: flash 0.4s linear 1s infinite alternate;
  animation: flash 0.4s linear 1s infinite alternate;
}
@-webkit-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #aaaa320f;
  }
  100% {
    background-color: #aaaa321c;
  }
}
@keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #aaaa320f;
  }
  100% {
    background-color: #aaaa321c;
  }
}
.req::after {
  content: "*";
  color: red;
  margin-left: 5px;
  vertical-align: bottom;
  font-size: 18px;
}
.notification-panel .notification-footer a {
  color: #000000;
  opacity: 1;
}
.notification-panel {
  color: #161c27;
  /* border: 1px solid rgb(0,0,0,0.6); */
}
.my-list {
  padding-left: 0px;
}
.my-list li {
  padding: 10px 0;
  /* border-bottom: 1px solid #f1f1f1; */
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  list-style: none;
}
.my-list.light li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}
.my-list li:first-child {
  padding-top: 0px;
}
.my-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.my-list.uniform li:first-child,
.my-list.uniform li:first-child {
  padding: 10px 0;
}
.tag-list li {
  padding: 15px 10px;
  /* border-bottom: 2px dashed #555; */
  border: 2px dashed #777;
  margin-bottom: 0;
  list-style: none;
}
/* NOTIF */

.notif-list {
  padding: 10px;
  /* font-size: 15px; */
  font-size: 13px;
}
.notif-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  list-style: none;
}
.notif-list li:first-child {
  padding-top: 0px;
}
.notif-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.badge-notif {
  position: absolute;
  top: 0;
  margin-top: -10px;
  margin-left: -5px;
  left: 15px;
}
/* END NOTIF */

.icon-set {
  background: url("/assets/img/icons/bell3.png") no-repeat;
}
.icon-set.globe-fill {
  width: 24px;
  height: 24px;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .title,
#menu-items > li > a > .title {
  white-space: pre-wrap;
  text-overflow: unset;
  overflow: unset;
  /* width: 70%; */
  width: 90%;
}
.page-sidebar .sidebar-menu .menu-items > li > a,
#menu-items > li > a {
  line-height: unset;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  padding-top: 7px;
}
.sidebar-menu {
  zoom: 95%;
}
/* BUTTONS */

.btn {
  font-family: "Segoe UI";
}
.btn-info,
.btn-info:focus {
  color: #ffffff;
  background: #2ea1f8;
  background: linear-gradient(180deg, #2ea1f8, #1990ea) !important;
  border-color: #1a91eb !important;
}
.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info {
  background-color: #3a8fc8;
  border-color: #3a8fc8;
  color: #ffffff;
}
.btn-info.hover,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  background-color: #6dc0f9;
  border-color: #6dc0f9;
  color: #ffffff;
}
.btn-info.active:hover {
  background: #3e97d4;
  border-color: #3e97d4;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #48b0f7;
  border-color: #48b0f7;
}
.btn-info .badge {
  color: #48b0f7;
  background-color: #ffffff;
}
/* Success */

.btn-success,
.btn-success:focus {
  color: #ffffff;
  /* background: linear-gradient(180deg,#39b54a,#34aa44) !important; */
  background: linear-gradient(180deg, #39b54a, #2b8b39) !important;
  border-color: #249533 !important;
}
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0da899;
  border-color: #0da899;
  color: #ffffff;
}
.btn-success.hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #40d9ca;
  border-color: #40d9ca;
  color: #ffffff;
}
.btn-success.active:hover {
  background: #0eb2a3;
  border-color: #0eb2a3;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #10cfbd;
  border-color: #10cfbd;
}
.btn-success .badge {
  color: #10cfbd;
  background-color: #ffffff;
}
/* Inverse */

.btn-inverse,
.btn-inverse:focus {
  color: #ffffff;
  background: #3f4958;
  background: linear-gradient(180deg, #3f4958, #151b24) !important;
  border-color: #3f4958 !important;
}
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse.active:focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open .dropdown-toggle.btn-inverse {
  background-color: #303a42;
  border-color: #303a42;
  color: #ffffff;
}
.btn-inverse.hover,
.btn-inverse:hover,
.open .dropdown-toggle.btn-inverse {
  background-color: #626c75;
  border-color: #626c75;
  color: #ffffff;
}
.btn-inverse.active:hover {
  background: #333d47;
  border-color: #333d47;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #3b4752;
  border-color: #3b4752;
}
.btn-inverse .badge {
  color: #3b4752;
  background-color: #ffffff;
}
.btn-warning {
  background: #fd9a18 !important;
  background: linear-gradient(180deg, #fd9a18, #f16911) !important;
  border-color: #f16911 !important;
}
.btn-default {
  background: linear-gradient(180deg, #fff, #ddd) !important;
  border: 1px solid #ccc !important;
}
.btn-form {
  margin-left: 7px;
  margin-top: 20px;
}
.checkbox label {
  white-space: normal !important;
}
.toggle_icon {
  font-size: 20px;
}
/* LABELS */

.label-success {
  background: #39b54a !important;
}
.label-warning {
  background: #fd9a18 !important;
}
.label-inverse {
  background: #3f4958 !important;
}
/* TEXT */

.text-success {
  color: #39b54a !important;
}
.text-warning {
  color: #fd9a18 !important;
}
/* Adminox */

.widget-inline {
  padding: 20px 0px !important;
}
.card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.14);
  word-break: break-all;
  /* width: 50%; */
}
.card-box-project {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.14);
  word-break: break-all;
  /* width: 50%; */
}

.card-box-chat {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.14);
  word-break: break-all;
  /* width: 70%; */
}
.widget-inline .widget-inline-box {
  border-right: 1px solid #e3e8f1;
  padding: 20px;
}
.widget-inline-box {
  padding: 10px !important;
}
/* End Adminox */

.breadcrumb {
  font-family: "Karla", sans-serif;
  text-transform: none;
  font-size: 18px;
}
body {
  color: #444;
  background-color: #ebeff2 !important;
  font-size: 14px;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  zoom: 99%;
}
/* MARGINS */
.m-0 {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.p-0 {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.m-b-7 {
  margin-bottom: 7px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.card-title {
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important;
  /* letter-spacing: 0.04em; */
  line-height: 16px !important;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: "Karla", sans-serif;
}
.card-title .badge {
  vertical-align: bottom;
}
.card-section {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-top: 15px !important;
  margin-bottom: 12px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
  font-family: "Karla", sans-serif;
  color: #2ea1f8;
}
.progress {
  border-radius: 10px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #505458;
}
.thumb-40 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: top;
}
/* Inbox */

.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: top;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}
.page-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  margin-top: 7px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #505458;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0;
}
.text-muted {
  color: #98a6ad;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #5fbeaa;
  border-color: #5fbeaa;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #2ea1f8;
  border-color: #2ea1f8;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.inline-block {
  display: inline-block;
}
.header {
  /* background-color: #272b35; */
  background-color: #ffffff;
  /* border-bottom: 1px solid #232730; */
  box-shadow: 0px 2.5px 21px #444444b3;
  /* color: #eee; */
  color: #000000;
}
@media (max-width: 991px) {
  .header {
    height: 60px;
    background-color: #ffffff !important;
  }
}
.header a {
  color: unset;
}
.badge-info {
  background-color: #2ea1f8 !important;
}
.badge-inverse {
  background-color: #555555 !important;
}
.badge-tab {
  margin-left: 5px;
  vertical-align: text-top;
}
.badge-fix {
  margin-left: 5px;
  vertical-align: text-bottom !important;
}
.text-primary,
.text-info {
  color: #2ea1f8 !important;
}
.profile-dropdown li > a {
  opacity: unset;
}
.avatar {
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #ccc;
  object-fit: cover;
}
.avatar2 {
  border-radius: 50%;
  object-fit: cover;
}
.select2-container-multi.select2-container-active .select2-search-choice,
.select2-search-choice,
.select2-search-choice:focus,
.select2-search-choice:hover,
.select2-search-choice:active {
  background-color: #53b2f9 !important;
  border-radius: 2px !important;
  color: #fff !important;
}
.select2-search-choice-close:before {
  color: #ffffff !important;
}
.print-hidden {
  /* visibility: hidden; */
  display: none;
}
@media print {
  body * {
    /*visibility: hidden;*/
    /* display:none; */
  }
  #print-content,
  #print-content * {
    /*visibility: visible !important;*/
    /* display: block !important; */
  }
 /* #print-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }*/
}
/* Start Dashblocks */

.dashblocks .panel {
  background: #dde0e4;
  border-color: #999;
  border-radius: 4px;
}
.dashblocks .panel a h6 {
  font-size: 16px;
  margin-top: 18px;
  font-family: Karla;
}
.dashblocks .panel-heading a:not(.btn) {
  opacity: 1;
}
.dashblocks .panel-heading img {
  width: 50px;
}
.dashblocks .panel:hover {
  transform: scale(1.05);
  cursor: pointer;
  transition: 0.2s ease-in;
}
.dashblocks-sm .panel-heading img {
  width: 40px !important;
}
.dashblocks-sm .panel a h6 {
  font-size: 15px !important;
  margin-top: 10px !important;
}
textarea {
  resize: vertical;
}
/* End Dashblocks */

.btn-info,
.btn-inverse,
.btn-success {
  border: none !important;
}
.nav-tabs > li.active > a {
  /* background: #21252d; */
  border-color: #ccc;
  font-weight: bold;
  /* color: white; */
  border-bottom: none;
}
.nav-tabs.outside {
  /* margin-bottom: 10px !important; */
}
.nav-tabs.outside + .tab-content {
  padding: 0 !important;
}
.nav-tabs.outside > li.active > a {
  background: #fff !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /* border-color: white; */
  /* color: white; */
  /* background-color: #21252d; */
  border-bottom: none;
  border-color: #ccc;
}
.nav-tabs > li > a {
  font-weight: bold;
  color: #777;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  /* padding: 15px 35px; */
  font-family: Karla;
  font-size: 15px;
  padding: 14px 35px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #777;
}
ul.nav-tabs.outside + .tab-content > .tab-pane > .card-box {
  border-top: unset;
  border-radius: 0 0 8px 8px;
}
.pointer {
  cursor: pointer;
}
/* Fix callendar overflow issue */

.fc-scroller {
  overflow-x: visible !important;
}
/* badges inside tables tds */

td > .badge,
.modal .badge {
  padding: 4px 10px !important;
}
/* download icon inside memo table */

.feather-download {
  fill: #fff;
}
.download-wrapper {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  padding: 0 !important;
}
.my-input {
  width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
}
/* Fix New Bootstrap Popover */

.note-popover.popover.in.note-table-popover.bottom {
  z-index: 9999999999;
}
.bg-light {
  background: #f8f8f8;
  padding: 10px 5px;
  border-radius: 7px;
}
.no-color {
  color: unset;
}
.table-cell {
  display: table-cell !important;
}
.input-group-addon.search {
  background: linear-gradient(180deg, #2ea1f8, #1990ea) !important;
  color: #ffffff;
}
.form-group-default {
  overflow: visible;
}
.form-group-default.focused label {
  opacity: 1;
}
.form-group-default.focused {
  background: #ffffff;
}
.panel-heading a:not(.btn) {
  opacity: unset !important;
}
@media (min-width: 992px) {
  .horizontal-menu [data-pages="sidebar"] + .page-container {
    padding-left: unset;
  }
}
.checkbox label {
  padding-left: 5px !important;
}

a[href$="xls"]::after,
a[href$="xlsx"]::after {
  /*font-family: 'FontAwesome';*/
  /*position: absolute;
    padding: 2em 0;
    content: ' ';
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgNDggNDgiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDsiPjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiBmaWxsOiM0Q0FGNTA7IiBkPSJNIDQxIDEwIEwgMjUgMTAgTCAyNSAzOCBMIDQxIDM4IEMgNDEuNTU0Njg4IDM4IDQyIDM3LjU1NDY4OCA0MiAzNyBMIDQyIDExIEMgNDIgMTAuNDQ1MzEzIDQxLjU1NDY4OCAxMCA0MSAxMCBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAzMiAxNSBMIDM5IDE1IEwgMzkgMTggTCAzMiAxOCBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAzMiAyNSBMIDM5IDI1IEwgMzkgMjggTCAzMiAyOCBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAzMiAzMCBMIDM5IDMwIEwgMzkgMzMgTCAzMiAzMyBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAzMiAyMCBMIDM5IDIwIEwgMzkgMjMgTCAzMiAyMyBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAxNSBMIDMwIDE1IEwgMzAgMTggTCAyNSAxOCBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAyNSBMIDMwIDI1IEwgMzAgMjggTCAyNSAyOCBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAzMCBMIDMwIDMwIEwgMzAgMzMgTCAyNSAzMyBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAyMCBMIDMwIDIwIEwgMzAgMjMgTCAyNSAyMyBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojMkU3RDMyOyIgZD0iTSAyNyA0MiBMIDYgMzggTCA2IDEwIEwgMjcgNiBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAxOS4xMjg5MDYgMzEgTCAxNi43MTg3NSAyNi40Mzc1IEMgMTYuNjI1IDI2LjI2OTUzMSAxNi41MzEyNSAyNS45NTcwMzEgMTYuNDMzNTk0IDI1LjUgTCAxNi4zOTg0MzggMjUuNSBDIDE2LjM1MTU2MyAyNS43MTQ4NDQgMTYuMjQyMTg4IDI2LjA0Mjk2OSAxNi4wNzQyMTkgMjYuNDgwNDY5IEwgMTMuNjUyMzQ0IDMxIEwgOS44OTQ1MzEgMzEgTCAxNC4zNTU0NjkgMjQgTCAxMC4yNzM0MzggMTcgTCAxNC4xMDkzNzUgMTcgTCAxNi4xMTMyODEgMjEuMTk1MzEzIEMgMTYuMjY5NTMxIDIxLjUyNzM0NCAxNi40MDYyNSAyMS45MjE4NzUgMTYuNTMxMjUgMjIuMzc1IEwgMTYuNTcwMzEzIDIyLjM3NSBDIDE2LjY0ODQzOCAyMi4xMDU0NjkgMTYuNzk2ODc1IDIxLjY5NTMxMyAxNy4wMTE3MTkgMjEuMTU2MjUgTCAxOS4yMzgyODEgMTcgTCAyMi43NTM5MDYgMTcgTCAxOC41NTQ2ODggMjMuOTM3NSBMIDIyLjg2NzE4OCAzMC45OTYwOTQgTCAxOS4xMjg5MDYgMzAuOTk2MDk0IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==') 50% 50% no-repeat;
    background-size: 100%;*/
}
a[href$="doc"],
a[href$="docx"] {
  /*font-family: 'FontAwesome';*/
  /*position: absolute;
    padding: 2em 0;
    content: ' ';
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgNDggNDgiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDsiPjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiBmaWxsOiMyMTk2RjM7IiBkPSJNIDQxIDEwIEwgMjUgMTAgTCAyNSAzOCBMIDQxIDM4IEMgNDEuNTU0Njg4IDM4IDQyIDM3LjU1NDY4OCA0MiAzNyBMIDQyIDExIEMgNDIgMTAuNDQ1MzEzIDQxLjU1NDY4OCAxMCA0MSAxMCBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAxNSBMIDM5IDE1IEwgMzkgMTcgTCAyNSAxNyBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAxOSBMIDM5IDE5IEwgMzkgMjEgTCAyNSAyMSBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAyMyBMIDM5IDIzIEwgMzkgMjUgTCAyNSAyNSBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAyNyBMIDM5IDI3IEwgMzkgMjkgTCAyNSAyOSBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyNSAzMSBMIDM5IDMxIEwgMzkgMzMgTCAyNSAzMyBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojMEQ0N0ExOyIgZD0iTSAyNyA0MiBMIDYgMzggTCA2IDEwIEwgMjcgNiBaICI+PC9wYXRoPjxwYXRoIHN0eWxlPSIgZmlsbDojRkZGRkZGOyIgZD0iTSAyMS4xNjc5NjkgMzEuMDExNzE5IEwgMTguNDQ5MjE5IDMxLjAxMTcxOSBMIDE2LjY0ODQzOCAyMi4wMjM0MzggQyAxNi41NTA3ODEgMjEuNTQ2ODc1IDE2LjQ5MjE4OCAyMS4wMjczNDQgMTYuNDcyNjU2IDIwLjQ0OTIxOSBMIDE2LjQ0MTQwNiAyMC40NDkyMTkgQyAxNi4zOTg0MzggMjEuMDg1OTM4IDE2LjMzMjAzMSAyMS42MDkzNzUgMTYuMjQ2MDk0IDIyLjAyMzQzOCBMIDE0LjM5NDUzMSAzMS4wMTE3MTkgTCAxMS41NjY0MDYgMzEuMDExNzE5IEwgOC43MDcwMzEgMTYuOTk2MDk0IEwgMTEuMzgyODEzIDE2Ljk5NjA5NCBMIDEyLjkxNzk2OSAyNi4zMjQyMTkgQyAxMi45ODA0NjkgMjYuNzMwNDY5IDEzLjAzMTI1IDI3LjI2NTYyNSAxMy4wNjI1IDI3LjkzMzU5NCBMIDEzLjEwNTQ2OSAyNy45MzM1OTQgQyAxMy4xMjEwOTQgMjcuNDMzNTk0IDEzLjIwMzEyNSAyNi44ODI4MTMgMTMuMzI4MTI1IDI2LjI4OTA2MyBMIDE1LjI5Njg3NSAxNi45OTYwOTQgTCAxNy45MTc5NjkgMTYuOTk2MDk0IEwgMTkuNzAzMTI1IDI2LjQwMjM0NCBDIDE5Ljc2NTYyNSAyNi43NSAxOS44MjQyMTkgMjcuMjQ2MDk0IDE5Ljg3NSAyNy45MTAxNTYgTCAxOS45MDYyNSAyNy45MTAxNTYgQyAxOS45MjU3ODEgMjcuMzk4NDM4IDE5Ljk3NjU2MyAyNi44Nzg5MDYgMjAuMDY2NDA2IDI2LjM0NzY1NiBMIDIxLjU2NjQwNiAxNi45OTYwOTQgTCAyNC4wMzUxNTYgMTYuOTk2MDk0IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==') 50% 50% no-repeat;
    background-size: 100%;*/
}
.full-width,
.select2 {
  width: 100% !important;
}
.select2 {
  min-width: 200px !important;
}
.remote-select {
  /*width: 100% !important;*/
  min-width: 200px !important;
  max-width: 200px !important;
}

/* For New Select2 */
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single {
  border: none;
}

.dataTables_length select {
  line-height: normal !important;
}
.dropdown-menu {
  z-index: 900 !important;
}
.jumbotron {
  overflow: visible;
}
.karla {
  font-family: Karla, sans-serif !important;
}
.panel .panel-heading {
  z-index: unset !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  font-weight: normal !important;
  color: #aaaaaa !important;
}

.scroll-x {
  overflow-x: scroll !important;
}
.input-group.date input {
  z-index: unset !important;
}
.step-actions {
  vertical-align: top;
  margin-top: 15px;
}
.strike {
  text-decoration: line-through;
}

.modal .modal-body h1,
.modal .modal-body h2,
.modal .modal-body h3,
.modal .modal-body h4,
.modal .modal-body h5,
.modal .modal-body h6,
.modal .modal-body {
  font-family: "Karla", sans-serif !important;
}

.modal .modal-body img {
  width: 100% !important;
  height: auto !important;
}

#HelpModal .modal-body * {
  color: #fff !important;
}

.initials-avatar {
  /* margin-top: 9px; */
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ffa500; */
  background: #dedddd;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  border: 0;
}

.dropdown-menu.profile-dropdown.show {
  transform: translate3d(-170px, 67px, 0px);
  top: 0px;
  will-change: transform;
  right: 0px;
  left: 0px;
  width: 250px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* change bg */

  .modal-header .close {
    margin-top: 5px;
}

  .fs-14 {
    font-size: 23px !important;
    color: #f00;
}

.close {
  opacity: 1 !important;
}
.pg-close:before {
  content: "\e60a close";
  opacity: 1 !important;
}

  .content {
    background: #f3f3f3;
  }

  .initials-avatar {
    margin-top: 9px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffa500;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 0;
  }

  .card-box {
    box-shadow: none !important;
    border: 0 !important;
    /*background: transparent !important*/
  }
  body {
    background: red;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desc.help-text {
    display: none;
  }

  img.icon {
    margin-top: -15px;
    width: 40px !important;
  }

  .card-box-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card-box .inline {
    display: inline-block !important;
  }

  .dropdown-menu.profile-dropdown.show {
    transform: translate3d(-170px, 67px, 0px);
    top: 0px;
    will-change: transform;
    right: 0px;
    left: 0px;
    width: 250px;
  }

  .header-abbr {
    font-weight: 500;
    background: #09f;
    letter-spacing: -1px;
    color: #fff;
    padding: 9px;
    border-radius: 100%;
    margin-top: -1px;
    display: inline-block;
  }

  .full-width-small {
    width: 100% !important;
  }

  .col-xs-12 .btn {
    width: 100% !important;
  }

  /* datatables */
  .dataTables_length,
  .dt-buttons {
    display: none;
  }

  .table-responsive { border: 0}
  .nav-tabs > li > a > span {display:none;}	
  .nav-tabs > li > a {padding: 5px 5px;}
  .nav-tabs > li > a {
    font-size: 12px;
    text-transform: capitalize;
    padding: 10px;
  }

  .nav-tabs {
    margin-top: 15px;
  }

  .breadcrumb span,.page-title {
    font-size: 13px !important;
}
/* Force table to not be like tables anymore */
#config-table, #fault-table, #main-schedule, .main-schedule-2, #contract-table, .mcs, #transactions, #more-trans-items {
	/* Hide table headers (but not display: none;
	, for accessibility) */
}
 #config-table table, #fault-table table, #main-schedule table, .main-schedule-2 table, #contract-table table, .mcs table, #transactions table, #more-trans-items table, #config-table thead, #fault-table thead, #main-schedule thead, .main-schedule-2 thead, #contract-table thead, .mcs thead, #transactions thead, #more-trans-items thead, #config-table tbody, #fault-table tbody, #main-schedule tbody, .main-schedule-2 tbody, #contract-table tbody, .mcs tbody, #transactions tbody, #more-trans-items tbody, #config-table th, #fault-table th, #main-schedule th, .main-schedule-2 th, #contract-table th, .mcs th, #transactions th, #more-trans-items th, #config-table td, #fault-table td, #main-schedule td, .main-schedule-2 td, #contract-table td, .mcs td, #transactions td, #more-trans-items td, #config-table tr, #fault-table tr, #main-schedule tr, .main-schedule-2 tr, #contract-table tr, .mcs tr, #transactions tr, #more-trans-items tr {
	 display: block;
}
 #config-table thead tr, #fault-table thead tr, #main-schedule thead tr, .main-schedule-2 thead tr, #contract-table thead tr, .mcs thead tr, #transactions thead tr, #more-trans-items thead tr {
	 position: absolute;
	 top: -9999px;
	 left: -9999px;
}
 #config-table tr, #fault-table tr, #main-schedule tr, .main-schedule-2 tr, #contract-table tr, .mcs tr, #transactions tr, #more-trans-items tr {
   border: 1px solid #ccc;
   padding: 10px;
}
 #config-table td, #fault-table td, #main-schedule td, .main-schedule-2 td, #contract-table td, .mcs td, #transactions td, #more-trans-items td {
	/* Behave like a "row" */
	 border: none;
	 border-bottom: 1px solid #eee;
	 position: relative;
   padding-left: 50% !important;
   /* width: 100%; */
}
 #config-table td:before, #fault-table td:before, #main-schedule td:before, .main-schedule-2 td:before, #contract-table td:before, .mcs td:before, #transactions td:before, #more-trans-items td:before {
	/* Now like a table header */
	 position: absolute;
	/* Top/left values mimic padding */
	 /* top: 6px; */
	 left: 6px;
	 width: 45%;
	 padding-right: 10px;
	 white-space: nowrap;
	 font-weight: bold;
}


 

	#config-table td:nth-of-type(1):before { content: "Asset Configuration"; }
	#config-table td:nth-of-type(2):before { content: "Configuration Mode"; }
	#config-table td:nth-of-type(3):before { content: "Asset Capacity"; }
  #config-table td:nth-of-type(4):before { content: "Configuration Date"; }

  .mcs td:nth-of-type(1):before { content: "Check Date"; }
	.mcs td:nth-of-type(2):before { content: "Check Activities"; }
	.mcs td:nth-of-type(3):before { content: "Comment"; }
  
  #fault-table td:nth-of-type(1):before { content: "Fault"; }
	#fault-table td:nth-of-type(2):before { content: "Release Date"; }
	#fault-table td:nth-of-type(3):before { content: "Return Date"; }
	#fault-table td:nth-of-type(4):before { content: "Contract Name"; }
	#fault-table td:nth-of-type(5):before { content: "Company"; }
	#fault-table td:nth-of-type(6):before { content: "Number Of Days"; }
  #fault-table td:nth-of-type(7):before { content: "Actions"; }
  
  
  #main-schedule td:nth-of-type(1):before { content: "Part Description"; }
	#main-schedule td:nth-of-type(2):before { content: "Part Number"; }
	#main-schedule td:nth-of-type(3):before { content: "Associated Asset"; }
	#main-schedule td:nth-of-type(4):before { content: "Supplier / Vendor"; }
	#main-schedule td:nth-of-type(5):before { content: "Quantity In Store"; }
	#main-schedule td:nth-of-type(6):before { content: "Last Purchase Cost"; }
  /* #main-schedule td:nth-of-type(7):before { content: "Actions"; } */

  .main-schedule-2 td:nth-of-type(1):before { content: "Maintenance Date"; }
	.main-schedule-2 td:nth-of-type(2):before { content: "Maintenance Type"; }
	.main-schedule-2 td:nth-of-type(3):before { content: "Maintenance Officer"; }
	.main-schedule-2 td:nth-of-type(4):before { content: "Maintenance Period"; }
	.main-schedule-2 td:nth-of-type(5):before { content: "Maintenance Status"; }
	.main-schedule-2 td:nth-of-type(6):before { content: "Parts Required"; }
  .main-schedule-2 td:nth-of-type(7):before { content: "Comments"; }



#contract-table  td:nth-of-type(1):before { content: "Vendor"; }
	#contract-table  td:nth-of-type(2):before { content: "Contract Expiry Date"; }
	#contract-table  td:nth-of-type(3):before { content: "Contract Document"; }
	#contract-table  td:nth-of-type(4):before { content: "Key Contract Terms"; }
	#contract-table  td:nth-of-type(5):before { content: "Exit Clause"; }
	#contract-table  td:nth-of-type(6):before { content: "Contract Fee"; }
  #contract-table  td:nth-of-type(7):before { content: "Contract Schedule"; }

  #transactions  td:nth-of-type(1):before { content: "Action"; }
	#transactions  td:nth-of-type(2):before { content: "Transaction Date"; }
	#transactions  td:nth-of-type(3):before { content: "Value Date"; }
	#transactions  td:nth-of-type(4):before { content: "Debit"; }
	#transactions  td:nth-of-type(5):before { content: "Credit"; }
	#transactions  td:nth-of-type(6):before { content: "Balance"; }
  #transactions  td:nth-of-type(7):before { content: "Narration"; }

  #more-trans-items  td:nth-of-type(1):before { content: "Details"; }
	#more-trans-items  td:nth-of-type(2):before { content: "Post Date"; }
	#more-trans-items  td:nth-of-type(3):before { content: "Value Date"; }
	#more-trans-items  td:nth-of-type(4):before { content: "Debit"; }
	#more-trans-items  td:nth-of-type(5):before { content: "Credit"; }
  #more-trans-items  td:nth-of-type(6):before { content: "Narration"; }
  
 
  #load-more-transactions td {
    width: 100% !important;
  }

.form-group label {
  color: #09f !important;
  color: #0b7dc8 !important;
}
/* iconized menus */
.icon-thumbnail {
  float: left;
  transform: translate3d(25px, 0, 0) !important;
  /*background: transparent;*/
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
  /*display: none;*/
  transform: translate3d(-15px, 0, 0) !important;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
  display: inline-block;
  padding: 5px 0px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  white-space: normal;
  padding-top: 0;
}
.icon-thumbnail > i {
  font-size: 25px;
}
}

@media only screen and (min-width: 980px) {
  body.menu-pin .page-sidebar {
    width: 0;
  }

  body.menu-pin .page-container .page-content-wrapper .content {
    padding-left: 0;
  }
}

[class="feather feather-circle"] {
  display: none;
}

.horizontal-menu [data-pages="sidebar"] + .page-container .header .brand {
  padding-left: 35px;
  text-align: center;
}

/*  */

section.pricing {
  background: transparent;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 1.8rem !important;
    margin: 0;
    letter-spacing: -1px !important;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }


}

@media only screen and (min-width: 980px){
body.menu-pin .page-container .page-content-wrapper .footer {
    left: 0;
    bottom: -40px;
}
}

@media only screen and (min-width: 980px) {
  body.menu-pin .page-container .page-content-wrapper .footer {
    left: 0;
  }
}

