body {
    background-color: #ededed;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
}

#content {
    /*height: 88.2vh;*/
    height: 1000vh;
    background-color: #ededed;
    margin: 0;
    padding: 0;
   /* margin-left: 1vh;
    margin-right: 1vh;*/
}

.div {
    width: 100%;
    text-align: center;
}

.divSepAlto {
    width: 100%;
    text-align: center;
    height: 1vh;
}

.titleStation {
    font-family: Roboto-Regular;
}

.titleStation td {
    font-size: 2.2vh;
}

.titleScreen {
    font-family: Montserrat-Regular;
    width: 100%;
}

.titleScreen td {
    font-size: 4vh;
}

.borderOrange {
    border-top: 0.3vh solid #fcb843;
}

.map {
    width: 100%;
    height: 37vh;
    border: 3px solid;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.status_alerta {
    color: white;
    border: 0px solid transparent;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-family: Roboto-Black;
    padding-top: 15px;
    font-size: 3vh;
}

.legendSingle {
    width: 100%;
    height: 5vh;
    border: 0px solid red;
}

.tableLegendSingle {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0px solid green;
    border-spacing: 0;
    border-collapse: collapse;
}

.itemTypeAlarm {
    text-align: center;
    border: 0px solid blue;
    font-family: Roboto-Regular;
    font-size: 1.7vh;
    padding: 0px;
}

.itemTypeAlarm img {
    height: 3vh;
}

.descriptionmeasure {
    width: 90%;
    height: 5vh;
    padding-top: 5px;
    font-family: Roboto-LightItalic;
    color: #808080;
    font-size: 2.2vh;
    margin-left: 4vh;
}

.valor {
    background-color: #c6c6c6;
    border: 0px solid transparent;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-family: Roboto-Bold;
    padding-top: 5px;
    font-size: 3vh;
    text-align: center;
    width: 100%;
    height: 4vh;
}

.divlabelmeasure {
    height: 5vh;
    font-family: Montserrat-Regular;
}

.labelmeasure {
    font-size: 3vh;
    text-align: center;
}

.titlestationalarm {
    font-family: Roboto-Regular;
    text-align: right;
    border: 0px solid red;
    margin-top: 0px;
    padding: 0;
    height: 4vh;
}

.labeltitlestationalarm {
    font-size: 2.2vh;
}

.img1 {
    height: 2.8vh;
}

.divoutertable {
    position: relative;
    /*height: 65.5vh;*/
    margin-top: 0px;
    padding: 0;
    background-color: transparent;
    height: 79.7vh;
    /* z-index: 1008;*/
    width: 100%;
}

.divinnertable {
    position: relative;
    /*z-index: 1001;*/
    width: 100%;
    height: 79vh;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    background-color: transparent;
}

.tableHistory {
    /*z-index: 1002;*/
    width: 98%;
    height: 98%;
    background-color: #ffffff;
    margin: 1%;
    border: 1px solid #ffffff;
    margin-top: 0px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.39);
    font-family: Roboto-Bold;
}

.thtable {
    width: 20%;
    text-align: center;
    border-bottom: 0.2vh solid #808080;
    font-size: 3vh;
    font-family:Roboto-Bold;
}

.tableinner {
    width: 100%;
    font-family: Roboto-Regular;
}

.dateAlarm {
    width: 5%;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0.1vh solid #808080;
    font-size: 2vh;
    padding: 1vh;
}

.legendHistory {
    position: relative;
    z-index: 1001;
    background-color: #ccc;
    margin-top: -5vh;
    height: 26.1vh;
    padding: 0;
}

.legendtitle {
    font-size: 3vh !important;
}

.row_status {
    width: 85%;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0.1vh solid #808080;
    padding: 1vh;
}

.status_alerta_row {
    width: 100%;
    height: 4vh;
    background-color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.5vh;
}

.row_img_status {
    width: 5%;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0.1vh solid #808080;
    padding: 1vh;
}

