body {
  font-family: Montserrat;
  background-color: #fff !important;
}
.cetiInputGroup {
  border-radius: 50px !important;
  border: 1px solid #007839;
  background-color: #007839;
}
.cetiInputGroup i {
  color: rgba(255,255,255,.65);
}
.cetiInputGroup div, .cetiInputGroup .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  color: #fff !important;
}
.cetiInputGroup .form-control:focus {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow:none;
}
.cetiInputGroup .form-control::-webkit-input-placeholder {
  color:#fff;
}
.cetiInputGroup .form-control:-ms-input-placeholder {
  color:#fff;
}
.cetiInputGroup .form-control::placeholder {
  color:#fff;
}
.cetiFooterIcon {
  background-color: #696a6a;
  color: #fff !important;
  border: 2px solid #696a6a;
  transform: rotate3d(1, 1, 3, 35deg);
}
.cetiFooterIconContainer {
  font-size:1.3em;
}
.custom-dropdown-menu {
  min-width: auto;
  border-radius: 15px;
  border-width: 3px !important;
}
.custom-dropdown-menu .dropdown-item {
  padding: 0 0 5px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: .7em;
  font-weight: bold;
}
.custom-dropdown-menu .dropdown-item:last-child {
  padding: 0;
}
.custom-dropdown-menu .dropdown-item i {
  font-size: 1.9em !important;
  width: auto;
}
#dashboarCarousel {
  height: 350px;
}
#dashboarCarousel .carousel-inner, #dashboarCarousel .carousel-item, #dashboarCarousel .customCarouselImg {
  height: 100%;
}
#dashboarCarousel .customCarouselImg {
  background-size: cover;
  background-position: center;
}
#dashboarCarousel .first {
  background-image: url(/MyFiles/Public/2021m/8/bg_first.jpg);
  /*background-image: url(/FS-Plugins/Galathil/FrontEnd/MyFiles/Public/2021m/8/bg_first.jpg);*/
}
#dashboarCarousel .second {
  background-image: url(/MyFiles/Public/2021m/8/bg_second.jpg);
  /*background-image: url(/FS-Plugins/Galathil/FrontEnd/MyFiles/Public/2021m/8/bg_second.jpg);*/
}
#dashboarCarousel .third {
  background-image: url(/MyFiles/Public/2021m/8/bg_third.jpg);
  /*background-image: url(/FS-Plugins/Galathil/FrontEnd/MyFiles/Public/2021m/8/bg_third.jpg);*/
}
.customGroupSearch {
  border: solid 3px;
  border-top: 0;
  border-bottom: 0;
}
.customInputCategories::placeholder, .customInputSearch::placeholder {
  color: #009a49;
}
.customDropdownButtonCategories::after {
  vertical-align: middle;
  border-top: 0.5em solid;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.customListedItems {
  width: 200px;
  height: 180px;
  border-radius: 16px;
  box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.15), -4px -4px 5px -2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.15), -4px -4px 5px -2px rgba(0,0,0,0.15);
  -moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.15), -4px -4px 5px -2px rgba(0,0,0,0.15);
}
.customListedItems img {
  width: 100%;
}
.customSlidesDashboardCarouselType {
  box-shadow: 2px 7px 8px 2px rgba(142, 142, 142, 0.1), -2px 8px 8px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 7px 8px 2px rgba(142, 142, 142, 0.1), -2px 8px 8px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 7px 8px 2px rgba(142, 142, 142, 0.1), -2px 8px 8px 2px rgba(0,0,0,0.1);
  min-width: 145px;
  max-width: 145px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 16px;
}
.customSlidesDashboardCarouselType .card-body {
  padding: 0;
}
.carousel-control-next, .carousel-control-prev {
  width: 3%;
  min-width: 40px;
}
.customDashboardSearchAccordionCardbody {
  column-count: 1;
}
/*label.checkbox input[type="checkbox"] {display:none;}
label.checkbox span {
  display:inline-block;
  border:2px solid #BBB;
  border-radius:10px;
  width:25px;
  height:25px;
  background:#C33;
  vertical-align:middle;
  margin:3px;
  position: relative;
  transition:width 0.1s, height 0.1s, margin 0.1s;
}
label.checkbox :checked + span {
  background:#6F6;
  width:27px;
  height:27px;
  margin: 2px;
}
label.checkbox :checked + span:after {
  content: '\2714';
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 5px;
  color: #99a1a7;
}*/
.customDropdownMenuCategories {
  top: 25px !important;
  left: -6px !important;
}
.customCheckbox {
  display: none;
}
.customLabelCheckbox {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  cursor: pointer;
}
.customLabelCheckbox span {
  font-size: .7em;
  font-weight: 400 !important;
  font-family: Montserrat;
}
input:checked + .customLabelCheckbox {
  font-weight: 900 !important;
}
.customLabelCheckbox::before {
  width: 25px !important;
  height: 25px;
  background: transparent;
  content: "\f0c8";
  font-size: 1.1em;
  margin-right: .5rem !important;
}

