html {
    height: 100%;
}
body{
    margin: 0;
    background-color: black;
    height: 100%;
    font-family: 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#logotxt{
    color: white;
    font-weight: bold;
    text-decoration: none;
    float: left;
    padding: 10px;
}

#logotxt h1{
    font-size: 20pt;
    margin: 0;

}
#logotxt h2{
    font-size: 10pt;
    margin: 0;
    padding-left: 10px;

}

.navigation{
    display: block;
    margin-bottom: 10px;
    overflow:auto;
    background-color: #181818;
}

.navigation ul{
    margin-top: 25px;
    color: white;
    display:inline-block;
    margin-left: 1vw;
}

.navigation ul li{
    display: inline;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    
}

.btn{
    color: white;
    font-weight: bold;
    font-size: 14pt;
}

.recentmessages{
    float:left;
    display: block;
    height: 100vh;
    width: 25%;
    background-color: #202020;
    border-radius: 7px;
    color: white;
}

.title{
    font-size: 22pt;
    padding-top: 15px;
    padding-bottom: 15px;

    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.message .sender{
    margin-top: 10px;
   margin-left: 20px;
    float: left;
    color: gray;
}
.message{
    background-color: #181818;
    height: 100px;
    margin-top: 5px;
}
.message .date{
    margin-top: 10px;
    float: right;
    color: grey;
    margin-right: 20px;
}
.message .msg{
    margin-left: 20px;
    word-wrap: break-word;
    float: left;
}

.phonenumberlist{
    background-color: chocolate;
    
}

.clickbox{
    text-decoration: none;
    color: white;
}

.phone{
    background-color: #202020;
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-left: 10px;
    text-decoration: none;
    color: white;
}

.statusContainer{
}

.statusindikator{
    float: right;
    margin-right: -10px;
}

.status{
    float: right;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}


.number{
    font-weight: bold;
    text-align: center;
    z-index: 10;
}

.country{
    text-align: center;
}
.flag{
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.flagContainer{
}

.status .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.status:hover .tooltiptext {
    visibility: visible;
}

.msghead{
    overflow:auto;
}

.tooltip {
}

.msglisttable{
    margin: auto;
    width: 50%;
    background-color: #181818;
    color: white;
    border-collapse: separate;
}

td{
    padding: 10px;
}

td a{
    color: white;
}


tr{
    margin: 10px;
}

/*<---ABOUT PAGE->*/

.topdesc{
    color: white;
    background-color: #202020;
    text-align: center;
}

.topdesc ul li{
    display: inline;
    padding-left: 1vh;
    padding-right: 1vh;
}

#jokeimg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}