/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 19, 2016, 1:54:16 PM
    Author     : Bo
*/

#allusersform {
    z-index: 101;
    position: relative;
    box-sizing: border-box;
    background-color: whitesmoke;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);    
    margin: auto;       
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;      
}

#allusers_container {
    z-index: 100;                
    position: relative;
    display: none;                                     
    background:white;                    
    box-sizing: border-box;   
}

.allusersheadline {    
    z-index: 101;     
    font-weight: bold;    
    width: 100%;
    border: 0;
    margin: 0 0 1em;    
    box-sizing: border-box;
    font-size: 1em;
    padding-top: 0em;
}

.closeallusersbutton {
    z-index: 102; 
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    background-image: url(./close-32.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.closeallusersbutton:hover {
    background-image: url(./close-32-hover.png);
}

.allusers_adduser_button {
    z-index: 102; 
    position: absolute;
    right: 166px;    
    top: 10px;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    background-image: url(./AddUserMale-32.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.allusers_adduser_button:hover {
    background-image: url(./AddUserMale-32-hover.png);
}

.allusers_search_button {
    z-index: 102; 
    position: absolute;
    right: 114px;    
    top: 10px;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    background-image: url(./Search-32.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.allusers_search_button:hover {
    background-image: url(./Search-32-hover.png);
}

.allusers_search_content_pointer{
    z-index: 110;
    display: none;
    position: absolute;     
    width: 0; 
    height: 0;
    border-bottom: 12px solid black;           
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;     
    right:120px; 
    top:52px;
}

.allusers_search_content{
    z-index: 110;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    
    box-sizing: border-box;    
    top:65px;  
    text-align: center;
}

.allusers_search_input { 
    position: relative;
    outline: 0;    
    background: white;
    width: 90%;
    border: 0;
    margin: 1em 0em 1em;
    padding: 0.7em;
    box-sizing: border-box;
    font-size: 1em;
}

.allusers_filter_button {
    z-index: 102; 
    position: absolute;
    right: 62px;
    top: 10px;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    background-image: url(./filter-32.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.allusers_filter_button:hover { 
    background-image: url(./filter-32-hover.png);
}

.allusers_filter_content_pointer{
    z-index: 110;
    display: none;
    position: absolute;     
    width: 0; 
    height: 0;
    border-bottom: 12px solid black;           
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;     
    right:68px; 
    top:52px;
}

.allusers_filter_content{
    z-index: 110;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    
    box-sizing: border-box;    
    top:65px;  
    text-align: left;
}

.allusers_filter_input { 
    position: relative;
    outline: 0;        
    width: 90%;
    border: 0;       
    box-sizing: border-box;
    font-size: 1em;
    list-style-type:none;
}

.allusers_filter_input li { 
    position: relative;
    outline: 0;        
    width: 100%;
    border: 0;       
    box-sizing: border-box;
    font-size: 1em;
    margin: 0em 0em 1em;     
    cursor: pointer;
}

.allusers_filter_input li:hover, li:focus { 
    color: #4BB131;    
}

.allusers_singleuser {
    position: relative;    
    box-sizing: border-box;    
    margin: 20px;
    padding: 20px;    
    padding-top: 10px;    
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
    background-color: white;
    /*cursor: pointer;*/
}


/*
* button panel
*/
.allusers_user_button_panel {
    position: relative;
    z-index: 102;
    width: 100%;    
    height: 24px;    
    padding-bottom: 10px;
}

.allusers_user_button {
    z-index: 102;
    position: relative;    
    float: right;
        
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    margin-left: 15px;
        
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.allusers_deleteuser_button {         
    background-image: url(./RemoveUserMale-32.png);    
}

.allusers_deleteuser_button:hover {
    background-image: url(./RemoveUserMale-32-hover.png);
}

.allusers_edituser_button {
    background-image: url(./EditUserMale-32.png);
}

.allusers_edituser_button:hover {
    background-image: url(./EditUserMale-32-hover.png);
}

.allusers_subuser_button {
    background-image: url(./UserGroupManMan-32.png);
}

.allusers_subuser_button:hover {
    background-image: url(./UserGroupManMan-32-hover.png);
}

.allusers_message_button {
    background-image: url(./Message-32.png);
}

.allusers_message_button:hover {
    background-image: url(./Message-32-hover.png);
}
   
/* For mobile phones: */
@media only screen and (min-device-width: 0px) and (max-device-width: 767px) {
    
    .allusersform {
        width: 90%;
        min-width: 90%;
        height: 90%;        
        padding: 2%;        
    }
    
    .allusers_singleuser {
        width: 80%;
        min-width: 80%;
    }
    
    .allusers_search_content{
        width: 80%;
        min-width: 80%;    
        right:10%;
    }
    
    .allusers_filter_content{
        width: 80%;
        min-width: 80%;           
        right:10%;
    }
    
}



/* For tablets: */
@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    
    .allusersform {        
        width: 90%;
        min-width: 90%;
        height: 90%;        
        padding: 2%;   
    }
    
    .allusers_singleuser {
        width: 40%;
        min-width: 40%;
    }   
    
    .allusers_search_content{
        width: 80%;
        min-width: 80%;   
        right:10%;        
    }
    
    .allusers_filter_content{
        width: 80%;
        min-width: 80%;   
        right:10%;        
    }
}

/* For laptops: */
@media only screen and (min-device-width: 1200px) {
    
    .allusersform {
        width: 90%;
        min-width: 90%;
        height: auto;
        padding: 2%;
    }
    
    .allusers_singleuser {
        width: 30%;
        min-width: 400px;
    }
    
    .allusers_search_content{
        width: 30%;
        min-width: 500px;   
        right:102px;
    }
    
    .allusers_filter_content{
        width: 200px;
        min-width: 200px;   
        right:50px;        
    }
    
}