﻿.zwrapper {
    background: #17a2b8;
    height: 3.1em;
    border: 1px solid #17a2b8;
    font-family: Arial, Helvetica, sans-serif;
}

.ztab {
    float: right;
    border-top: 1px px solid #fdac07;
    text-align: center;
}

.ztab-switch {
    display: none;
}

button, input {
    direction: ltr;
}

.ztab-switch:checked + .ztab-label {
    background: #fff;
    color: #17a2b8;
    border-bottom: 0;
    border-right: 0.125rem solid #fff;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
}

.ztab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 8px;
    background: #17a2b8;
    border-right: 0.125rem solid #17a2b8;
    color: #fff;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    width: 125px;
    font-weight: bold;
}

.ztab-content {
    height: 100%;
    width: 94%;
    position: absolute;
    z-index: 1;
    right: 40px;
    background: #fff;
    color: #2c3e50;
    transition: all 0.35s;
}







