.app:before {
  background-color: #f2f3f8;
}

/*for sidemenu*/

@media screen and (min-width: 768px) {
  .app-aside,
  .navbar-header,
  .app-aside-fixed .aside-wrap,
  .app-aside-fixed .aside-wrap .navi-wrap > * {
    width: 220px;
    /* overflow-y: auto; */
  }
  .app-aside-fixed .aside-wrap .navi-wrap {
    width: 237px;
  }
  .navbar-collapse,
  .app-content,
  .app-footer {
    margin-left: 220px;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
[v-cloak] {
  display: none !important;
}
.navbar-brand img {
  max-height: 40px;
}
.nav-sub {
  -webkit-transition: none;
  transition: none;
}
#header .nav > li {
}
.difference {
  filter: invert(1) contrast(9) grayscale(1);
}
.bg-none {
  background: transparent !important;
}
.dataTables_processing {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.show-ready {
  display: none !important;
}
.make-switch {
  opacity: 0;
}

/*.app::before{
  background-color: #e9e9e9;
}*/

/*:not(.date)>.form-control[readonly] {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border: none;
}
:not(.date)>.form-control[readonly]:hover {
    background-color: #eee;
    border: none;
}*/

.readonly_borderless {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.readonly_borderless:hover {
  background-color: #eee;
  border: none;
}

.readonly {
  margin-top: 8px;
  margin-left: 4px;
}
.form-info {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  border: none;
}
.select2-results__option[aria-selected="true"] {
  display: none;
}
.select2-container--default {
  width: 100% !important;
  /* or any value that fits your needs */
}
.select2-selection--single {
  padding: 2px 6px !important;
}
.select2-selection.select2-selection--single,
select {
  border: 1px solid #cfdadd !important;
}
.select2-selection.select2-selection--single:focus {
  border: 1px solid #23b7e5 !important;
}
.select2-selection--single,
.select2-selection--multiple {
  min-height: 34px !important;
  border-color: #cfdadd !important;
  border-radius: 2px !important;
}
.select2-selection .select2-selection__arrow {
  min-height: 30px !important;
}
.dd3-item > button {
  margin-left: 0 !important;
  font-size: 25px !important;
  line-height: 0.5 !important;
  margin: 11px 8px !important;
  border-radius: 50px !important;
  height: 20px !important;
  width: 20px !important;
  color: white !important;
}
.dd3-item > button[data-action="collapse"] {
  background-color: #f9d21a !important;
}
.dd3-item > button[data-action="expand"] {
  background-color: #27c24c !important;
}
.dd3-content {
  padding-left: 15px !important;
}
:not(.nav) > li > a[href^="http"] {
  color: #1565c0;
}
:not(.nav) > :not(li) > a[href^="http"] {
  color: #1565c0;
}
.dataTable a {
  color: #1565c0;
}

/********************** nestable **********************/

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  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;
}

/********************** dropzone **********************/

.dz-success-mark,
.dz-error-mark {
  display: none !important;
}
.dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.4) !important;
}
.ratio-box {
  border: 2px dashed #23b7e5;
}
.ratio-box h1 {
  height: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/********************** modal **********************/

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog.modal-full {
  width: auto;
  margin: 20px;
}
.modal-dialog.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
}
#modal_global_form.modal.fade {
  opacity: 1;
}
#modal_global_form.modal.fade .modal-dialog {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
#modal_global_form .slideInUp {
  -webkit-animation: slideInUp 0.3s;
  /* Safari 4+ */
  -moz-animation: slideInUp 0.3s;
  /* Fx 5+ */
  -o-animation: slideInUp 0.3s;
  /* Opera 12+ */
  animation: slideInUp 0.3s;
  /* IE 10+, Fx 29+ */
}
#modal_global_form .fade2 {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.2s linear;
}
#modal_global_form .fade2.in {
  opacity: 1;
  transform: scale(1);
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  border: 0;
  border-radius: 4px;
}
.modal-body {
  padding: 20px;
  padding-top: 25px;
}
#modal_global_form .modal-content {
}
#modal_global_form .modal-header {
  border-bottom: 1px solid #e9ecef;
  background-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
#modal_global_form .modal-header h4 {
}
#modal_global_form .modal-footer {
  border-top: 1px solid e9ecef;
  padding-top: 15px;
}
.close {
  font-size: 30px;
  font-weight: normal;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #modal_global_form .modal-dialog,
  #modal_global_form .modal-dialog {
    width: 95%;
  }
}

/********************** search-results-dropdown **********************/

