/* region colors */
:root {
  --white: #ffffff;
  --black: #000000;
  --orange-light:#FABF8F;
  --green-olive: #76933C;
  --green-olive2: #4F6228;
  --orange-input: #F79646;
  --orange-graph: #FF9900;
  --purple: #604A7B;
  --grey: #BFBFBF;
  --grey2: #F2F2F2;
  --dark-grey:#7F7F7F;
  --red: #FF0000;
  --green-theme: #9BBB59;
  --green-theme2: #339933;
}
.cursor-default{
  cursor: default !important;
}
.bg-theme {
  background-color: var(--theme2);
}
.border-theme {
  border: 3px solid var(--theme2) !important;
}
.btn-theme {
  background-color: var(--theme)!important;
  border-color: var(--theme)!important;
  color: var(--white)!important;
}
.text-theme {
  color: var(--theme2) !important;
}
input.input-theme{
  background-color: var( --theme2);
  color: var(--white);
  font-weight: 600;
}
input.input-dark-grey{
  background-color: var(--dark-grey);
  color: var(--white);
  font-weight: 600;
}
input.input-success{
  background-color: var(--green-olive);
  color: var(--white);
  font-weight: 600;
}
.btn-green-olive{
  color: var(--white) !important;
  background-color: var(--green-olive2) !important;
  border-color: var(--green-olive2) !important;
}
.color-negative{
  color: var(--red);
}
.color-positive{
  color: var(--grey);
}
.color-green{
  color: var(--green-theme) !important;
}
.color-green2{
  color: var(--green-theme2) !important;
}
.color-green-olive{
  color: var(--green-olive) !important;
}
.bg-grey2,
.totalDiffSecondYear .card-revenue .badge
{
  background-color: var(--grey2) !important;
}
.navbar.default-layout.navbar-theme {
  background: var(--theme);
}
.circle-loader:before {
  border-top-color: var(--theme) !important;
}
/* endregion colors */
/* region navbar */
.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item.languageDropdown .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 5px 10px 5px 15px;
  font-weight: 500;
}
.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-y: auto;
  max-height: 340px;
}
/* endregion navbar */
/* region admin */
span.logo-letters{
  color: var(--theme);
  font-size: 20px;
  font-weight: bold;
}
/*.navbar.default-layout {*/
/*  background: linear-gradient(120deg, var(--theme), var(--theme2))!important;*/
/*}*/
.selectLanguage button{
  padding: 10px;
  background: transparent;
  color: var(--white) !important;
  font-weight: 500;
}
.selectLanguage .filter-option{
  text-align: center !important;
}
.selectLanguage button.btn-light{
  background: transparent !important;
}
.selectLanguage .filter-option-inner-inner{
  padding: 4px;
}
/* endregion admin */
/* region static pages */
.staticPage {
  margin: auto;
  max-width: 80%;
  text-align: justify;
  color: #383838;
}
.staticPage h3{
  color: var(--theme);
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.staticPage .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.staticPage ul {
  list-style: none;
}
.staticPage li{
  padding-bottom: 10px;
}
.staticPage li .title{
  font-weight: bold;
}
.staticPage ul li::before {
  content: "\25CF";
  color: #c7a220;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.staticPage ul ul li::before{
  content: "\25C6";
}
/* endregion static pages */
/* region dynamic pages */
.interactive h5{
  font-weight: 500;
}
/* endregion dynamic pages */
/* region nav */
.nav-item.active a.nav-link.active,
.sidebar .nav .nav-item.active > .nav-link,
.nav-item.active a.nav-link[data-toggle="collapse"] {
  color: var(--theme) !important;
}
/* endregion nav */
/* region tables */
table {
  table-layout: fixed;
}
table.normal-layout{
  table-layout: auto;
}
th .th-inner{
  white-space: normal !important;
  word-wrap: break-word !important;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6 !important;
}
.fixed-table-body .table-bordered td{
  padding: 10px 15px !important;
}
.resultCarParcTable td,
.resultCarParcTable th{
  font-size: 12px !important;
  text-align: center !important;
  padding: 4px;
}
/* endregion tables */
/* region forms */
#formCountriesGroup .select2-search__field{
  width: 100% !important;
}
#platformSettingTable .form-check-flat{
  margin-left: 45%;
}
/* endregion forms */
/* region nav superior in graphics */
.interactive .tab-switch,
.chart .tab-switch
{
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
}
.interactive .nav-item .nav-link {
  color: #C8C8C8;
  font-size: 1rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  border-bottom: 3px solid var(--white);
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-property: color, border-color;
}
.chart .nav-item .nav-link{
  color: #C8C8C8;
  font-size: 0.8rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  border-bottom: 3px solid var(--white);
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-property: color, border-color;
}
.interactive .nav-item .nav-link.active,
.chart .nav-item .nav-link.active
{
   color: #000;
   border-bottom: 3px solid var(--blue);
}
h4.titleGraph{
  font-weight: 500;
  font-size: 13px;
}
h5.titleGraphs{
  background-color: var(--orange-light);
  padding: 5px;
  font-weight: 700;
}
.filterGraphs .disabled{
  background-color: var(--white) !important;
  color: var(--black) !important;
  text-decoration:line-through;
}
.filterCountry {
  float: right;
  width: 125px;
  padding: 6px 0 !important;
}
.filterCountry.disabled{
  background-color: var(--white) !important;
  color: var(--black) !important;
  text-decoration: line-through;
}
/* end region nav superior in graphics */
.totalDiffSecondYear .card-revenue{
  background: none !important;
}
.totalDiffSecondYear .card-revenue i{
  font-size: 2rem !important;
}
img.imgAvatar{
  width: 43px !important;
  min-width: 43px !important;
  height: 43px !important;
}
.card-title{
  text-transform: none !important;
}

.modal .modal-dialog .modal-content {
  max-width: 95vw;
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 16px 26px;
  overflow: auto;
  max-height: 70vh;
}

.modal-center-main-section {
  margin-top: 10px !important;
  top: 0;
  left: 0;
  min-width: 90%;
  min-height: 90%;
}
@media (min-width: 992px) {
  .modal-center-main-section {
    top: 45px;
    left: 255px;
    min-width: calc(90% - 255px);
    min-height: auto;
    height: auto;
    margin: 1% 5%!important;
    max-width: calc(90% - 255px);
    max-height: 90%;
  }
}
@media (min-width: 1200px) {
  .modal-center-main-section {
    min-width: auto;
    width: calc(60% - 255px);
    left: calc(320px + 13%);
  }
}