﻿
.CarrierTab_Active{

    height: 60px;
    width: auto; 
    min-width: 90px;   
    text-align: center;
    color: #fff;
    font-size: 85%;
    background-color: #3f7bc8;
    border: solid;
    border-color: #3f7bc8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0px;
    font-weight: bold;
    
}

.CarrierTab_Inactive{
    
    height: 60px; 
    width: auto; 
    min-width: 90px;   
    text-align: center;
    color: #3f7bc8;
    font-size: 85%;
    background-color: #FFF;
    border: solid;
    border-color: #3f7bc8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0px;
    font-weight: bold;
}
.CarrierTab_Active_Tripla{

    height: 60px;
    width: auto; 
    min-width: 90px;   
    text-align: center;
    color: #fff;
    font-size: 85%;
    background-color: #7e7e7e;
    border: solid;
    border-color: #7e7e7e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0px;
    font-weight: bold;
    
}

.CarrierTab_Inactive_Tripla{
    
    height: 60px; 
    width: auto; 
    min-width: 90px;   
    text-align: center;
    color: #7e7e7e;
    font-size: 85%;
    background-color: #FFF;
    border: solid;
    border-color: #7e7e7e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0px;
    font-weight: bold;
}

.CarrierTab_Bottom{
    
    height: 5px;
    background-color: #3f7bc8;
    
}
.CarrierTab_Bottom_Tripla{
    
    height: 5px;
    background-color: #7e7e7e;
    
}

.air-logo-size {
    text-align: center;
    max-width: 40px;
    max-height: 16px;
    vertical-align: -1.5px;
}