﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

.logo {
    padding-bottom: 20px;
}

/*.logoSyneliaConnect {
    background: url("../../images/CharolaisPlus/SyneliaConnect_logoMini.png") no-repeat;
    background-size: 90px;
    height: 100px;
    width: auto;
    height: 100px;
    margin-bottom: 15px;
    background-position: center;
}*/

.logoSyneliaConnectMini {
    background: url("../../images/SyneliaConnect_logoMini.png") no-repeat;
    background-size: 150px;
    height: 150px;
    width: 150px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 1px;
    background-position: bottom right;
    /*position: fixed;*/
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

.createAccountStep {
    font-size: 95%;
    margin-left : 10px;
    margin-bottom : 10px;
}
    .inProcess {
    }
    .notInProcess {
        color: darkgrey;
    }


/*==================================================================
[ login more ]*/
.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
    }


.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 173px 55px 55px 55px;
}


.logoImg {
    height : 120px;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }

    .logoImg {
        height : 80px;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }

    .login100-more {
        display: none;
    }

    .logoImg {
        height : 45px;
    }
}

/*@media (max-width: 576px) {
    .login100-form {

    }
}*/

/* MAIN */
h2 {
    font-family: "Oswald";
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFE33E), to(#EFE33E)) bottom left no-repeat;
    background: -webkit-linear-gradient(#EFE33E, #EFE33E) bottom left no-repeat;
    background: -o-linear-gradient(#EFE33E, #EFE33E) bottom left no-repeat;
    background: linear-gradient(#EFE33E, #EFE33E) bottom left no-repeat;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-size: 10rem 4px;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.table th {
    font-variant: small-caps;
    font-size: 1.25rem;
    line-height: 1rem;
    position: relative;
    vertical-align: middle;
}

.table th, .table td {
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #E7EEF5;
}

.table-striped tbody tr:hover {
    background-color: rgba(111, 206, 173, 0.3);
}

.table-scrollable tbody {
    display: block;
    overflow-y: scroll;
}

    .table-scrollable thead, .table-scrollable tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.table-scrollable thead {
    width: calc( 100% - 1.1em);
}

.table-sortable thead tr {
    cursor: pointer;
}

.table-sortable th.headerSortUp:after {
    content: url('data:image/svg+xml; utf8,<svg class="chevron-down" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.111in" height="0.083in"> <text kerning="auto" font-family="Myriad Pro" fill="rgb(0, 0, 0)" transform="matrix( 0, 1, -1, 0,0.01050000000001, -0.39249999999998)" font-size="15px"> <tspan font-size="15px" font-family="Oswald" fill="#64686C">&#62; </tspan></text></svg>');
}

.table-sortable th.headerSortDown:after {
    content: url('data:image/svg+xml; utf8,<svg class="chevron-down" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.111in" height="0.083in"> <text kerning="auto" font-family="Myriad Pro" fill="rgb(0, 0, 0)" transform="matrix( 0, 1, -1, 0,0.01050000000001, -0.39249999999998)" font-size="15px"> <tspan font-size="15px" font-family="Oswald" fill="#64686C">&#60; </tspan></text></svg>');
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pagination .page-link {
        color: #262626;
    }

/* COMPOSANTS */
.btn {
    padding: 1rem 2rem;
    border: 0;
}

/*.btn-primary {
    background-color: #ec6f00;
    color: #262626;
}

    .btn-primary:hover {
        background-color: #D4CA39;
        color: #262626;
    }*/

.btn-secondary {
    background-color: #E7EEF5;
    color: #262626;
}

    .btn-secondary:hover {
        color: #262626;
        background-color: #c3d5e6;
    }

.btn-danger {
    background-color: #E17F73;
}

    .btn-danger:hover {
        background-color: #d85949;
    }

.btn-info {
    background-color: #80D8FE;
}

    .btn-info:hover {
        background-color: #4dc8fe;
    }

.btn-success {
    background-color: #6FCEAD;
}

    .btn-success:hover {
        background-color: #49c197;
    }

.btn-link {
    color: #D4CA39;
}

    .btn-link:hover {
        color: #D4CA39;
        text-decoration: underline;
    }

.btn-filter {
    border: 2px solid #E7EEF5;
    font-weight: initial;
}

    .btn-filter:hover {
        background-color: #E7EEF5;
        border: 2px solid #E7EEF5;
        color: #262626;
    }

    .btn-filter:focus {
        background-color: #949494;
    }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #6FCEAD;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
        }

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            border: 3px solid #E7EEF5;
        }

    .styled-checkbox:hover + label:before {
        background: #6FCEAD;
    }

    .styled-checkbox:focus + label:before {
        -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #5cc8a2;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 11px;
        background: white;
        width: 2px;
        height: 2px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.form-control {
    border: 3px solid #E7EEF5;
    border-radius: 0;
}

.modal .dropdown {
    width: 100%;
}

    .modal .dropdown button {
        text-align: left;
        width: 100%;
        border: 2px solid #E7EEF5;
        border-radius: 0;
        background-color: white;
        color: #262626;
        padding-left: 1rem;
    }

.modal .dropdown-toggle::after {
    position: absolute;
    right: 2rem;
    top: 50%;
}

.modal .dropdown-menu {
    width: 100%;
}

.modal textarea {
    width: 100%;
    height: 20rem;
    padding: 1rem;
    border: 2px solid #E7EEF5;
}

/* MISC */
.chevron-down {
    cursor: pointer;
}

.dotdotdot {
    width: 1.5rem;
    cursor: pointer;
    height: 1.5rem;
}

    .dotdotdot .dropdown-menu {
        top: -3rem !important;
        left: -4rem !important;
        position: relative;
        -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    }

        .dotdotdot .dropdown-menu .dropdown-divider {
            border: 1px dashed #E7EEF5;
        }


/* PANEL CHARGEMENT AJAX*/

.loader {
    background-color: #000;
    text-align: center;
    z-index: 9999999;
    position: fixed;
    top: 30%;
    box-shadow: 0 1px 1px -1px #fff;
    left: 50%;
    border: 0
}

.corner-all {
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em
}

.loader-verbose {
    width: 200px;
    opacity: .78;
    height: auto;
    margin-left: -110px;
    margin-top: -43px;
    padding: 10px
}

    .loader-verbose h1 {
        font-size: 12px;
        color: #FFFFFF;
        margin: 0;
        text-align: center
    }

#PanelChargementDisabled {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #CCA;
    /*z-index:500;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*SURCHARGE JQUERY DIALOG */
.ui-widget-header {
    background-color: white;
    border-bottom: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-dialog {
    padding: 0px;
}

.ui-widget-overlay {
    opacity: .7;
}

.ui-widget {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: black;
    }


/*************************************************************/
/*************************Page Creation compte****************/
/*************************************************************/
#NouvelUtilisateur .sousLigne {
    font-size: 0.75rem;
}

