/*

* Override Pages default styles or create your own styles here

*/

/* 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;
}
.actions a {
  margin: 2px;
}
/* .actions .dropdown-menu {
  left: -100%;
} */

/* Start: Dropdown / Dropup Toggle */
.dropdown-menu > li,
.dropdown-menu > .dropdown-item {
  padding-left: 0px;
  line-height: 35px;
  color: #626262;
  padding: 0 20px;
  border-radius: 3px;
  display: block;
  clear: both;
  white-space: nowrap;
  text-align: left;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.dropdown-default .btn.dropdown-toggle:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

td.actions .dropdown > button, td.actions .dropdown-menu {
  background: #ccc !important;
  color: #000;
  font-weight: bold;
  border: none;
}
td.actions .dropdown-menu > .dropdown-item:hover {
  background: #eee;
  color: #000;
}
.dropdown-default.dropup .dropdown-menu {
  padding-right: 0px !important;
}
/* End: Dropdown / Dropup Toggle */


.panel .nav-tabs~.tab-content, .panel .table-responsive {
  overflow: visible;
}

.form-control, .select2-container {
  border: 1px solid #0b0b0b !important;
  border-radius: 3px !important;
}

.form-control.select2-hidden-accessible {
  display: inherit !important;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Ensure the Select2 field doesn't duplicate */
.select2-container--default .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #ced4da !important;
  background-color: white !important;
  color: black !important;
}

/* Fix overlapping issue */
.select2-container {
  width: 100% !important; 
}

.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: 15px !important;
}
.form-group label:not(.error) {
  font-family: Karla;
  font-size: 14px;
}

.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-color: #f55753 !important;
  border-color: #f55753 !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;
} */
.btn-gold, .btn-gold:focus {
  color: #000 !important;
  background-color: gold !important;
  border-color: gold !important;
  font-weight: bold;
}
.btn-gold:hover {
  color: #000;
}

.text-gold {
  color: gold !important;
}

/* Improve Table Responsiveness */
/* .table tbody tr td {
  word-break: break-word;
} */
/* .table tbody tr td {
  font-size: 15px;
} */
table thead tr th, table tbody tr td {
  font-size: small !important;
}
.scroll-x {
  overflow-x: scroll;
}

.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,.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


/*FONTS*/
.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;
}
.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;
}
.note-editable table tr td {
  color: black !important;
}
/* .note-editable * {
  color: black !important;
} */
.note-editor .note-toolbar {
  background-color: #bfbfbf !important;
}

.panel .tab-content {
  padding-left: 0;
  /*padding-right: 0;*/
}

/* Start Dashblocks */
.dashblocks .panel {
  background: #2e3640;
  border-color: #888;
  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;
}
/* End Dashblocks */

/* 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: 5px !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;
}
.table-bordered {
    border: 1px solid #555 !important;
}
.table-bordered th {
  border-bottom: 0 !important;
}
.table-bordered tbody tr td {
  font-size: 14.5px;
}
/* End:*/

/* User Ticket summernote */
@-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;
}

.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;
  margin-bottom: 0;
  list-style: none;
}
.my-list li:first-child {
  padding-top: 0px;
}
.my-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* NOTIF */
.notif-list {
  padding: 10px;
  font-size: 15px;
}
.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;
}
/* 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 {
  white-space: pre-wrap;
  text-overflow: unset;
  overflow: unset;
  /* width: 70%; */
  width: 90%;
}
.page-sidebar .sidebar-menu .menu-items > li>a {
  line-height: unset;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  padding-top: 7px;
}
.dropdown-menu {
  font-size: 14px !important;
}

.print-hidden {
  /* visibility: hidden; */
  display: none;
}
/* @media print {
    body * {
        visibility: hidden;
    }
    #print-content, #print-content * {
        visibility: visible !important;
    }
    #print-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom:0;
    }
} */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  /* border: 2px inset #333; */
  border-radius: 0px;
  background: #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #77777e;
  background: linear-gradient(80deg, #fcf5b3, #77777e);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/* .swift-table thead tr  {
  background-color: #ffd700 !important;
  -webkit-print-color-adjust: exact !important;
} */
.swift-table thead tr th  {
  background-color: #ffd700 !important;
  color: #000000 !important;
  font-weight: bold !important;
  -webkit-print-color-adjust: exact !important;
}

/* Show full text for table condensed */
.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
  white-space: normal;
}

.pointer {
    cursor: pointer;
}

.btn-form {
    margin-left: 7px;
    margin-top: 20px;
}
.badge-tab {
    margin-left: 5px;
    vertical-align: text-top;
}
.toggle_icon {
  font-size: 20px;
  cursor: pointer;
}

.btn-form {
    margin-left: 7px;
    margin-top: 20px;
}

/* Price Silder */

.price-silder {
      bottom: 0;
    background: rgba(144, 135, 135, 0.2);
    /* padding: 15px 0; */
    position: relative;
    overflow: hidden;
    height: 51px;
}

.price-silder-2 {
    bottom: 0;
    background: rgb(43, 46, 51);
    /* padding: 15px 0; */
    position: relative;
    overflow: hidden;
    height: 51px;
}

.price-silder .media img {
  width: 40px;
}

.price-silder .media-body {
  line-height: 12px;
}

.price-silder .media-body span {
  font-size: 14px;
}

.price-silder .media-body small {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.price-silder .price-title {
  position: absolute;
  z-index: 9;
  padding: 0.8rem;
  top: -13px;
  background: -moz-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(54, 139, 57, 1)), color-stop(49%, rgba(54, 139, 57, 1)), color-stop(100%, rgba(54, 139, 57, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* ie10+ */
  background: linear-gradient(270deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#319033', endColorstr='#319033', GradientType=1);
  /* ie6-9 */
}

.price-silder-2 .price-title {
  position: absolute;
  z-index: 9;
  padding: 0.8rem;
  top: -13px;
  background: -moz-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(54, 139, 57, 1)), color-stop(49%, rgba(54, 139, 57, 1)), color-stop(100%, rgba(54, 139, 57, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* ie10+ */
  background: linear-gradient(270deg, rgba(54, 139, 57, 0) 0%, rgba(54, 139, 57, 1) 51%, rgba(54, 139, 57, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#319033', endColorstr='#319033', GradientType=1);
  /* ie6-9 */
}

.price-silder .price-title h6 {
  color: #ffffff;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #ccc !important;
  color: #555 !important;
}

.btn-group>.btn {
    position: relative;
    float: left;
    border: 1px solid gold;
    background: 0 0;
    color: #fefefe;
}

.error-input {
  border: 1px solid red !important;
}

input[type=text] {
  color: black;
}

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}
.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 5px;
  margin-left: 5px;
}

tr.totals td {
  color: #10cfbd !important;
  font-size: 14px !important;
  font-weight: bold;
}

.sweet-input {
      background: transparent;
    border: 1px solid #999;
    padding: 0.50rem;
    border-radius: 5px;
}