/*================================================================================
  Item Name: Materialize - Material Design Admin Template
  Version: 3.1
  Author: GeeksLabs
  Author URL: http://www.themeforest.net/user/geekslabs
================================================================================*/
/*-----------------------------------------

------------------------------------------*/
/*=================================================================================
    General
====================================================================================*/
/*----------------------------------------
  General Layout Style
------------------------------------------*/
body {
  background-color: #f9f9f9;
}

#main {
  padding-left: 270px;
}

footer {
  padding-left: 270px;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

footer.page-footer {
  padding-top: 0px;
}

select {
  background-color: transparent;
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 2px;
  height: 3rem;
  border-bottom: 1px solid #9e9e9e;
}

#sidenav-overlay {
  background-color: transparent;
}

.container {
  padding: 0 0.5rem;
  margin: 0 auto;
  max-width: 100% !important;
  width: 98%;
}

#left-sidebar-nav {
  position: fixed;
  width: 100px;
  left: 180px;
  z-index: 999;
  height: auto;
}

#left-sidebar-nav span.badge.new {
  line-height: 20px;
  margin-top: 11px;
}

#content .header-search-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  display: inline-block;
  position: relative;
}

#content .container .row {
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 98%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 98%;
  }
}

@media only screen and (max-width: 993px) {
  #main {
    padding-left: 0;
  }
  footer {
    padding-left: 0;
  }
}

.ps-scrollbar-x-rail {
  z-index: 9999;
}

.ps-scrollbar-y-rail {
  z-index: 9999;
}

/*---------------------------------
    Typography
-----------------------------------*/
.small {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.medium-small {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

.ultra-small {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}

small {
  font-size: 0.8rem;
}

.strong {
  font-weight: 600;
}

h4.header {
  line-height: 2.508rem;
  margin: 1.14rem 0 0.912rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

h4.header2 {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}

p.title {
  font-size: 1.3rem;
}

p.header {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

li.li-hover:hover {
  background: transparent !important;
}

li.search-out:hover {
  background: transparent;
}

li.mobile:before {
  background: #f7464a;
}

li.kitchen:before {
  background: #46bfbd;
}

li.home:before {
  background: #fdb45c;
}

.more-text {
  padding: 5px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.valign-demo {
  height: 400px;
  background-color: #ddd;
}

.margin {
  margin: 0 !important;
}

/*----------------------------------------
    Pre-loader
------------------------------------------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  /* background: #eceff1; */
  background: #ece9e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    #ffffff,
    #ece9e6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    #ffffff,
    #ece9e6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-color: #5e35b1;
  -webkit-animation: spin 2s linear infinite;
  animation: spinXsales 1s linear infinite;
  z-index: 1001;
}

/* #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
} */

#loader:after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader-logo {
  display: block;
  position: absolute;
  left: 48%;
  top: 46%;
  background: url("../images/user-bg-2.jpg") no-repeat center center;
  z-index: 1001;
}

@keyframes spinXsales {
  0% {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.5);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(0.5);
    transform: scale(0.2);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.progress {
  background-color: rgba(255, 64, 129, 0.22);
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

/*=================================================================================
    Header
====================================================================================*/
/*----------------------------------------
    Page Header
------------------------------------------*/
h1.logo-wrapper {
  margin: 0;
}

h1 span.logo-text {
  display: none;
}

.menu-sidebar-collapse {
  margin: 0 10px;
}

.menu-sidebar-collapse i {
  line-height: 36px !important;
}

header .brand-logo {
  margin: 1px 0;
  padding: 14px 20px;
}

header .brand-logo img {
  width: 172px;
}

@media only screen and (max-width: 992px) {
  nav .nav-wrapper {
    text-align: center;
  }
  nav .nav-wrapper a.page-title {
    font-size: 36px;
  }
  ul.side-nav.leftside-navigation {
    top: 56px !important;
  }
}

/*Search box*/
.header-search-wrapper {
  margin: 10px auto 0 240px;
  width: calc(100% - 600px);
  height: 40px;
  display: inline-block;
  position: relative;
}

.header-search-wrapper i {
  position: absolute;
  font-size: 24px;
  top: 6px;
  left: 24px;
  line-height: 32px !important;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

input.header-search-input {
  display: block;
  padding: 8px 8px 8px 72px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  height: 24px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border: none;
  font-size: 16px;
  appearance: textfield;
  font-weight: 400;
  outline: none;
  border-radius: 3px;
}

input.header-search-input:hover {
  background: rgba(255, 255, 255, 0.5);
}

input.header-search-input:focus {
  color: #333;
  background: #fff;
  border-bottom: none !important;
  box-shadow: none !important;
}

.header-search-wrapper-focus i {
  color: #444;
}

.header-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input:focus::-webkit-input-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input:focus::-moz-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input:focus::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input:focus:-ms-input-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.header-search-input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.search-out {
  display: none;
}

.search-out input[type="text"]:focus:not([readonly]) {
  border-bottom: 1px solid #fff !important;
  box-shadow: none;
}

.search-out-text {
  border-bottom: 1px solid #fff !important;
}

.translation-button img {
  position: relative;
  top: 12px;
}

#translation-dropdown .language-select {
  position: relative;
  top: -9px;
}

.notification-badge {
  position: relative;
  right: 5px;
  top: -20px;
  color: #ffffff;
  background-color: #ff4081;
  margin: 0 -0.8em;
  border-radius: 50%;
  padding: 4px 5px;
}

#notifications-dropdown h5 {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
}

#notifications-dropdown li {
  padding: 10px;
  font-size: 1rem;
}

#notifications-dropdown li > a {
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
}

#notifications-dropdown li > a > i {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  top: 4px;
}

#notifications-dropdown li > time {
  font-size: 0.8rem;
  font-weight: 400;
}

#notifications-dropdown li.divider {
  padding: 0;
}

/*=================================================================================
    Sidebar
====================================================================================*/
/*----------------------------------------
    Sidebar Main Menu
------------------------------------------*/
nav.top-nav {
  height: 122px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

nav.top-nav a.page-title {
  line-height: 122px;
  font-size: 48px;
}

nav ul li.no-hover:hover {
  background: none;
}

.side-nav a {
  line-height: 42px;
  height: 42px;
}

.side-nav.leftside-navigation .collapsible-body li.active {
  background-color: rgba(0, 0, 0, 0.04);
}

.side-nav.fixed.leftside-navigation .collapsible-body li.active {
  background-color: rgba(0, 0, 0, 0.04);
}

.side-nav .collapsible-body li a {
  margin: 0 1rem 0 3rem;
}

ul.side-nav.leftside-navigation {
  top: 64px;
  overflow: hidden;
}

ul.side-nav.leftside-navigation hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 1em 0;
  padding: 0;
}

ul.side-nav.leftside-navigation li {
  line-height: 44px;
}

ul.side-nav.leftside-navigation li:hover {
  /* background-color: rgba(0, 0, 0, 0.04); */
  background-color: transparent;
}

ul.side-nav.leftside-navigation li.active {
  background-color: rgba(0, 0, 0, 0.04);
}

ul.side-nav.leftside-navigation li a {
  font-size: 14px;
  font-weight: 400;
}

ul.side-nav.leftside-navigation li.user-details {
  background: url("../images/user-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
  padding: 15px 0 0 15px;
}

ul.side-nav.leftside-navigation li.user-details #profile-dropdown a {
  padding: 8px 15px;
}

ul.side-nav.leftside-navigation .profile-btn {
  margin: 0;
  text-transform: capitalize;
  padding: 0;
  text-shadow: 1px 1px 1px #444;
  font-size: 15px;
}

ul.side-nav.leftside-navigation ul.collapsible-accordion {
  background-color: #fff;
}

ul.side-nav li {
  padding: 0;
}

ul.side-nav .collapsible-header {
  margin: 0;
}

#slide-out li a i {
  line-height: inherit;
  width: 2rem;
  font-size: 1.6rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

#slide-out ul.side-nav li {
  padding: 0 !important;
}

