﻿/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
:root {
    --orange: #efb718;
    --bleu: #003456;
    --bleuClair: #06a2c6;
}

body {
    font-family: Calibri;
}

#header {
    margin: 0;
    z-index: 4;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    height: 58px;
    background: var(--bleu);
    padding: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    color: white;
    display: table;
    width: 100%;
}

    #header #headerLeft {
        display: table;
        padding: 12px 0 0 17px;
        white-space: nowrap;
    }

    #header #mainLogo {
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 108px;
        height: 33px;
        max-width: 108px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 23px 0 0;
        background-image: url(../images/artelia.png);
    }

    #header #logoAppli {
        display: inline-block;
        vertical-align: middle;
        padding: 0 30px 0 25px;
        border-left: 1px solid white;
    }

    #header #applicationTitle {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0 30px 0 25px;
        border-left: 1px solid white;
        line-height: 30px;
        white-space: nowrap;
        height: 30px;
        font-family: 'Calibri', sans-serif;
        font-size: 22px;
    }

        #header #applicationTitle .appLogo {
            width: 30px;
            height: 30px;
            display: block;
            float: left;
            margin: 0 10px 0 0;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
        }

    #header .mainNav {
        display: table-cell;
        margin: 0;
        height: 0px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        /* .flex;
    flex-flow: row nowrap; */
    }

        #header .mainNav .mainNavInner {
            display: table;
        }

        #header .mainNav .headerMenu {
            /* .flex;
      flex-flow: row nowrap; */
            list-style: none;
            padding: 0;
            display: block;
            display: inline-block;
            white-space: nowrap;
            display: table-cell;
            margin: 0;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            #header .mainNav .headerMenu > li {
                display: block;
                clear: both;
                margin: 0;
                padding: 0;
            }

            #header .mainNav .headerMenu > li {
                display: inline-block !important;
                vertical-align: middle;
            }

            #header .mainNav .headerMenu > li {
                text-align: center;
                padding: 0 15px;
                margin: 20px 0px 21px 0px;
                border-left: 1px solid white;
                width: auto;
                vertical-align: middle;
                position: relative;
            }

                #header .mainNav .headerMenu > li > p {
                    text-align: center !important;
                }

                #header .mainNav .headerMenu > li > a {
                    font-size: 16px;
                    font-weight: normal;
                    text-decoration: none;
                    color: white;
                    -webkit-transition: all 0.1s ease-out;
                    -moz-transition: all 0.1s ease-out;
                    -o-transition: all 0.1s ease-out;
                    transition: all 0.1s ease-out;
                    line-height: 100%;
                    white-space: nowrap;
                    position: relative;
                    height: 17px;
                    display: inline-block;
                    vertical-align: middle;
                    padding: 0;
                    background: transparent;
                }

                    #header .mainNav .headerMenu > li > a i {
                        display: inline-block;
                        vertical-align: middle;
                        margin: 0 10px 0 0;
                    }

                        #header .mainNav .headerMenu > li > a i:last-child {
                            margin-right: 0;
                        }

                    #header .mainNav .headerMenu > li > a:after {
                        content: '';
                        position: absolute;
                        right: -4px;
                        bottom: -22px;
                        left: -3px;
                        height: 3px;
                    }

            #header .mainNav .headerMenu .profile:after {
                content: '';
                position: absolute;
                right: -4px;
                bottom: -23px;
                left: -3px;
                height: 3px;
            }

            #header .mainNav .headerMenu > li .tip {
                font-size: 9px;
                color: white;
                background: var(--orange);
                display: block;
                position: absolute;
                top: -18px;
                right: -18px;
                line-height: 10px;
                padding-top: 5px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 22px;
                height: 22px;
                text-align: center;
            }

                #header .mainNav .headerMenu > li .tip > p {
                    text-align: center !important;
                }

            #header .mainNav .headerMenu > li.home {
                padding: 0 30px;
            }

            #header .mainNav .headerMenu > li.current > a,
            #header .mainNav .headerMenu > li a:hover {
                color: var(--orange);
            }

                #header .mainNav .headerMenu > li.current > a:after,
                #header .mainNav .headerMenu > li a:hover:after {
                    background-color: var(--orange);
                }

                #header .mainNav .headerMenu > li a:hover i, #header .mainNav .headerMenu > li.current > a i {
                    cursor: pointer;
                    fill: var(--orange);
                }

            #header .mainNav .headerMenu > li:first-child {
                border-left: none;
            }

            #header .mainNav .headerMenu.headerMenu1 {
                background: #194967;
            }

            #header .mainNav .headerMenu.headerMenu2 {
                background: #4c7189;
            }

        #header .mainNav.account {
            width: 50px;
        }

    #header #headerAccount {
        display: flex;
        padding: 0 18px;
    }

        #header #headerAccount a {
            color: white;
        }

