body{
	background-color: #333;
	margin: 0;
	font-family: sans-serif;
}

.competitor1{
	display: block;
}

.competitor2, .competitor3, .competitor1plus1, .competitor2plus1, .competitor3plus1, .competitor1plus1plus1{
	display: none;
}

.third-col{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}

.two-third-col{
    width: 66%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

#mode-selector{
	width: 100%;
    border: none;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0px;
    text-align: center;
    font-weight: bold;
}

input[type=password], input[type=text], input[type=date], select{
	flex: 1;
    border: none;
    height: 30px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0px;
    box-sizing: border-box;
    outline: none;
}

.field-container button{
	width: 100%;
    border: none;
    height: 30px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0px;
    box-sizing: border-box;
}

#add-competitor, #upload-file, #upload-file-cn{
	background-color: #3498db;
	color: #FFF;
	font-weight: bold;
}

#fileUpload, #fileUploadCN{
    display: none;
}

#do-tirage, #do-tirage-cn{
	background-color: #2ecc71;
	color: #FFF;
	font-weight: bold;
}

#remove-blanks{
	width: 49%;
    border: none;
    height: 30px;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #3498db;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

#export-tirage, #export-tirage-cn{
	width: 49%;
    border: none;
    height: 30px;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #2ecc71;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 90%;
    max-width: 90%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table td{
	text-align: left;
}

.white-row{
	background-color: #FFF;
}

.grey-row{
	background-color: #bdc3c7;
}

.tirage-table tr:nth-child(even){
	background-color: #bdc3c7;
}

.title{
	color: #FFF;
    text-align: center;
}

.blank-row{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center !important;
    background-color: #e74c3c;
    color: #FFF;
}

/* Responsive */
/*
@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
*/
.tirage-actions{
	display: none;
}

.club, .cn{
    display: none;
}

.choice-item{
    width: 20%;
    display: inline-block;
    margin: 20px;
    margin-top: 5%;
    background-color: #777;
    padding: 50px;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-transform: uppercase;
    font-weight: bolder;
}

.type-choice{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pmr-title-sect{
    margin: 5px 0px;
    color: #FFF;
}

.pmr-title-sect h4{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.pmr-title-sect img{
    display: inline-block;
    width: 25px;
    vertical-align: middle;
}

.pmr-select{
    margin: 10px;
}

.pmr-select label{
    color: #FFF;
    font-size: 0.8em;
}

.pmr-select select{
    text-align: center;
    border: none;
    border-radius: 5px;
}

#do-tirage-cn{
    margin-top: 50px;
}

.subscribe-cn-subtitle{
    color: #FFF;
    font-size: 0.7em;
}

.pmr-sect, #do-tirage-cn, .subscribe-cn-title, .subscribe-cn-table, .second-step-cn, .subscribe-cn-subtitle{
    display: none;
}

.subscribe-cn-title{
    margin-bottom: 0
}

.subscribe-cn-subtitle{
    margin-top: 0;
    text-align: center;
}

.coef-sect{
    display: none;
    margin: 12px 0px;
}

.coef-sect label{
    color: #FFF;
    font-weight: bold;
    margin-right: 15px;
}

.coef-sect input{
    text-align: center;
    border: none;
    border-radius: 5px;
    width: 100px;
}

.add-classement, .view-classement, .full-classement{
    display: none;
}

.action-btn{
    margin: 10px;
    padding: 10px 5px;
    background-color: #3498db;
    color: #FFF;
    font-weight: bolder;
    border-radius: 5px;
    outline: none;
    border: none;
}

.action-btn-main{
    flex: 1 1 0px;
}

.action-select, .action-select-full{
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: center;
    margin: auto;
}

.add-fields{
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.add-fields label{
    color: #FFF;
    font-weight: bolder;
        min-width: 60px;
}

.form-group{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#upload-file{
    margin: 10px 0px;
}

#save-classement{
    background-color: #2ecc71;
    margin: 10px 0px;
    display: none;
}

.center-text{
    text-align: center !important;
}

.bold-red{
    font-weight: bolder;
    color: #e74c3c;
}

.view-main-container{
    display: flex;
    padding: 10px;
}

.concours-list-container{
    flex: 1;
    padding: 10px;
}

.classement-view-container{
    flex: 2;
    padding: 10px;
}

.view-concours-table, .view-classement-table{
    width: 100%;
    max-width: 100%;
}

img.view-icon {
    width: 20px;
    cursor: pointer;
}

.classement-view-container{
    visibility: hidden;
}

.classement-view-title{
    text-align: center;
    color: #FFF;
    margin-top: 0;
}

.nav{
    display: flex;
    padding: 5px 20px;
}

.nav .back-arrow{
    width: 30px;
    visibility: hidden;
}

.nav h3{
    text-align: center;
    color: #FFFF;
    flex: 4;
}

form{
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

form label{
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bolder;
}

.mb-3{
    display: flex;
    flex-direction: column;
    color: #FFF;
    margin: 5px 10px;
}

.alert-danger{
    background-color: #e74c3c;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.login-title{
    color: #FFF;
    font-size: 2em;
}


@media only screen and (max-width: 600px) {
  .action-select{
    flex-direction: column;
  }

  .view-main-container{
    flex-direction: column;
  }
}