﻿/* Body */
body {
    color: #1E526D;
    background-color: #DFDEDD;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 0.75em;
    background-image: url("../Images/bgtop.png");
    background-position: 0px -75px;
    background-repeat: repeat-x;
}

    /* Sans menu */
    body.NoMenu {
        background-position: 0px -62px;
    }

        body.NoMenu .Bloc {
            margin: 55px auto 0px auto;
            max-width: 800px;
        }

        body.NoMenu .Page {
            width: 90%;
            min-width: 530px;
        }

        body.NoMenu .Header h2 {
            margin-top: 22px;
        }

.Header .Version {
    margin: 30px 0 0;
}

body.NoMenu select {
    width: 312px;
}


/* Page */
.Page {
    margin: 0 auto;
    min-width: 935px;
}

/* header */
.Header {
    width: 99%;
    margin: 0 auto;
}

    .Header h2 {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .Header .Logo {
        float: left;
    }

    .Header .TitlePage {
        float: left;
        margin: 0px 0 0 6%;
        color: #FFF;
        width: 38%;
    }

        .Header .TitlePage .Home {
            float: left;
        }

        .Header .TitlePage h1 {
            padding: 4px 0 0 38px;
        }


    .Header .Welcome {
        float: right;
        margin-right: 40px;
    }

        .Header .Welcome a {
            float: right;
            margin-top: 5px;
        }

        .Header .Welcome span {
            float: left;
            margin-top: 15px;
        }

    .Header .SwapRubric {
        padding-left: 15px;
        margin-top: 15px;
        margin-right: 40px;
        float: right;
        width: 215px;
    }

        .Header .SwapRubric select {
            margin-top: -3px;
            color: #1e526d;
            padding: 0;
            width: 135px;
            min-width: 135px;
            max-width: 135px;
        }

    .Header .Version {
        padding-left: 15px;
        float: right;
        font-style: italic;
        margin: 15px 0 0;
    }
/* Menu */
.AdmMenu {
    margin-left: 5px;
    margin-right: 5px;
}

    .AdmMenu .MenuItem a {
        background-color: #FFF;
        padding: 10px 17px;
        display: block;
        white-space: nowrap;
        text-decoration: none;
        line-height: 1.35em;
        color: #1e526d;
        width: 210px;
        margin-left: 5px;
    }

    .AdmMenu .MenuItem td {
        padding-left: 6px;
    }

    .AdmMenu .MenuItemSelected a {
        background-color: #F1f1f1;
        background-image: url("../Images/puce.png");
        background-repeat: no-repeat;
        background-position: 2px 13px;
        font-weight: bold;
    }

    .AdmMenu .MenuItem a:hover {
        background-color: #F1f1f1;
    }

    .AdmMenu #Menu_Leftn0 {
        display: none;
    }

.MenuGestion_Administrateur #Menu_Leftn1 a,
.MenuGestion_Administrateur #Menu_Leftn9 a,
.MenuGestion_Administrateur #Menu_Leftn12 a,
.MenuGestion_Admisseur #Menu_Leftn1 a,
.MenuGestion_Admisseur #Menu_Leftn7 a,
.MenuGestion_Responsable #Menu_Leftn1 a,
.MenuGestion_Responsable #Menu_Leftn3 a,
.MenuGestion_Responsable #Menu_Leftn12 a,
.MenuGestion_Responsable #Menu_Leftn15 a,
.MenuGestion_Responsable #Menu_Leftn17 a,
.MenuGestion #Menu_Leftn1 a,
.MenuGestion #Menu_Leftn3 a,
.MenuGestion #Menu_Leftn12 a,
.MenuGestion #Menu_Leftn15 a,
.MenuGestion #Menu_Leftn17 a,
.MenuAdministration_Responsable #Menu_Leftn9 a,
.MenuAdministration_Responsable #Menu_Leftn1 a,
.MenuAdministration #Menu_Leftn9 a,
.MenuAdministration #Menu_Leftn1 a {
    background: url("../Images/JQuery/ui-bg_highlight-soft_75_1E526D_1x100.png") repeat-x scroll 50% 50% #1E526D;
    text-align: center;
    padding: 7px 20px;
    font-weight: bold;
    color: #FFF;
    width: 220px;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
}

.MenuGestion #Menu_Leftn1 td,
.MenuGestion #Menu_Leftn3 td,
.MenuGestion #Menu_Leftn12 td,
.MenuGestion #Menu_Leftn15 td,
.MenuGestion #Menu_Leftn17 td,
.MenuAdministration #Menu_Leftn9 td,
.MenuAdministration #Menu_Leftn12 td,
.MenuAdministration #Menu_Leftn1 td {
    padding-left: 0px;
}

