﻿.FroList li em {
    color: #008cff !important;
}

.moduleCol430 ul li#myTabs {
    width: 33.3% !important;
}

/* Active Tab Indicator */
/* Active Tab Indicator */
/* Tabs General Style */
.nav-tabs {
    border-bottom: none;
    /* Remove default bootstrap line */
    overflow: visible !important;
    /* Allow icon to hang out */
}

.nav-tabs li {
    float: left;
    margin-bottom: -1px;
    background-color: #008cff;
    /* All tabs blue */
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    /* Separator */
    width: 33.33%;
    /* 3 columns */
    text-align: center;
}

.nav-tabs li:last-child {
    border-right: none;
}

.nav-tabs li a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    /* White text */
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    /* Vertical centering padding */
    background-color: transparent !important;
}

.nav-tabs li a:hover {
    background-color: #0077ff !important;
    border: none !important;
}

/* Active Tab */
.nav-tabs li.active {
    background-color: #0077ff !important;
}

.nav-tabs li.active a {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
    height: 65px;
}

/* Snowflake Icon */
.nav-tabs li.active:after {
    content: "";
    background-image: url(../../images/tabactiveice.png) !important;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -31.5px;
    width: 60px;
    height: 25px;
    display: block;
    z-index: 999;
}