﻿/*
    CSS overrides for the JQuery tabber.
*/

.igc-tabber-primary{
    border: none;
}

.igc-tabber-primary .ui-tabs-nav li{
    height: 100%;
    border-bottom-width: 3px;
}

.igc-tabber-primary .ui-tabs-nav li a{
    margin: auto auto;    
    width: 88px;
    height: 100%;
}


.igc-tabber-primary .ui-tabs-nav li a p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
}

.igc-tabber-primary .ui-tabs-nav li a.ui-tabs-anchor{
    padding: 0px;
}

.igc-tabber-primary ul{
    height: 45px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px !important;
}

.igc-tabber-primary .ui-state-default,
.igc-tabber-primary .ui-state-active{
    border: none;
   
    background: none;
    text-align:center;
}

.igc-tabber-primary li.ui-state-active{
     border-bottom: 3px solid #2789e2;
}

.igc-tabber-primary .ui-state-active a p{
    color: #2789e2;
    border:none;
    font-weight: 500;
}

.ui-tabs .ui-tabs-panel{
    padding: 0px;
}
