/* --------------------------------

Nucleo Mini Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,700i,900,900i");

@font-face {
    font-family: 'Nucleo Mini';
    src: url("../font/nucleo-mini.eot");
    src: url("../font/nucleo-mini.eot") format("embedded-opentype"), url("../font/nucleo-mini.woff2") format("woff2"), url("../font/nucleo-mini.woff") format("woff"), url("../font/nucleo-mini.ttf") format("truetype"), url("../font/nucleo-mini.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../font/ProximaNovaCond-Regular.otf');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../font/ProximaNovaCond-Semibold.otf');
}

@font-face {
    font-family: 'SolanoGothic';
    src: url('../font/SolanoGothicMVBProBd.otf');
}

html body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #333333;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

a {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #000;
}

input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

#editor{
    background-color: grey;
    z-index:10000;
}

/*********************************************/
/*Boutons                                    */
/*********************************************/
.btn_img {
    display: block;
    height: 22px;
    width: 22px;
    background: url('../images/ico_btn_img.gif') 0px 0px;
}

.btn_img:hover {
    background-position: -22px;
}

/*********************************************/
/*Entête                                     */
/*********************************************/
/*
.header{background: url('../images/header.png') top repeat-x #000;text-align:center;border-bottom: 4px solid #55CC00;}
.header_inner{position:relative;width:1000px;height:114px;margin-left:auto;margin-right:auto;text-align:left;background: url('../images/gear.png') 500px bottom no-repeat;}
.header_inner .logo{margin-top:20px;}
.header_inner .usr_name{position:absolute; width:1000px; top:30px; left:0px; font-size:16px; font-weight:bold;color:#ffffff; text-align:right;}
.header_inner .btn_header{position:absolute;top:0px;width:100px;height:20px;line-height:20px;display:block;
                              background-color:#D80017;color:#ffffff;text-decoration:none;font-size:12px;font-weight:bold;text-align:center;}
.header_inner .btn_disconnect{background-color:#D80017;right:0px;}
.header_inner .btn_disconnect:hover{background-color:#FF001C;}
.header_inner .btn_site{background-color:#4DB800;right:102px;}
.header_inner .btn_site:hover{background-color:#55CC00;}
.header_inner .top_menu{position:absolute;width:1000px;top:84px;left:0px;height:25px;}*/

.header_wrapper {
    height: 160px;
    background: url(../images/admin_header_bg.jpg) repeat-x;
    font-family: "SolanoGothic";
}

.header_inner {
    width: 1000px;
    margin: 0px auto;
    height: 100%;
}

.header_wrapper .sms_logo {
    background: url(../images/sms_logo.png) no-repeat;
    position: relative;
    top: 15px;
    float: left;
    height: 87px;
    width: 200px;
}

.header_inner .deco_logo, .header_inner .site_logo {
    position: relative;
    height: 40px;
    display: inline;
    line-height: 42px;
    margin-left: 20px;
    font-family: 'ProximaNovaRegular'
}

.header_inner .acc_logo {
    position: relative;
    height: 40px;
    display: inline;
    line-height: 42px;
    font-family: 'ProximaNovaRegular';
    color: #FFF;
    font-size: 12px;
}

.header_inner .super {
    float: left;
    height: 40px;
    line-height: 40px;
    font-family: 'ProximaNovaRegular';
    color: #FFF;
    font-size: 12px;
    margin-left: 100px;
}

.header_inner .deco_logo a, .header_inner .site_logo a, .header_inner .acc_logo a, .header_inner .super a {
    color: #FFF;
    font-size: 12px;
}

.header_inner .deco_logo a:hover, .header_inner .site_logo a:hover, .header_inner .acc_logo a:hover, .header_inner .super a:hover {
    color: #727272;
}

.header_inner .deco_logo img {
    display: block;
    margin: 11px 0px 0px 8px;
    float: right;
}

.header_inner .site_logo img {
    display: block;
    margin: 13px 0px 0px 8px;
    float: right;
}

