.threeWayparent {}


.switch_3_ways {
    margin: auto;
    font-size: .9em;
    height: 20px;
    line-height: 20px;
    background: #e9e9ea;
    color: #1a1a1a;
    border-radius: 5px;
}

.switch.Grid,
.switch.Table,
.switch.Dashboard {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
    padding: 0 .4rem;
    margin-top: 0;
}

.switch.active {
    color: white;
    border-radius: 5px;
    background-color: #88a0cd;
}


.switch_3_ways_v2 {
    margin: auto;
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 0.3em;
    background: #ccc;
    position: relative;
    display: block;
    float: left;
}