/* Menu type accordion*/
.MenuTitleCategorie {
    background: url("../Images/JQuery/ui-bg_highlight-soft_75_1E526D_1x100.png") repeat-x scroll 50% 50% #1E526D;
    text-align: center;
    padding: 7px 20px;
    font-weight: bold;
    color: #FFF;
    width: 225px;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
    border-style: none;
    background-color: #FFF;
    padding: 10px 17px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1.35em;
    margin-left: 5px;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
}

    .MenuTitleCategorie h3 {
        font-size: 12px;
        width: 210px;
    }

.MenuItemLink {
    display: block;
    margin-right: 5px;
    margin-left: 10px;
    width: 245px;
    padding: 0px 0px !important;
    border: none;
}

.MenuItemLink a {
    background-color: #FFF;
    white-space: nowrap;
    text-decoration: none;
    line-height: 2.35em;
    color: #1e526d;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
    margin-left: 17px;
}

.MenuItemDiv:hover {
    background-color: #F1f1f1;
}
.MenuItemDiv:hover a {
    background-color: #F1f1f1;
}

.MenuItemLinkSelected {
    background-color: #F1f1f1 !important;
    font-weight: bold;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
}

.MenuItemDivSelected {
    background-color: #F1f1f1 !important;
    background-image: url("../Images/puce.png");
    background-repeat: no-repeat;
    background-position: 2px 9px;
}

.MenuItemLink ul {
    padding-left: 0px;
}

/*End Menu accordion*/

/* Bloc */
.Bloc {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #1E526D;
    margin: 20px 0px;
}

    .Bloc .TitleBloc {
        border-bottom: 2px solid #ceb594;
        background-color: #1E526D;
        border-radius: 3px 3px 0px 0px;
        padding: 5px 20px;
        height: 25px;
    }

    .Bloc .TitleBloc {
        color: #FFF;
        font-size: 1.3em;
        font-weight: bold;
        margin: 0px;
    }

    .Bloc .ContentBloc {
        padding: 25px;
    }

        .Bloc .ContentBloc .SpaceField {
            margin-top: 5px;
            margin-bottom: 20px;
            clear: both;
        }

        .Bloc .ContentBloc .DataTitle {
            margin-bottom: 20px;
            width: 30%;
            float: left;
            display: block;
            font-weight: bold;
            text-align: right;
            padding-right: 10px;
        }

    .Bloc.Login .ContentBloc .DataTitle {
        width: 37%;
    }


/* Required */
.RequiredFields {
    float: right;
    margin: 0px 30px 5px 0px;
    font-style: italic;
}

    .Required span,
    .RequiredFields span,
    .Libel_Obligatoire {
        color: Red;
        font-size: 1.2em;
        font-weight: bold;
    }
/* Error */
.Error,
.Erreur {
    color: Red;
    font-size: 1.1em;
    font-weight: bold;
}

.ErrorResult {
    color: Red;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    padding: 15px;
    margin: 5px 5px 5px 0px;
    float: left;
    border: 2px dashed Red;
    border-radius: 10px;
}

.bg_Alert {
    background-color: Red;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 15px;
    min-width: 70px;
}

/* Success */
.Success {
    color: Green;
    font-size: 1.1em;
    font-weight: bold;
}

.SuccessResult {
    color: Green;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    padding: 15px;
    margin: 5px 5px 5px 0px;
    float: left;
    border: 2px dashed Green;
    border-radius: 10px;
}

/* Divers */
input[type="Text"],
input[type="Password"] {
    border: 1px solid #1E526D;
    border-radius: 5px;
    padding: 5px;
    width: 300px;
}

.ListeSansBorder input[type="Text"] {
    width: 80px;
}

input[type="Text"].Date {
    width: 100px !important;
}

.txt_Notes {
    width: 50px !important;
}

.txt_large {
    border: 1px solid #1E526D;
    border-radius: 5px;
    padding: 5px;
    width: 600px !important;
}

input[type="Checkbox"] {
    margin-right: 3px;
}

input[type="radio"] {
    margin-left: 10px;
    margin-right: 4px;
}

TextArea {
    border: 1px solid #1E526D;
    border-radius: 5px;
    padding: 5px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    min-height: 50px;
    max-height: 300px;
}

.formulaire TextArea {
    width: 99%;
    max-height: 99%;
    max-width: 99%;
    height: 99%;
}

input[type="Number"] {
    border: 1px solid #1E526D;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
}

select {
    border: 1px solid #1E526D;
    border-radius: 5px;
    padding: 5px;
    width: 250px;
}