.caption {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.caption-uppercase {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sidebar-collapse {
  position: absolute;
  left: -170px;
  top: -45px;
}

.user-task,
.user-time {
  margin: 0;
  font-size: 13px;
  color: #fff;
}

.user-roal {
  color: #fff;
  margin-top: -16px;
  font-size: 13px;
  text-shadow: 1px 1px 1px #444;
}

.user-details .row {
  margin: 0;
}

.bold > a {
  font-weight: bold;
}

.rightside-navigation {
  overflow: hidden;
}

/*----------------------------------------
    Right Chat Slideout
------------------------------------------*/
#right-search .input-field {
  margin-top: 0;
}

#chat-out .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: 45px;
  height: 45px;
  font-weight: 400;
}

#chat-out .collapsible-header:after {
  color: #fff;
}

#chat-out .chat-out-list {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

#chat-out .favorite-associate-list .circle {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #999;
  padding: 3px;
  display: block;
}

#chat-out .favorite-associate-list .online-user {
  border: 2px solid #00e676;
}

#chat-out .favorite-associate-list p {
  padding: 0;
}

#chat-out .favorite-associate-list p.place {
  font-size: 0.8rem;
}

#chat-out .recent-activity-list-icon {
  margin-top: 8px;
  font-size: 2rem;
}

#chat-out .recent-activity-list-text a {
  font-size: 0.8rem;
  padding: 0;
  font-weight: 600;
}

#chat-out .recent-activity-list-text p {
  font-size: 0.9rem;
  padding: 0;
}

.chat-close-collapse {
  padding: 5px 15px 0 0;
}

/* =================================================================================
    Content
================================================================================= */
/*----------------------------------------
    Breadcrumb
------------------------------------------*/
#breadcrumbs-wrapper {
  background: #f3f3f3;
}

h5.breadcrumbs-header {
  font-size: 1.64rem;
  line-height: 1.804rem;
  margin: 1.5rem 0 0 0;
}

.breadcrumbs {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumbs .active {
  font-weight: normal;
  color: #999;
}

.breadcrumbs-title {
  font-size: 1.5rem;
  line-height: 1.804rem;
  margin: 18px 0 0;
}

.breadcrumbs-nav {
  margin: 8px 0 9px;
}

.breadcrumb:before {
  content: "\e7c3";
  font-family: "Material-Design-Icons";
}

/*----------------------------------------
    Tables
------------------------------------------*/
.jsgrid-edit-row input[type="checkbox"],
.jsgrid-insert-row input[type="checkbox"],
.jsgrid-filter-row input[type="checkbox"],
.jsgrid-alt-row input[type="checkbox"],
.jsgrid-row input[type="checkbox"],
.config-panel input[type="checkbox"] {
  position: relative !important;
  left: 0 !important;
  visibility: visible !important;
}

.jsgrid-grid-body {
  height: auto !important;
}

.jsgrid-edit-row select {
  display: block !important;
}

.jsgrid-insert-row select {
  display: block !important;
}

.jsgrid-insert-row .select-wrapper .caret {
  display: none !important;
}

.jsgrid-insert-row .select-wrapper .select-dropdown {
  display: none !important;
}

#jsGrid-sorting {
  height: 500px !important;
  overflow: scroll !important;
}

#jsGrid-page {
  height: 500px !important;
  overflow: scroll !important;
}

#jsGrid-custom-row {
  height: 500px !important;
  overflow: scroll !important;
}

/*----------------------------------------
    Cards
------------------------------------------*/
.card {
  overflow: hidden;
}

#card-stats .card-content {
  text-align: center;
}

#card-stats .card-stats-title {
  font-size: 1.2rem;
}

#card-stats .card-stats-title i {
  font-size: 1.2rem;
}

#card-stats .card-stats-compare {
  font-size: 1rem;
}

#card-stats .card-stats-compare i {
  position: relative;
  top: 5px;
}

#card-stats .card-stats-number {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0.2rem 0 0.2rem 0;
  font-weight: 500;
}

#card-stats .card .card-content {
  padding: 10px 14px;
}

#card-stats .card .card-action {
  padding: 10px 14px;
}

/* alert card */
#card-alert i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

#card-alert .alert-circle {
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  left: -2px;
}

#card-alert .single-alert {
  line-height: 42px;
}

#card-alert button {
  background: none;
  border: none;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 20px;
  color: #fff;
}

#card-alert .card .card-content {
  padding: 20px 40px 20px 20px;
}

#card-alert .card-action i {
  top: 0;
  margin: 0;
}

/* work card */
#work-collections .collection-header {
  font-size: 1.14rem;
  font-weight: 500;
}

#work-collections p.collections-title {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

#work-collections p.collections-content {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

#work-collections .collection-item.avatar {
  height: auto;
  padding-top: 22px;
}

/* flight card */
#flight-card .flight-card-title {
  margin: 0;
  font-weight: 300;
  color: #fff;
}

#flight-card .flight-card-date {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

#flight-card .flight-state {
  padding-bottom: 15px;
}

#flight-card .flight-state-two {
  border-left: 1px dashed #9e9e9e;
}

#flight-card .flight-icon {
  font-size: 2.2rem;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

#flight-card .card-content-bg {
  background: url("../images/sample-1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flight-card .card-content {
  background: rgba(0, 0, 0, 0.25);
}

#flight-card .flight-state-wrapper {
  margin: 0 0 100px 0 !important;
}

#flight-card .card-header .card-title {
  padding: 20px;
}

/* task card */
#task-card label {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  height: auto;
}

#task-card .task-card-title {
  margin: 0;
  color: #fff;
  font-weight: 300;
}

#task-card .task-card-date {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

#task-card .collection-header {
  padding: 20px;
}

#task-card .task-add {
  position: absolute;
  right: 10px;
  top: 76px;
}

#task-card .task-cat {
  padding: 2px 4px;
  color: #fff;
  margin-left: 37px;
  font-weight: 300;
  font-size: 0.8rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}

.task-cat {
  padding: 2px 4px;
  color: #fff;
  font-weight: 300;
  font-size: 0.8rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}

.collection .collection-item.avatar i.circle {
  font-size: 28px;
}

/* profile card */
#profile-card .card-image {
  height: 150px;
}

#profile-card .card-profile-image {
  width: 70px;
  position: absolute;
  top: 110px;
  z-index: 1;
  cursor: pointer;
}

#profile-card .btn-move-up {
  position: relative;
  top: -40px;
  right: -18px;
  margin-right: 10px !important;
}

#profile-card .card-content p {
  font-size: 1.2rem;
  margin: 10px 0 12px;
}

.card-move-up .move-up {
  padding: 20px;
}

/*----------------------------------------
    Charts
------------------------------------------*/
#chart-dashboard {
  padding-top: 12px;
}

#chart-dashboard .card {
  overflow: hidden;
}

#chart-dashboard .card .card-content {
  padding: 10px 14px;
}

.sample-chart-wrapper {
  width: 100%;
}

.chart-title {
  font-size: 1.6rem;
  font-weight: 300;
}

/* Revenue Chart */
.chart-revenue {
  float: right;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
}

.chart-revenue .chart-revenue-total {
  font-size: 0.9rem;
  margin: 0;
}

.chart-revenue .chart-revenue-per {
  font-size: 0.8rem;
  margin: 0;
}

.chart-revenue .chart-revenue-per i {
  position: relative;
  top: 5px;
}

.chart-revenue-switch {
  padding-top: 28px;
  padding-right: 10px;
  color: #fff;
  text-align: right;
}

/* doughnut chart */
.doughnut-chart-status {
  position: relative;
  top: -75px;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  height: 0;
  text-align: center;
}

.doughnut-chart-status p {
  margin-top: -5px;
}

.doughnut-chart-legend li {
  padding: 2px 0;
  font-size: 0.9rem;
}

.doughnut-chart-legend li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 4px;
}

a.button-collapse.top-nav {
  position: absolute;
  left: 7.5%;
  top: 0;
  float: none;
  margin-left: 1.5rem;
  color: #fff;
  font-size: 32px;
  z-index: 2;
}

/* trending bar chart */
.trending-bar-chart-wrapper {
  width: 100%;
}

.btn-move-up {
  position: relative;
  top: -28px;
  right: -18px;
  margin-right: 10px !important;
}

/* Flot Chart*/
.flotchart-placeholder {
  width: 100%;
  height: 300px;
  font-size: 13px;
  line-height: 1.2em;
}