#headerAccount select {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

#header #headerAccount .profil {
    white-space: nowrap;
    display: inline;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

    #header #headerAccount .profil img {
        margin: 0 12px 0 0;
        width: 27px;
        height: 27px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

#MainContent {
    position: relative;
    z-index: 3;
}

.grd {
    border: none;
    width: 100%;
}

.grd_header {
    background-color: var(--bleu);
    color: white !important;
}

    .grd_header th, .grd th {
        text-align: center !important;
        padding: 10px 0 10px 0 !important;
        color: white !important;
        border-right: 2px solid white !important;
        border-bottom: 2px solid white !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

        .grd_header th a {
            color: white;
        }

.grd_rows td, .grd td {
    padding: 10px;
    border: none;
    text-align: center;
}

.grd_rows:hover td, .grd_rows:hover td a, .grd_rows .fa:hover {
    cursor: pointer;
    color: var(--orange);
}

.grd_rows i {
    color: #194967;
}

    .grd_rows i:hover {
        color: #4c7189;
    }

.selectRow, .selectRow a, .selectRow i {
    color: var(--orange);
    fill: var(--orange);
}

.grd_header a, .grd_header th, .grd th {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 10px 10px !important;
    margin-right: 0;
    line-height: 16px;
    text-decoration: none !important;
    vertical-align: middle;
    text-align: center;
    background: var(--bleu) !important;
    color: white;
}

.sort span {
    height: 10px;
    display: block;
}

.grd_header th svg path, .grd_header th svg {
    fill: var(--orange);
    height: 10px;
    width: 10px;
}

.grd_header th.sortasc svg path, .grd_header th.sortdesc svg path, .grd_header th.sortasc svg, .grd_header th.sortdesc svg {
    fill: var(--orange);
}

.grd_header th.sortdesc .sort .asc svg, .grd_header th.sortasc .sort .desc svg {
    height: 0px;
    width: 0px;
}

.grd_header th.sortdesc .sort .desc svg, .grd_header th.sortasc .sort .asc svg {
    height: 15px;
    width: 15px;
}

.grd-align td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.button, .RadUpload .ruButton {
    background-color: var(--orange) !important;
    border: none;
    border-radius: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: white !important;
    font-weight: bold;
}

    .button:hover, .RadUpload:hover {
        cursor: pointer !important;
        opacity: 0.8;
    }

.rbButton {
    height: 32px;
    width: 32px;
    padding: 10px;
}


    .rbButton svg {
        position: relative;
        top: -5px;
    }

legend {
    color: var(--bleu) !important;
    border-bottom: none !important;
    width: auto !important;
    float: initial !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

fieldset {
    border: 1px solid var(--bleu) !important;
    padding: 10px !important;
    border-radius: 10px;
    margin-bottom: 20px !important;
}

.RadUpload .ruFakeInput {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    padding: 5px !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: relative;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #0478a0; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

.load span {
    position: relative;
    left: calc(50% + 50px);
    top: calc(50% - 75px);
}

.load {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.8);
    z-index: 10;
}

    .load span {
        color: white;
        font-weight: bold;
        font-size: large;
    }