/*----  CAMBIOS DE COLORES EN LA BACKEND ----*/
.col-md-5.text-right h1.h3.d-none.d-md-inline-block {
  background: rgb(230 230 230);
  border-left: 7px solid #009a49;
  padding: 7px 15px;
  font-weight: 700;
  color: #009a49;
}

form .container-fluid button.btn.btn-light {
  border-radius: 13px;
  box-shadow: inset -1px 2px 6px #0000008f;
  font-weight: bold;
}

form .container-fluid input.form-control {
  border-radius: 8px;
  box-shadow: inset -1px 2px 6px #0000008f;
  font-weight: bold;
}

form .container-fluid button.btn.btn-secondary {
  background: #fff;
  color: #009a49;
  border-radius: 0px 8px 8px 0px;
  box-shadow: inset -1px 2px 6px #0000008f;
  border-left: 2px solid #009a49;
}

.backend .table td {
  padding: .28rem;
}

.backend .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #009a49;
}

.backend .nav-tabs .nav-link {
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: inset -1px 2px 6px #0000008f;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}

.backend .nav-tabs .nav-link {
  position: relative;
  border-radius: 10px;
  padding: 5px 10px 5px 45px;
  box-shadow: inset -1px 2px 6px #0000008f;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}

.backend .nav-tabs .nav-link i {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 34px;
  width: 35px;
  border-radius: 8px 0px 0px 8px;
  background: #009a49;
  color: #fff;
  box-shadow: inset -1px 2px 6px #0000008f;
  padding: 10px 0px;
  text-align: center;
}

.backend .nav-tabs .nav-link .badge-secondary {
  background: #f1f1f1;
  color: #666;
  border: 1px solid #6666666e;
  padding: 3px;
  border-radius: 2px;
}

.backend .nav-tabs .nav-link.active {
  background: #008e43;
  color: #fff;
}

.backend .nav-tabs {
  border-bottom: navajowhite;
  margin-bottom: 30px;
}

.backend .btn {
  box-shadow: inset -1px 2px 6px #0000008f;
}

.backend .form-control {
  box-shadow: -1px 2px 6px #0000004a;
  border-radius: .34rem;
}

.backend .input-group-text {
  box-shadow: -1px 2px 6px #0000004a;
  border-radius: .34rem;
  background: #009a49;
  color: #fff;
}

.backend legend.text-info {
  background: linear-gradient(to right, rgb(230 230 230) 260px, transparent 0);
  border-left: 7px solid #009a49;
  padding: 7px 15px;
  font-weight: 700;
  color: #009a49 !important;
  width: fit-content;
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
input.listAction + label[for^="listActionCustom-"]{
  font-family: "Font Awesome 5 Free";
}
input.listAction:checked + label[for^="listActionCustom-"]::after {
  content: "\f00c" !important;
  font-weight: 900;
}
input.listAction + label[for^="listActionCustom-"]::after {
  content: "\f0c8" !important;
}

.text-folder, .fa-folder.fas {
  color: #F8D774!important;
}