#flotchart table {
  position: absolute;
  top: 13px;
  right: 17px;
  font-size: smaller;
  color: #545454;
  width: 100px;
}

#flotchart td {
  padding: 5px;
}

th {
  padding: 5px;
}

/* xCharts */
.xchart-placeholder {
  width: 90%;
  height: 300px;
}

/*Sparkline*/
.jqstooltip {
  border: none !important;
  box-sizing: content-box;
}

.tooltip-class {
  overflow: hidden;
  color: #fff;
  height: 20px;
  width: 30px;
}

#ct2-chart .ct-series.ct-series-a .ct-area {
  fill: #00bcd4;
}

#ct2-chart .ct-series.ct-series-a .ct-point {
  stroke: #00bcd4;
}

#ct2-chart .ct-series.ct-series-a .ct-line {
  stroke: #54e2f4;
}

/*  Widget */
.socialbox .logo {
  color: #fff;
  font-size: 28px;
  left: 20px;
  bottom: 20px;
  position: absolute;
}

.socialbox .info {
  color: #fff;
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 15px;
  padding: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .doughnut-chart-status {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .doughnut-chart-status {
    display: none;
  }
  #card-stats .card-stats-compare {
    font-size: 0.8rem;
  }
}

/*----------------------------------------
    Calender
------------------------------------------*/
#full-calendar {
  padding-top: 30px;
}

#calendar h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 35px;
}

#calendar .fc-day-header {
  text-transform: uppercase;
  font-weight: 400;
}

#external-events {
  padding-top: 50px;
}

#external-events .fc-event {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin-bottom: 10px;
  cursor: all-scroll;
  border: none;
}

.fc button {
  background: #fff;
}

.fc td {
  border-width: 0 !important;
}

.fc th {
  border-width: 0 !important;
}

.fc-state-active {
  color: #ff4081 !important;
}

.fc-state-down {
  color: #ff4081 !important;
}

/*----------------------------------------
    Color Palette css for css-color.html page
------------------------------------------*/
.dynamic-color .red,
.dynamic-color .pink,
.dynamic-color .purple,
.dynamic-color .deep-purple,
.dynamic-color .indigo,
.dynamic-color .blue,
.dynamic-color .light-blue,
.dynamic-color .cyan,
.dynamic-color .teal,
.dynamic-color .green,
.dynamic-color .light-green,
.dynamic-color .lime,
.dynamic-color .yellow,
.dynamic-color .amber,
.dynamic-color .orange,
.dynamic-color .deep-orange,
.dynamic-color .brown,
.dynamic-color .grey,
.dynamic-color .blue-grey {
  height: 55px;
  width: 100%;
  padding: 0 15px;
  line-height: 55px;
  font-weight: 500;
  font-size: 12px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dynamic-color .col {
  margin-bottom: 55px;
}

tr.group {
  background-color: #ddd !important;
}

tr.group:hover {
  background-color: #ddd !important;
}

@media only screen and (max-width: 1024px) {
  tfoot {
    display: none;
  }
}

/*----------------------------------------
    Grid - Flat Site Mockup
------------------------------------------*/
#site-layout-example-left {
  background-color: #90a4ae;
  height: 300px;
}

#site-layout-example-right {
  background-color: #26a69a;
  height: 300px;
}

#site-layout-example-top {
  background-color: #e57373;
  height: 50px;
}

.flat-text-header {
  height: 35px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  margin: 27px auto;
}

.flat-text {
  height: 25px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  margin: 27px auto;
}

.flat-text.small {
  width: 25%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.15);
}

.flat-text.full-width {
  width: 100%;
}

.col.grid-example {
  border: 1px solid #eee;
  margin: 7px 0;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  background-color: #ff6347;
  color: #fff;
  padding: 0;
}

.col.grid-example span {
  font-weight: 200;
  line-height: 50px;
}

.waves-color-demo .collection-item {
  height: 57px;
  line-height: 57px;
}

/*----------------------------------------
    Chrome Browser Grid Example
------------------------------------------*/
.browser-window {
  text-align: left;
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-border-radius: 5px 5px 2px 2px;
  -moz-border-radius: 5px 5px 2px 2px;
  border-radius: 5px 5px 2px 2px;
  background-clip: padding-box;
  background-color: transparent;
  margin: 20px 0;
  overflow: hidden;
}

.browser-window .top-bar {
  height: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  border-top: thin solid #eaeae9;
  border-bottom: thin solid #ddd;
  background: linear-gradient(#e7e7e6, #e0e0e0);
}

.browser-window .circle {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  margin-right: 1px;
}

.browser-window .circles {
  margin: 5px 12px;
}

.browser-window .content {
  margin: 0;
  width: 100%;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;
}

.browser-window .row {
  margin: 0;
}

#close-circle {
  background-color: #ff5c5a;
}

#minimize-circle {
  background-color: #fdb45c;
}

#maximize-circle {
  background-color: #1bc656;
}

.clear {
  clear: both;
}

.promo i {
  color: #ee6e73;
  font-size: 6rem;
  display: block;
}

.promo-caption {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}

/*----------------------------------------
    Shadow effect
------------------------------------------*/
.shadow-demo {
  background-color: #26a69a;
  width: 100px;
  height: 100px;
  margin: 20px auto;
}

.collapsible-header {
  font-weight: 500;
}

/* Sidebar nav open close icons*/
.collapsible-header:after {
  font-family: "Material Icons";
  content: "\e315";
  float: right;
  color: #9e9e9e;
  font-size: 18px;
}

.collapsible-header.active:after {
  content: "\e313";
}

#input-select .input-field label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}

/*----------------------------------------
    icon page
------------------------------------------*/
.icon-demo {
  line-height: 50px;
}

.icon-container i {
  font-size: 3em;
  display: block;
  margin-bottom: 10px;
}

.icon-container .icon-preview {
  height: 120px;
  text-align: center;
}

.icon-holder {
  display: block;
  text-align: center;
  width: 150px;
  height: 115px;
  float: left;
  margin: 0 0 15px 0;
}

.icon-holder p {
  margin: 0;
}

/*----------------------------------------
    Error Page
------------------------------------------*/
.text-long-shadow {
  text-shadow: #1d7d74 1px 1px, #1d7d74 2px 2px, #1d7d74 3px 3px,
    #1d7d74 4px 4px, #1d7d74 5px 5px, #1d7d74 6px 6px, #1d7d74 7px 7px,
    #1d7d74 8px 8px, #1d7d74 9px 9px, #1d7d74 10px 10px, #1d7d74 11px 11px,
    #1d7d74 12px 12px, #1d7d74 13px 13px, #1d7d74 14px 14px, #1d7d74 15px 15px,
    #1d7d74 16px 16px, #1d7d74 17px 17px, #1d7d74 18px 18px, #1d7d74 19px 19px,
    #1d7d74 20px 20px, #1d7d74 21px 21px, #208b81 22px 22px, #208b81 23px 23px,
    #208b81 24px 24px, #208b81 25px 25px, #208b81 26px 26px, #208b81 27px 27px,
    #208b81 28px 28px, #208b81 29px 29px, #208b81 30px 30px, #26a69a 31px 31px,
    #26a69a 32px 32px, #26a69a 33px 33px, #26a69a 34px 34px, #26a69a 35px 35px,
    #26a69a 36px 36px, #26a69a 37px 37px;
  background-color: #26a69a;
  width: 100%;
  font-size: 10rem;
  color: #fff !important;
  text-align: center;
  padding: 20px 0 !important;
}

/*----------------------------------------
    Login Page
------------------------------------------*/
.login-form {
  width: 280px;
}

.login-form-text {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.profile-image-login {
  width: 100px;
  height: 100px !important;
}

.login-text {
  margin-top: -6px;
  margin-left: -6px !important;
}

/*----------------------------------------
    Email Page
------------------------------------------*/
#mail-app hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 1em 0;
  padding: 0;
}

#mail-app #email-sidebar {
  margin-top: 0;
}

#mail-app #email-list {
  margin-top: 0;
}

#mail-app #email-details {
  margin-top: 0;
}

#mail-app .modal .modal-content {
  padding: 0;
}

.email-unread .email-title {
  font-weight: 500;
}

#email-sidebar {
  min-height: 650px;
}

