.modal-bg-jung-gray {

    background-color: #ccd4e2;

}

.circulo-span {

    height: 10px;
    width: 10px;
    /* background-color: red;*/
    border-radius: 50%;
    display: inline-block;

}

#administrativo-historico-lista, .table-lista-sensores-historico {

    max-height: 200px !important;

}

#table-aministrativo-historico-sensores {

    font-size: 10pt;

}

.curva-desabilitada {

    text-decoration: line-through !important;

}

.table-xsm th, .table-xsm td {

    font-size: 9pt !important;
    padding: 0.1rem !important;
    
}

.table-xsm {

    margin-bottom: 0rem;
    
}

.img-slot-popup {

    width: 130px;
    height: 230px;

}

/* CSS para slots do processo */
/* latin-ext */
@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(/assets/fonts//bebasneue/bebas-neue-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(/assets/fonts/bebasneue/bebas-neue-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

.check-slot:checked + .check-slot-label {
	font-weight: bold;
	color: #404040;
}
/*
.check-slot:disabled + .check-slot-label:before {
   content: '';
   display: block;
   width: 3px;
   height: 15px;
   background: #ffffff;
   position: absolute;
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.check-slot:disabled + .check-slot-label:after {
   content: '';
   display: block;
   width: 3px;
   height: 15px;
   background: #ffffff;
   position: absolute;
   -moz-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
*/
.check-slot:disabled + .check-slot-label:before {
   content: '';
   display: block;
   width: 3px;
   height: 15px;
   background: #ffffff;
   position: absolute;
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -2px;
}
.check-slot:disabled + .check-slot-label:after {
   content: '';
   display: block;
   width: 3px;
   height: 15px;
   background: #ffffff;
   position: absolute;
   -moz-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -2px;
}

.check-slot:disabled + .check-slot-label {
   text-shadow: none !important;
   color: #eff3f9;
}
.main {
   text-align: center;
   padding: 100px;
}

.slot-box {
   width: 130px;
   /* height: 230px; */
   margin: 0 auto;
   background: #EFF3F9;
   display: flex;
   flex-direction: row-reverse;
   flex-wrap: wrap;
   flex-flow: wrap-reverse;
   box-shadow: 0 0 15px #95989e7a;
   position: relative;
}

.slot-box > div {
   flex-grow: 1;
   width: calc(51% - 4px);
   /* border-left: 2px solid #95989E; */
   /* border-bottom: 2px solid #95989E; */
   position: relative;
   z-index: 2;
   background: #EFF3F9;
   margin: 1px;
}

.slot-box > div input.check-slot {
   display: none;
}

.slot-box > div label.check-slot-label {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   font-size: 29px;
   font-family: 'Bebas Neue', cursive;
   color: #FFF;
   text-shadow: 0 0 10px #00000059;
}

.rm-box {
   width: 130px;
   height: 230px;
   margin: 0 auto;
   position: relative;
}

.border {
   position: absolute;
   top: 0;
   width: 100%;
}

.border > span:last-child {
   display: block;
   width: 6px;
   height: 230px;
   background: #eff3f9;
   position: absolute;
   z-index: 3;
}

.border > span:first-child {
   display: block;
   width: 6px;
   height: 230px;
   background: #eff3f9;
   position: absolute;
   z-index: 3;
   right: 0;
}


.border:before {
  content: '';
  display: block;
  width: 130px;
  height: 6px;
  background: #eff3f9;
  position: absolute;
  z-index: 3;
  right: 0;
}

.border:after {
  content: '';
  display: block;
  width: 130px;
  height: 6px;
  background: #eff3f9;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -230px !important;
}
.slot-box:before {
  content: '';
  display: block;
  width: 96%;
  height: 94%;
  position: absolute;
  background: #95989e;
  margin: 2%;
  top: 2%;
}

.modal-body{
	/*
	*/
	-webkit-overflow-scrolling: touch;
	
	max-height: 600px;
	overflow-y: scroll;
	
}