/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

:root {
    /* Couleurs */
	--T-preprod: #ff6f00;
	--T-cyan: #00bbdf;
	--T-cyan-hover: #00b0ff;
	--T-cyan-active: #0091ea;
	--T-link: #00b4d7;
	--T-valid: #59c940;
    --T-Warning: #e66114;
    --T-Warning-Light: #F87C08;
	--T-error: #d5344b;
	--T-cancel: #ef5350;
	--T-cancel-hover: #dc494c;
	--T-cancel-active: #e53935;
	--T-background: #f5f5f5;
	--T-border: #e2e2e2;
	--T-deep-grey: #78909c;
	--T-blue-grey: #546e7a;
	--T-dark-grey: #37474f;

    /* Dimensions */
	--T-max-width: 460px;
	--T-min-width: 270px;
}

/* TABS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tabsnenv {
    position: relative;
    box-sizing: border-box;
    height: 27px;
	max-width:var(--T-max-width);
	margin:0 auto;
	clear:both;
	min-width:var(--T-min-width);
}

#tabs {
    display: inline;
    height: 25px;
}

.tab {
    display: inline;
    width: 110px;
    padding: 12px 15px;
    height: 25px;
    background-color: white;
    color: var(--T-cyan);
}

.tab:hover {
    cursor: pointer;
    color: #0d6efd;
}

#tabs .selected {
    background-color: var(--T-cyan-hover);
    color: white;
}

.tab:nth-child(1n+2) {
    border-left: 1px solid var(--T-border);
}

#pptag {
    background-color: var(--T-Warning-Light);
    color: white;
    font-weight: bold;
    float: right;
    display: inline;
    text-align: center;
	font-size: 9pt;
    width: 80px;
    padding: 8px 8px;
    height: 27px;
}


.mainContainer-pp {
    border-top: 1px solid var(--T-Warning-Light) !important;
}

.itemsTable {
    padding: 12px 20px;
}

.flexlinks {
    display: flex;
    flex-wrap: wrap;
	line-height: 30px;
}

.flextitle {
    flex-grow: 2;
    width: 50%;
    min-width: 300px;
    margin-bottom: 6px;
}

.flexbtns {
    flex-grow: 2;
    width: 50%;
    min-width: 300px;
}

/* Boutons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.btn-thales, .btn-thales-small {
    width: 384px;
    height: 38px;
    line-height: 20px;
    color: white;
    background-color: var(--T-cyan);
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans Semibold', sans-serif;
    border-radius: 8px;
    border: 0px;
    cursor: pointer;
}

.btn-thales:hover, .btn-thales-small:hover {
    background-color: var(--T-cyan-hover);
    color: white;
}
.btn-thales:active, .btn-thales-small:active {
    background-color: var(--T-cyan-active);
}

.btn-thales-small {
    width: 191px;
    line-height: 15px;
    font-size: 14px;
}

.btn-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-disabled {
    background-color: #cecece !important;
}

/* Autres
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#mainContent {
    width: auto;
}

@media only screen and (max-width: 400px) {
	.btn-thales-small { width: 140px;}
}
