﻿.svg-container {
    width: 100%;
    border: 1px;
    overflow-x: auto;
    white-space: nowrap;
    /* padding: 50px; */
    min-height: 200px;
}

td{
    border-radius:6px !important;/*Raggio del bordo, del titolo e della descrizione dei livelli, all'interno del modal*/
}

.maps-container {
    margin: 10px;
}

.css-stop {
    border: 1px;
    position: absolute;
    padding: 6px;
    border-radius: 100%;
    margin-left: -6px;
    margin-top: -6px;
}

.img-background {
    top: 0px;
    left: 0px;
    position: relative;
    opacity: 0.5;
}

.note {
    text-align:left;
    background-color: #e5e5e5;
}

#html-container {
    /*background-size:2864px 400px;*/
    width: 8268px;
    height: 1134px;
    background-color: rgba(1,1,1,0.1);
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
}


#html-container2 {
    background-color: gray;
    box-sizing: content-box;
    position: relative;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.img-background2 {
    position: relative;
    z-index: 2;
}

.layers > div {
    top: 0;
    left: 0;
}

.legendaMetro {
    position: absolute;
    margin-top: 7px;
    margin-left: 13px;
}

.legendaMetro > p {
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
}

.table-bordered {
    border: 0px solid transparent;
}

.table-bordered > thead > tr > th {
    border: 0px solid transparent;
}

.table-bordered > thead > tr > td {
    border: 0px solid transparent;
}

.table-bordered > tbody > tr > td {
    border: 0px solid transparent;
    vertical-align:middle;
}

.freccia {
    width: 25px;
    margin-left: -5px;
}

.schema-metro {
    width : 90%;
}

.dot-green {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    vertical-align: middle;
    margin:5px;
}

.progLivelli {
    border-left: 5px dotted #444 !important;
    border-collapse:collapse !important;
}

.float-left-box {
    float: left;
    padding: 15px 0 0 45px;
}

/***************** PARAMS SECTION ******************/
/* horizontal arrows */
.line-horizontal {
    height: 2px; /* line width */
    width: 135px; /* line length */
    margin-left: 20px;
    margin-top: 20px;
}
/* vertical arrows */
.line-vertical {
    width: 2px; /* line-width */
    height: 75px; /* line length */
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    float: left;
}

/*********************** CSS *************************/
/* common arrow styles */
.line-vertical, .line-horizontal {
    position: relative;
    background: #aaa;
}

.arrow-up:after,
.arrow-down:before,
.arrow-left:after,
.arrow-right:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
}

/* vertical arrows */
.arrow-up:after,
.arrow-down:before {
    left: -4px;
}

.arrow-up:after {
    top: -15px;
    border-bottom: 15px solid #aaa;
}

.arrow-down:before {
    bottom: -15px;
    border-top: 15px solid #aaa;
}

/* horizontal arrows */
.arrow-left:after,
.arrow-right:before {
    top: -4px;
}

.arrow-left:after {
    left: -15px;
    border-right: 15px solid #aaa;
}

.arrow-right:before {
    right: -15px;
    border-left: 15px solid #aaa;
}

.panel-heading { 
    position: relative;
}

.panel-heading[data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f107"; /* arrow down */
    position: absolute;
    color: black;
    font-size: 18px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);
}

.panel-heading[data-toggle="collapse"].collapsed:after {
        
    content: "\f106"; /* arrow up */
}

.altImpianti {
    height : 40% !important;
}

.grey {
    background-color: rgba(201, 201, 201, 1);
}
.livello {
    background-color: #c6b9ad;
    color: black;
    font-weight: bold;
}

.borderTitle {
    color: red;
    border: 2px solid red !important;
    border-bottom-color: transparent !important;
}

.border {
    border-left: 2px solid red !important;
    border-right: 2px solid red !important;
}

.borderEnd {
    border: 2px solid red !important;
    border-top-color: transparent !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.logo-metro img{
    width: 32px !important;
    margin: 0px 6px;
}