/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    position: relative;
    min-height: 100vh;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#map {
    border: 1px solid #AAA;
    width: 100%;
    height: 0;
    padding: 49% 0;
    margin: 0 auto;
}

@media screen and (orientation:landscape) {
    #map {
        width: 100%;
        height: 90vh;
        padding: 0 49%;
    }
    /* Landscape styles */
}

@media (min-width: 35.5em) {
    #map {
        height: auto;
        padding: 25em;
    }
}

.stanga {
    width: 385px;
    height: 100%;
    position: absolute;
    /* left: 0px; */
    z-index: 1001;
    background-color: #8280805c;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    overflow-x: auto;
    cursor: default;
}


/* .tweet {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
} */

.stangaSus {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
}

.up {
    display: flex;
    margin-left: 5%;
}

.tweet {
    /* display: inline-block; */
    /* display:grid; */
    font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 10px 5px;
    padding: 8px 12px 19px 4px;
    max-width: 468px;
    background-color: #fff;
}


/* .container{
    
  background-color: #fff;
  border-bottom:1px solid lightblue;
  margin-top:20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 8px 12px 19px 4px;

}
.container p{
    font-size: 16px;
  font-weight: normal;
  line-height: 20px;
} */

.tweet a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    outline: 0 none;
}

.profilePic {
    border-radius: 50%;
    height: 30px;
}

.tweetPic {
    margin-left: 50%;
    height: 30px;
}

.tweeterInfos {
    display: grid;
}

.tweeterAccount {
    white-space: nowrap;
    grid-row: 1;
    margin-left: 5%;
    width: 100%;
    display: inline-block;
    font-size: 7px;
}

.atTweeter {
    grid-row: 2;
    font-size: 3px;
    color: grey;
}

.tweetContent {
    margin-top: 5%;
    margin-left: 5%;
    font-size: 9px;
    /* overflow: auto; */
}

.x {
    position: absolute;
    right: 5px;
    font-weight: bold;
    color: red;
    cursor: pointer;
}

.mycluster {
    text-align: center;
    font-size: 16px;
    background-size: cover;
    padding-top: 17px;
    box-sizing: border-box;
    text-shadow: 0px 0px 6px #fff;
}

.cluster6 {
    font-size: 14px;
    padding-top: 19px;
    background-image: url(clusters/black.png);
}

.cluster5 {
    background-image: url('clusters/red.png');
}

.cluster4 {
    background-image: url('clusters/orange.png');
}

.cluster3 {
    background-image: url('clusters/lightorange.png');
}

.cluster2 {
    background-image: url('clusters/yellow.png');
}

.cluster1 {
    background-image: url('clusters/green.png');
}

.formular {
    padding: 20px;
    background-color: #fff;
}

.titluForm {
    text-align: center;
    font-size: 20px;
    color: #353b48;
    font-weight: 700;
    margin-bottom: 30px;
}

.linieForm {
    display: flex;
    margin-bottom: 15px;
}

.label {
    flex: 2;
}

.input {
    flex: 4;
}

.input input,
.input select {
    background-color: #b2b6bb1f;
    border: 1px solid #7f8fa6;
    width: 100%;
}

.submit {
    text-align: center;
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.leaflet-marker-icon:not(.mycluster) {
    width: 36px !important;
    height: 36px !important;
}

.leaflet-popup-content {
    display: none;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-popup-content-wrapper {
    display: none;
}

.leaflet-popup-tip-container {
    display: none;
}

.leaflet-popup-close-button {
    display: none;
}

.container {
    width: 320px;
    margin: 1em 1em 1em 1em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding-bottom: 1.5em;
    background-color: white;
    -webkit-box-shadow: #bdc3c7 0 5px 5px;
    -moz-box-shadow: #bdc3c7 0 5px 5px;
    box-shadow: #bdc3c7 0 5px 5px;
}

.avatarcontainer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    display: block;
    margin-left: 3%;
    margin-top: 2%;
}

.avatarcontainer:hover>.hover {
    opacity: 1;
}

.avatar {
    width: 100%;
    border: 3px solid lavenderblush;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.avatar img {
    width: 65px;
    height: 65px;
}

.avatar:hover+.hover {
    opacity: 1;
    cursor: pointer;
}

.hover {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #3498db;
    top: 0;
    font-size: 1.8em;
    text-align: center;
    color: white;
    padding-top: 18%;
    opacity: 0;
    font-family: 'FontAwesome';
    font-weight: 300;
    border: 8px solid #5cc0ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

header h3 {
    margin-top: 15%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    margin-left: 27%;
}

.content p {
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 2%;
    font-size: 15px;
}

.iconTwitter {
    width: 60%;
}

header h1 {
    margin-top: 6%;
    font-size: 22px;
    position: absolute;
    margin-left: 27%;
    font-weight: lighter;
}

.filtreSelectate {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px;
    margin-top: 20px;
    font-size: 18px;
    float: left;
    width: calc(100% - 495px);
    color: #273c75;
    overflow: hidden;
    white-space: nowrap;
}

.c {
    clear: both;
}

b {
    font-weight: bold;
}