.overlay_main{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
    vertical-align: middle;
    display: flex;
}

.overlay_content{
    min-width: 100px;
    vertical-align: middle;
    margin: auto;
    background: white;
    display: inline;
    min-height: 100px;
}





.small_btn:hover{
    background: #adc0ce;
}

.small_btn{
    display: none;
    background: rgba(173, 192, 206, 0.3) none repeat scroll 0 0;
    border-right: 1px solid #adc0ce;
    color: #29838c;
    padding: 1em;
    text-decoration: none;
    transition: all 0.3s linear 0s;
    cursor: pointer;
}

.footer_grp{
    display: table-footer-group;
}

.footer_row{
    display: table-row;
}

.footer_right_cell{
    display: table-cell;
}
.footer_left_cell{
    display: table-cell;
}

footer{
    display: table-cell;
    /*width: 100%;*/
    text-align: center;
    /*position: fixed;*/
    /*bottom: 0px;*/
    /*left: 0px;*/
    /*z-index: 10;*/
    background: rgb(235, 241, 222);
}

.link_menu:hover{
    background: #adc0ce;
}
.link_menu{
    background: rgba(173, 192, 206, 0.3) none repeat scroll 0 0;
    border-right: 1px solid #adc0ce;
    color: #29838c;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

.li_menu{
    float: left;
}

.ul_menu{
    list-style: outside none none;
    margin: 0 auto;
    background: #d4e7ee none repeat scroll 0 0;
    overflow: hidden;
    padding: 0;    
}

nav{
	display: block;
}

.div_header{
	background: rgb(235, 241, 222) url("/static/images/decorate/fon_.jpg") repeat;	
	height: 100px;
}

.logo_left{
	background: url("/static/images/decorate/logo.png") no-repeat;
	width: 250px;
	height: inherit;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    background: rgb(247, 253, 245) none repeat scroll 0 0;
    font-family: Verdana,Geneva CY,DejaVu,Sans,sans-serif;
    height: 100%;
    left: 0;
    min-height: 100%;
    top: 0;
    width: 100%;
    margin: 0px;
}

.all_page_table {
    display: table;
    min-height: 100%;
    min-width: 100%;
}

.all_page_row {
    display: table-row;
    height: 100vh;
    min-height: 100%;
}

.div {
	border: 1px solid black;
}

.center_place{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 80%;
    z-index: 5;
}


.right_void{
    background: rgb(235, 241, 222) url("/static/images/decorate/1_loza.png") repeat-y scroll center top;
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: top;
    width: 9%;
    opacity: 0.3;
}

.left_void{
    background: rgb(235, 241, 222) url("/static/images/decorate/1_loza.png") repeat-y scroll center top;
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: top;
    width: 9%;
    opacity: 0.3;
}