﻿.tab-normal {
    float: left;
    height: 19px;
    cursor: default;
    padding: 4px 6px;
    margin-top: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    min-width: 60px;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #eae8e8;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.tab-normal:hover,
.tab-active{
    background-color: #fff;
    border-color: #ccc;
    color: #313131;
    height: 20px;
}

.tab-close {
    margin-left: 10px;
    cursor: pointer;
    float: right;
    font-size: 0.8em;
}

.tab-close:hover {
    font-weight: 700;
    color: #409eff;
}

.mdiTabs {
    height: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
}

.mdiBodys {
    clear: both;
    position: absolute;
    top: 31px;
    bottom: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
}