/* Write your custom CSS here */
form div.required label.control-label:after {
  content: " * ";
  color: red;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  /*text-align: left;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  border-radius: 0;
  color: #fff;

  background-color: #337ab7;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.has-error .help-block {
  color: #f25656 !important;
  font-weight: 700 !important;
  font-family: Ubuntu, sans-serif !important;
  margin-top: 3px;
  float: left;
  font-size: 12px;
}

/* Time line style */
.timeline-note {
  line-height: 0.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.timeline-note h1, .timeline-note h2, .timeline-note h3, .timeline-note h4, .timeline-note h5, .timeline-note h6 {
  line-height: inherit;
}

/*----- timeline-note ITEM -----*/
.timeline-note-item {
  padding-left: 40px;
  position: relative;
}

.timeline-note-item:last-child {
  padding-bottom: 0;
}

/*----- timeline-note INFO -----*/
.timeline-note-info {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- timeline-note MARKER -----*/
.timeline-note-marker {
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  width: 15px;
}

.timeline-note-marker:before {
  background: #22baa0;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-note-marker:after {
  content: "";
  width: 3px;
  background: #22baa0;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-note-item:last-child .timeline-note-marker:after {
  content: none;
}

.timeline-note-item:not(.period):hover .timeline-note-marker:before {
  background: transparent;
  border: 3px solid #22baa0;
}

/*----- timeline-note CONTENT -----*/
.timeline-note-content {
  padding-bottom: 40px;
}

.timeline-note-content p:last-child {
  margin-bottom: 0;
}

/*----- timeline-note PERIOD -----*/
.period {
  padding: 0;
}

.period .timeline-note-info {
  display: none;
}

.period .timeline-note-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}

.period .timeline-note-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.period .timeline-note-content {
  padding: 40px 0 70px;
}

.period .timeline-note-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: timeline-note SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-note-split .timeline-note, .timeline-note-centered .timeline-note {
    display: table;
  }

  .timeline-note-split .timeline-note-item, .timeline-note-centered .timeline-note-item {
    display: table-row;
    padding: 0;
  }

  .timeline-note-split .timeline-note-info, .timeline-note-centered .timeline-note-info,
  .timeline-note-split .timeline-note-marker,
  .timeline-note-centered .timeline-note-marker,
  .timeline-note-split .timeline-note-content,
  .timeline-note-centered .timeline-note-content,
  .timeline-note-split .period .timeline-note-info {
    display: table-cell;
    vertical-align: top;
  }

  .timeline-note-split .timeline-note-marker, .timeline-note-centered .timeline-note-marker {
    position: relative;
  }

  .timeline-note-split .timeline-note-content, .timeline-note-centered .timeline-note-content {
    padding-left: 30px;
  }

  .timeline-note-split .timeline-note-info, .timeline-note-centered .timeline-note-info {
    padding-right: 30px;
  }

  .timeline-note-split .period .timeline-note-title, .timeline-note-centered .period .timeline-note-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: timeline-note CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-note-centered,
  .timeline-note-centered .timeline-note-item,
  .timeline-note-centered .timeline-note-info,
  .timeline-note-centered .timeline-note-marker,
  .timeline-note-centered .timeline-note-content {
    display: block;
    margin: 0;
    padding: 0;
  }

  .timeline-note-centered .timeline-note-item {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .timeline-note-centered .timeline-note-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }

  .timeline-note-centered .timeline-note-info,
  .timeline-note-centered .timeline-note-content {
    width: 50%;
  }

  .timeline-note-centered > .timeline-note-item:nth-child(odd) .timeline-note-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }

  .timeline-note-centered > .timeline-note-item:nth-child(odd) .timeline-note-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .timeline-note-centered > .timeline-note-item:nth-child(even) .timeline-note-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .timeline-note-centered > .timeline-note-item:nth-child(even) .timeline-note-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }

  .timeline-note-centered > .timeline-note-item.period .timeline-note-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .timeline-note-centered .timeline-note-item.period {
    padding: 50px 0 90px;
  }

  .timeline-note-centered .period .timeline-note-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }

  .timeline-note-centered .period .timeline-note-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-note-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}

.marker-outline .timeline-note-item:hover .timeline-note-marker:before {
  background: #FF6B6B;
}

.grid-view .summary {
  margin-top: 20px;
  margin-bottom: 15px;
}

.grid-view .pagination {
  margin: -15px 0 !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-top: -17px;
}

.dataTables_wrapper .dataTables_filter label {
  margin-bottom: 14px;
}

/*--------------------------------
    Pagination for the datatables
--------------------------------*/

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper {
  margin-top: 14px !important;
  padding: 4px 0;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 21px;
}

.dataTables_wrapper .dataTables_length select {
  padding: 5px 10px !important;
}

