body {
    font: 12pt Arial, Helvetica, sans-serif;
    margin: 0;
    height:100%;
}

a{
    color:#33636f;
}

a:hover{
    color:#1996b7;
}

.c{
    clear: both;
}

.i{
    display: inline-block;
}

footer{
    height: 100px;
}

.pannel{
    padding:10px;
    border-radius: 10px;
    border:1px solid #57bb4b;
    background-color: #c9ffdc;
    display: inline-block;
    text-align: left;
}

.menu{
    margin-top:30px;
    margin-left:50px;
    display: inline-block;
}

.menu .el{
    display:inline-block;
    border:1px solid #8e8e8e;
    line-height: 30px;
    padding: 0 10 0 10;
    color:#616161;
}

.menu .el:hover{
   text-decoration: underline;
    color:#000;
    border-color: #000;
    box-shadow: 0 0 2 0;
}

.content{
    margin-top:20px;
    margin-left:60px;
}

.page_title{
    font-size: 25px;
    margin-bottom:20px;
}

.add_small span{
    border: 1px solid #098000;
    color:#098000;
    font-size: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.add_small{
    width:25px;
    height:25px;
}

.add_small a{
    text-decoration: none;
}

.add_small:hover span{
    text-decoration: underline;
}


.add span{
    border: 1px solid #098000;
    color:#098000;
    font-size: 30px;
    margin:0;
    padding:0;
    vertical-align: top;
    text-align: center;
    display: block;
    cursor: pointer;
}

.add{
    width:35px;
    height:35px;
}

.add a{
    text-decoration: none;
}

.add:hover span{
    text-decoration: underline;
}

.list thead{
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.list table tbody tr:nth-child(odd) {
    background:#ccc;
}

.list table tbody tr:hover{
    background:#c6f1fe;
}

.list table tbody td{
    padding: 5 10 5 10;
}

.clickable{
    cursor: pointer;
}

.editable{
    min-width:200px;
    display:inline-block;
    min-height:20px;
    background-color: #fafafa;
}

.editable input{
    min-width: 50px;
    
}

.edit_btn{
    display:none;
    position: absolute;
    width:20px;
    height:20px;
    background-color: #dedede;
    border: 0px solid #656565;
    opacity: 0.6;

}

.edit_btn:hover{
    opacity: 1;
    border: 1px solid #656565;
    background-color: #dedede;
    cursor: pointer;
}

.editable .submit{
    position: absolute;
    margin-left:5px;
    cursor: pointer;
}

.editable .submit:hover{
    border: 1px solid #656565;
    background-color: #dedede;
    cursor: pointer;
}

.sacrarium{
    border: 1px solid #3f0f10;
    border-radius: 10px;
    padding:0px 0 15px 0;
    margin:10px 10px 10px 20px;
}

.sacrarium .title2{
    display:inline-block;
    margin:10px;
}

.sacrarium .list{
    margin-left:100px;
}

.sacrarium .list .sacrarium_name{
    display: inline-block;
}

.sacrarium .holyday_name{
    margin-left:20px;
    display: inline-block;
}

.sacrarium .el .t{
    margin-left:20px;
    display: inline-block;
    color: #3f0f10;
    font-size: 14px;
}

.sacrarium .holyday_greeting_title{
    margin-left:20px;
    display: inline-block;
}

.login{
    border: 1px solid #00d20b;
    color:#018c08;
    height:140px;
    width:300px;
    display: inline-block;
    padding-top:40px;
    text-align: center;
    margin-top:100px;
}

.infobox{
    position:fixed;
    height:20px;
    background-color: #d52b01;
    color:#fff;
    opacity: 0;
    text-align: center;
    font-family: arial;
    font-size: 18px;
    top:-20px;
    padding: 5 20 5 20;
}

.log{
    background-color: #fffee5;
    position: fixed;
    width:300px;
    right:0;
    border-left: 1px solid #c2c2c2;
    overflow-y: scroll;
}

.log .title{
    padding: 10 0 0 0;
    text-align: center;
    font-size: 30px;
    padding-bottom:13px;
    border-bottom: 2px dotted #7e7e7e;
    border-bottom-left-radius: 100px;
    cursor: pointer;
    background-color: #fcfacd;
}

.log .title:hover{
    background-color: #f9f699;
}

.log .list{
    margin-top:20px;
    margin-left:5px;
}

.log .who{
    display: inline-block;
    color:#959595;
}

.log .message{
    margin-bottom:10px;
    font-size: 14px;
}

.log .chat{
    position: fixed;
    bottom:10;
    right:25;
}

.log .chat input{
    width:265px;
}

.log .new{
    color:#f00 !important;
}

.church .name{
    font-size: 25px;
}

.church .title{
    color:#3f0f10;
    font-weight: 600;
    width:200px;
    display: inline-block;
    margin-top:10px;
    margin-left:20px;
}

.kliriks .photo_popup{
    position: absolute;
}

.klirik .mnu{
    margin-bottom: 10px;
}

.klirik .mnu .el{
    text-decoration: none;
    display:inline-block;
    border:1px solid #86bfda;
    line-height: 22px;
    padding: 0 10 0 10;
    color:#86bfda;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px; 
}

.klirik .mnu .el:hover{
    text-decoration: underline;
    display:inline-block;
    border:1px solid #6391a6;
    color:#6391a6;
}

.klirik .name{
    font-size: 25px;
}

.klirik .title{
    font-weight: 700;
    width:200px;
    display: inline-block;
    margin-top:10px;
    margin-left:20px;
}

.klirik textarea{
    font-size: 16px;
    height:200px;
    width:300px;
    
}

.klirik .photo{
    display:inline-block;
    width:400px;
}

.klirik .photo img{
    max-height:300px;
    max-width:300px;
    -moz-box-shadow:0px 4px 8px 2px #e9e9e9;
    -webkit-box-shadow:0px 4px 8px 2px #e9e9e9;
    box-shadow:0px 2px 10px 1px #808080;
}

.klirikadd {
    text-align: center;
}

.editable_panel{
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin:10px 0 10px 0;
    vertical-align: top;

}

.klirik_edit_edu .del{
    display: none;
    background-image: url(/img/delete.svg);
    background-size: 20px;
    width:20px;
    height: 20px;
    position: absolute;
    padding-left:5px;
}

.klirik_edit_edu .el:hover .del{
    display: inline-block;
}

.klirik_edit_edu .title{
    vertical-align: top;
}

.klirik_edit_edu .add{ 
    display: none;
    background-image: url(/img/add.svg);
    background-size: 15px;
    width:15px;
    height: 15px;
    position: absolute;
    right:0;
    top:0;
    border: 1px solid #f7f7f7;
    
}

.klirik_edit_edu:hover .add{ 
    display: inline-block;
}

.klirik_edit_edu .add:hover{ 
    cursor: pointer;
    border: 1px solid #0f0;
}

.klirik_edu_add_form{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;   
    z-index: 1000;
}

.klirik_edu_add_form .container{
    border:1px solid #939393;
    border-radius: 10px;
    position: absolute;
    width:400px;
    height:155px;
    background-color: #fff;
    left:50%;
    margin-left:-200px;
    top:30%;
    padding:20px;
}

.klirik_edu_add_form .container .y{
    display: inline-block;
    font-size: 1.9em;
    color:#626262;
    margin-left:100px;
}

.klirik_edu_add_form .container .year{
    margin-left:20px;
    font-size: 1.9em;
    color:#626262;
    width:80px;
}

.klirik_edu_add_form .container .list{
    margin-left:10px;
    margin-top:20px;
    font-size: 1.3em;
    width:380px;
    color:#626262;    
}

.klirik_edu_add_form .container .submit{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-left: 40px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_edu_add_form .container .close{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-top:20px;
    margin-left: 10px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_edu_add_form .container .submit:hover{
    box-shadow: 0 0 10px #ccc;
}

.klirik_edit_awards .del{
    display: none;
    background-image: url(/img/delete.svg);
    background-size: 20px;
    width:20px;
    height: 20px;
    position: absolute;
    padding-left:5px;
}

.klirik_edit_awards .el:hover .del{
    display: inline-block;
}

.klirik_edit_awards .title{
    vertical-align: top;
}

.klirik_edit_awards .add{ 
    display: none;
    background-image: url(/img/add.svg);
    background-size: 15px;
    width:15px;
    height: 15px;
    position: absolute;
    right:0;
    top:0;
    border: 1px solid #f7f7f7;
    
}

.klirik_edit_awards:hover .add{ 
    display: inline-block;
}

.klirik_edit_awards .add:hover{ 
    cursor: pointer;
    border: 1px solid #0f0;
}

.klirik_awards_add_form{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;   
    z-index: 1000;
}

.klirik_awards_add_form .container{
    border:1px solid #939393;
    border-radius: 10px;
    position: absolute;
    width:400px;
    height:155px;
    background-color: #fff;
    left:50%;
    margin-left:-200px;
    top:30%;
    padding:20px;
}

.klirik_awards_add_form .container .y{
    display: inline-block;
    font-size: 1.9em;
    color:#626262;
    margin-left:100px;
}

.klirik_awards_add_form .container .year{
    margin-left:20px;
    font-size: 1.9em;
    color:#626262;
    width:80px;
}

.klirik_awards_add_form .container .list{
    margin-left:10px;
    margin-top:20px;
    font-size: 1.3em;
    width:380px;
    color:#626262;    
}

.klirik_awards_add_form .container .submit{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-left: 40px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_awards_add_form .container .close{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-top:20px;
    margin-left: 10px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_awards_add_form .container .submit:hover{
    box-shadow: 0 0 10px #ccc;
}

.klirik_edit_exchurch .del{
    display: none;
    background-image: url(/img/delete.svg);
    background-size: 20px;
    width:20px;
    height: 20px;
    position: absolute;
    padding-left:5px;
}

.klirik_edit_exchurch .el:hover .del{
    display: inline-block;
}

.klirik_edit_exchurch .title{
    vertical-align: top;
}

.klirik_edit_exchurch .add{ 
    display: none;
    background-image: url(/img/add.svg);
    background-size: 15px;
    width:15px;
    height: 15px;
    position: absolute;
    right:0;
    top:0;
    border: 1px solid #f7f7f7;
    
}

.klirik_edit_exchurch:hover .add{ 
    display: inline-block;
}

.klirik_edit_exchurch .add:hover{ 
    cursor: pointer;
    border: 1px solid #0f0;
}

.klirik_exchurch_add_form{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;   
    z-index: 1000;
}

.klirik_exchurch_add_form .container{
    border:1px solid #939393;
    border-radius: 10px;
    position: absolute;
    width:400px;
    height:175px;
    background-color: #fff;
    left:50%;
    margin-left:-200px;
    top:30%;
    padding:20px;
}

.klirik_exchurch_add_form .container .y{
    display: inline-block;
    font-size: 1.9em;
    color:#626262;
    margin-left:100px;
}

.klirik_exchurch_add_form .container .nast{
    font-size: 1.5em;
    color:#626262;
    margin-left:100px;
}

.klirik_exchurch_add_form .container .year{
    margin-left:20px;
    font-size: 1.9em;
    color:#626262;
    width:80px;
}

.klirik_exchurch_add_form .container .list{
    margin-left:10px;
    margin-top:20px;
    font-size: 1.3em;
    width:380px;
    color:#626262;    
}

.klirik_exchurch_add_form .container .submit{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-left: 40px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_exchurch_add_form .container .close{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-top:20px;
    margin-left: 10px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_exchurch_add_form .container .submit:hover{
    box-shadow: 0 0 10px #ccc;
}


.klirik_edit_church .del{
    display: none;
    background-image: url(/img/delete.svg);
    background-size: 20px;
    width:20px;
    height: 20px;
    position: absolute;
    padding-left:5px;
}

.klirik_edit_church .el:hover .del{
    display: inline-block;
}

.klirik_edit_church .title{
    vertical-align: top;
}

.klirik_edit_church .add{ 
    display: none;
    background-image: url(/img/add.svg);
    background-size: 15px;
    width:15px;
    height: 15px;
    position: absolute;
    right:0;
    top:0;
    border: 1px solid #f7f7f7;
    
}

.klirik_edit_church:hover .add{ 
    display: inline-block;
}

.klirik_edit_church .add:hover{ 
    cursor: pointer;
    border: 1px solid #0f0;
}

.klirik_church_add_form{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;   
    z-index: 1000;
}

.klirik_church_add_form .container{
    border:1px solid #939393;
    border-radius: 10px;
    position: absolute;
    width:400px;
    height:175px;
    background-color: #fff;
    left:50%;
    margin-left:-200px;
    top:30%;
    padding:20px;
}

.klirik_church_add_form .container .y{
    display: inline-block;
    font-size: 1.9em;
    color:#626262;
    margin-left:100px;
}

.klirik_church_add_form .container .nast{
    font-size: 1.5em;
    color:#626262;
    margin-left:100px;
}

.klirik_church_add_form .container .year{
    margin-left:20px;
    font-size: 1.9em;
    color:#626262;
    width:80px;
}

.klirik_church_add_form .container .list{
    margin-left:10px;
    margin-top:20px;
    font-size: 1.3em;
    width:380px;
    color:#626262;    
}

.klirik_church_add_form .container .submit{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-left: 40px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_church_add_form .container .close{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-top:20px;
    margin-left: 10px;
    text-align: center;
    padding-top:4px;
    font-size: 1.4em;
    color:#626262;
    width:150px;
    height:30px;
    cursor: pointer;
    display: inline-block;
}

.klirik_church_add_form .container .submit:hover{
    box-shadow: 0 0 10px #ccc;
}



.klirik_print .name{
    font-size: 20px;
    font-weight: 900;
    margin-bottom:30px;
}

.klirik_print .title{
    font-weight: 800;
    margin-bottom:10px;
}

.klirik_print .val{
    margin-left:30px;
    margin-bottom:20px;
    line-height: normal;
}

.klirik_print .l-panel{
    width:600px;
    display: inline-block;
    vertical-align: top;
}

.klirik_print .r-panel{
    width:200px;
    display: inline-block;
    vertical-align: top;
}

.klirik_print .b-panel{
    width:1000px;
    display: inline-block;
    vertical-align: top;
}


.popup{
    z-index: 1000;
    display: none;
}

.blured{
    filter: blur(5px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.sandbox{
    margin-top:20px;

}

.sandbox .title{
    font-size: 23px;
    color:#a4030b;
}

.sandbox .name{
    margin-top:15px;
    margin-bottom:5px;
    font-size: 18px;
    margin-left:10px;
}

.sandbox .act{
    font-size: 15px;
    margin-left:20px;
    margin-bottom:3px;
    display: inline-block;
}

.sandbox .chng{
    border-bottom: 1px solid #F00;
}

.sandbox .who{
    color:#5c5c5c;
    font-size: 15px;
    margin-left:10px;
}

.sandbox .edit{
    position: absolute;
}

.sandbox .edit{
    padding-left: 10px;
}

.sandbox .edit .confirm{
    display: inline-block;
    margin:1px;
    padding:2px;
}

.sandbox .edit .decline{
    display: inline-block;
    margin:1px;
    padding:2px;
}

.sandbox .edit .decline:hover{
    border: 1px solid #a2a2a2;
    margin:0px;
}

.sandbox .edit .confirm:hover{
    border: 1px solid #a2a2a2;
    margin:0px;
}

.klirik_photos .el{
    margin-bottom:10px;
    padding:10px;
    border:1px solid #ccc;
    width:500px;
}

.klirik_photos .el img{
    max-width:100px;
    box-shadow: -2 4 10 -3;
}

.modal_window_bg{
    height:100%;
    width:100%;
    background-color: #fff;
    opacity: 0.9;
    position: fixed;
    z-index: 98;
}

.modal_window{
    position: fixed;
    z-index: 99;
    width:100%;
}

.modal_window_container{
    width:700px;
    height:400px;
    margin: 0 auto;
    background-color: #fefec5;
    margin-top:100px;
    opacity: 1;
    z-index: 100;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Параметры тени */
    border-radius: 10px;
}

.modal_window .msg{
    height:320px;
    color:#555;
    padding:20px 0 0 30px;
}

.modal_window .close{
    border-radius: 10px;
    width: 130px;
    height: 27px;
    padding-top:3px;
    border: 1px solid #d3545d;
    color:#fff;
    background-color: #d36f54;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    margin:10px auto;
}

.modal_window .close:hover{
    background-color: #bf4322;
}

.eparchiakharkovua_sync .el{
    margin-bottom:30px;
}

.eparchiakharkovua_sync .el:after{
    display: block;
    content: '';
    margin:0 auto;
    height:1px;
    background-color:#d2d2d2;
    margin-top:30px;
    margin-right:300px;
}

.eparchiakharkovua_sync .id{
    font-size: 20px;
    font-family: Trebuchet MS;
    font-weight: 700;
    width:90px;
    color:#777;
}

.eparchiakharkovua_sync .full_name{
    font-size: 20px;
    font-family: Trebuchet MS;
}

.eparchiakharkovua_sync .type{
    margin:20px 0 10px 30px;
    font-style: italic;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    width:940px;
    text-align: center;


}

.eparchiakharkovua_sync .local{
    width:400px;
    color:#39873f;
    margin-left:30px;
}

.eparchiakharkovua_sync .in{
    color:#af9717;
    width:400px;
}

.eparchiakharkovua_sync .to_out{
    width:50px;
    height:20px;
    background-color: #97dc9d;
    text-align: center;
    color:#fff;
    border:1px solid #fff;
}

.eparchiakharkovua_sync .to_local{
    width:50px;
    height:20px;
    background-color: #dcd497;
    text-align: center;
    color:#fff;
    margin:0 30px 0 30px;
    border:1px solid #fff;
}

.eparchiakharkovua_sync .to_out:hover{
    background-color: #5fad65;
    cursor: pointer;
    border:1px solid #ccc;
}

.eparchiakharkovua_sync .to_local:hover{
    background-color: #ada55f;
    cursor: pointer;
    border:1px solid #ccc;
}

.eparchiakharkovua_sync .to_out:active{
    border:none;
    margin-right:2px;
}

.eparchiakharkovua_sync .to_local:active{
    border:none;
    margin-right:32px;

}


/*--*/

.menu a{
    
    display: inline-block;
    transform: rotate(0deg);
    transition: 4s;
}
.menu a.act{
    background-color: #ffc0f6;
    transform: rotate(180deg);
}
.menu a.act:nth-child(2n){
    background-color: #ffc0f6;
    transform: rotate(-180deg);
}
.menu a.act:last-child{
    transform: rotate(10080deg);
}
.menu a.act:first-child{
    transform: rotate(-2160deg);
}