#email-sidebar li {
  padding: 10px 0;
  text-align: center;
}

#email-sidebar li i {
  padding: 12px;
  color: #272727;
}

#email-sidebar li i.active {
  background: #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#email-sidebar li i:hover {
  background: #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#email-list {
  padding: 0;
}

#email-list .collection {
  margin: 0;
}

#email-list .collection .collection-item.avatar {
  height: auto;
  padding-left: 72px;
  position: relative;
}

#email-list .collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 10px;
  right: -4px;
}

#email-list .collection .collection-item.avatar .secondary-content.email-time {
  right: 8px;
}

#email-list .collection .collection-item.avatar .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  top: 20px;
}

#email-list .collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  padding: 10px;
}

#email-list .collection .collection-item.avatar img.circle {
  padding: 0;
}

#email-list .collection .collection-item:hover {
  background: #e1f5fe;
  cursor: pointer;
}

#email-list .collection .collection-item.selected {
  background: #e1f5fe;
  border-left: 4px solid #29b6f6;
}

#email-list .attach-file {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #9e9e9e;
  font-size: 1.1rem;
}

#email-details {
  padding: 15px;
}

#email-details .email-subject {
  font-size: 1.2rem;
}

#email-details .email-subject i {
  font-size: 2.2rem;
}

#email-details .email-tag {
  padding: 3px;
  font-size: 0.9rem;
}

#email-details .collection {
  border: none;
}

#email-details .collection .collection-item.avatar {
  height: auto;
  padding-left: 72px;
  position: relative;
}

#email-details .collection .collection-item.avatar .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  top: 20px;
}

#email-details .collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  padding: 10px;
}

#email-details .collection .collection-item.avatar img.circle {
  padding: 0;
}

#email-details .collection .collection-item.selected {
  background: #e1f5fe;
  border-left: 4px solid #29b6f6;
}

#email-details .email-actions {
  padding-top: 25px;
}

#email-details .email-actions a {
  color: #757575;
  padding: 5px;
}

.email-reply {
  padding-top: 20px;
}

.email-reply a {
  color: #757575;
}

.email-reply a i {
  font-size: 2rem;
}

.email-reply p {
  color: #757575;
  margin: 0;
}

.model-email-content {
  padding: 24px;
}

/*----------------------------------------
    Blog
------------------------------------------*/
/* ----- Blog Card -----*/
.blog-card .card .card-content .card-title,
.blog-card .card .card-reveal .card-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.blog-card .card {
  margin: 0;
}

.blog-card .card .card-content {
  padding: 5px 10px;
}

.blog-card ul.card-action-buttons {
  margin: -26px 10px 0 0;
  text-align: right;
}

.blog-card ul.card-action-buttons li {
  display: inline-block;
  padding-left: 5px;
}

/* -----Blogs Masonery Page----- */
.blog .card .card-content .card-title,
.blog .card .card-reveal .card-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.blog {
  width: 20%;
  padding: 10px;
}

.blog .card {
  margin: 0;
}

.blog .card .card-content {
  padding: 5px 10px;
}

.blog ul.card-action-buttons {
  margin: -26px 10px 0 0;
  text-align: right;
}

.blog ul.card-action-buttons li {
  display: inline-block;
  padding-left: 5px;
}

.blog-sizer {
  width: 20%;
}

.blog-post-content {
  padding-bottom: 10px;
}

/*  blog page media queries */
@media screen and (max-width: 2200px) {
  .blog-sizer {
    width: 20%;
  }
  .blog {
    width: 20%;
  }
  .doughnut-chart-status {
    top: -100px;
  }
  .product-sizer {
    width: 20%;
  }
  .product {
    width: 20%;
  }
  .gallary-sizer {
    width: 20%;
  }
  .gallary-item img {
    width: 20%;
  }
}

@media screen and (max-width: 1800px) {
  .blog-sizer {
    width: 30%;
  }
  .blog {
    width: 30%;
  }
  .product-sizer {
    width: 30%;
  }
  .product {
    width: 30%;
  }
  .gallary-sizer {
    width: 30%;
  }
  .gallary-item img {
    width: 30%;
  }
}

@media screen and (max-width: 1600px) {
  .blog-sizer {
    width: 33.33%;
  }
  .doughnut-chart-status {
    top: -75px;
  }
  .blog {
    width: 33.33%;
  }
  .product-sizer {
    width: 25%;
  }
  .product {
    width: 25%;
  }
  .gallary-sizer {
    width: 25%;
  }
  .gallary-item img {
    width: 25%;
  }
}

@media screen and (max-width: 1224px) {
  .blog-sizer {
    width: 33.33%;
  }
  .doughnut-chart-status {
    top: -75px;
  }
  .doughnut-chart-status {
    top: -100px;
  }
  .blog {
    width: 33.33%;
  }
  .product-sizer {
    width: 33.33%;
  }
  .product {
    width: 33.33%;
  }
  .gallary-sizer {
    width: 33.33%;
  }
  .gallary-item img {
    width: 33.33%;
  }
}

@media screen and (max-width: 980px) {
  .blog-sizer {
    width: 50%;
  }
  .blog {
    width: 50%;
  }
  .product-sizer {
    width: 50%;
  }
  .product {
    width: 50%;
  }
  .gallary-sizer {
    width: 50%;
  }
  .gallary-item img {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .blog-sizer {
    width: 50%;
  }
  .blog {
    width: 50%;
  }
  .product-sizer {
    width: 50%;
  }
  .product {
    width: 50%;
  }
  .gallary-sizer {
    width: 50%;
  }
  .gallary-item img {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .blog-sizer {
    width: 100%;
  }
  .blog {
    width: 100%;
  }
  .product-sizer {
    width: 100%;
  }
  .product {
    width: 100%;
  }
  .gallary-sizer {
    width: 100%;
  }
  .gallary-item img {
    width: 100%;
  }
}

/* -----Blogs Page Full width 2----- */
#blog-post-full .card-title {
  text-shadow: 1px 1px 4px #000;
  font-weight: 300;
  font-size: 2rem;
}

#blog-post-full .blog-post-full-cat {
  padding: 5px;
  margin: 25px;
  right: 0;
  left: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#blog-post-full .blog-post-full-cat a {
  color: #fff;
  text-shadow: none;
}

/*----------------------------------------
    Invoice Page
------------------------------------------*/
.invoice-table {
  padding-top: 40px;
}

.invoice-text {
  padding: 18px 0;
}

.invoice-icon i {
  font-size: 2rem;
}

/*----------------------------------------
    Products
------------------------------------------*/
/* ---- Product Card ----- */
.product-card .card .card-content .card-title,
.product-card .card .card-reveal .card-title {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.product-card .card {
  margin: 0;
}

.product-card .card .card-content {
  padding: 5px 10px;
}

.product-card .card .btn-price {
  width: 65px;
  height: 65px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 65px;
  margin: 10px;
  position: absolute;
  top: 0;
  letter-spacing: 0;
}

.product-card ul.card-action-buttons {
  margin: -26px 10px 0 0;
  text-align: right;
}

.product-card ul.card-action-buttons li {
  display: inline-block;
  padding-left: 5px;
}

/* -----Products Masonery ----- */
.product .card .card-content .card-title,
.product .card .card-reveal .card-title {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.product {
  width: 20%;
  padding: 10px;
}

.product .card {
  margin: 0;
}

.product .card .card-content {
  padding: 5px 10px;
}

.product .card .btn-price {
  width: 65px;
  height: 65px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 65px;
  margin: 10px;
  position: absolute;
  top: 0;
  letter-spacing: 0;
}

.product ul.card-action-buttons {
  margin: -26px 10px 0 0;
  text-align: right;
}

.product ul.card-action-buttons li {
  display: inline-block;
  padding-left: 5px;
}

.product-sizer {
  width: 20%;
}

/*----------------------------------------
    Gallary  Page
------------------------------------------*/
.gallary-sizer {
  width: 20%;
}

.gallary-item img {
  width: 20%;
}

.slider .indicators {
  z-index: 9999;
}

/*----------------------------------------
    Contact Page (Map-card)
------------------------------------------*/
.map-card .card .card-content .card-title,
.map-card .card .card-reveal .card-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}

/* ---- Map card ----*/
.map-card #map-canvas {
  width: 100%;
  height: 250px;
}

