body {
  background: #fafafa;
  color: #353535;
  margin-top: 4rem;
}


ul {
  margin: 0;
}



.site-header .navbar-nav .nav-link {
  /*color: #76cde3;*/
  color: #ffffff;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background-color: #ccc8c8;
  border: 1px solid #dddddd;  
  margin-bottom: 20px;
}


.container-back{
  width: 1500px;
  height: 1500px;
  margin-left: : 0%;
}


.centered{
  padding-left:24%;
  padding-top:4%;
  
}

.centered2{
  padding-right:4%;
  padding-top:8%;
}

.centered_h{
  padding-left:25%;
}

.centered_h2{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}


/*Fonts properties*/
@font-face {
  src: url(Fonts/Mangueira/MangueiraAlt-Bold.ttf);
  font-family: man_alt_bold  ;
}

@font-face {
  src: url(Fonts/Mangueira/MangueiraAlt-Black.ttf);
  font-family: man_alt_black  ;
}


@font-face {
  src: url(Fonts/Mangueira/MangueiraAlt-SemiBold.ttf);
  font-family: man_alt_semibold;
}

@font-face {
  src: url(Fonts/Mangueira/MangueiraAlt-Regular.ttf);
  font-family: man_alt_regular  ;
}

.Man_Alt_Black{
  font-family: man_alt_black;
}

.Man_Alt_Bold{
  font-family: man_alt_bold;
}

.Man_Alt_SemiBold{
  font-family: man_alt_semibold;
}

.Man_Alt_Regular{
  font-family: man_alt_regular;
}

.font_48{
  font-size: 48px;
}

.font_40{
  font-size: 40px;
}

.font_32{
  font-size: 32px;
}

.font_24{
 font-size: 24px; 
}

.font_16{
 font-size: 16px; 
}

.font_14{
  font-size: 14px;
}







@font-face {
  src: url(Fonts/Triester/TriesterVector.ttf);
  font-family: triester ;
}
.Triester{
  font-family: triester;
  color:#ccc8c8;
  font-size: 120px;

}


.bckground_color{
  background-color: #ffffff;
  
  
}

.bck_rosa{
  background-color: #F22E3E;
  
}

.bck_gris{
  /*background-color: #ccc8c8;*/
  background-color: #eeeeee;
  
  border-radius: 0px;
}

.bck_azul{
  background-color: #010440;
}


.bck_azul_claro{
  background-color: #0388A6;
}

.widget_width{
  max-width: 800px;
}

.device-img {
  
  
  border-radius:12px;


}

.detail-data {
  height: 192px;
  width: 72%;  
  border: 5px solid #F22E3E;
  margin-left:14%;
  margin-bottom:14%;

}

.device-img2 {
  margin-left: 40%;
  margin-bottom: 16px;
  border-radius: 30px;
  border: 5px solid #000000; 
}

.device-img3 {
  margin-left: 4%;
  margin-bottom: 8px;
  border-radius: 30px;
  border: 2px solid #000000; 
}

.user-img1 {
  margin-left: 8%;
  border-radius: 30px;
  margin-bottom: 16px;
  border: 5px solid #000000; 
}



.gris {
  color:#ccc8c8;

}

.azul_claro {
  color:#0388A6;
}

.azul {
  color:#010440;
  /*color:#0388A6;*/
}

.rosa{
  color:#F22E3E;
}



.home_image{
  height: 600px;
  width: 600px;
  padding-bottom: 0%;
  padding-right: 5%;
  padding-left: 5%;

}
.div_image{
  height: 630px;
  width: 600px;

}

.btn_register{
  border: 4px solid #F22E3E;
  border-radius: 30px;
  padding:8px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-left:10%;
}

.bienvenida{
  border: 4px solid #F22E3E;
  border-radius: 30px;
  padding:8px;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 0px;
  margin-left:10%;
  width:100%;
}

.info_border{
  border: 2px solid #F22E3E;
  border-radius: 30px;
  padding:8px;
  padding-left: 10%;
  margin-bottom: 24px;
  margin-left:16%;
  margin-right:16%;
}

.no_device{
  position: relative;
  left: 28%;
  transform: translate(0%, 0%);
  padding-top: 120px;
}

.device_border:hover .hide{
  /*border: 3px solid #F22E3E;
  border-radius: 8px;*/
}

.hide{
  display: none;
}

.hide2{
display: contents;
height: 24px;
}

.dev_icons:hover  .hide {
  display: block;
}
 

.span_message{
  height:72%;
  margin-left: -2%;
  margin-right: 2%;
  background-color: #F22E3E;

}

.sys-field{
  width: 320px;
  border: 2px solid #F22E3E;
}

.sys-detail {
  height: 69px;
  width: 64px;  
  /*border: 2px solid #F22E3E;*/
  background-color: #0388A6;
  margin-left:8px;
  margin-bottom:8px;
  padding-top: 20px;
  padding-left: 8px;
}

.button_add{
  border: 0px; 
  width: 16px;
  height: 16px;
  background-image: url('/media/device_image/add_icon.png');
  background-size: 16px; 
  background-repeat: no-repeat;"
}

.button_refresh{
  border: 0px; 
  width: 16px;
  height: 16px;
  background-image: url('/media/home_image/icon_refresh.png');
  background-size: 16px; 
  background-repeat: no-repeat;"
}

.button_close{
  border: 0px; 
  width: 16px;
  height: 16px;
  background-image: url('/media/device_image/close_icon.png');
  background-size: 16px; 
  background-repeat: no-repeat;"
}

.border_event{
  border:2px solid #F22E3E;  
}

