/*BASE MEDIA QUERIES*/
@media(max-width:1960px){
	h1{
		font-size:2.4em
	}
	h2{
		font-size:2em
	}
    #map {
        position: absolute;
        left: 35%;
        top: 8px;
        height: 550px;
        
        width: 65%;
        margin-top: 106px;
    }

    .heading, h1 {
        background: #fff;
        border-bottom: 1px solid #eee;
        height: 28px;
        padding: 0 5px;
        margin-top: 15px;
        font-weight: normal;
        font-size:20px;
    }

    .mapboxgl-popup-content {
        font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
        padding: 0px;
        width: 250px;
        }
        
    .mapboxgl-popup-content h3 {
        background: #f8cd46;
        color: #fff;
        margin: 0;
        padding: 10px;
        border-radius: 3px 3px 0 0;
        font-weight: 700;
        font-size: 16px;
        margin-top: -15px;
        text-align: center;
        }
        
    .mapboxgl-popup-content h4 {
        margin: 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        }
        
    .mapboxgl-popup-content p {
        margin: 0;
        padding: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        }
        
    .mapboxgl-popup-content .summary {
        font-weight: 400;
        color: rgb(131, 131, 131);
        padding: 10px;
        font-style:italic;
        }

    /* Filter menu styling */
    .seatTypeFilter {
        float:left;
        width:18%;
        height:50px;
        left: 0;
        z-index:1;
        /*background: #00853e;*/
        }
    .facilitiesFilter {
        float:left;
        width:18%;
        height:50px;
        left:0;
        z-index:1;
        /*background:#8cc63f*/
        }
    .dropdown {
        top:8px;
        left:2%;
        }
    .dropdown-toggle {
        width:96%;
        font-size: 14px;
        }
    .button-submit {
        float:left;
        width:12%;
        left:0;
        height:50px;
        z-index: 1;
        /*background: #b8b8ff;*/
        }
    .button-clear {
        float:left;
        width:12%;
        left:0;
        height:50px;
        z-index: 1;
        /*background: #cbcbff;*/
        }
    .btn-apply {
        width:96%;
        margin-left: 2%;
        margin-top: 8px;
        font-size: 14px;
        }
    .geocoder {
        float:left;
        height:40px;
        width: 35%;
        left: 5px;
        margin-top: 5px;
        margin-left: 0;
        
        /*background:#5c5c5c;*/
        }
    .mapboxgl-ctrl-geocoder {
        border: 0;
        border-radius: 0;
        position: relative;
        top: 0;
        min-width: 100%;
        margin-top: 0;
        font-size: 14px;
        z-index: 999;
        }
    .geo-area {
        /*float:left;*/
        position:absolute;
        top:55px;
        right:0;
        margin-right: 5px;
        background-color: rgba(255, 255, 255, 0.7);
        }
    .geolocator {
        float:left;
        z-index: 1;
        margin-left: 5px;
        margin-top: 3px;
        }
    .geolocator-text {
        float:left;
        z-index: 1;
        margin-left: 5px;
        margin-top: 7px;
        font-size: 12px;
        }
    .map-overlay {
        position: absolute;
        width: 35%;
        top: 65px;
        height: 600px;
        left: 0;
        font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
        background-color: #fff;
        max-height: 100%;
        overflow: hidden;
        z-index:0;
    }
    .header-overlay {
        position: absolute;
        width: 100%;
        top: 20px;
        left: 0;
        font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
        /*background-color: #f10909;*/
        z-index: 1;
    }
/* Top Arrow 2 */
.tooltipB2 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
  }
  
  .tooltipB2 .tooltiptextB2 {
    visibility: hidden;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 2;
    
    /* position the tooltip */
    top: 110%;
    left: -40%;
    margin-left: -60px;
  }
  
  /* position the arrow */
  .tooltipB2 .tooltiptextB2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  
  .tooltipB2:hover .tooltiptextB2 {
    visibility: visible;
  }

      /* Top Arrow */
      .tooltipB {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }
    
    .tooltipB .tooltiptextB {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 999;
        font-size: 13px;
        
        /* position the tooltip */
        top: 120%;
        left: 40%;
        margin-left: -100px;
    }
    
    /* position the arrow */
    .tooltipB .tooltiptextB::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }
    
    .tooltipB:hover .tooltiptextB {
        visibility: visible;
    }

}