.map-card .btn-move-up {
  top: -38px;
}

/* ---- Map Contact Page ----*/
#map-canvas {
  width: 100%;
  height: 250px;
}

/*----------------------------------------
    Pricing Plan  Page
------------------------------------------*/
.plans-container .collection {
  border: none;
}

.plans-container .collection .collection-item {
  border-bottom: none;
  text-align: center;
  font-size: 1.07rem;
  line-height: 1.6em;
}

.plans-container .collection .collection-item:before {
  font-size: 1.28rem;
  line-height: 1.6em;
  color: #009315;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\e623";
  margin-right: 10px;
}

.plans-container .card .card-image {
  position: relative;
  width: 100%;
}

.plans-container .card .card-image .card-title {
  position: relative;
  font-size: 1.28rem;
  line-height: 1.6em;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
}

.plans-container .card .card-image .price {
  position: relative;
  font-size: 5rem;
  line-height: 1.6em;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.plans-container .card .card-image .price sup {
  font-weight: 100;
  font-size: 1.42rem;
  line-height: 1.6em;
  top: -35px;
}

.plans-container .card .card-image .price sub {
  font-weight: 100;
  font-size: 1.42rem;
  line-height: 1.6em;
  top: 0;
}

.plans-container .card .card-image .price-desc {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.plans-container .card .card-content {
  padding: 0;
}

/*----------------------------------------
    Profile Page
------------------------------------------*/
#profile-page-header .card-image {
  height: 250px;
}

#profile-page-header .card-profile-image {
  width: 110px;
  position: absolute;
  top: 190px;
  z-index: 1;
  left: 40px;
  cursor: pointer;
  margin: 0;
}

#profile-page-header .card-content {
  margin-top: -40px;
}

#profile-page-header .card-content .card-title {
  margin-bottom: 0;
}

/*profile-page-wall*/
#profile-page-wall .profile-image-post {
  width: 60px;
  margin: 30px 10px;
}

#profile-page-wall .tab-content {
  padding: 10px;
}

#profile-page-wall .share-icons {
  margin-top: 10px;
}

#profile-page-wall .share-icons i {
  padding: 0 5px;
}

#profile-page-wall .tab-profile .tab i {
  font-size: 16px;
}

#profile-page-wall-posts .profile-small {
  height: 250px;
  overflow: hidden;
}

#profile-page-wall-posts .profile-medium {
  height: 350px;
  overflow: hidden;
}

#profile-page-wall-posts .profile-large {
  height: 450px;
  overflow: hidden;
}

#profile-page-wall-posts .card-profile-title {
  font-size: 16px;
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

#profile-page-wall-posts .card-action-share {
  padding: 16px;
}

/*----------------------------------------
    footer charts
------------------------------------------*/
.page-footer .container {
  padding: 0 15px;
}

#world-map-markers {
  height: 300px;
}

#polar-chart-holder {
  padding-top: 20px;
}

@media only screen and (max-width: 599px) {
  a.btn-seachButton {
    width: 100%;
  }
}

.collapsible-header.collapsible-custom.withoutContent {
  content: none !important;
}

.collapsible-header.collapsible-custom.withoutContent::after {
  content: none !important;
}

.setup-radio {
  position: inherit;
}

@media only screen and (max-width: 767px) {
  .setup-radio {
    position: absolute;
    top: 10rem;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .setup-radio {
    position: absolute;
    top: 22vh;
    z-index: 2;
  }
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #5e35b1 !important;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #5e35b1 !important;
}



/*
AG: bloqueado  ya
ESTILO MUI MIGRACION A MUI
NOTA: CUANDO SE MIGRE COMPLETAMENTE A MUI, HAY QUE BLOQUEAR ESTOS DOS ESTILOS
CON LA FINALIDAD DE QUE MUI AGARRE EL ESTILO COMPLETO COMO DEBE SER */
/* input[type="text"]:focus {
  border-bottom: 0.5px solid #5e35b16e !important;
  box-shadow: 0 0 0 0 #5e35b16e !important;
}

input:focus {
  border-bottom: 0.5px solid #5e35b16e !important;
  box-shadow: 0 0 0 0 #5e35b16e !important;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  background-color: white;
} */












/*AG: CUSTOMIZACIONES PARA NUEVOS ESTILOS Feb-2023*/

.css-jedpe8-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-jedpe8-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-jedpe8-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 8.5px 14px !important;
}

li.MuiButtonBase-root {
  color: inherit !important;
  border: 0 !important;
  cursor: pointer !important;
  margin: 0 !important;
  display: list-item !important;
  outline: 0 !important;
  /* padding: 0 !important; */
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  padding-left: 16px !important;
  padding-right: 16px !important;

  position: relative !important;
  align-items: center !important;
  user-select: none !important;
  border-radius: 0 !important;
  vertical-align: middle !important;
  -moz-appearance: none !important;
  justify-content: left !important;
  text-decoration: none !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.tabulator .tabulator-footer .tabulator-page {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  color: #323232 !important;
  /* border: 1px solid #a9b3ba !important; */
  margin-top: 0 !important;
}

.tabulator .tabulator-footer .tabulator-page.active {
  font-family: 'Roboto-Medium' !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  background-color: #5e35b1 !important;
}


/*AG: ARREGLO DE LOS DISEÑOS QUE SE DAÑAN EN PRODUCCION - INI*/
/* AG: ICONOS MUI */
.MuiSvgIcon-root:not(.ControlViejo):not(.MuiStepIcon-root):not(.xsmBtnHelp):not(.MuiSvgIcon-root):not(.MuiSvgIcon-fontSizeMedium) {
  color: #5e35b1 !important;
  border-radius: 4px !important;
  background-color: #ffffff00 !important;
  min-width: unset !important;
  padding: unset !important;
}
.MuiSvgIcon-root.mui-disabled:not(.ControlViejo):not(.MuiStepIcon-root):not(.xsmBtnHelp) {
  color: #e0dbeb !important;
}

.xsmBtnHelp {
  background-color: transparent !important;
}

.MuiFormControl-root {
  height: unset !important;
  background-color: unset !important;
}

.MuiFormControl-root:not(.ControlViejo) {
  width: 100% !important;
}

.MuiOutlinedInput-notchedOutline:not(.ControlViejo) {
  background-color: transparent !important;
  max-width: unset !important;
}

.MuiToggleButtonGroup-root {
  width: 100% !important;
  height: unset !important;
  min-width: unset !important;
  border-bottom: unset !important;
  margin-bottom: unset !important;
  border-bottom-color: unset !important;
  border-bottom-width: unset !important;
  justify-content: unset !important;
  background-color: unset !important;
}

.MuiInputBase-root {
  width: 100% !important;
  min-width: unset !important;
  border-bottom: unset !important;
  margin-bottom: unset !important;
  background-color: white !important;
}

.MuiAppBar-colorPrimary {
  color: black;
  background-color: white !important;
}

.MuiPaper-root {
  margin-top: 0px !important;
}

header.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation4.MuiAppBar-root.MuiAppBar-colorPrimary.MuiAppBar-positionStatic {
  background-color: white !important;
  height: 50px;
  min-width: 320px;
  background-color: white;
  color: #5e35b1;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  box-shadow: none;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D3CBE3;
}
span.MuiTabs-indicator {
  width: 70%;
  height: 5px;
  background-color: #5e35b1;
  border-radius: 20px;
}
.MuiTabs-flexContainer {
  align-content: space-between;
  background-color: white !important;
  border-radius: 8px;
  display: flex;
  margin-top: 0px !important;
  max-width: 180px;
}

.MuiStepIcon-root.Mui-completed {
  color: #1976d2 !important;
  background-color: white !important;
}

.MuiStepIcon-root.Mui-active {
  color: #5e35b1cc !important;
  background-color: white !important;
}

/* .MuiStepIcon-root {
  background-color: white;
  color: #1976d2;
} */

/* svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiStepIcon-root.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root {
  color: #1976d2 !important;
  background-color: white !important;
} */

.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiStepIcon-root {
  color: #1976d2;
  background-color: white;
}

/* svg.Mui-active.MuiStepIcon-root.MuiSvgIcon-fontSizeMedium.MuiSvgIcon-root.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root {
  color: #1976d2 !important;
  background-color: white !important;
} */


/*AG: ARREGLO DE LOS DISEÑOS QUE SE DAÑAN EN PRODUCCION - FIN*/


input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):not(.viejoAutoComplete):not(.ControlViejo):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]):not(.ControlViejo), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}