input[type="submit"],
.btn_Valider,
.SubmitButton {
    float: left;
    margin: 30px 20px 20px 0px;
    border: 1px solid #1E526D;
    background: url("../Images/JQuery/ui-bg_highlight-soft_75_1E526D_1x100.png") repeat-x scroll 50% 50% #1E526D;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 45px;
    text-decoration: none;
    border-radius: 5px;
    display: block;
}

.btn_Valider {
    float: right;
    margin: 5px;
}

    input[type="submit"]:hover,
    .btn_Valider:hover,
    .SubmitButton:hover {
        background: #FFFFFF;
        color: #1E526D !important;
    }

input[type="file"] {
    width: 99%;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #1E526D;
    float: left;
    margin: 0px;
    display: block;
    border-radius: 5px;
}

.Clear {
    clear: both;
}

.Left {
    float: left;
}

.Right {
    float: right;
}


/* InfoBulle */
.infobulle {
    border: 0 none;
    text-decoration: none;
    cursor: pointer;
}

    .infobulle span {
        color: #000000;
        display: none;
        font-weight: normal;
        text-align: left;
        font-size: 0.5em;
    }

    .infobulle:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

        .infobulle:hover span {
            font-size: 1em;
            background-color: #FFFFC6;
            border: 1px solid #C6C6C6;
            display: inline;
            padding: 5px;
            position: absolute;
            width: 300px;
            z-index: 500;
        }

.Header .infobulle:hover span {
    font-size: 0.5em;
}


/* Filters */
fieldset {
    float: left;
    display: block;
    border: 1px solid #1E526D;
    border-radius: 5px;
    padding: 10px;
    padding-top: 25px;
    margin-bottom: 10px;
    width: 94%;
}

    fieldset legend {
        background-color: #FFFFFF;
        display: block;
        float: left;
        margin: -35px 0 0px 5px;
        padding: 0 15px 0px 0px;
    }

        fieldset legend:before {
            content: ">> ";
            color: #CEB594;
        }

    fieldset .div {
        clear: both;
        display: block;
        margin-top: 5px;
        padding: 0 15px;
    }


/* Picto */
.picto {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5px center;
    display: inline-block;
}

.pictoEdit {
    background-image: url("../Images/edit.png");
}

.pictoShow {
    background-image: url("../Images/view.png");
}

.pictoPrint {
    background-image: url("../Images/Print.png");
    background-size: 16px;
}

.pictoDelete {
    background-image: url("../Images/delete.png");
}

.pictoAdd {
    background-image: url("../Images/add.png");
}

.pictoDownload {
    background-image: url("../Images/download.png");
}

.pictoMaj {
    background-image: url("../Images/Refresh.png");
    background-size: 16px 16px;
}

.pictoExport {
    background-image: url("../Images/Excel.png");
    background-size: 16px 16px;
}

.pictoBrowser {
    background-image: url("../Images/view.png");
    height: 24px;
}

.divAdd {
    float: left;
}

a.picto {
    padding: 5px 5px 5px 30px;
    color: #1e526d;
    margin: 5px 5px 15px 5px;
    width: auto;
    vertical-align: top;
    float: left;
    display: block;
    border-radius: 5px;
    border: 1px solid #ceb594;
    background-color: #FFF;
    text-decoration: none;
}

    a.picto:hover {
        background-color: #ceb594;
        color: #FFF;
    }


/* Table */
.WidthAuto {
    width: auto !important;
}

.Liste,
.ListeSansBorder,
.formulaire {
    clear: both;
    border-spacing: 0;
    width: 98%;
}

    .ListeHeader td, .ListeHeader th,
    .ListeSansBorder th {
        background: url("../Images/JQuery/ui-bg_highlight-soft_75_1E526D_1x100.png") repeat-x scroll 50% 50% #1E526D;
        color: white;
        font-size: 13px !important;
        font-weight: bold;
        padding: 5px;
        text-align: center;
    }

.ListeHeader a {
    color: #FFF;
    text-decoration: none;
}

.Liste td,
.ListeSansBorder td {
    border: 1px solid #F1F1F1;
    border-collapse: collapse;
    padding: 5px;
}

.Liste tr {
    height: 25px;
}

.Liste th:first-child {
    border-radius: 15px 0px 0px 0px;
}

.Liste th:last-child {
    border-radius: 0px 15px 0px 0px;
}

.Liste tbody tr:hover,
.Liste tr.ListeRowSelected {
    background: #F1F1F1;
}

.EditRow {
    background-color: #FAAC58;
}

.Liste a.picto {
    background-color: transparent;
    border: none;
    margin: 0px;
}

    .Liste a.picto:hover {
        background-color: transparent;
        border: none;
    }