@media(max-width:1024px){
    .heading, h1 {
        background: #fff;
        border-bottom: 1px solid #eee;
        height: 25px;
        padding: 0 5px;
        margin-top: 20px;
        font-weight: normal;
        font-size:16px;
    }
    .btn-apply {
        width:96%;
        margin-left: 2%;
        margin-top: 8px;
        font-size: 12px;
        }
    .dropdown-toggle {
        width:96%;
        font-size: 12px;
        }
    .mapboxgl-ctrl-geocoder {
        font-size: 12px;
        }

    /* Top Arrow */
    .tooltipB {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }
    
    .tooltipB .tooltiptextB {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 2;
        font-size: 11px;
        
        /* position the tooltip */
        top: 140%;
        left: 40%;
        margin-left: -100px;
    }
    
    /* position the arrow */
    .tooltipB .tooltiptextB::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }
    
    .tooltipB:hover .tooltiptextB {
        visibility: visible;
    }
    /* Top Arrow 2 */
    .tooltipB2 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
        }
        
    .tooltipB2 .tooltiptextB2 {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 2;
        
        /* position the tooltip */
        top: 110%;
        left: -60%;
        margin-left: -80px;
        }
        
        /* position the arrow */
    .tooltipB2 .tooltiptextB2::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 80%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
        }
        
    .tooltipB2:hover .tooltiptextB2 {
        visibility: visible;
        }
}

@media(max-width:760px){
    .heading, h1 {
        background: #fff;
        border-bottom: 1px solid #eee;
        height: 24px;
        padding: 0 5px;
        margin-top: 15px;
        font-weight: normal;
        font-size:14px;
    }
    .btn-apply {
        width:96%;
        margin-left: 2%;
        margin-top: 8px;
        font-size: 10px;
        }
    .dropdown-toggle {
        width:96%;
        font-size: 10px;
        }
    .mapboxgl-ctrl-geocoder {
        font-size: 10px;
        }

                /* Top Arrow 2 */
.tooltipB2 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
  }
  
  .tooltipB2 .tooltiptextB2 {
    visibility: hidden;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 2;
    
    /* position the tooltip */
    top: 110%;
    left: -60%;
    margin-left: -80px;
  }
  
  /* position the arrow */
  .tooltipB2 .tooltiptextB2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  
  .tooltipB2:hover .tooltiptextB2 {
    visibility: visible;
  }

      /* Right Arrow */
      .tooltipL {
        position: relative;
        display: inline-block;
    }
    
    .tooltipL .tooltiptextL {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 2;

        /* position the tooltip */
        top: -20px;
        right: 110%;
    }
    
    /* position the arrow */
    .tooltipL .tooltiptextL::after {
        content: "";
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }
    .tooltipL:hover .tooltiptextL {
        visibility: visible;
    }

    /* Left Arrow */

    .tooltipR {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
      }
      
      .tooltipR .tooltiptextR {
        visibility: hidden;
        width: 100px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 2;
        font-size: 11px;
        
        /* position the tooltip */
        top: -5px;
        left: 102%;
      }
      
      /* position the arrow */
      .tooltipR .tooltiptextR::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent;
      }
      .tooltipR:hover .tooltiptextR {
        visibility: visible;
      }

    /* Top Arrow */
    .tooltipB {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }
    
    .tooltipB .tooltiptextB {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 999;
        
        /* position the tooltip */
        top: 140%;
        left: 20%;
        margin-left: -40px;
    }
    
    /* position the arrow */
    .tooltipB .tooltiptextB::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }
    
    .tooltipB:hover .tooltiptextB {
        visibility: visible;
    }
}

