/*
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 : Dec 21, 2016, 12:46:38 PM
    Author     : kkurbanov
*/
.user-header {
    width: 80%;
    margin: 0em auto;
    padding: 0.5em 1em;
    background-color: #f5f5f5;
    font-style: italic;
    color: #949494;
}
.admin-logout {
    color: blue;
    opacity: 0.5;
    float: right;
}
.admin-logout:hover {
    opacity: 1;
    cursor: pointer;
}
.my-table {
    width: 80%;
    margin: 0em auto; 
    position: relative;
}
.fa{
    font-size: 1.1em;
}
.lock-point{
    font-size: 2em;
    border: 1px solid #428bca;
    color: #428bca;
    padding: 0px 11px;
    border-radius: 30px;
}
.lock-point:hover{
    /*font-size: 1.2em;*/
    border: 1px solid #0077b3;
    color: #0077b3;
}
.point-list-option{
    border: 0.1em solid #004886;
    width: 85px;
    background-color: #428bca;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 60px;
    display: none;
    z-index: 10;
}
.point-list-option ul{
    text-align: center;
    padding: 0.1em;
}
.point-list-option ul li{
    list-style-type: none; 
    /*border: 1px solid #004886;*/
}
.point-list-option ul li a{
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    width: 81px;
    display: block;
}
.point-list-option ul li a:hover{
    color: #eee;
    background-color: #004886;    
}
.a-block{
    background-color: #ff5f83;
}
.lock-user{
    color: #ca4242;
}
.lock-user:hover{
    color: #962a2a;
}
.lock-user:active{
    color: #962a2a;
}
.lock-user:focus{
    color: #962a2a;
}
.user-td-end{
    font-size: 1.3em;
    text-align: center;
    width: 59px; 
}
.view-button-edit,
.edit-button-edit{
    border-radius: 0.2em;
    background-color: #44a7ec;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border: 2px outset #93d2fd;
    padding: 6px;
}
.view-button-edit:active,
.edit-button-edit:active{
    border: 2px inset #93d2fd;
}
.admin-button-back{
    position: relative;
    border-radius: 0.2em;
    text-decoration: none;
    text-align: center;
    background-color: #44a7ec;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border: 2px outset #93d2fd;
    padding: 8px 20px;
    margin-right: 10px;
    margin-left: 5px; 
}
/*.admin-button-back::after {
    content: ''; 
    border-radius: 0.2em;
    position: absolute;  Абсолютное позиционирование 
    left: -40px; bottom: -3px;  Положение треугольника 
    border: 20px solid transparent;  Прозрачные границы 
    border-right: 20px outset #44a7ec;  Добавляем треугольник 
   }*/
.admin-button-back:hover{
    border-radius: 0.2em;
    text-decoration: none;
    background-color: #44a7ec;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border: 2px outset #93d2fd; 
}
.admin-button-back:active{
    border: 2px inset #93d2fd;
}
table.table > tbody > tr.user-tr > td.block-table-row {
    background-color: #eee;
    color: #888;
}
.deny-user-visible{
    display: none;
}
.allow-deny-user-visible{
    display: none;
}
.admin-top-panel {
    background-color: #454545;
    height: 50px;
    color: #fff;
    padding: 0.5em;
}
.select_users {
    line-height: 38px;
}
input.type_users {
    margin-right: 15px;
}
#admin-user-table_filter label{
    display: block;
    float: right;
}
#admin-user-table_filter input.form-control{
    width: 70%;
}
.pagination {
    float:right;
    margin: 0px 0;
}
.row{
    margin-top: 0.5em;
}