.ListeLeftHeader th {
    background: url("../Images/JQuery/ui-bg_highlight-soft_75_1E526D_1x100.png") repeat-x scroll 50% 50% #1E526D;
    color: white;
    font-size: 13px !important;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

    .ListeLeftHeader th:first-child {
        border-radius: 0px;
    }

.ListeSansBorder td,
.ListeSansBorder .formulaire td,
.CheckBoxList td {
    border: none !important;
}

fieldset table td {
    padding: 5px;
}

.CheckBoxList {
    width: 100%;
}
/* Formulaire */
.formulaire td.Libelle {
    width: 275px;
}

.formulaire td {
    border: 1px solid #d1d1d1;
    border-spacing: 0;
    margin: 0;
    padding: 5px;
}

    .formulaire td .HourTextBox {
        width: 80px;
    }


/* ImportParams */
.ImportParams div,
.ImportCandidats div {
    width: 75%;
    margin: 15px 0px;
}


/** Affectation : planning  ***/
.BodyOnly .RowHeader {
    display: none;
}

.HeaderOnly tr {
    display: none;
}

    .HeaderOnly tr.RowHeader {
        display: table-row;
    }

.Planning {
    width: 100%;
}

    .Planning td, .Planning th {
        border: solid 1px #D1D2D0;
        border-spacing: 0px;
        padding: 5px 3px;
        margin: 0px;
    }

#ph_Content_upd_planning .Bloc {
    max-width: 925px;
}

td.PlannningHeader,
th.PlannningHeader {
    color: white;
    font-weight: bold;
    text-align: left;
    background: url("../Images/JQuery/ui-bg_highlight-soft_75_1E526D_1x100.png") repeat-x scroll 50% 50% #1E526D;
    height: 25px;
}

td.PlannningHeaderSelect,
th.PlannningHeaderSelect {
    width: 10px;
}

td.PlannningNameJury {
    color: White;
    padding: 5px;
    font-weight: bold;
    background: #1E526D;
    min-width: 100px;
}

    td.PlannningNameJury a.picto {
        padding: 5px 5px 5px 20px;
        margin: 2px;
    }

td.PlannningRessource {
    color: White;
    padding: 5px;
    font-weight: bold;
    background: #FFF;
    max-width: 50px;
}

td.PlannningActif {
    background-color: #F0F8FF;
}

td.PlannningInactif {
    background-color: #b6b7bc;
}

.Evenement {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
    background-color: #749DC2;
    color: White;
    text-align: center;
}

.ValidationSummary li,
.Erreur,
.erreur {
    font-weight: bold;
    color: Red;
    font-size: 1.25em;
}

.BgError {
    background-color: rgba(255, 0, 0, 0.25);
}

.noteIndefinie {
    background-color: rgba(255, 0, 0, 0.25);
}

.codeSportifIndefini {
    background-color: rgba(255, 0, 0, 0.10);
}

select {
    background-color: #C8D2DC;
    border: solid 1px #6E6973;
    min-width: 200px;
    font-size: 12px;
}

.wrapper {
    display: grid;
    /*grid-template-columns: 8ch 1;*/
    grid-gap: 10px;
    grid-auto-rows: minmax(30px, auto);
}

select.menu {
    position: relative;
    border: 1px solid #A4A4A4;
    max-height: 27px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
    width: 90%;
}
.Gc3r1 {
    grid-column: 3;
    grid-row: 1;
}

.Gc4r1 {
    grid-column: 4;
    grid-row: 1 ;
}
.Gc1r2 {
    grid-column: 1;
    grid-row: 2;
}
.alignBtnValiderMenu {
    grid-template-columns: min-content;
    display: block;
    margin-right: 9%;
}
        select.menu:hover, select.menu:focus {
            box-shadow: 0 0 2px #7799d0;
            border-color: #7799D0;
        }
        .bg_success {
    color: #000;
    background-color: #ADCF4F;
    display: block;
    float: left;
    margin: -5px 0;
    padding: 5px 0;
    width: 100%;
}

.bg_error {
    color: #000;
    background-color: rgba(255, 0, 0, 0.25);
    display: block;
    float: left;
    margin: -5px 0;
    padding: 5px 0;
    width: 100%;
}

.Libel_Obligatoire {
    color: Red;
}

.Succes {
    font-weight: bold;
    font-size: 1.25em;
    color: #2CAE2E;
}

.BigError {
    border: 1px solid red;
    padding: 15px;
    margin: 5px;
    color: Red;
    font-weight: bold;
    font-size: 3em;
    display: block;
}

