body {
	margin:0px;

	font-family: Arial, Helvetica, sans-serif;
	min-height:100vh;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Add a black background color to the top navigation */
nav {
	min-height:50px;
    background-color: #333;
    overflow: hidden;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
nav ul {
	margin:0;
	padding:0;
	display:block;
}
nav a {
	color:white;
}

nav a:hover {
	text-decoration:none;
}

/* Style the links inside the navigation bar */
nav li, nav .burger {
	float:left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
	list-style:none;
}

/* Change the color of links on hover */
nav li:hover{
    background-color: #ddd;
    color: black;
}
nav li:hover a {
	color:black;
}

nav #burger-checkbox {
	display:none;
}

/* Hide the link that should open and close the topnav on small screens */
nav .burger  {
    display: none;
	text-align:center
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	nav .burger {
		display:block;
	}
	nav li, nav .burger {
		float:none;
	}
	nav ul {
		display:none;
	}
	nav #burger-checkbox:checked+ul {
		display: block;
	}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  } 
}


#multimonito  {
	width:100%;

}

#multimonito .monito {
	width:calc(50% - 1px);
	height:calc(50vh - 26px);
	display:inline-block;
	vertical-align:top;
}

#multimonito .monito:nth-child(1), #multimonito .monito:nth-child(3) {
	border-right:solid 1px;
}
#multimonito .monito:nth-child(1), #multimonito .monito:nth-child(2) {
	border-bottom:solid 1px;
}

@media screen and (max-width: 600px) {
	#multimonito .monito {
		width:100%;
		border-right:none!important;
		border-bottom:solid 1px;
	}
	body {
		zoom:50%;
	}
}

label.btn span {
  font-size: 1.5em ;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #7AA3CC;
}

div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

.bydateResearchFields {
	border-bottom:solid 2px;
}

.oneOrTwoLines, .oneOrTwoLines+div {
	text-align:center;
}
 table td{
	 vertical-align:middle!important;
 }
 
.tablepart th, .tablepart td {
	text-align:center;
	
}
.table {
	width:800px!important;
}
 .RUMtd {
	 min-width:140px;
	 text-align:center;
 }
 .RUMtd input {
	width:130px;
	display:inline;
 }
 
 @media screen and (max-width: 767px) {
	.RUMtd {
		text-align:center;
		white-space:normal!important;
	}
 }
 
 .hideNul {
	 display:none;
 }
 
 .loader-wrapper {
	 text-align:center;
	 display:none;
 }
 .loader-wrapper div {
	 margin-top:60px;
	 display:inline-block;
	 width:90px;
	 height:90px;
 }
 
 .loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.info-trace {
	overflow: auto;
}
.info-trace .legend{
	float:right;
	width:300px;
}
.info-trace .legend span {
	font-size:large;
}


.info-trace .legend .UC {
	background-color:#99990033!important;
}
.info-trace .legend .Acc {
	background-color:#00FF0033!important;
}
.info-trace .legend .Dec {
	background-color:#FF000033!important;
}
.info-trace .legend .Uperiod {
	background-color:#55555533!important;
}
.info-trace .legend .rawFHR {
	color:#F00!important;
	text-decoration:line-through;
}
.info-trace .legend .preprocessedFHR {
	color:#AAAAAA!important;
	text-decoration:line-through;
}
.info-trace .legend .BaselineFHR {
	color:#202020!important;
	text-decoration:line-through;
}
.info-trace .legend .TOCO {
	color:#000!important;
	text-decoration:line-through;
}









