@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/*!
 *   AdminLTE v2.1.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: Genral Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  overflow-x: hidden;
  overflow-y: auto;
}
.App {
  text-align: center;
}
.content {
  min-height: calc(100vh - 100px);
}


.App-header {
  background-color: #0043FF;
  height: 3.5rem;
  font-size: calc(10px + 2vmin);
  color: #fff;
  align-items: center;
}
.logo_img {
  height: 5rem;
}
.menu_block {
  background-color: #0043FF !important;
}
.menu .menu_items:hover, .menu .menu_items:active {background: #0043FF}
.menu .menu_items:hover a, .menu .menu_items:active a {color: #fff}

.opacity-5{opacity: .5}
.login_block {
  max-width: 500px;
}
.first {
  border-top: 2px solid #0043FF;
}
.menu_items {
  font-weight: 300;
  height: 5rem;
  border-bottom: 2px solid #0043FF;
}
.menu {
  width: 75%;
}
.menu_items>a {
  color: #000;
}
.menu_items>a > *,.menu_items>a
{font-size: 1.2rem!important; text-decoration: none}
.dashboard {display: flex; align-items: center;height: calc(100vh - 100px)}

.report_header {
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,.5);
  color: #fff;
  width: 100%;
  height: 4rem;
  background-color: #0043FF;
}
.report_header h4 {margin: 0 10px; font-weight: 400;font-size: 19px;}
.navbar-toggler {padding: .25rem 0;}
.font-weight-400 {font-weight: 400}

.border-bottom-gray .nav-link {border-bottom: none}

.nav-button>span {
  background-image: url(/assets/images/menu.svg)!important;
}
.navbar-light .navbar-toggler {border: none}
.menu_block button {outline: none!important}
.menu_item {
  color: #fff!important;
}
a.menu_item {text-decoration: none!important;}

.slider {
  overflow: hidden;
}

.slider__wrapper {
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.slider__control {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  color: #fff;
  text-align: center;
  height: 40px;
  transform: translateY(-50%);
}

.slider__control_show {
  display: flex;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider__control_left {
  left: 0;
}

.slider__control_right {
  right: 0;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("/assets/images/arrow.svg");
  transform: rotate(90deg);
}

.slider__control_right::before {
  background-image: url("/assets/images/arrow.svg");
  transform: rotate(270deg);
}

.slider__item>div {
  line-height: 250px;
  font-size: 100px;
  text-align: center;
}

.nav-tabs .nav-link.active {
  border: none!important;
  border-bottom: 4px solid #0043FF!important;
}
.nav-tabs {border-bottom: none}


.calendar-block {
  left: 50%;
  position: absolute;
  top: 1.75rem;
  margin-right: -50%;
  transform: translate(-50%,-50%);
}
.arrow_block_left, .arrow_block_right {
  cursor: pointer;
  position: absolute;
  top: 7px;
}
.arrow_block_left {
  padding-right: .2rem;
  right: 100%;
}

.arrow_left {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}
.arrow_block_right {
  padding-left: .2rem;
  left: 100%;
}
.arrow_right {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.jss3 {border-color: #0043FF!important;}
.jss3  .MuiTableCell-root {border-top: 1px solid #0043FF}
.bbb{border-bottom-color: #0043FF!important;}

.jss3 {
  color: black!important;
}
.jss3 .MuiTableCell-root {font-weight: 700!important;}
.ui-datepicker-trigger {
  background-color: #0043FF;
  border: none;
  color: #fff;
  font-weight: 300;
  font-size: 1.6rem!important;
  line-height: 2rem!important;
}

.MuiTable-root {
  width: 100%;
  display: table;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.custom_container_table {overflow-x: auto; padding-bottom: 15px}
.MuiTableHead-root {
  display: table-header-group;
}
.MuiTableHead-root .MuiTableRow-head .MuiTableCell-root {font-weight:  300}
.MuiTableRow-root {
  color: inherit;
  display: table-row;
  outline: 0;
  vertical-align: middle;
}
.MuiTableRow-root {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs .nav-item.show, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item {
    color: hsla(0,0%,45.9%,.7);

}
.subtabs .nav-link.active {z-index: -1}
.nav-link {padding-right: 0;padding-left: 0; display: flex; align-items: center; justify-content: center}
.nav-link {font-weight: 400}
.nav-link.active {font-weight: 600}
.slider .nav-item.nav-link {height: 56px}
.nav-tabs {

    margin-top: 20px;
    color: hsla(0,0%,45.9%,.7);
    font-size: .8rem;
}
.nav-link:hover {border: none!important}
.MuiTableRow-head .MuiTableCell-head {
  font-size: .85rem;
  color: grey;
}
.MuiTableCell-root {
  display: table-cell;
  padding: 16px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.43;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  letter-spacing: 0.01071em;
  vertical-align: inherit;
}

.MuiTableCell-root {
  border-bottom: none;
}
.sub_row .MuiTableCell-root{font-size: .9rem;}
.cell-0 {width: 160px;font-weight: 300;}
.cell-not-first {width: 80px; text-align: right}
.MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  float: left;
  margin-left: -6px;
  outline: none!important;
}
.MuiPaper-root {margin-bottom: 25px}
.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.h6, h6 {
  font-size: 1.1rem;
}
.MuiTableCell-root {
  padding: .5rem 0!important;
  font-size: 1.1rem;
}
.custom-flex {display: flex; align-items: center}
.month_tab,.custom-table {
  max-width: 800px;
}
.nav-tabs.subtabs {
  display: flex;
}
.nav-tabs.subtabs .nav-item {
  width: 50%;
}

.parent_childs {cursor: pointer}
.copyright {margin-top: 40px; margin-bottom: 15px;    font-size: .75rem;}
.opened th {color: black!important}
.opened {border-color: #0043FF}
.MuiSvgIcon-root {fill:#808080}
.opened svg.MuiSvgIcon-root{transform: rotate(180deg); fill:#0043FF}

.hidden {display: none}
.border-bottom-gray {border-bottom: 1px solid #dee2e6;
}
.margin--20 {margin-left: -20px; margin-right: -20px}
@media (max-width: 1200px) {
  .padding-20 {padding-right: 20px;padding-left: 20px}
  .dashboard .logo_img {height: auto; width: 75%}
}