.header_inner .acc_logo img {
    display: block;
    margin: 13px 8px 0px 0px;
    float: left;
}

.header_inner .connection_info_wrapper {
    float: right;
    height: 140px;
    width: 500px;
}

.connection_info_wrapper .connection_info_inner {
    position: relative;
    top: 10px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

.connection_info_inner .welcome_lbl {
    font-size: 15px;
    color: #727272;
}

.connection_info_inner .name_lbl {
    line-height: 54px;
    font-size: 30px;
}

.connection_info_inner .league_lbl {
    font-size: 16px;
}

/*********************************************/
/*Contenu principal                          */
/*********************************************/
.main {
    background: url('../images/bck_main.png') bottom repeat-x #ffffff;
    text-align: center;
    border-bottom: 5px solid #ffffff;
}

.main_inner {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.main_inner h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.main_content {
   /* border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD #DDDDDD #C4C4C4 #DDDDDD;
    background: #FFFFFF;*/
    margin-bottom: 30px;
   /* -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}

.main_content_inner {
    /*border: 2px solid #FFFFFF;
    background: #F5F5F5;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;*/
}

.main_content_inner .main_content_header {
    min-height: 56px;
    line-height: 56px;
    /*background: url('../images/bck_header.png') top center repeat-x;*/
    position: relative;
    border-top:1px solid #c4c4c4;
}

.main_content_inner .main_content_header div {
    /*padding: 5px 10px 5px 10px;*/
}

.main_content_inner .main_content_header div h2{
    float: left;
    margin: 0px;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    text-align: left;
    line-height: 46px;
    padding:5px;
}

#div_saison_class{
    padding:20px;
    position:absolute;
    width:500px;
    background-color:#ffffff;
    display:none;
}

#div_saison_class h2{
    font-size: 1.6em;
    line-height: 46px;
    font-weight: bold;
    margin: 0px;
}

.main_content_inner .main_content_header div h2 a {
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
}

.main_content_inner .main_content_header div .button {
    float: right;
    margin-left: 10px;
    margin-top:10px;
}

.main_content_inner .main_content_body {
    /*border-top: 1px solid #C4C4C4;*/
    padding-bottom: 20px;
}

.main_content_inner .main_content_body h3 {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.main_content_inner .main_content_body .qsearch {
    font-size: 14px;
    padding: 0px;
}

.main_content_inner .main_content_body .qsearch .add_link {
    float: right;
}

.main_content_inner .main_content_body .qsearch .add_link a {
    color: #000000;
    text-decoration: none;
}

.main_content_inner .main_content_body .qsearch .add_link a:hover {
    color: #808080;
}

.main_content_inner .main_content_body .detail_search,.qsearch #std_qsearch {
    font-size: 1em;
    margin-bottom: 30px;
    padding:10px;
    background-color:#eee;
}

.detail_search .dataform .lbl {
    background:none;
    border:none;
    padding:0;
}

.detail_search .dataform .data {
    background:none;
}

.detail_search .dataform {
    margin-bottom:5px;
}

.detail_search .button,.qsearch #std_qsearch .button{
    height:auto;
    padding: 4px 15px;
    font-size:1em;
    float:none;
}

.qsearch #std_qsearch input{
    height:26px;
}