input:not([type]), input[type=text]:not(.browser-default):not(.viejoAutoComplete):not(.ControlViejo):not(.select-dropdown), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default):not(.ControlViejo), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
 textarea.materialize-textarea {
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  transition: none !important;
  transition: none !important;
  height: 40px;
  margin: 0 15px 0 15px;
}

.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  height: 40px !important;
  padding: 0 7px 0 0 !important;
}

.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:not(.viejoAutoComplete) {
  padding: 0 !important;
}

.MuiOutlinedInput-root.Mui-focused:not(.viejoAutoComplete) .MuiOutlinedInput-notchedOutline:not(.viejoAutoComplete) {
  border-color: #1976d2 !important;
  border-width: 2px;
}

.MuiInputLabel-outlined:not(.viejoAutoComplete) {
  transform: translate(14px, 12px) scale(1) !important;
  /* font-weight: 700; */
  color: #94979d;
}

.MuiInputLabel-outlined.MuiInputLabel-shrink:not(.viejoAutoComplete) {
  transform: translate(14px, -6px) scale(0.75) !important;
  font-weight: 700;
}

.MuiAutocomplete-inputRoot:not(.viejoAutoComplete) {
  flex-wrap: inherit !important;
}

.css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root {
  padding-right: 7px !important;
}

.MuiInputLabel-outlined.OutlineInputPassword:not(.viejoAutoComplete) {
  transform: translate(14px, 20px) scale(1) !important;
}

.MuiInputLabel-outlined.MuiInputLabel-shrink.OutlineInputPassword:not(.viejoAutoComplete) {
  transform: translate(14px, -6px) scale(0.75) !important;
}



.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #5e35b1 !important;
}


/* .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border-color: #CCD3DE !important;
} */

.makeStyles-root-1 .MuiFormLabel-root.Mui-focused {
  font-weight: 700 !important;
}


.MuiFormLabel-root.Mui-focused {
  color: #1976d2 !important;
}

/* .MuiInputAdornment-root.MuiInputAdornment-positionEnd.MuiInputAdornment-outlined.MuiInputAdornment-sizeMedium.css-1laqsz7-MuiInputAdornment-root {
  margin-right: 4px !important;
} */

/* Correcion de padding para los datetime select - XSMOUS-7625 */
.css-1yq5fb3-MuiButtonBase-root-MuiIconButton-root {
  padding: 4px !important;
}
/* Correcion de padding para los datetime select - XSMOUS-7625 */

.dataTables_filter {
  border-bottom: 1px solid #7d6e6e !important;
}

.xsmBtnOutlined {
  border: 2px solid #5E35B1 !important;
  font-family: 'Roboto' !important;
  color: #5E35B1 !important;
  height: 28px !important;
  text-transform: none !important;
}

.xsmBtnContained {
  background-color: #5E35B1 !important;
  font-family: 'Roboto' !important;
  color: white !important;
  height: 28px !important;
  text-transform: none !important;
}

.xsmBtnContainedHelp {
  background-color: #9575CD !important;
  font-family: 'Roboto' !important;
  color: white !important;
  height: 28px !important;
  text-transform: none !important;
}

.xsmBtnContainedWhite {
  background-color: white !important;
  font-family: 'Roboto' !important;
  color: black !important;
  height: 28px !important;
  text-transform: none !important;
}



#TabulatorCustomized .tabulator-row {
  position: relative !important;
  border: 2px solid #5E35B1;
  margin: 0.5rem 0 0 0 !important;
  border-radius: 7px !important;
  height: 5.5rem !important;
  overflow: hidden !important;
}

#TabulatorCustomized .tabulator-row .tabulator-cell {
  padding: 2.0rem 0 0 1rem !important;
  border-radius: 4px !important;
}

#TabulatorCustomized .tabulator .tabulator-header .tabulator-col {
  background-color: transparent !important;
}

#TabulatorCustomized .tabulator-table {
  width: 100% !important;
  overflow: hidden !important;
}

#TabulatorCustomized .tabulator-col.tabulator-sortable {
  background-color: transparent !important;
}

#TabulatorCustomized .tabulator-headers {
  border-bottom: none !important;
  background-color: #DFD7EE  !important;
  border: 1px solid #DFD7EE !important;
  border-radius: 7px !important;
  color: #5E35B1 !important;
  height: 35px;
  margin-top: 10px;
}

#TabulatorCustomized .tabulator-col {
  background-color: #DFD7EE  !important;
}

#TabulatorCustomized .tabulator-col-content {
  padding: 10px 15px !important;
  font-size: 13px !important;

  /* border: 2px solid #5E35B1 !important; */
  font-family: 'Roboto' !important;
  color: #5E35B1 !important;
  height: 28px !important;
  text-transform: none !important;
}

#TabulatorCustomized .tabulator-cell.tabulator-row-handle.tabulator-frozen.tabulator-frozen-left {
  cursor: all-scroll;
  left: 0px !important;
  height: 84px !important;
  border: none !important;
  padding: 5px !important;
}

#TabulatorCustomized .tabulator-row.tabulator-moving {
  position: absolute !important;
  border-top: 1px solid rgba(0,0,0,.12) !important;
  border-bottom: 1px solid rgba(0,0,0,.12) !important;
  pointer-events: none !important;
  z-index: 15 !important;
}

#TabulatorCustomized .tabulator-col.tabulator-frozen.tabulator-frozen-left {
  background-color: transparent !important;
  border: none !important;
}

#TabulatorCustomized .tabulator-header {
  border: none !important;
}

#TabulatorCustomized .tabulator-row-handle-box {
  margin: -2.3rem 0 0 -1rem !important;
}

#container-Survey svg#archive_svg {
  color: #656565 !important
}

.MuiAccordionSummary-root.Mui-focusVisible {
  background-color: transparent !important;
}

.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl.MuiInputBase-sizeSmall:not(.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-sizeSmall.MuiInputBase-multiline) {

  color: #414141 !important;
  font-size: 1rem !important;
  z-index: unset !important;
  opacity: unset !important;
  max-width: unset !important;
  padding: unset !important;

  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  /* font-size: 1rem !important; */
  line-height: 1.4375em !important;
  letter-spacing: 0.00938em !important;
  /* color: rgba(0, 0, 0, 0.87) !important; */
  box-sizing: border-box !important;
  cursor: text !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  position: relative !important;
  border-radius: 4px !important;
  height: 40px !important;
}

.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-adornedStart.MuiInputBase-adornedEnd.MuiAutocomplete-inputRoot {
  height: auto !important;
  padding-right: 39px !important;
  display: -webkit-inline-box;
}

.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1 {
  color: black;
  padding: unset !important;
  font-size: 1rem !important;
  max-width: unset !important;
  font-family: unset !important;
  line-height: unset !important;
  background-color: white;
  border-radius: 4px !important;
  height: 100% !important;
}

.MuiFormControl-root.MuiFormControl-fullWidth.MuiTextField-root {
  z-index: unset !important;
  opacity: unset !important;
}

.alert-lock svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeInherit.css-1vooibu-MuiSvgIcon-root {
  color: #e54141 !important;
  background-color: transparent !important;
}
.alert-lock svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeSmall.css-ptiqhd-MuiSvgIcon-root {
  color: rgb(17, 17, 17) !important;
  background-color: transparent !important;
}
#header #account-header svg {
  color: #fff !important;
}


/* tooltip styles */
#btn-tooltip #MoreHoriz {
  color: white !important;
}

#btn-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-sincro {
  margin-bottom: 10px !important;
}

.list-sincro .item-list button {
  background-color: #5e35b1;
}

.list-sincro .item-list button #svg {
  color: white !important;
}


.list-sincro .item-list {
  margin-top: 10px !important;
}

#tooltipFab > .css-ja5taz-MuiTooltip-tooltip {
  background-color: transparent !important;
}

