.reporting {
	
}

.reporting .exportContainer,.reporting .report-period {
	margin-top: 10px;
	display: inline-block;
}

.reporting .report-period {
	float: right;
}
.reporting .report-period-trigger {
    color: #19a5de;
    cursor: pointer;
}

.reporting .filtersContainer {
    width: 90%;
    margin: auto;
}
   
.reporting .exportContainer div, .reporting .filtersContainer div {
	display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.reporting .exportBtn.disabled {
    background-color: #ebebeb;
    cursor: default;
}

.reporting .exportBtn.disabled:hover {
    color: #797979;
    background-color: #ebebeb;
    cursor: default;
}
.reporting .exportBtn {
	width: 85px;
    text-align: center;
    background-color: white;
    margin-left: 10px;
    cursor: pointer
}

.reporting .filterBtn {
	width: 140px;
}

.reporting .exportBtn:hover, .reporting .filterBtn:hover, .reporting .filterBtn.active  {
    background-color: #19a5de;
	color:white;
}

.reporting .report-period.current .current, .reporting .report-period.older .older {
	display: inline-block;
}

.reporting .report-period.older .current, .reporting .report-period.current .older {
	display: none;
}

.reporting .tableContainer.empty {
	height: 400px;
    margin: 10px auto;
    background-color: white;
}

.reporting .dropdown-older-reports {
	margin-left: 10px;
}

.reporting .dropdown-older-reports .dropdownbutton .dropbtn {
	background-color: white;
    color: #797979;
    width: 150px;
    text-align: center;
    vertical-align: top;
    height: 25px;
    padding: 0;
    line-height: 25px;
    cursor: pointer;
}

.reporting .dropdownbutton .dropdown-btn-content .item {
    color: #797979;
}

.reporting .dropdown-older-reports .dropdownbutton .dropdown-btn-content div {
	display: block;
}

.reporting .dropdown-older-reports .dropdownbutton .dropdown-btn-content .item {
    padding: 0;
    font-size: 16px;
}

.reporting .dropdown-older-reports .dropdownbutton .dropdown-btn-content {
	text-align: center;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.reporting .dropdown-older-reports .dropdownbutton .dropbtn:hover, .dropdown-older-reports .dropdownbutton .dropbtn:focus {
    background-color: #1c4b5e;
    color: white;
}

.reporting .dropdown-older-reports .dropdownbutton .dropdown-btn-content .item:hover {
	color: white;
	background-color: #1c4b5e
}

.reporting .no-report {
    text-align: center;
    padding: 180px;
}


.reporting .dropdownbtn .dropbtn:hover .activeItem {
    color: white;
} 

.reporting .dropdownbtn .dropbtn .activeItem {
    color: black;
}

.bg-button {
  background: #19a5de;
  position: relative;
  z-index: 1000;
  width: 140px;
  height: 20px;
  text-align: center;
}

/* line 13, C:/Users/Shubham/Desktop/test/sass/app.sass */
.bg-button .logo i {
  color: #19a5de;
  font-size: 1.5rem;
  padding: 10px;
}

/* line 17, C:/Users/Shubham/Desktop/test/sass/app.sass */
.bg-button .logo i:hover {
  color: white;
  transition: color 0.3s;
}

.reporting .dropdownbtn .dropbtn:hover .arrow-down {
    border-top: 10px solid white;
}

.reporting .dropdownbtn .dropbtn .arrow-down {
    width: 0;
    display: inline-block;
    height: 0;
    margin-right: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #19a5de;
}

.bg-button .main-bg-button .hamburger-bg-button {
  width: 30px;
  height: 20px;
  /*background-image: url(/modules/assets/images/dashboard/menu_white.png);
  background-size: 20px 20px;*/
  color: #fafafa;
  font-size: 16px;
/*  position: absolute;
  top: 0;
  right: 20px;*/
  text-decoration: none;
  cursor: pointer;
}

/* line 34, C:/Users/Shubham/Desktop/test/sass/app.sass */
.bg-button .main-bg-button .menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 20px;
    padding-left: 0;
    width: 140px;
    left: 0;
    overflow: hidden;
}

/* line 42, C:/Users/Shubham/Desktop/test/sass/app.sass */
.bg-button .main-bg-button .menu li {
  display: block;
  background: #19a5de;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(200, 200, 200, 0.2);
}

/* line 50, C:/Users/Shubham/Desktop/test/sass/app.sass */
.bg-button .main-bg-button .menu li:hover {
  background: #1c4b5e;
  transition: background 0.3s ease;
}

/* line 53, C:/Users/Shubham/Desktop/test/sass/app.sass */
/*.bg-button .main-bg-button .menu a:hover li {
  color: white;
}*/

/* line 56, C:/Users/Shubham/Desktop/test/sass/app.sass */
.bg-button .main-bg-button .menu li {
  color: white;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 1px;
}