/*********************************************/
/*Pied de page                               */
/*********************************************/
.footer {
    padding: 20px 0;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.footer a {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #c0c0c0;
}

/*********************************************/
/*Menu principal                             */
/*********************************************/
.main_menu_col {
    /*width: 315px;*/
    /*float: left;*/
}

.main_menu_col h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.main_menu_col_spacer {
    float: left;
    width: 25px;
}

.main_menu_col_inner {
    background-color: #ffffff;
    padding: 0px 10px 10px 10px;
    /*border: 1px solid #c0c0c0;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main_menu_col_inner .menu_box {
    border-bottom: 1px dashed #c0c0c0;
    padding: 5px 0px 5px 0px;
    text-align: left;
    position:relative;
}

.main_menu_col_inner .menu_box .notification-icon{
    left: -10px;
    position: absolute;
    top: 6px;
    width: 20px;
    background: #FF1C26;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    font-size: 12px;
}




.main_menu_col_inner .menu_box img {
    float: left;
    height:24px;
}

.main_menu_col_inner .menu_box .menu_text {
    width: auto;
    float: none;
    color: #000000;
    text-transform: none;
    padding-left:36px;
}


.main_menu_col_inner .menu_box a:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.main_menu_col_inner .menu_box .mod-title {
    font-weight: bold;
    color: #323232;
    text-decoration: none;
    line-height: 24px;
    font-size:1.0em;
}

.main_menu_col_inner .menu_box a:hover{
    text-decoration: none;
}

.main_menu_col_inner .menu_box a:hover .mod-title {
    text-decoration: underline;
}

/*********************************************/
/*Boutons                                    */
/*********************************************/
.button {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    background-image: url('../images/button_glas1.png');
    border: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.button_blue {
    background-color: #00A5C4;
}

.button_blue:hover {
    background-color: #216AA6;
}

.button_blue.active {
    background-color: #19629E;
}

.button_black {
    background-color: #000000;
    color: #ffffff;
}

.button_black:hover {
    background-color: #2f2c24;
}

.button_darkgrey {
    background-color: #3b3b3b;
    color: #ffffff;
}

.button_darkgrey:hover {
    background-color: #575757;
}

.button_red {
    background-color: #cc0000;
    color: #ffffff;
}

.button_red:hover {
    background-color: #880000;
    color: #ffffff;
}


/*********************************************/
/*Formulaire de saisie de données            */
/*********************************************/
.dataform {
    margin: 0px 0px 30px 0px;
    border: 5px solid #DDDDDD;
    border-collapse: collapse;
    table-layout: fixed;
}

/*.detail_search */
.dataform{
    border:none;
}

.dataform tr:after{
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataform td.lbl, .dataform td.data {
    padding:10px;
}

.dataform td{
    font-size: 12px;
}

.dataform td.lbl{
    padding:10px 0 0 0;
}

.dataform.options-list td.lbl{
    padding:10px;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

.dataform td.data {
    padding:10px 0;
    border-bottom: 1px solid #ddd;
}

.dataform tr {
    border:none;
}

.dataform .lbl {
    color: #808080;
    background-color: #E8E8E8;
    border: 1px solid #ffffff;
    width: 150px;
    font-weight: bold;
}

/*.detail_search */
.dataform .lbl{
    color:#414141;
    background: none;
}

.dataform .lbl span {
    font-weight: normal;
    font-size: 10px;
}

.dataform .lbl img {
    vertical-align: middle;
}

.dataform .lbl_error {
    color: #cc0033;
}

.dataform .data {
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
}

/*.detail_search */
.dataform .data{
    border: none;
}

.detail_search b{
    display: block;
    font-size: 1.2em;
}

.dataform .data input {
    width: 100%;
    padding: 0px 5px;
    margin: 0px;
    height: 25px;
}

.dataform.options-list .data input[type=radio] {
    display: inline-block;
    width:25px;
    vertical-align: middle;
}

.radio-prefix{
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}

.dataform .data input[type=checkbox] {
    width: 25px;
}

.dataform .data textarea {
    width: 100%;
    margin: 0px;
    height: 25px;
    border:2px solid #ddd;
    resize: vertical;
    font-size: 1.2em;
    padding:5px;
}

.dataform .data select {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 25px;
}

.dataform .data_small {
    width: 250px;
}

.dataform .data_large {
    width: 650px;
}

.dataform .data_full {
    width: 800px;
}

.dataform .spacer {
    width: 400px;
}

.dataform .spacer div {
    padding: 10px 0;
}

.dataform .head td {
    color: #fff;
    background-color: #414141;
    font-weight: bold;
}

.dataform .head a {
    color: #fff;
    text-decoration: none;
}

.dataform .head a:hover {
    color: #ddd;
}

.dataform .title_bar td,.report_box_title {
    background-color: #414141;
    /*height: 20px;*/
    padding:10px;
    /*width: 800px;*/
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    /*padding: 0px;*/
    margin: 0px;
    color:#fff;
    min-height:40px;
}

.dataform .subtitle_bar td {
    background-color: #666;
    padding:10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    color:#fff;
    min-height:40px;
}

/*********************************************/
/*Gestionnaire de pages                      */
/*********************************************/
.page_manager {
    text-align: right;
    margin-top: 5px;
    height: 22px;
}

.page_manager .spacer {
    float: right;
    width: 5px;
    height: 22px;
}

.page_manager a {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.page_manager a:hover {
    background-position: -22px 0px;
}

.page_manager .first_page {
    /*background: url('../images/arrow_first.png')*/
    font-size: 12px;
    line-height: 22px;
}

.page_manager .last_page {
    /*background: url('../images/arrow_last.png')*/
    font-size: 12px;
    line-height: 22px;
}

.page_manager .next_page {
    /*background: url('../images/arrow_next.png')*/
    font-size: 14px;
    line-height: 22px;
}

.page_manager .prev_page {
    /*background: url('../images/arrow_prev.png')*/
    font-size: 14px;
    line-height: 22px;
}

.page_manager .btn_page {
    /*background: url('../images/btn_page.png');*/
    color: #000000;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 5px;
    transition: all .3s ease;

}

.page_manager .btn_page:hover {
    color: #000;
    background:#ddd;
    border:1px solid #ddd;
}

.page_manager .btn_page_sel {
    color: #fff;
    background:#414141;
    border:1px solid #ddd;
    border-radius:5px;
}

/*********************************************/
/*Notifications                              */
/*********************************************/
.notification {
    border: 2px solid #ddd;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 9px 0px 4px 0px;
    position: relative;
    z-index: 1;
    zoom: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.notification a.close {
    display: block;
    width: 11px;
    height: 11px;
    background: url('../images/ico_close_off.png') top left no-repeat;
    font-size: 0%;
    text-indent: -9999px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.notification a.close:hover {
    background: url('../images/ico_close_ovr.png') top left no-repeat;
}

.notification p {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px 25px 5px 42px;
}

.note-error {
    background: url('../images/ico_error.png') 2px 0px no-repeat #FAE2E3;
    border-color: #EC9B9B;
}

.note-success {
    background: url('../images/ico_success.png') 2px 0px no-repeat #DFFAD3;
    border-color: #72CB67;
}

.note-info {
    background: url('../images/ico_info.png') 2px 0px no-repeat #DDE9F7;
    border-color: #50B0EC;
}

.note-attention {
    background: url('../images/ico_attention.png') 2px 0px no-repeat #FFFAC6;
    border-color: #D3C200;
}

/*********************************************/
/*Recherche rapide                           */
/*********************************************/
.quick_finder {
    position: relative;
    font-size: 14px;
    /*height: 25px;*/
    line-height: 25px;
    padding: 10px;
}

.quick_finder .result {
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: #ffffff;
    border: 3px solid #000000;
    padding: 5px;
    height: 200px;
    overflow-y: scroll;
    z-index: 1000;
}

.quick_finder .result table {
    margin: 0px;
    border-collapse: collapse;
    display: table;
}

.quick_finder .result td {
    font-size: 12px;
    border: 1px solid #DDDDDD;
    padding: 2px 5px 2px 5px;
}

.quick_finder .result .head td {
    font-weight: bold;
    background-color: #DDDDDD;
    display: table-cell;
    float: none;
}

.quick_finder .result tr {
    display: table-row;
}

/*********************************************/
/*tournoi                                    */
/*********************************************/
.tournoi_box {
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD #DDDDDD #C4C4C4 #DDDDDD;
    background: #FFFFFF;
    margin-bottom: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.tournoi_box .tournoi_box_inner {
    border: 2px solid #FFFFFF;
    background: #F5F5F5;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.tournoi_box .tournoi_box_inner .tournoi_box_title {
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px solid #C4C4C4;
    background: url('../images/bck_header.png') top center repeat-x;
    position: relative;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.tournoi_box .tournoi_box_inner table {
    margin: 5px;
    width: 280px;
    border-collapse: collapse;
    table-layout: fixed;
}

.tournoi_box .tournoi_box_inner td {
    font-size: 12px;
}

/*.tournoi_box .tournoi_box_inner .td_tournoi_lbl {*/
    /*width: 30%;*/
/*}*/

.tournoi_box .tournoi_box_inner .td_lbl{
    width:80px;
}

.tournoi_box .tournoi_box_inner .td_input{
    width:200px;
}

.tournoi_box .tournoi_box_inner tr{
    padding:5px 0;
}


/*.tournoi_box .tournoi_box_inner .td_input input {*/
    /*font-size: 12px;*/
    /*width: 100%;*/
/*}*/
/*.tournoi_box .tournoi_box_inner .td_input select {*/
    /*font-size: 12px;*/
    /*width: 100%;*/
/*}*/

/*********************************************/
/*rapports                                   */
/*********************************************/
.report_box .report_box_inner table {
    margin: 5px;
    width: 100%;
    max-width: 630px;
    border-collapse: collapse;
    table-layout: fixed;
}

.report_box .report_box_inner td {
    font-size: 1em;
    padding: 3px;
    vertical-align: middle;
}

.report_box .report_box_inner .td_lbl {
    width: 30%;
}

.report_box .report_box_inner .td_input {
    /*width: 70%;*/
}

.report_box .report_box_inner .td_input input {
    font-size: 1em;
    width: 100%;
}

.report_box .report_box_inner .td_input select {
    font-size: 1em;
    width: 100%;
}

.report_box .report_box_inner input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.script_log {
    padding: 10px;
    font-size: 1em;
    line-height: 16px;
}

/*********************************************/
/*Veuillez patienter                         */
/*********************************************/
#div_loading {
    position: absolute;
    display: none;
    text-align: center;
    width: 300px;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

#div_loading_inner {
    padding: 10px;
    border: 3px solid #000000;
    background-color: #e1e1e1;
    font-size: 14px;
    font-weight: bold;
}

#div_loading_inner img {
    vertical-align: middle;
}

/******************************************/
/*Boites de messages
/******************************************/
#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/overlay.gif');
    /* Set both opacity and filter, for MSIE and firefox compatability */
    opacity: .7;
    filter: alpha(opacity=70);
    /* z-index sets the layer order, so that the overlay rests on top.
    Bear in mind that the popup dialogue needs to be even higher! */
    z-index: 1001;
}

#div_popup {
    position: absolute;
    display: none;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    color: #000000;
}

#div_popup_inner {
    padding: 10px;
    background-color: #ffffff;
    font-weight: bold;
}

#div_popup_inner .main_content_header{
    border-bottom:1px solid #c4c4c4;
    margin-bottom:20px;
}


#div_popup_list {
    position: absolute;
    display: none;
    text-align: center;
    padding: 5px;
    background-color: #ffffff;
    color: #000000;
}

#div_popup_list_inner {
    padding: 20px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

#div_popup_list_inner h2{
    font-size: 1.6em;
    margin-bottom:20px;
}

#div_popup_list_inner .button{
    font-size: 1em;
}

#div_popup_list_inner table tr,#div_popup_list_inner table td{
    width:100%;
    padding:0;
    margin-bottom:10px;
}

.red-tag{
    background-color: red;
    color: white;
    padding: 3px 7px;
    border-radius: 20px;
}

.lbl_info {
    color: red;
    font-weight: bold;
}

.dataform a {
    text-decoration: underline;
}