.search-result-item {
  background-color: #fff !important;
  color: #000 !important;
  display: inline-block !important;
  width: 100%;
}
.twitter-typeahead {
  width: 100%;
  position: static !important;
  display: inline !important;
}
.tt-menu.tt-open {
  margin-top: 5px;
  border-radius: 2px !important;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.tt-hint {
  position: relative !important;
}
.tt-input {
  left: 0 !important;
  position: absolute !important;
}
.tt-cursor {
  background-color: #eee !important;
  border-left: 6px #23b7e5 solid;
}

/********************** breadcrumb **********************/

.breadcrumb {
  font-size: 14px;
}

/********************** Form **********************/

.form-heading {
  font-weight: 500;
  margin: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .form-heading {
    margin-left: 0;
    margin-right: 0;
  }
}
.control-label {
  font-weight: bold;
}
.form-control {
  padding: 0.65rem 1.25rem;
}
.form-group.required .control-label:after {
  color: #f05050;
  content: "*";
  position: absolute;
  margin-left: 2px;
  margin-top: -4px;
  font-size: 20px;
}
:not(.form-group).required:after {
  color: #f05050;
  content: "*";
  position: absolute;
  margin-left: 2px;
  margin-top: -4px;
  font-size: 20px;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #e73d4a !important;
}
.btn-bs-file {
  position: relative;
}
.btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}
.bootstrap-switch {
  border-color: #ebedf2 !important;
  border-radius: 2px !important;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 6px 12px !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 2px !important;
  height: 32px;
}

/********************** Panel **********************/

.panel {
  border: 0px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
  -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
  box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
}
.panel-default .panel-heading {
  background-color: #fafafa;
}
.panel-heading .pull-right {
  margin-top: 4px;
}
.panel-heading .btn {
  float: right;
  margin-top: 4px;
}
.panel-heading h4 {
  font-weight: 500;
  color: #575962;
  margin-left: 10px;
}

/********************** Table **********************/

.table.table-compact > tbody > tr > th,
.table.borderless > tfoot > tr > th,
.table.table-compact > tbody > tr > td,
.table.borderless > tfoot > tr > td {
  padding: 5px 5px 5px 15px;
}
.table.borderless > tbody > tr > th,
.table.borderless > tfoot > tr > th,
.table.borderless > tbody > tr > td,
.table.borderless > tfoot > tr > td {
  border: none;
}
.table-responsive {
  min-height: 150px;
}
.table-responsive .dataTable {
  width: 100% !important;
}
.dt-responsive {
  max-width: 100% !important;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute !important;
  margin: auto !important;
  margin-bottom: -100px !important;
  width: 100% !important;
  left: 0 !important;
  height: auto !important;
  padding: 10px !important;
}
.dataTables_wrapper .dataTables_processing .progress {
  margin-bottom: 0;
}
table.dataTable td.sorting_1,
table.dataTable td.sorting_2,
table.dataTable td.sorting_3,
table.dataTable th.sorting_1,
table.dataTable th.sorting_2,
table.dataTable th.sorting_3 {
  background-color: transparent !important;
}

/* table td{
  vertical-align: middle !important;
} */

.borderless td,
.borderless th {
  border: none;
}

/********************** Button **********************/

.btn {
  border-radius: 0.25rem;
  transition: all 0.2s;
}
.btn.rounded {
  border-radius: 500px;
}
.btn:hover {
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.19);
}
.btn.btn-addon {
  border-left: 0px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #23b7e5 !important;
}

/********************** Shadows **********************/

.air {
  -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
  -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
  box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
}
.shadow-z-0 {
  box-shadow: none !important;
}
.shadow-z {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.shadow-z-1 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.shadow-z-1-offset {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.shadow-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.shadow-z-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.shadow-z-6 {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.chosen-container,
.chosen-container-multi {
  width: 100% !important;
  /* or any value that fits your needs */
}

/********************** Shadows **********************/

.thumbnail-success {
  width: 25px;
  height: 25px;
  background-color: #82e0aa;
  border-radius: 3px;
  border: 1px solid #82e0aa;
  padding: 10px;
  margin: 1px;
}

.thumbnail-danger {
  width: 25px;
  height: 25px;
  background-color: #f1948a;
  border-radius: 3px;
  border: 1px solid #f1948a;
  padding: 10px;
  margin: 1px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: 0;
  padding: 0 5px 5px 0 !important;
  margin: 0 !important;
}

.table-form > tbody > tr > td,
.table-form > tbody > tr > th,
.table-form > tfoot > tr > td,
.table-form > tfoot > tr > th,
.table-form > thead > tr > td,
.table-form > thead > tr > th {
  padding: 0 5px 5px 0 !important;
  margin: 0 !important;
}

.label_invert {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-event {
  background-color: #ffc107;
}
.label-event[href]:hover,
.label-event[href]:focus {
  background-color: #ffc107;
}

.badge-yellow {
  color: #212529;
  background-color: #ffc107;
}
.badge-yellow[href]:focus,
.badge-yellow[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
