
/* These icon classes come from database, god knows why, that's why we have this page included, for the moment */
/* These icons only appear in Dispatch ASPX / MVC, for the services providers, may be removed when OpsTool React is on */

.cbl_handling_icon:before {
    content: '\ea3f';
}

.cbl_air_craft_charter_icon:before {
    content: '\ea9b';
}

.cbl_transport_icon:before {
    content: '\ea3d';
}

.cbl_catering_icon:before {
    content: '\ea8f';
}

.cbl_store_icon:before {
    content: '\ea7a';
}

.cbl_fuel_icon:before {
    content: '\ea6a';
}

.cbl_manteinance_icon:before {
    content: '\ea9c';
}

.cbl_rental_car_icon:before {
    content: '\eaa9';
}

.cbl_hotel_icon:before {
    content: '\eaa8';
}

.cbl_permissions_icon:before {
    content: '\eaa3';
}

.cbl_airport_slot_icon:before {
    content: '\eaa7';
}

.cbl_others_icon:before {
    content: '\ea92';
}


/* Class: .rtsLink => RadTab telerik item;*/
.container .rmpView .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLI .rtsLink {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out
}


/* class: cbl_icon_services => general class for cbl icons services provider */
.container .radTabStrip_Metro .rtsLevel1 .rtsSelected > .cbl_icon_services {
    color: #fff;
}

.cbl_icon_services {
    font-size: 24px;
    font-family: "NewCwIcons";
    font-style: normal;
}
