﻿.popup {
    position: fixed;
    z-index: 100000002;
    top: 60px;
    left: 50%;
    width: 40%;
    max-width:600px;
    min-width:360px;
    height: 80%;
    background: #fff;
    -moz-box-shadow: 4px 4px 30px #130507;
    -webkit-box-shadow: 4px 4px 30px #130507;
    box-shadow: 4px 4px 30px #130507;
    -moz-transition: top 0ms;
    -o-transition: top 0ms;
    -webkit-transition: top 0ms;
    transition: top 0ms;
}
.p_content {
    width: 100%;
    text-align: center;
    font-size: 23px;
    padding: 20px 0 20px 0;
    overflow: auto;
    position: absolute;
    height: 100%;
}
.p_anch {
    float: left;
    position: relative;
    z-index: 100000001;
    width: 100%;
    margin: 80px 0 0 0;
    text-align: center;
    font-size: 18px;
}
    .p_anch a {
        color: #000;
    }
        .p_anch a:hover {
            text-decoration: none;
        }
.p_anch_bottom {
    margin: 1500px 0 0 0;
    padding: 0 0 50px 0;
}
.p_close {
    float: left;
    width: 15px;
    height: 14px;
    margin: 11px;
    background: url(../images/popup_close.png);
    position: absolute;
    z-index: 111111;
}
.p_body {
    z-index:100000000;
    background: #000;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    -moz-transition: opacity 1200ms;
    -o-transition: opacity 1200ms;
    -webkit-transition: opacity 1200ms;
    transition: opacity 1200ms;
}


/* js стили — декларативно */
  .js__popup_listaF {}
  .js__popup_listaR {}
  .js__popup_listaL {}
  .js__popup_listaZaSudjenje {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }


  .listapapir
  {
    height: auto;
    border-collapse: collapse;
    font-weight:bold;
    color:black;
    font-size:18px;
    width:80%;
    overflow: auto; 
    margin-left:10%;
    margin-right:10%;

}

.listapapir td, th {
    border: 1px dotted darkgrey;
    padding: 3px;
    text-align: center;
    max-width:50px;
}
  

  .listasudjenje
  {
    height: auto;
    border-collapse: collapse;
    font-weight:bold;
    color:black;
    font-size:12px;
    width:90%;
    overflow: auto; 
    margin-left:5%;
    margin-right:5%;

}

.listasudjenje td, th {
    border: 1px dotted darkgrey;
    padding: 3px;
    text-align: center;
    max-width:80px;
}
  