
*{
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
}

userText{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: red;
}

#table-users thead .DESC::after{
    content:  '↓';
    
     color :#ff0000;
}
#table-users thead  .ASC::after{
    content:'↑';
    color :#ff0000;
}
#navigator div.nav-inline{
   
   
}
#main{
     margin-top: 80PX
}
#navigator{
    border:0;
}
#navigator nav{
    width: 100%;
    text-align: center;
}
.input-group{
    margin-bottom: 1rem;
}
.container{
   /* background: red;*/
}
.btn{
    cursor: pointer;
}
#thumbnail, .avatar{
    border-radius: 15px;
}
.thumbnail{
    position: relative;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    
    background-color: green;
    padding: 5px;
    left: 0px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover{ /*CSS for enlarged image on hover*/
   
    border: 2px solid red;
    

}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top:10px;
    border: 2px solid red;
    left: 60px; /*position where enlarged image should offset horizontally */

}

.maincontainer{
    width:100%;
    height:100%;
}

.header {

    position: relative;
    z-index: 999;
    padding: 30px 0px ;
    background: #0099cc;
}
.hadeLogo {
    width: 400px;
    height: 133px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: inset -5px 0px 6px -2px rgba(51,51,51,1);
    -moz-box-shadow: inset -5px 0px 6px -2px rgba(51,51,51,1);
    box-shadow: inset -5px 0px 6px -2px rgba(51,51,51,1);   -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    z-index: 1;
}


ul li a {
    font-family:Verdana, Geneva, sans-serif;
    font-size:15px;


}
.mainclass{
    margin:auto;
    width:92%;
    height:1089px;
}
.titel{
    padding:2px;
    margin:15px 0px 20px 0px;
}
.hr {
    margin-top: 5px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #e4e4e4;
}

.middel_div_right
{

    background-color:#FFF;
    padding:45px;
    width:100%;
    /*box-shadow: 5px 5px 10px grey;*/
    float:right;
    border:0px solid #000;

}