@media(max-width:680px){
	h1{
		font-size:1.9em
	}
	h2{
		font-size:1.6em
	}
	h3{
		font-size:1.35em
	}
    .heading, h1 {
        background: #fff;
        border-bottom: 1px solid #eee;
        height:23px;
        padding: 0 10px;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 14px;
        }
    /* Filter menu styling */
    .seatTypeFilter {
        float:left;
        width:50%;
        height:105px;
        left: 0;
        z-index:1;
        visibility: hidden;
        }
    .facilitiesFilter {
        float:left;
        width:50%;
        height:105px;
        left:50%;
        z-index:1;
        visibility: hidden;
        }
    .dropdown {
        top:75px;
        left:0.5%;
        }
    .dropdown-toggle {
        width:99%;
        }
    .button-submit {
        float:left;
        width:33%;
        left:0;
        z-index: 1;
        height:33px;
        visibility: hidden;
        }
    .button-clear {
        float:left;
        width:33%;
        
        z-index: 0;
        height:33px;
        margin-top: -70px;
        margin-left: 0%;
        }
    .btn-apply {
        width:99%;
        margin-left: 0.5%;
        margin-top: 2px;
        }
    .geo-area {
        /*float:left;*/
        position: absolute;
        top:30px;
        margin-right: 5px;
        z-index: 99;
        }
    .geolocator {
        float:left;
        z-index: 1;
        margin-left: 5px;
        margin-top: 3px;
        }
    .geolocator-text {
        float:left;
        z-index: 1;
        margin-left: 5px;
        margin-top: 7px;
        }
    .mapboxgl-ctrl-geocoder {
        border: 0;
        border-radius: 0;
        position: relative;
        top: 15px;
        min-width: 100%;
        margin-top: 0;
        font-size: 14px;
        height:50px;
        }
    .geocoder {
        position: absolute;
        z-index: 1;
        width: 70%;
        left:0.5%;
        top: 2px;
        font-size: 10px;
        }
    #map {
        position: absolute;
        left: 0%;
        top: 120px;
        height:300px;
        width: 100%;
        margin-top: 0px;
        }
    .map-overlay {
        position: relative;
        width: 100%;
        top:420px;
        /*top: 122px;*/
        /*bottom: 0;*/
        left: 0;
        font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
        background-color: #fff;
        max-height: 100%;
        overflow:hidden;
        }   
   
    .header-overlay {
        position: absolute;
        width: 100%;
        /*height: 128px;*/
        height:55px;
        top: 0;
        background: #ffffff;
        font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
        z-index: 1;
        }
    .mapboxgl-popup-content {
        font: 'Source Sans Pro', 'Helvetica Neue', sans-serif;
        padding: 0px;
        width: 180px;
        font-size: 10px;
        }
    
    .mapboxgl-popup-content h3 {
        background: #f8cd46;
        color:#fff;
        margin: 0;
        padding: 5px;
        border-radius: 3px 3px 0 0;
        font-weight: 700;
        font-size: 10px;
        margin-top: -15px;
        text-align: center;
        }
    
    .mapboxgl-popup-content h4 {
        margin: 0;
        padding: 5px;
        font-weight: 600;
        font-size: 10px;
        }
    
    .mapboxgl-popup-content p {
        margin: 0;
        padding: 5px;
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
        }
        
        /* Top Arrow 2 */
    .tooltipB2 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }
    
    .tooltipB2 .tooltiptextB2 {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 2;
        
        /* position the tooltip */
        top: 110%;
        left: -10px;
        margin-left: -20px;
    }
    
    /* position the arrow */
    .tooltipB2 .tooltiptextB2::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }
    
    .tooltipB2:hover .tooltiptextB2 {
        visibility: visible;
    }

    /* Right Arrow */
    .tooltipL {
        position: relative;
        display: inline-block;
    }
    
    .tooltipL .tooltiptextL {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 2;

        /* position the tooltip */
        top: 50px;
        right: 110%;
    }
    
    /* position the arrow */
    .tooltipL .tooltiptextL::after {
        content: "";
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }
    .tooltipL:hover .tooltiptextL {
        visibility: visible;
    }

    /* Top Arrow */
    .tooltipB {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }
    
    .tooltipB .tooltiptextB {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 999;
        
        /* position the tooltip */
        top: 180%;
        left: 40%;
        margin-left: -60px;
    }
    
    /* position the arrow */
    .tooltipB .tooltiptextB::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }
    
    .tooltipB:hover .tooltiptextB {
        visibility: visible;
    }

    /* Left Arrow */

.tooltipR {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
  }
  
  .tooltipR .tooltiptextR {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 2;
    font-size: 11px;
    
    /* position the tooltip */
    top: -50px;
    left: 102%;
  }
  
  /* position the arrow */
  .tooltipR .tooltiptextR::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
  }
  .tooltipR:hover .tooltiptextR {
    visibility: visible;
  }

 

}



/* General Styling */

.footer-awd {
    position:relative;
    text-align: left;
    margin-left: 10px;
    
    height: 5px;
    top: 0;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 11px;
    width:100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    color:#000000;
}



.map-overlay fieldset {
    display: none;
    background:crimson;
    border: none;
    padding: 10px;
    margin-top: 6px;
    top:0;

}



.map-overlay input {
    display: block;
    border: none;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}

.map-overlay .listing {
    overflow: auto;
    max-height: 85%;
    padding-bottom: 60px;
    background: #fff;
}
.map-overlay .listing .item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
    }
