body{
    background-image: url('../images/001.jpg');
    /*background-repeat: no-repeat;*/
    background-size: 100%;
}
/*#wap{
    position: fixed;
    border: 2px #000 solid;
    padding: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 10px;
    z-index: 1000;
}*/
#statistic{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.statistic{
    margin: 0 auto;
}
.statistic:hover{cursor: pointer;}
.content{
    position: relative;
    background: #fff9e5;
    text-align: center;
    margin: 1em auto;
    width: 93%;
    min-width: 900px;
    padding: 1.3em;
    border-radius: 10px;
    box-shadow:
        inset rgba(0,0,0,.5) -3px -3px 8px,
        inset rgba(255,255,255,.9) 3px 3px 8px,
        rgba(0,0,0,.8) 3px 3px 8px -3px;
}
#container table {
    width: 99%;
    border-collapse: collapse;
    margin: 0px auto;
    margin-bottom: 1em;
    /*                background: #C9E4F6;*/
}
#container table tbody td{
    text-align: left;
    padding-right: 5px;
}
#container table tbody th, td {
    border: solid 1px #000;
    padding: 5px;
}
#container table tbody tr:hover{
    background:  #f2f2f2;
    cursor: pointer;
}
#filtr{
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 100px;
    border: 1px #000 solid;
}
#f{
    width: 50px;
    margin-top:  -10px;
    margin-left: 10px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
#filtr table{
    width:100%;
    height: auto;
}
#filtr table td{
    text-align: left;
    /*width: 5%;*/
    border: 0px solid transparent;
}
.hidden{
    visibility: hidden;
}
.active{
    padding-left: 10px;
    padding-right: 10px; 
    visibility:  visibility;
}
.hiden{
    visibility: hidden;
}
.activ{
    padding-left: 10px;
    padding-right: 10px; 
    visibility:  visibility;
}
button.hidden{
    visibility: hidden
} 
#exit, #vypol, #edit, #add{
    padding: 5px;
    border: 1px #000 solid;  
    border-radius: 4px;
    color: #000;
    background: #fff;
}
#filtr #vypol{
    position: absolute;
    bottom: -10px;
    left: auto;
}
#vypol:hover{
    box-shadow:
        inset rgba(255,255,255,.9) 3px 3px 8px,
        rgba(0,0,0,.8) 3px 3px 8px -3px;
    cursor: pointer;
    font-size: .9em;
}
#filtr.button:hover{
    box-shadow:
        inset rgba(255,255,255,.9) 3px 3px 8px,
        rgba(0,0,0,.8) 3px 3px 8px -3px;
    cursor: pointer;
    font-size: .9em;
}
#edit:hover{
    box-shadow:
        inset rgba(255,255,255,.9) 3px 3px 8px,
        rgba(0,0,0,.8) 3px 3px 8px -3px;
    cursor: pointer;
    font-size: .9em;
}  
#filtr #exit{
    position: absolute;
    bottom:  -10px;
    right: 20px;
}
#filtr #edit{
    position: absolute;
    bottom:  -10px;
    left:  10px;
}
#filtr #add{
    position: absolute;
    bottom:  -10px;
    left:  20px;
}
#add:hover{
    box-shadow:
        inset rgba(255,255,255,.9) 3px 3px 8px,
        rgba(0,0,0,.8) 3px 3px 8px -3px;
    cursor: pointer;
    font-size: .9em;
}
#exit:hover{
    box-shadow:
        inset rgba(255,255,255,.9) 3px 3px 8px,
        rgba(0,0,0,.8) 3px 3px 8px -3px;
    cursor: pointer;
    font-size: .9em;
}
#user{
    position: absolute;
    width: 30px;height: 30px;
    /*border: #000 1px solid;*/
    /*background-image: url("images/keks.jpg");*/
    background-image: url('../images/login.png');
    background-size: 30px 30px; /*размер по ширине*/ /*размер по высоте*/
    top: 20px;
    right: 20px;
}
#nameuser{
    position: absolute;
    top: 27px;
    right: 60px;
    /*margin-left: 20px;*/
}
.hr {
    padding: 0;
    height: 10px;
    border: none;
    border-top: 1px solid #333;
    box-shadow: 0 10px 10px -10px #8c8b8b inset; 
    margin-top: 2em;
}
.hiden{display: none; color: #0077b3; }

/*Прокрутка страницы*/
.back-to-top {
    background: #fff;
    opacity: .5;
    border-radius: 50%;
    position: fixed;
    bottom: -50px;
    padding: 6px 12px;
    right: 10px;
    cursor: pointer;
    transition: 0.3s all;
}

.back-to-top.active {
    bottom: 30px;
    transition: 0.3s all;
}
#filtr #search{
    position: absolute;
    top: -13px;
    left: 100px;
}
#searchInput{
    /*border: none;*/
}
#submit{
    border: none;
    margin-left: -5px;
}
#submit:hover{cursor: pointer;}
header{
    text-align: center;
}
#search{
    position: absolute;
    top: -10px;
    left: 100px;
}
.search {
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.search input, button {
    border: none;
    outline: none;
    border-radius: 3px;
}
.search input {
    width: 100%;
    height: 20px;
    background: #fff9e5;
    padding-left: 15px;
    border: #000 1px solid;
}
.search button {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    right: -15px;
    background: #fff9e5;
    cursor: pointer;
}
.search button:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #000;
    font-size: 15px;
    /*font-weight: bold;*/
}
/*#blink{display: none;}*/
#blink h2{ 
    font-size: 1em; 
    font-family: serif; 
    color:#8B0000; 
    text-align: center; 
    animation: animate 1s linear infinite; 
}  

@keyframes animate{ 
    0%{ 
        opacity: 0; 
    } 
    50%{ 
        opacity: 0.7; 
    } 
    100%{ 
        opacity: 0; 
    } 
} 
#user_info{
    display: none;
}
#tooltip {
    z-index: 9999;
    position: absolute;
    display: none;
    top:0px;
    left:0px;
    width: 100px;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: #000;
    border-radius: 5px; 
    box-shadow: 0 1px 2px #555;
    text-align: center;
    font-size: .7em;
}
.feedback:hover{cursor: pointer;}
#feedback_hend{
    position: absolute;
    top: 27px;
    left: 20px;
}
#feedback_foot{
    position: absolute;
    bottom:  38px;
    left: 20px;
}

