/* 
    Created on : 2017.03.30., 15:08:25
    Author     : SCANIATM
*/


#panels{
    display: none;
    z-index: 90;
}

#panels label{
    float: left;
    text-align: right;
    width: 105px;
    margin-right: 5px;
}

#panelsX{
    float: right;
    padding: 0px 0px 0px 11px;
    margin: 3px 2px 0px 0px;
    width: 5px;
    height: 16px;
    background: url('../icons/close.png') no-repeat;
    cursor: pointer;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    /*vertical-align: middle;*/
    padding-top: 7%;
    background-color: gray;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 80;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    border: 1px solid grey;
    width: 300px;
    padding: 2px 2px 2px 2px;
    background-color: whitesmoke;
}
.loading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*border: 1px solid grey;*/
    background: url(../images/loadinggears.gif) no-repeat;
    width: 160px;
    height: 160px;
    padding: 2px 2px 2px 2px;
}
.pb{
    margin-top: 0px;
    text-align: center;
    font-size: 10px;
}
.pb a{
    color: white;
    text-decoration: none;
}
.pb a:hover{
    color: cyan;
    text-decoration: underline overline;
}
.pb a:active{
    color: red;
    text-decoration: underline overline;
}

#ptitle{
    margin: -2px -2px 1px -2px;
    padding-bottom: 2px;
    text-align: center;
    color: white;
    background-color: grey;
}

#pa{
    
}
