/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wpulh-history-container
{
	height: 500px;
    overflow: auto;
}
.login-history_detail-wrap{
	border: 1px solid black;
    margin: 5px 5px 15px 5px;
    padding: 20px;
}


#wp-users-login-history-container .wpulh-modal-heading
{
    text-align: center;
    padding: 20px 20px 0px 20px;
    border-bottom: 1px solid;
}

.wpulh-container p .wpulh-input-text
{
    width: 30%; 
    padding: 12px 20px; 
    margin: 0; 
    display: inline-block; 
    border: 1px solid #ccc; 
    box-sizing: border-box; 
} 
.wpulh-usericon img.avatar{
    width: 10%;
    border-radius: 50%;
}

#wp-users-login-history-container .wpulh-login .wpulh-container p,
{
    text-align: center;
}


.wpulh-container button 
{
    background-color: #4CAF50; 
    color: white; 
    padding: 10px; 
    margin: 8px 0; 
    border: none; 
    cursor: pointer; 
    width: 15%; 
    text-transform: capitalize;
}  
.wpulh-container .button.wpulh-container-close-btn,
button.clear-wp-users-login-history
{
        background-color: #a00 !important;
        color: white !important;
        padding: 7px ;
        margin: 0 !important;
        border: none ;
        cursor: pointer !important;
        width: 10%;
        text-transform: capitalize;
}

  
.wpulh-container button:hover, 
.wpulh-container .button.wpulh-container-close-btn
{ 
    opacity: 0.8; 
} 
  
.wpulh-container { 
    padding: 16px; 
}  
  
.wpulh-modal { 
    display: none;  
    position: fixed; 
    z-index: 9999;  
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;  
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px; 
} 
  
.wpulh-modal-content { 
    background-color: #fefefe; 
    margin: 5% auto 15% auto;  
    border: 1px solid #888; 
    width: 60%;  
} 
  
.animate { 
    -webkit-animation: animatezoom 0.6s; 
    animation: animatezoom 0.6s 
} 
  
@-webkit-keyframes animatezoom { 
    from {-webkit-transform: scale(0)}  
    to {-webkit-transform: scale(1)} 
} 
    @keyframes animatezoom { 
    from {transform: scale(0)}  
    to {transform: scale(1)} 
} 

@media (min-width: 320px) and (max-width: 480px) {
    .wpulh-modal-content {
        background-color: #fefefe;
        margin: 5% auto 15% auto;
        border: 1px solid #888;
        width: 90%;
    }

    .wpulh-container p .wpulh-input-text
    {
        width: 100%; 
        padding: 15px 20px; 
        margin: 0; 
        display: inline-block; 
        border: 1px solid #ccc; 
        box-sizing: border-box; 
    } 
    .wpulh-container .button.wpulh-container-close-btn
    {
        background-color: #a00;
        color: white;
        padding: 7px;
        margin: 0;
        border: none;
        cursor: pointer;
        width: 50%;
        text-transform: capitalize;
    }

    .wpulh-container button
    {
        background-color: #4CAF50; 
        color: white; 
        padding: 15px 20px; 
        margin: 0; 
        border: none; 
        cursor: pointer; 
        width: 100%; 
        text-transform: capitalize;
    }  
  
}
@media (min-width: 200px) and (max-width: 319px) {
    .wpulh-modal-content {
        width: 90%;
    }

    .wpulh-container p .wpulh-input-text,
    .wpulh-container .button.wpulh-container-close-btn,
    .wpulh-container button
    {
        width: 100%;
        padding: 5px 10px;
    }
}
@media only screen and (device-width: 768px) {
 
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  /* For landscape layouts only */
   .wpulh-modal-content {
        width: 90%;
    }

    .wpulh-container p .wpulh-input-text
    {
        width: 60%; 
    } 
    .wpulh-container .button.wpulh-container-close-btn
    {
        width: 15%;
    }
    .wpulh-container button
    {
        width: 25%; 
    }  

    .wpulh-account-button-container.center
    {
        left: 41% !important;
    }
    .wpulh-account-button-container.left {
        left: 86% !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .wpulh-modal-content {       
        width: 90%;
    }

    .wpulh-container p .wpulh-input-text
    {
        width: 50%; 
    } 
    .wpulh-container .button.wpulh-container-close-btn
    { 
        width: 15%;
    }

    .wpulh-container button
    {
        width: 25%; 
    }  

    .wpulh-account-button-container.center
    {
        left: 41% !important;
    }
    .wpulh-account-button-container.left {
        left: 90% !important;
    }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
  /* For landscape layouts only */
  .wpulh-modal-content {       
        width: 90%;
    }

    .wpulh-container p .wpulh-input-text
    {
        width: 50%; 
    } 
    .wpulh-container .button.wpulh-container-close-btn
    { 
        width: 15%;
    }
    
    .wpulh-container button
    {
        width: 25%; 
    }  

    .wpulh-account-button-container.center
    {
        left: 41% !important;
    }
    .wpulh-account-button-container.left {
        left: 90% !important;
    }
}

p.wpulh-success{
    color: green;
    font-weight: 600;   
}
p.wpulh-error{
    color: red;
    font-weight: 600;   
}