﻿.maketabs {
    padding: 0px;
    margin-bottom: 0px;
}

.maketabs-right {
    float: right;
    height: 100%;
    border-left: 1px solid #C0C0C0;
}

.maketabs-top {
    background-color: #333;
    text-transform: uppercase;
    border-left: 1px solid #C0C0C0;
}

.maketabs-top:first-child {
    border-left: none;
}

.maketabs-left {
    height: 100%;
    border-right: 1px solid #C0C0C0;
}

.maketabs-left,
.maketabs-right {
    padding-top: 20px;
    background-color: #F3F3F3;
    font-size: 12px;
}

.maketabs-right .view-title h2 {
    padding-left: 0px;
}

.maketabs a.active {
    background-color: #DBDBDB;
    color: #444;
}

.maketabs a:hover {
    background-color: #EFEFEF;
    text-decoration: none;
}

.maketabs a {
    display: inline-block;
    color: #888;
    padding: 15px 10px;
    width: 100%;
    font-weight: bold;
    padding-left: 30px;
}

.maketabs li {
    list-style: none;
}

.maketabs-top + .tab-display {
    position: relative;
    width: 100%;
    height: calc(100% - 100px);
}

.maketabs-top {
    display: flex;
}

.maketabs-top li {
    /*flex: 1 1 auto;*/
    flex: 1 1;
    text-align: center;
    border-right: 1px solid #AAA;
}

.maketabs-top li a.active {
    border-bottom: 1px solid #d3d3d3;
}

.maketabs-top li:last-child {
    border-right: none;
}

.maketabs-top a:hover {
    background-color: #666;
    color: #EFEFEF;
}

.maketabs-top a.active {
    background-color: #FFF;
    color: #1B73BB;
}

.maketabs-top a {
    padding: 40px 0px;
    color: #C0C0C0;
}

.tabs-wrapper {
    height: 100%;
    overflow: auto;
}

.tab-display {    
    height: 100%;
    background-color: #FFF;
    overflow: auto;
}

.tab-display.col-xs-9 {
    padding: 0px;
}