.button_page{
  border:2px solid #F22E3E; 
  font-family: man_alt_bold;
  font-size: 12px;
  color:#010440;
}

/*******************************************************************************************************************************************/
.titulo1{
  font-family: man_alt_semibold ; 
  font-size:30px; 
  color:#7967AF
}

.titulo2{
  font-family:man_alt_semibold; 
  font-size:20px; 
  color:#7967AF
}

.titulo3{
  font-family:man_alt_semibold; 
  font-size:18px; 
  color:#0a3d61 
}

.titulo4{
  font-family:man_alt_bold; 
  font-size:16px; 
  color:#7967AF
}

.titulo5{
  font-family:man_alt_regular; 
  font-size:14px; 
  color:black  
}

.button-style{
  width:150px;
  height:40px;
  background-color:#9ED221;
  border-radius:12px;
  border-width:0px;
  font-family:man_alt_semibold;
  font-size:15px;
  color:white
}

.button-style2{
  width:70px;
  background-color:#9ED221;
  border-radius:12px;
  border-width:0px;
  font-family:man_alt_semibold;
  font-size:15px;
  color:white;
  padding:3px
}

.button-style3{
  font-size:20px; ;
  margin-left:10px;
  border-width:0px;
  margin-top:15px;
  background-color:transparent;
  font-family:man_alt_semibold;
  color:grey
}

.button-style3:hover{
  color:white
}

.button-style4{
  width:100px;
  padding-top:5px;
  background-color:#7967AF;
  border-radius:12px;
  border:0px solid #9ED221;
  font-family:man_alt_semibold;
  font-size:15px;
  color:white;
  margin-left:15px;
  opacity:0.7
}

.button-style4:hover{
  opacity:1
}

.button-style5{
  width:45%;
  padding-top:5px;
  background-color:#7967AF;
  border-radius:12px;
  border:0px solid #9ED221;
  font-family:man_alt_semibold;
  font-size:15px;
  color:white;
  margin-left:15px;
}

.button-style5:hover{
  background-color: #9ED221
}


.table-head-cell{
  font-family:man_alt_semibold;
  font-size:12px;
  /*text-align:center;*/
  padding:5px;
  padding-left:15px;
  padding-right:15px;
  color:white;
  background-color:#7967AF;
  border: 1px solid white;

}

.table-cell{
  font-family:man_alt_regular;
  font-size:14px;
  padding:5px;
  padding-left:15px;
  padding-right:15px;
  background-color:#eeeeee;
  border: 1px solid white;
}

.pagination-div{
  background-color:#069992;
  margin:1px;
  width:20px;
  margin-bottom:30px;
  font-family:bambino_bold;
  font-size:12px;
  
}

/******************************** Switchs ************************************************/

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderSwitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderSwitch:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderSwitch {
  background-color: #9ED221;
}

input:focus + .sliderSwitch {
  box-shadow: 0 0 1px #9ED221;
}

input:checked + .sliderSwitch:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.sliderSwitch.round {
  border-radius: 34px;
}

.sliderSwitch.round:before {
  border-radius: 50%;
}

/****************************************************************************************/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  padding-bottom:40px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/****************************************************************************************/
.search-button{
  height:28px;
  width:28px;
  background-image: url('/media/admin_images/01_search_icon.png');
  background-repeat: no-repeat;
  background-size: 28px; 
  border-width:0;
  background-color:#7967AF;
  border-radius:5px;
  margin-left:5px
 
}

.guardar-button{
  height:20px;
  width:20px;
  background-image: url('/media/admin_images/02_candado.png');
  background-repeat: no-repeat;
  background-size: 20px; 
  border-width:0;
  background-color:transparent;
  border-radius:5px;
  margin-left:5px;
  padding-top:3px
 
}

/*******************************************************************************************/

.input-search{
  vertical-align:middle; 
  height:15px;
  width:15px
}

.input-label{
  margin:0px;
  background-color:transparent
}

.list-element{
  font-family:man_alt_semibold ; 
  font-size:13px;
  width:90%; 
  border-bottom: 1px solid #ffffff;
  padding:5px;
  padding-left:5px;
}


.sidenav {
  height: 100vh;
  width: 0;
  position:sticky;
  z-index: 1;
  top: 55px;
  left: 0;
  background-color: black;
  opacity:0.9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.historial-panel{

  width:230px;
  padding:10px;
  margin-top:20px;
  z-index:1;
  border-radius:20px;
  display:none
}


.historial-slider{
  width:35%;
  position:fixed;
  bottom:30px;
  left:35%;
  display:none;
  z-index:1;
  border:1px solid black;
  border-radius:20px;
}
.otro-nombre{
  padding:0px;
  background-color:#aaaaaa;
  z-index:10;
  border-radius:20px;
  padding:20px;
  opacity:0.5;
}
  

.otro-nombre:hover{
  opacity:1
}

/************************************************************* Slider ************************************************/
.slidecontainer {
  width: 100%; /* Width of the outside container */

}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 10px; /* Specified height */
  border-radius: 5px;  
  background: white; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%; 
  background: #7967AF; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}


.label-style1{
  font-family:man_alt_semibold;
  font-size:13px;
  width:130px
}

/*'#9ED221'
#7967AF*/

/*************************************************************************************************************************************************/
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/****************************************************************************/
.slidecontainer2 {
  width: 90%;
  margin:auto;
  margin-top:15px;
  margin-bottom:15px;
  padding:25px 0px 15px 30px;
  border-radius:15px
   /* Width of the outside container */
}

/* The slider itself */
.slider2 {

  width: 100%; /* Full-width */
  height: 15px; /* Specified height */
}