.MuiTooltip-tooltip.MuiTooltip-tooltipPlacementTop {
  background-color: #a9a9a900;
}
/* tooltip styles */


.group_btns_max .item_btn_max {
  border: 2px solid #5e35b1;
  color: #5e35b1;
}

.group_btns_max .item_btn_max:hover {
  background-color: transparent;
  border: 2px solid #5e35b1;
}

.group_btns_max .item_btn_max.active_max {
  background: #5e35b1;
  color: white !important;
}

.group_btns_max .item_btn_max.init {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.group_btns_max .item_btn_max.end{
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.group_btns {
  border: 2px solid #5e35b1;
  border-radius: 8px !important;
}

.group_btns .item_btn {
  border: none;
  border-radius: 0px;
  color: #5e35b1;
}

.group_btns .item_btn:hover {
  border: none !important;
  background-color: transparent;
}

.group_btns .item_btn.active {
  background: #5e35b1;
  color: white !important;
}

.filters_2parte {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
}

.filters_two {
  /* padding: 0 1rem; */
  display: flex;
  /* margin: 1rem auto; */
  align-items: center;
}

.filter_switch .text_base {
  margin: 0 1.5rem;
  padding: 0.8rem 0;
  color: #9e9e9e !important;
  font-weight: 600;
  font-size: 14px;
}

.filters_two .content_filter, .select_combo .content_filter {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}

.filters_two .content_filter .item_filter, .select_combo .content_filter .item_filter {
  margin-right: 12px;
}


.item_filter .content {
  display: flex;
  align-items: center;
}

.item_filter .circle {
  border: 2px solid #f6f6f6;
  border-radius: 40%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.item_filter .text {
  display: flex;
  flex-direction: column;
}

.item_filter .text .number {
  font-size: 12px;
  color: #809fb8;
}

.filter_switch {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 0.5rem;
  background: #f6f6f6;
  padding-left: 1rem;
  border-radius: 12px;
  float: inline-start;
}

.filter_switch .item label {
  font-size: 13px;
}

.filter_switch .item .switch label .lever {
  margin-right: 5px !important;
  margin-bottom: 2px !important;
}

.filter_switch_all {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 0.5rem;
  float: inline-start;
}

.filter_switch_all .item .description span {
  font-size: 11px;
  color: #9e9e9e !important;
}

.filter_switch_all .item .description {
  margin-left: 10px;
  width: 10rem;
}

.filter_switch_all .item .switch label .lever {
  margin-left: 0px !important;
  margin-bottom: 2px !important;
}

.filter_switch_all .item .switch-all {
  /* margin: 0px 0.5rem; */
  padding: 0.8rem 8px;
  font-size: 14px;
  border-radius: 12px;
  background: #f6f6f6;
}

.filter_switch_all .item .switch-all label {
  font-size: 14px;
  font-weight: 600;
}
.filter_switch_all .item .switch-all label.blu {
  color: darkblue !important;
}

svg.MuiCircularProgress-svg.css-1idz92c-MuiCircularProgress-svg {
  color: #5b35a7 !important;
}

.MuiInputBase-root.MuiInputBase-colorPrimary.MuiTablePagination-input {
  width: auto !important;
}


.selected_filter {
  background-color: #f6f6f6 !important;
  font-size: 12px !important;
  display: flex !important;
  justify-content: center !important;
  height: 40px !important;
  border-radius: 12px !important;
}

.selected_filter .content_list {
  display: flex !important;
  align-items: center !important;
}

.selected_filter .content_list .item_list {
  padding: 0 0.5rem;
}
.selected_filter .content_list .item_list svg {
  margin-top: 7px;
  color: darkblue;
}

.scrollbar {
  height: 10.5rem;
  background: white;
  overflow-y: auto;
}

/* .force-overflow {
  min-height: 10px;
} */

#style-report::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#style-report::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-report::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}

li.MuiButtonBase-root {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

li.MuiButtonBase-root svg {
  margin-top: 5px !important;
}

.alert-error-noFount
  svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeInherit.css-1vooibu-MuiSvgIcon-root {
  filter: invert(35%) sepia(100%) saturate(7470%) hue-rotate(2deg)
    brightness(108%) contrast(114%);
  background-color: transparent !important;
}



/* botones actions reporte */

.contend_actions {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contend_actions button{
  margin-right: 0.5rem;
  font-size: 12px;
  color: #5e35b1;
  font-weight: bold;
}

.contend_actions span{
  font-size: 13px;
  color: #949494;
  margin-top: -2px;
}

.contend_actions button:hover {
  background-color: transparent !important;
}

.setup-radio {
  position: inherit;
  margin-right: 0.5rem !important;
  padding: 5px !important;
  background: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 22rem;
}

.setup_radio_min {
  position: inherit;
  margin-right: 0.5rem !important;
  padding: 5px !important;
  background: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 10rem;
}

.setup-radio span, .setup_radio_min span  {
  font-size: 14px !important;
  font-weight: 600;
  /* cursor: initial !important; */
}

.setup-radio .blu, .setup_radio_min .blu {
  color: #1A2B88 !important;
}

.select-filter {
  display: flex;
  align-items: center;
}

.select-filter .desp {
  width: 10rem;
}

.select-filter .desp span {
  font-size: 11px;
  color: #9e9e9e !important;
}

.text-notification  {
  font-size: 14px;
}

/* #DIV_CHARTS_ORDERED_PRODUCTS .MuiAccordionSummary-expandIconWrapper {
  position: absolute;
  top: -9rem;
  left: 20rem;
} */

@media (min-width: 1024px) {  
  #notPDF .contend_part1 {  
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0.8rem 0.5rem;
  } 
}  

@media (min-width: 1200px) {  
  .currency_selected {
    float: inline-end
  }
}  

@media screen and (max-width: 320px) {
  .setup-radio {
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .select-filter {
   flex-direction: column !important;
   align-items: flex-start;
  }
  .setup-radio {
    margin-right: 0px !important;
    width: 100%;
  }
  .select-filter .desp {
    width: 100%;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .filters_2parte {
    flex-direction: column !important;
  }
  .item_contend {
    width: 100%;
  }
  .item_contend .MuiButtonGroup-root {
    width: 100%;
  }
  .item_contend .MuiButtonGroup-root button {
    width: 100%;
  }
  .filter_switch {
    width: 100%;
    margin-top: 1rem;
    justify-content: space-around !important;
  }
  .filter_switch_all {
    width: 100%;
    justify-content: space-around !important;
    margin-top: 1rem;
  }
  .filter_switch_all .item .description {
    margin-left: 0px;
    width: 100%;
  }
}

/* Aplicar regla hasta una resolución de 1366px */
@media only screen and (max-width: 1500px) {
  .auto-multiple .multiple .MuiAutocomplete-tag {
      max-width: 7rem !important;
  }
  .filter_switch .text_base {
    margin: 0px 0.7rem 0 5px !important;
  }
  .filter_switch {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .filter_switch_all {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .filter_switch button {
    padding: 0px !important;
  }
  .filter_switch button .content_list{
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .filter_switch button .item_list{
    padding: 0px !important;
  }
  .filter_switch .item .switch label .lever {
    margin-left: 8px !important;
  }
}

[name="filterSelectedrpt"] :checked + span:after,
[name="filterSelectedrpt"].with-gap:checked + span:after {
  background-color: #1A2B88 !important;
}

[name="filterSelectedrpt"]:checked + span:after,
[name="filterSelectedrpt"].with-gap:checked + span:before,
[name="filterSelectedrpt"].with-gap:checked + span:after {
   border: 2px solid #1A2B88 !important;
}

/* START Estilos de monitor de sincronizacion - OLEMXRD-538 */
#container-list-monitor > .list {
  margin: 0px !important;
}

.list .item-list {
  margin-top: 10px !important;
}

.content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: white;
  padding: 2rem;
}

a#btn-item {
  margin: 0.2rem 0px;
  width: 100%;
}

a.active {
  color: #919191;
  border: 1px solid #919191;
  background-color: white !important;
  box-shadow: none !important;
}

#modal-description > .btn-secondary {
  color: #1d2125;
  background-color: #ced4da;
  border-color: #ced4da;
}

#modal-description > .btn-secondary {
  color: #1d2125;
  background-color: #ced4da;
  border-color: #ced4da;
}

.contend-model {
  height: 30rem !important;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0rem 4rem;
}

#container-progres-monitor > .progress .indeterminate {
  background-color: #5e35b1;
}

#container-progres-monitor > .progress {
  background-color: #e0e0e0;
}

.content-chart {
  height: 40rem !important;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 60vh;
}

.chartjs-render-monitor {
  overflow-y: scroll;
  height: 85% !important;
  width: 100% !important;
}

#btn-tooltip #MoreHoriz {
  color: white !important;
}

#btn-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-sincro {
  margin-bottom: 1rem !important;
}

