/* put your own styles to customize and override the theme */

@media (min-width: 1200px) {
  .page-title-bar,
  .page-section {
    max-width: 95%;
  }
}

/* .form-control[readonly]:not(.flatpickr-input) {
  background-color: #F5F5F5;
} */

.form-control:disabled::placeholder,
.form-control[readonly]:not(.flatpickr-input)::placeholder {
  color: transparent;
}

.was-validated .my-checkbox.valid label, .my-checkbox.is-valid label {
  border-color: #00A28A !important;
}

.was-validated .my-checkbox.valid ~ .valid-feedback,
.was-validated .my-checkbox.valid ~ .valid-tooltip, .my-checkbox.is-valid ~ .valid-feedback,
.my-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .my-checkbox.invalid label, .my-checkbox.is-invalid label {
  border-color: #B76BA3 !important;
}

.was-validated .my-checkbox.invalid ~ .invalid-feedback,
.was-validated .my-checkbox.invalid ~ .invalid-tooltip, .my-checkbox.is-invalid ~ .invalid-feedback,
.my-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated fieldset:valid legend, fieldset.is-valid legend {
  color: #00A28A;
}

.was-validated fieldset:invalid legend, fieldset.is-invalid legend {
  color: #B76BA3;
}

.bg-menu-item-1 {
  background-color: #B60200 !important;
}

.bg-menu-item-2 {
  background-color: #00A28A !important;
}

.bg-menu-item-3 {
  background-color: #B76BA3 !important;
}

@media (min-width: 768px) {
  .aside-collapsed .top-bar-brand {
    width: 4rem;
  }

  .aside-collapsed .top-bar-brand img {
    content: url("../images/brand-inverse-collapsed.png");
  }

  .aside-collapsed .app-main {
    padding-left: 4rem;
  }

  .aside-collapsed .app-aside {
    z-index: 1030;
  }

  .aside-collapsed .app-aside:not(.asideOver) {
    width: 4rem;
  }

  .aside-collapsed .app-aside:not(.asideOver) .menu-text {
    display: none;
  }

  .aside-collapsed .app-aside:not(.asideOver) .menu-item .menu-item {
   display: none;
  }

  .aside-collapsed .app-aside:not(.asideOver) .menu-header {
    visibility: hidden;
  }


}

.displaytag-sortable a::after {
  margin-left: 0.5em;
  /* display: inline-block; */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0dc";
}

.displaytag-sortable.displaytag-order1 a::after {
  content: "\f0de";
}

.displaytag-sortable.displaytag-order2 a::after {
  content: "\f0dd";
}

.displaytag-sortable.displaytag-sorted a {
  color: #00A28A;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255,255,255);
    z-index: 100000;
    cursor: pointer;
}
.checklabel {
	opacity: 0.4;
}
.checklabel.active {
	text-decoration: underline;
	font-weight: bolder;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ecf0f1 !important;
    opacity: 1;
}


.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 9px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.nav-tabs .nav-link {
    border-top: 6px solid transparent;
}
.nav-tabs .nav-link.active {
    font-weight: bold;
}

/*  .select2-selection__rendered {
    line-height: 49px !important;
}
.select2-container .select2-selection--single {
    height: 49px !important;
}
.select2-selection__arrow {
    height: 49px !important;
}  */

.input-group:not(.input-group-alt) .invalid-feedback, .input-group:not(.input-group-alt) .valid-feedback {
	margin-top: -.1rem;	
}

.label-required{
	font-weight: bold;
}

input.largerCheckbox { 
   
    width: 22px; 
    height: 22px; 
}

.treeview .list-group-item {
	cursor: pointer;
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.treeview span.icon {
	width: 12px;
	margin-right: 5px;
}

.treeview .node-disabled {
	color: silver;
	cursor: not-allowed;
}

.treeview .node-hidden {
	display: none;
}

.treeview span.image {
  display: inline-block;
  width: 12px;
  height: 1.19em;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  line-height: 1em;
}

.fixedContainer {
    position: fixed;
    padding: 2em;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}

.treeview .list-group-item .badge {
    margin-left: 10px;
}

.btn-tree{
	margin-left: 10px;
	padding: 0.15rem 0.15rem;
    font-size: 0.6203125rem;
    line-height: 1.2
}

.nav-tabs .nav-link {
    padding: 5px;
    font-size: 0.8rem;
}

@media (min-width: 992px) {
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fluid {
	max-width: calc(100% - 40px);
}
