﻿.tabContainer {
    margin: auto;
}

.tabContainer * {
	background-image: none !important;
}
.tabContainer.ajax__tab_default .ajax__tab_active{
	height: auto;
}

	.tabContainer.ajax__tab_xp .ajax__tab_body{
		border: none;
	}

	.tabContainer .ajax__tab_header * {
		box-sizing: border-box;
	}

	.tabContainer .ajax__tab_outer {
		min-width: 115px;
		height: 35px !important;
		text-align: center;
		background-color: #555;
		margin-right: 3px;
		-webkit-transform: translateY(6px);
		-moz-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
		transform: translateY(6px);
		-webkit-transition: all ease .2s;
		-moz-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .2s;
	}


.tabContainer .ajax__tab_inner {
    border: none !important;
    width: 100%;
}

	.tabContainer .ajax__tab_tab {
		color: white;
		text-transform: uppercase;
		width: 100%;
		padding: 0 !important;
		line-height: 30px;
		font-size: 13px;
	}

		.tabContainer .ajax__tab_tab span {
			border: none !important;
			white-space: nowrap;
		}

.tabContainer .ajax__tab_body {
    padding: 10px;
    background-color: white;
    position: relative;
    z-index: 996;
    min-height: 560px;
}

.tabContainer .ajax__tab_panel {
}

.tabContainer .ajax__tab_hover .ajax__tab_outer {
    background-color: #333;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tabContainer .ajax__tab_active {
    margin-left: 0px;
}

    .tabContainer .ajax__tab_active .ajax__tab_outer {
        position: relative;
        z-index: 98 !important;
        background-color: white;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .tabContainer .ajax__tab_active .ajax__tab_tab {
        color: #333;
    }

.tabContainer .ajax__tab_disabled .ajax__tab_tab {
    color: #ccc;
}


/*** Liste de diffusion ***/

.tabContainer.tabListeDiff .ajax__tab_outer {
    width: 185px;
}

/*** Tab Traduction ***/

.tabContainer.tabTraduction .ajax__tab_outer {
    width: 220px;
}

/*** Tab envoi de catalogue ***/

.tabEnvoiCatalogue-Title {
    width: 100%;
    text-align: center;
    background-color: rgb(0, 137, 186);
    padding-top: 10px;
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: white;
}

.tabContainer.tabEnvoiCatalogue .ajax__tab_outer {
    width: 50%;
    margin: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tabContainer.tabEnvoiCatalogue .ajax__tab_body {
    min-height: 70px;
    border-bottom: 1px solid #ccc;
}

.tabContainer.tabEnvoiCatalogue .ajax__tab_outer {
    background-color: rgb(0, 137, 186);
}

.tabContainer.tabEnvoiCatalogue .ajax__tab_active .ajax__tab_outer,
.tabContainer.tabEnvoiCatalogue .ajax__tab_hover .ajax__tab_outer {
    background-color: rgb(0, 88, 119);
}

.tabContainer.tabEnvoiCatalogue .ajax__tab_active .ajax__tab_tab,
.tabContainer.tabEnvoiCatalogue .ajax__tab_hover .ajax__tab_tab {
    text-decoration: underline !important;
    color: white;
}

/*** Fiche pays ***/
.tabContainer.pays .ajax__tab_body {
    min-height: 220px;
}

/*** Fiche adhérent ***/
.tabContainer.tabContainerAdherent .ajax__tab_body {
    min-height: 460px;
}

/*** fiche OCAM ***/

.tabContainer.tabContainerOCAM .ajax__tab_body {
    min-height: 400px;
}

.tabContainer.tabEnvoiCatalogue .ajax__tab{
	display:inline;
	float: none;
}