.row_img_status img {
    height: 3vh;
}

.legendAlarm {
    width: 100%;
    height: 6vh;
}

.itemlegendAlarm {
    height: 4vh;
    width: 20%;
    text-align: center;
}

.itemlegendAlarm img {
    height: 3vh;
}

.itemlegendAlarmDescription {
    height: 2vh;
    font-size: 1.7vh;
    font-family: Roboto-Regular;
}

.switch {
    position: relative;
    display: inline-block;
    width: 10vh;
    height: 5vh;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dc2606;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 4vh;
    width: 4vh;
    left: 1vh;
    bottom: 0.5vh;
    background-color: white;
    background-image: url('file:///android_asset/Content/img/x.svg');
    -webkit-transition: .4s;
    transition: .4s;
}

.img1 {
    height: 2.8vh;
}

input:checked + .slider {
    background-color: #3ec222;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3ec222;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(4vh);
    background-image: url('file:///android_asset/Content/img/ok.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch_sound {
    position: relative;
    display: inline-block;
    width: 10vh;
    height: 5vh;
}

.switch_sound input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_sound {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color:#6E6E6E;*/
    background-color: #3ec222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_sound:before {
    position: absolute;
    content: "";
    height: 4vh;
    width: 4vh;
    left: 1vh;
    bottom: 0.5vh;
    background-color: white;
    /*background-image: url('file:///android_asset/Content/img/x.svg');*/
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider_sound {
    background-color: #3ec222;
}

input:focus + .slider_sound {
    box-shadow: 0 0 1px #3ec222;
}

.slider_sounddis {
    background-color: yellow;
}

input:checked + .slider_sound:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(4vh);
   /* background-image: url('file:///android_asset/Content/img/ok.svg');*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Rounded sliders */
.slider_sound.round {
    border-radius: 60px;

}

.slider_sound.round:before {
    border-radius: 50%;
}


/*Enable notificacion*/
.switch_notif {
    position: relative;
    display: inline-block;
    width: 14vh;
    height: 7vh;
}

.switch_notif input {
    opacity: 0;
    width: 0;
    height: 0;
}

/*Slider select enable sound*/
.slider_notif {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dc2606;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_notif:before {
    position: absolute;
    content: "";
    height: 5vh;
    width: 5vh;
    left: 1vh;
    bottom: 1vh;
    background-color: white;
    background-image: url('file:///android_asset/Content/img/x.svg');
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider_notif {
    background-color: #3ec222;
}

input:focus + .slider_notif {
    box-shadow: 0 0 1px #3ec222;
}

input:checked + .slider_notif:before {
    -webkit-transform: translateX(6.5vh);
    -ms-transform: translateX(6v.5h);
    transform: translateX(6.5vh);
    background-image: url('file:///android_asset/Content/img/ok.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Rounded sliders */
.slider_notif.round {
    border-radius: 50px;
}

.slider_notif.round:before {
    border-radius: 50%;
}

#toggle {
    display: none;
    position: relative;
    background-color: #ccc !important;
    padding-top: 2vh;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
}

#test {
    background-color: #ccc;
    height: 5vh;
    position: relative;
    text-align: center;
    padding-top: 1.8vh;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
}

.show {
    display: block !important;
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out;
}

.hide {
    display: block !important;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

.hideTotal {
    display: none !important;
}

@-webkit-keyframes slide-up {
    /*100% { opacity: 1; -webkit-transform: translateY(0%); }   */
    0% {
        opacity: 1;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-up {
    /*100% { opacity: 1; -moz-transform: translateY(100%); }   */
    0% {
        opacity: 1;
        -moz-transform: translateY(100%);
    }
}

@-webkit-keyframes slide-down {
    /*0% { opacity: 1; -webkit-transform: translateY(-100%); }   */
    100% {
        opacity: 1;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-down {
    /*0% { opacity: 1; -moz-transform: translateY(-100%); }   
				100% { opacity: 0; -moz-transform: translateY(0%); }*/
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255,184,67,0.4);
}

/* The Modal (background) */
.loading {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255,184,67,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
    margin: 35% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    background-color: #fcb843;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.39);
}

.loading .modal-content {
    background-color: transparent;
    margin: 35% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 0px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.39);
	
}


.header-panel  
  {
    width: 100%;
  }

  .header-table
  {
    height: 50px;
    width: 100%;
    margin: 0 0;
    margin-top: 0;
    background-color: #f7A800;
  }  

  .header-logo
  {
    height: 4vh;
    padding-left:0; 
    text-align:left
  }     

  .footer-panel
  {    
    background-color: #C4C4C4;
    height: 5vh;
    width: 100%;
    font-family: Roboto;
    color: white;
    position: fixed;
    bottom: 0;
    padding-top: 1vh;
  }

  .footer-table
  {    
    width:100%;
    height: vh;
    margin: 0 auto;
  }

  .footer-logo
  {    
    height:3vh;
    float: left;
    /*margin-left: 4vh;*/
  }

  .footer-img
  {
    width:4vh;
  }
  .footer-margin-right
  {
    width:4vh;
  }



.circuloAlertasTextoLogger {
  font-family: 'Montserrat';
  font-size: calc(0.15em + 1.5vh) !important;
  text-align: center;
  font-weight: 600;
  margin-top: 1vh;
}


.fieldsetGris {
  border: solid;
  border-bottom-style: none;
  border-color: #d8d8d8;
  border-width: 2px;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
.centeredFieldset {
  text-align: -webkit-center;
}
.deviceLegendTitle {
  font-family: 'Montserrat';
  font-size: calc(0.5em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
}
.circuloAlertasTextoLogger {
  font-family: 'Montserrat';
  font-size: calc(0.15em + 1.5vh) !important;
  text-align: center;
  font-weight: 600;
  margin-top: 1vh;
}

.button-accept-event {
  width: 100%;
  height: 100%;
  border:0;
  background-color:#CD2A1B;
  color: #ffffff;
  transition: background-color 0.3s
}

.button-accept-event:hover {
  background-color: #5e5e5e;
  cursor: pointer;
  color: #ffffff;
}


/*/string heightmapa = "66.5";
string heightinnermapa = "64.5";*/
/*#title{
	height:40px;
	font-family: Roboto-Regular;
}

#title div{
	height:100%;
	float:left;
}

.texttitle{
	 padding-top:14px;
	 color:#808080;
	 height:26px !important;
}

.leveltext{
	width:100%; 
	height:20px;
	float:left;
	padding-top:10px;
	font-family: Montserrat-Regular;
}

.status_alerta{
	float:left;
	color:white;
	border: 0px solid transparent;
	-moz-border-radius: 40px; 
	-webkit-border-radius:40px; 
	font-family: Roboto-Black;
	padding-top:15px;
}

.sep{
	width:5%;
	float:left;
}

.map{
	width:88%; 
	height:230px;
	float:left;
	border: 3px solid;
	-moz-border-radius: 9px; 
	-webkit-border-radius:9px;
}

.legend {
	width:89%; 
	height:30px;
	float:left;
	text-align:center;
}

.itemlegend{
	width:20%; 
	height:20px;
	float:left;
	text-align:center;
	font-family: Roboto-Regular;
}

.labelmeasure{
	height:30px;
	float:left;
	font-family: Montserrat-Regular; 
}

.valor {
    background-color: #c6c6c6;
    float: left;
    border: 0px solid transparent;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-family: Roboto-Bold;
    padding-top: 5px;
}

.descriptionmeasure{
	width:90%; 
	height:30px;
	float:left;
	padding-top:5px;
	
	font-family: Roboto-LightItalic;
	color:#808080;
}*/
