@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

html,
body,
.tab-content,
.tab-pane {
  height: 100%;
  color: #000!important;
  font-size:14px;
}

li {
  list-style: none;
}

body {
  font-family: "Roboto", sans-serif;
}

.redcolor {
  color: red;
}

#tableBids {
  z-index: 1 !important;
}

.cyancolor {
  color: #0dcaf0;
}

.whitecolor {
  color: #fff;
  background-color: #fff;
}

.logo-zone {
  border-bottom: 1px solid #fff;
}

.leftbar-link {
  color: #fff !important;
}

.btn-blue,
.btn-blue:hover {
  background-color: #ff5d4c;
  border: none;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
}

table {
  font-size: 12px;
}

.body-zone {
  background-color: #f0f0f0;
}

.dateistorice-zone,
.trading-zone {
  background-color: #fff;
}

thead {
  background-color: #000 !important;
  color: #fff;
}

.table-condensed thead{
  background-color: #fff !important;
  color: #000;

}

.cyanbutton {
  background-color: #0dcaf0;
}

.tab-link {
  color: grey;
}

.at-bottom {
  position: fixed;
  bottom: 20px;
  left: 15px;
}

/* .table-responsive {
  height: 65vh;
  overflow-x: scroll !important;
} */

.bigger {
  /* font-size: large; */
  text-decoration: none;
}

.bg-darker {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

#btnExportTrading,
#btnExportDis {
  color: #0d6efd;
}

#btnExportDis:hover,
#btnExportTrading:hover {
  cursor: pointer;
}

.datepicker:hover,
.profile-tab:hover {
  cursor: pointer;
}

.chartCanvas {
  width: 80%;
}

.fade-orange {
  color: lightyellow;
}

.btn-bids {
  width: 150px;
}

/* #btnSaveFields {
  margin-left: 12px !important;
} */
/* preloader */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #0dcaf0;
  border-bottom: 14px solid #0dcaf0;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;

  margin: auto;
  /* width: 50%; */
  /* border: 3px solid green; */
  padding: 10px;
}

#tableTrading tbody tr:last-child {
  background-color: #5b656d !important;
  color: #fff;
  font-weight: bold;
}

#tableTrading tbody tr:last-child .faultCol {
  background-color: #5b656d !important;
}

.warning-msg {
  font-size: 12px;
}

#tableHistoy {
  z-index: -1000 !important;
}

.loginForm {
  width: 350px;
}


.col-form-label{
  width:100px
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (min-width: 992px) { 
  .pageArea{
    padding-left: 260px;
  }

  .loggerContainer{
    margin-left: -125px;
   }
 }



 .bg-battery{
  background-image: linear-gradient(180deg,#000 0%,rgba(0,0,0,0.66) 100%),url('../img/power.jpg')!important;
  background-position: center;
 }


 .table-container {
  max-height: 50vh;
  overflow-y: auto;
}

.btn-hover-shadow:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.input-group-text {
  background-color: transparent;
  border: none;
}

.smallText{
  font-size: 14px!important;
}

.updateAuctionId{
  width: 100px!important;
}


.pointerTd{
  cursor: pointer;
}


.codePad{
  background-color: #000;
  color:#fff;
}

.font-weight-bold {
  font-weight: bold;
}

/* Hide content initially */
#content {
  display: none;
}


#hiddenMonthPicker {
  position: absolute;
  z-index: 10;
  margin-top: 5px;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px;
  display: none;
}

.datepicker-dropdown {
  z-index: 1051 !important;
}


#monthPicker {
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px;
  display: none;
  width: 300px;
  
}
#monthPicker table {
  width: 100%;
  background-color: #fff;
}

#monthPicker table tbody{
  width: 200%;
  background-color: #fff;
}

#monthPicker th, #monthPicker td {
  cursor: pointer;
  padding: 5px;
  text-align: center;
}

.font-weight-bold {
  font-weight: bold;
}

#monthPicker th:hover, #monthPicker td:hover {
  /* background-color: #f8f9fa; */
}