.map-overlay .listing .title {
    display: block;
    color: #00853e;
    font-weight: 700;
    font-size:18px;
    border: none;
}
.map-overlay .listing .title:hover {
    color:#8cc63f;
    cursor: pointer;
}
.map-overlay .listing .details {
    font-weight: normal;
    color: black;
    padding: 5px;
}
.map-overlay .listing .type {
    font-weight: normal;
    color: red;
    padding: 5px;
}
.map-overlay .listing .summary {
    font-weight: 400;
    color: rgb(131, 131, 131);
    padding: 5px;
    font-style:italic;
}

.map-overlay .listing .facilities {
    font-weight: 400;
    font-size: 0.8em;
    text-transform: uppercase;
    color: black;
    padding: 10px 10px;
    line-height:15px;
    margin: 3px;
    text-align: center;
    background-color: #ddd;
    white-space: nowrap;
    display: inline-block;
}

.map-overlay .listing .info {
    font-weight: normal;
    color: rgb(58, 58, 58);
    font-style: italic;
    padding: 5px;
}

.map-overlay .listing > * {
    display: block;
    padding: 5px 10px;
    margin: 0;
}

.map-overlay .listing a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgb(114, 1, 86);
    text-decoration: none;
    
}

.map-overlay .listing a:hover {
    color: rgb(2, 20, 210);
    text-decoration:underline;
    
}

.map-overlay .listing a:last-child {
    border: none;
}

.map-overlay .listing .item.active .title,
.map-overlay .listing .item .title:hover { color: #8cc63f; }

.map-overlay .listing .item.active {
    background-color: #ffffe3;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    /*background: #00853e;*/
    background: #ffa100;
    border-radius: 0;
}

.map-overlay-btns {
    position: absolute;
    width: 33%;
    top: 60%;
    bottom: 0;
    left: 0;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #efefef;
    max-height: 100%;
    overflow: hidden;
}

.map-overlay-btns .filterbtn {
    overflow: auto;
    max-height: 85%;
}

.map-overlay-btns .filterbtn > * {
    display: block;
    padding: 5px 10px;
    margin: 0;
}

.map-overlay-btns .filterbtn a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    margin: 5% 5%;
    border-radius: 30px;
    background-color: #00853e;
    text-align: center;
}

.map-overlay-btns .filterbtn a:hover {
    background: #8cc63f;
    color:black;
    cursor: pointer;
}

.map-overlay-btns .filterbtn p {

    font-weight: normal;
    color:red;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;

}

.map-overlay-btns .btn > * {
    display: block;
    padding: 5px 10px;
    margin: 0;
}

.reset-btn {
    display: block;
    padding: 5px 10px;
    margin: 5%;
    background-color: #000000;
    color:white;
    font-size: 0.8em;
    text-transform:uppercase;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    bottom: 5px;
}

.reset-btn:hover {
    background: #5c5c5c;
    cursor: pointer;
}

/* Marker tweaks */
.mapboxgl-popup {
padding-bottom: 15px;
padding-right: 0px;
}

.mapboxgl-popup-close-button {
display: visible;
}



.mapboxgl-popup-content div {
padding: 10px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
border-bottom-color: #f8cd46;
}








.checkbox-menu li label {
display: block;
padding: 3px 10px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
margin:5px;
margin-right:20px;
transition: background-color .4s ease;
}

.checkbox-menu li input {
margin: 0px 5px;
top: 2px;
position: relative;
}

.checkbox-menu li.active label {
background-color: #cbcbff;
font-weight:bold;

}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
background-color: #b8b8ff;
}


.fa-fw {
color:rgb(170, 170, 170);

}
.tag-text {
padding-left: 5px;
}

/* Tooltips SSUK */ 
/* Bottom Arrow */
.tooltipT {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltipT .tooltiptextT {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 2;
  font-size: 13px;
  
  /* position the tooltip */
  bottom: 150%;
  left: 10%;
  margin-left: -60px;
}

/* position the arrow */
.tooltipT .tooltiptextT::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltipT:hover .tooltiptextT {
  visibility: visible;
}

/* Left Arrow */

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

.tooltipR .tooltiptextR {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2;
  font-size: 13px;
  
  /* position the tooltip */
  top: -5px;
  left: 102%;
}

/* position the arrow */
.tooltipR .tooltiptextR::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltipR:hover .tooltiptextR {
  visibility: visible;
}



/* Right Arrow */
.tooltipL {
    position: relative;
    display: inline-block;
  }
  
  .tooltipL .tooltiptextL {
    visibility: hidden;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 2;
    font-size: 13px;

    /* position the tooltip */
    top: -40px;
    right: 110%;
  }
  
  /* position the arrow */
  .tooltipL .tooltiptextL::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
  }
  .tooltipL:hover .tooltiptextL {
    visibility: visible;
  }



  