* {margin: 0; padding: 0;}

html{
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

img{
    border:0;
    max-width: 100%;
    height: auto;
}

ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hide{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.25s ease-out 0s;
}
.show{
    opacity: 1;
    visibility: visible;
    height: auto;
}

.shadow_back{
    width: 100%;
    height: 100%;
    background: url("http://dmg.clinic/wp-content/themes/main/assets/img/shadow_back.png");
    left: 0;
    top: 0;
    display: none;
    position: fixed;
    z-index: 100;
}
.shadow_back.block_shadow_back{
    position: absolute;
}
.ajax_loader{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url("../img/shadow_ajax_loader.gif");
    z-index: 101;
    /*display: none;*/
}
.shadow_back.block_shadow_back .ajax_loader{
    position: absolute;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.clearfix:after {
    content: '.';
    font-size: 0;
    display: table;
    clear: both;
}

.no_data, .no_items{
    padding: 100px 0 180px;
    text-align: center;
}

.tab_content{
    display: none;
}
.tab_content.active{
    display: block;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}