@import url('https://fonts.googleapis.com/css?family=Raleway:300');

.row-align-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dettagli{
	font-size: 16px;
	color: #222;
	font-family: 'Raleway', sans-serif;
	text-align: justify;
}

.label-description {
    font-size: 0.85em;
}

label{
	cursor: auto !important;
}

input[type="file"] {
    display: none;
}

img {
	border: 0px;
}

.svggraph {
	display: block !important;
	background-color: white;
    height: 350px !important;
    width: 100%;
}

.nvtooltip, .xy-tooltip{
	position: fixed !important;
}

.custom-file-upload {
    border: none;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
    margin-left: 15px;    
    text-transform: capitalize;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #131313;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custom-file-upload:hover { 
    color:#fff;
    background:red;
}

.dropdown_fake_btn {
	transform: rotate(90deg);
	display: inline-block;
	background: black;
	border-radius: 4px;
	border: 2px solid gold;
	font-size: 20px;
	color: white;
	padding: 12px 8px;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropdown_fake_btn:hover {
	background: red;
}

.button {
    border: none;
    font-weight: normal;
    line-height: normal;
    margin-left: 15px;
    text-transform: capitalize;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #131313;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button:hover { 
    color:#fff;
    background:#ff2102 ;
}

.error{
	color: #ff2102 !important;
	text-align: center;
}

.no-error{
	color: green !important;
	text-align: center;
}

.info{
	text-align: center;
}

#dashboard iframe:nth-child(1){
	position: relative;
	height: 350px;	
	float: left;
}

#dashboard iframe:nth-child(2){
	position: relative;
	height: 350px;	
	float: right;
}

#dashboard{
	position: relative;
	height: 356px;
	width: 100%;
}

#graph-table td{
	width: 48%  !important;
}

#label-1{
	float: left;
}

#label-2{
	float: right;
}

.index{
	text-align: center;
	font-size: medium;
	color: black;
}

.arrow-container{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 45%;
	z-index: 100;
}

.arrows{
	font-size: 50px !important;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.arrows:hover { 
    color: red;
}

.arrow-left{
	float: left;
}

.arrow-right{
	float: right;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -20px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptextSurvey {
    visibility: hidden;
    width: 1000px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -20px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip:hover .tooltiptextSurvey {
    visibility: visible;
    opacity: 1;
}


.general_form_centered{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.general_form_centered .form-submit{
    margin: 0 auto;
    display: block;
}


