﻿.password-icon {
    float: left;
    position: relative;
    left: 166px;
    margin: -26px 0 0 0;
    cursor: pointer;
    color: #464646;
}

.ps-button-admin {
    height: 33px;
    color: white;
    background-color: #1da7ff;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    min-width: 30px;
}

    .ps-button-admin:hover {
        color: white;
        background-color: #155f8e;
        transition: 0.7s;
        background-position: 0 -15px;
    }




.ps_check_list td {
    position: relative;
    border: 0px solid gray;
    height: 25px;
    width: 320px;
    background-color: transparent;
    vertical-align: central;
    margin: 5px;
    padding: 5px;
}


.ps_check_list input {
    position: absolute;
    top: 0px;
    left: 15px;
}

.ps_check_list label {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 35px;
    font-weight: 100;
}