.dataTables_wrapper .dataTables_paginate {
  position: relative;
  padding: 0;
  font-family: Ubuntu, sans-serif;
  display: inline-block;
  color: #337ab7;
  line-height: 1.42857143;
  line-height: 1.42857143;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 12px !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.paginate_button .previous:hover {
  background: #0085fe;
  margin: 0 !important;
  border-radius: 4px !important;
  color: red;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #5B5B5B !important;
  border-left: 1px solid #ddd;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 !important;
  /*margin-left: -1px;*/
  text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  z-index: 2;
  color: #fff !important;
  background: #22BAA0 !important;
  border-color: #22BAA0;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  z-index: 2;
  color: #fff !important;
  background: #22BAA0 !important;
  border-color: #22BAA0 !important;
}

.table.dataTable thead th {
  border-bottom-color: transparent;
}

.table.dataTable thead .sorting {
  padding-right: 20px !important;
}

a.asc:after, a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #7a80dd;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #7a80dd;
  border-bottom-width: 0;
}

.icons-dashboard:before {
  position: absolute !important;
  margin-left: -25px !important;
}

/* Language Switcher */
.lang-menu {
  text-align: right;
  font-weight: 540;
  margin-top: 17px;
  position: relative;
  width: auto;
}

.lang-menu .selected-lang {
  color: white;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  line-height: 2;
  cursor: pointer;
  position: relative;
  width: auto;
}

.lang-menu .selected-lang:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

.lang-menu ul {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  position: absolute;
  top: 25px;
  right: -16px;
  width: 50px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}


.lang-menu ul li {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  width: 50px;
  padding: 5px 10px;
  display: block;
}

.lang-menu ul li:hover {
  background-color: #f2f2f2;
}

.lang-menu ul li a:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
}

.lang-menu:hover ul {
  display: block;
}

/* Datatable tfoot */
tfoot {
  color: white;
}

tfoot tr {
  background: #424242;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: 0;
}

.date-search-range {
  text-align: center;
  width: 20px;
  height: 41px;
  padding: 15px;
  margin: 50px auto;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  left: 30px !important;
}

.table > thead:first-child > tr:first-child > th {
  color: #65686a;
}

.panel .panel-body {
  padding: 20px;
}

.filter-fields {
  padding-left: 3px !important;
}

.uploaded-image .avatar {
  width: 30px !important;
  height: 30px !important;
  margin-top: 25px;
  margin-left: 2px;
}

.partner-image .avatar {
  width: 45px !important;
  height: 45px !important;
  margin-top: 16px;
  margin-left: 10px;
}

.uppy-submit {
  display: none;
}

.menu.accordion-menu {
  background-color: #171A2B;
}

.menu.accordion-menu a {
  color: white;
}


/* Navbar color */
.navbar, .page-footer {
  background-color: #111320;
  border-bottom: 0;
}

.top-header-menu {
  color: white;
}

.top-menu .navbar-nav > li > a > .user-name, .no-s {
  color: white;
  font-weight: bold;
}

.page-breadcrumb, .page-title, .page-footer {
  border-top: 0;
  border-bottom: 0;
}

.page-inner {
  color: #65686a;
}

.login-page {
  background: url(../images/background.jpg) no-repeat top #000 !important;
  background-size: cover;
}

.login-box .logo-name {
  color: white;
}

.img-circle {
  object-fit: cover;
}

.login {
  color: white;
}

.page-inner .login-page {
  color: white !important;
}

.field-loginform-rememberme {
  color: white;
}

.login {
  color: white;
}

.btn-success {
  background-color: #15d130;
}

.btn-info {
  background-color: #15d130;
}

.menu.accordion-menu > li.active > a {
  color: #15d130;
}

.menu.accordion-menu > li > a:hover {
  color: #15d130;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #15d130 !important;
  border-color: #15d130;
}

.file-image-news {
  position: absolute;
  width: 20%;
  top: 22%;
  left: 100%;
}

.page-content {
  background: #f9f9f9;
}

.label.label-success {
  font-size: 12px;
  background: #0085fe;
}

.label.label-danger {
  font-size: 12px;
}

.btn-success:hover {
  background: #0085fe;
}

.dataTables_wrapper .dataTables_paginate {
  color: #0085fe;
}

.paginate_button:hover {
  background: #0085fe !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #0085fe !important;
  border-color: #0085fe;
}

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

.text-success {
  color: #74767d;
}

.page-inner {
  position: unset !important;
}

.push-sidebar {
  color: #ffffff !important;
}

.push-sidebar:hover {
  color: #ffffff !important;
}

.lang {
  margin-left: 12px;
}

.file {
  position: absolute;
  width: 20%;
  top: 46%;
  left: 100%;
}

.meta {
  resize: none;
  height: 100px !important;
}

.checkbox, .field-page-active {
  margin-top: 31px;
}

.horizontal-bar:before {
  background-color: #171A2B;
}

@media (min-width: 991px) {
  li.signout {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .lang-menu {
    position: absolute;
    margin-top: 15px;
    margin-left: 80%;
  }

  .file-image-news {
    position: unset;
    padding: 8px;
  }

}

.navbar .open .dropdown-menu {
  margin-right: 6px;
  margin-top: 2px !important;
}

//.form-group.field-news-status {
//  margin-bottom: 0;
//}
//
//.col-sm-12.checkbox {
//  margin-top: 0;
//}
