.tabs-custom2 {
    position: relative;
    overflow: hidden;
    width: 40%;
}
.tabs-custom2 nav {
    text-align: center;
}
.real-active a{
    border-top: 1px solid #F75E5E;//#FF2500;
    border-left: 1px solid #F75E5E;
    border-right: 1px solid #F75E5E;
    // box-shadow: inset 0 2px 0 #222e3d;
    border-top-color: #F75E5E;
    color: #F75E5E;
}
li.real-active {
    max-width:60%;
}
li.tab-current2{
    max-width:40%;
}
.toast-message a:hover{
    background-color: #000000;
}
.not-active {
   //css copinter-events: none;
   cursor: not-allowed;
}
nav {
    display: block;
}
.header-fixed{
    padding-top:10px;
}
.tabs-custom2 nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs-style-topline2 nav li:first-child {
    border-left: 1px solid #dfe6e7;
}
.tabs-style-topline2 nav li:not(:last-child) {
    border-right: none;
}
.tabs-custom2 nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs-style-topline2 nav li {
    border-top: none;
}
.tabs-style-topline2 nav li {
    border-top: 1px solid #dfe6e7;
    border-bottom: none;
    border-left: 1px solid #f3f7f7;
    border-right: 1px solid #f3f7f7;
}
.tabs-style-topline2 nav li.tab-current2 {       
    border-bottom: 1px solid #dfe6e7;
    border-left: 1px solid #dfe6e7;
    border-right: 1px solid #dfe6e7;
    z-index: 0;
    opacity: 0.6;
    width:40%;
}
.tabs-style-topline2 nav li.tab-current a {
    background: none;
    color: grey;        
    opacity: 0.6;
}

.tabs-style-topline2 nav a:hover, .tabs-style-topline2 nav a:focus {
    color: #F5AC1F;
    border-top-color: #F5AC1F;
    border-right-color: #F5AC1F;
    border-left-color: #F5AC1F;
}
.tabs-style-topline2 nav li.tab-current2 a:hover, .tabs-style-topline2 nav li.tab-current2  a:focus {
    color: #F5AC1F;
}
.tabs-style-topline2 nav a {
    padding: 5px 5px 5px;
    background: #f3f7f7;
    // color: #34495e;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.tabs-custom2 nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabs-style-topline2 nav a .fa {
    display: inline;
    font-size: 20px;
    margin-bottom: 4px;
}
.tabs-style-topline2 nav a span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.tabs-custom2 nav a span {
    vertical-align: middle;
}
.tabs-custom2 li a i.fa{
    margin-right: 5px;
}