.BigSuccess {
    border: 1px solid #2CAE2E;
    padding: 15px;
    margin: 5px;
    color: #2CAE2E;
    font-weight: bold;
    font-size: 3em;
    display: block;
}

.BigError span {
    text-decoration: underline;
}

.BigErrorList {
    border: 1px solid red;
    padding: 15px;
    margin: 5px;
    color: Red;
    font-weight: bold;
    display: block;
    text-align: left;
}

.Constraints {
    background-color: #FFFF00;
    border-radius: 5px;
    color: #000000;
    padding: 1px 5px;
}

.FullEnglish {
    background-color: #2E9AFE;
    border-radius: 5px;
    color: #FFF;
    padding: 1px 5px;
}

.ThirdTime {
    background-color: #66FF99;
    border-radius: 5px;
    color: #000000;
    padding: 1px 5px;
}

.Confirmed {
    background-color: #FF99FF;
    border-radius: 5px;
    color: #000000;
    padding: 1px 5px;
}

.Present {
    background-color: #FFE4C4;
    border-radius: 5px;
    color: #000000;
    padding: 1px 5px;
}

table.Legend caption {
    background-color: #1E526D;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}

table.Legend td {
    border: 1px solid #1E526D;
    padding: 5px;
}

    table.Legend td.campagneBorder div {
        border-radius: 5px;
        padding: 3px 5px;
        display: block;
    }

.ValidationSummary {
    color: Red;
}

    .ValidationSummary li {
        text-align: left;
    }

/* AffectationCdt */
.AffectationCdt {
    float: left;
}

    .AffectationCdt input[type="submit"] {
        padding: 5px;
        Margin: 0;
    }

    .AffectationCdt table.Liste tr:hover {
        background-color: #FFF;
    }

    .AffectationCdt table.Liste a.btn_Valider {
        width: 140px;
    }

.aspNetDisabled {
    font-style: italic;
    color: #888888;
}

.Bold {
    font-weight: bold;
}

/* KRDV */
.ColorRed {
    font-weight: bold;
    color: Red;
}

.ColorOrange {
    font-weight: bold;
    color: Orange;
}

.ColorYellow {
    font-weight: bold;
    color: blue;
}

.ColorGreen {
    font-weight: bold;
    color: Green;
}

input[type="Text"].txt_Duree {
    width: 50px;
}

.recap {
    float: right;
    margin-top: -5px;
    color: #FFF;
    background-color: #1E526D;
    font-weight: bold;
    max-width: 750px;
    max-height: 88px;
    overflow: auto;
    width: 40%;
}

    .recap ul {
        padding: 0;
    }

    .recap a {
        color: #FFF;
        background-color: #1E526D;
    }

.Advice {
    font-style: italic;
    font-size: 0.9em;
}

.SawByCdt {
    font-weight: bold;
    color: #2CAE2E;
}

.KRDVReSendMail {
    padding: 5px;
}


/* Warning */
.Warning {
    background: rgba(0, 0, 0, 0) url("../Images/PictoHelp.png") no-repeat scroll 10px center;
    border: 1px solid #1e526d;
    border-radius: 15px;
    display: block;
    margin: 20px 0;
    padding: 15px 15px 15px 60px;
    width: 91.5%;
}
/* Aide */
.HelpTitle {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 8px;
}

#Help {
    border: 1px solid #1E526D;
    padding: 15px;
    padding-left: 60px;
    margin: 0 20px;
    display: block;
    border-radius: 15px;
    background: 10px center url("../Images/PictoHelp.png") no-repeat;
}

    #Help span {
        color: Red;
        font-family: 'Times New Roman';
    }

    #Help li {
        margin: 20px 0px;
    }


    #Help .ui-state-active,
    #Help .ui-widget-content .ui-state-active,
    #Help .ui-widget-header .ui-state-active {
        background-color: #1E526D;
        font-weight: bold;
        color: #FFFFFF;
    }


.Hidden {
    display: none;
    visibility: hidden;
    float: none !important;
}


.DataBox {
    margin: 10px 0px 25px 15%;
    padding: 15px;
    border: 2px dashed #2CAE2E;
    text-align: center;
    float: left;
    display: block;
    color: #2CAE2E;
    border-radius: 15px;
}
.DropDownCheck {
    background-color: #C8D2DC;
    border: solid 1px #6E6973;
    border-radius: 5px;
    padding: 5px;
    min-width: 200px;
    font-size: 12px;
    min-height:24px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}


body.loading .modal {
    overflow: hidden;
}


body.loading .modal {
    display: block;
}

.d-flex {
    display:flex;
}

.f-d-r {
    flex-direction:column;
}