.list-sincro .item-list button {
  background-color: #5e35b1;
}

.list-sincro .item-list button #svg {
  color: white !important;
}
/* END Estilos de monitor de sincronizacion - OLEMXRD-538 */


/* Start Estilos ventana EventsViewer  */
.events_ventana .tree-node {
  margin-left: 20px;
  border-left: 1px dashed #aaa;
  padding-left: 8px;
  position: relative;
}

.events_ventana .node-toggle {
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.events_ventana .child-nodes {
  margin-left: 20px;
  list-style: none;
  padding-left: 8px;
}

.events_ventana .child-nodes > li {
  margin: 5px 0;
}
/* END Estilos ventana EventsViewer  */

/* START DownloadSqlite */

.containerFileExplorer {
  width: 90%;
  margin: auto;
}

.containerFileExplorer .colFileExplorer {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.containerFileExplorer .containerRadioButtons {
  width: 30%;
  flex-direction: column;
  border-radius: 5px;
}

.containerFileExplorer .containerExplorer {
  width: 70%;
  /* height: auto; */
  height: 300px;
  overflow: auto;
  background-color: rgb(245, 245, 245);
}

.containerFileExplorer .containerExplorer .container-preloader div {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 797px) {
  .containerFileExplorer .colFileExplorer {
    flex-direction: column;
  }

  .containerFileExplorer .containerRadioButtons {
    width: 100%;
  }

  .containerFileExplorer .containerExplorer {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
}

/* END DownloadSqlite  */

/* START Customer multimedia, comercial  */

.multimedia_customer .modal .modal-content {
  padding: 1.25rem 2.25rem 1.5rem 2.25rem !important;
}
.multimedia_customer .divider-rules {
  border-bottom: 1px solid #c4c4c4;
  margin: 1rem 0px 1rem 0px;
}

.multimedia_customer .divider-rules h3.rules-contend {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.comercial_customer .btn-comercial button:hover,
.comercial_customer .btn-comercial button:focus {
  background-color: transparent !important;
}
.comercial_customer .btn-comercial button {
  color: #5e35b1 !important;
  font-size: 12px !important;
  cursor: pointer;
}

/* END Customer multimedia , comercial */

/* START General Tables, system Config */
.alert_error_system svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeInherit.css-1vooibu-MuiSvgIcon-root {
  filter: invert(35%) sepia(100%) saturate(7470%) hue-rotate(2deg) brightness(108%) contrast(114%);
  background-color: transparent !important;
}
/* END General Tables, system Config */

/* START Maps, logs */
.mapslogs__container {
  position: relative;
  /* width: 40vw; */
  border-radius: 5px;
  /* padding: 20px; */
  display: flex;
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.mapslogs__wrapper__item__base {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid transparent;
  padding: 0.2rem;
  margin: 0 10px;
  font-size: 14px;
}

.mapslogs__wrapper__item:hover {
  border: 2px solid #5e35b1;
  border-radius: 5px;
}

.mapslogs__wrapper__item__selected {
  border: 2px solid #5e35b1;
  border-radius: 5px;
}

@media (max-width: 810px) {
  .mapslogs__cotainer {
    flex-direction: column;
  }
}
/* END Maps, logs */

/* Start MerchandisingTables DummyTables */

.dummy_tables
  .dmmGroupCode
  .MuiButtonBase-root.MuiChip-root.MuiChip-filled.MuiChip-sizeMedium.MuiChip-colorDefault.MuiChip-deletable.MuiChip-deletableColorDefault.MuiChip-filledDefault.MuiAutocomplete-tag.MuiAutocomplete-tagSizeMedium {
  border: 1px solid #9575cd;
  background-color: transparent;
  height: 1.2rem;
}
.dummy_tables .dmmGroupCode svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiChip-deleteIcon.MuiChip-deleteIconMedium.MuiChip-deleteIconColorDefault.MuiChip-deleteIconFilledColorDefault {
  color: #9575cd !important;
  background-color: transparent !important;
  font-size: 15px;
}

.dummy_tables .dmmGroupCode span.MuiChip-label.MuiChip-labelMedium.css-6od3lo-MuiChip-label {
  font-size: 12px;
}

.dummy_tables input#dmmGroupCode {
  font-size: 15px;
}

.dummy_tables .dmmGroupCode .MuiFormControl-root.MuiFormControl-fullWidth.MuiTextField-root {
  margin: 5px 0 5px 0;
}

.dummy_tables .dmmGroupCode .btn-add {
  margin-right: 2rem;
  font-size: 12px;
  color: #7e5dc1;
}
.dummy_tables .dmmGroupCode .btn-add svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.add-content {
  font-size: 14px;
  top: 7px;
  position: absolute;
  left: -10px;
}

.dummy_tables .icons .list{
  position: absolute;
  top: 8px;
  right: 10px;
}

/* END MerchandisingTables DummyTables */

/* START styles summary -  */

.css-1laqsz7-MuiInputAdornment-root {
  margin-left: 0px !important;
}

/* END styles summary -  */

.select_combo .content_filter .item_filter .indexZ {
  z-index: 999;
}


/* START styles new File Explorer Download SQLITE - GM */

#BreadcrumbsFileExplorer > nav {
  background-color: transparent !important;
  box-shadow: none;
}

div#TabulatorExplorer > .tabulator-header {
  height: 35px;
}

div#TabulatorExplorer .tabulator-col-content {
  padding: 0px !important;
}

div#TabulatorExplorer .tabulator-sortable > .tabulator-col-content {
  padding: 15px !important;
}

div#TabulatorExplorer .tabulator-col-content:hover{
  background-color: #fff;
}

div#TabulatorExplorer .tabulator-row-even {
  background-color: #fff;
}

/* END styles new File Explorer Download SQLITE - GM */

/* Init 317 report periodo B*/
.container_periodoB {
  border: 1px solid #ECEEF6;
  position: relative;
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 1.5rem !important;
  margin-top: 1rem !important;
}

.container_periodoB .text {
  position: absolute;
  top: -8px;
  left: 16px;
  background-color: rgb(255, 255, 255);
  padding: 0px 5px;
  font-size: 13px;
  color: #9C9C9C;
}

.tabs-items .MuiTabs-flexContainer {
  max-width: initial !important;
}

.MuiButtonBase-root.MuiPickersDay-root.Mui-selected {
  color: #fff;
  background-color: #5e35b1 !important;
  font-weight: 500;
}
button.waves-effect.waves-light.btn.btn-primary:focus{
  background-color: #5e35b1 !important;
}

#AAAA_0002 .swiper-pagination {
  display: none;
 }

.btn_swiper_pag .swiper-button-prev svg, .swiper-button-next svg {
  width: 70% !important;
  height: 70% !important;
}

.btn_swiper_pag button span {
  font-size: 12px !important;
}

.btn_swiper_pag button span.MuiTouchRipple-root {
  display: none;
}

.btn_swiper_pag button::after {
  content: none !important;
}

.btn_swiper_pag button:hover, .btn_swiper_pag button:focus {
  background-color: transparent !important
}
/* fin 317 report periodo B*/

.classExtra span.MuiChip-label.MuiChip-labelMedium {
  width: 85% !important;
  max-width: 15rem !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 5px !important;
  margin: auto !important;
}

.btnTA a {
  color: #5e35b1;
  cursor: pointer;
}

textarea.invalid{
  border: 1px solid transparent !important;
}

.btn_pass_input {
  position: relative;
  left: -20px;
}

.btn_pass_input button:focus {
  background-color: transparent !important;
}

.btn_pass_input button svg {
  color: rgba(0, 0, 0, 0.54) !important
}