﻿/* Fonts Imported from Google */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600';
/*   Core: General style
----------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    padding: 6.5% 0;
}

#sign-in, #sign-up {
    background: radial-gradient(ellipse at center, #24a4a5 0%, #013369 100%);
}

.login-form {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .login-form .logo_h2 .img-logo {
        max-width: 200px;
    }

    .login-form .title-label {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

.btn-primary,
.primary,
.tags a.primary {
    border-color: #013369;
    background: #013369 !important;
}

    .btn-primary:hover {
        border-color: #013369;
        background: #013369 !important;
    }

.icheckbox_minimal-blue {
    background-position: -20px 0;
}

a:hover, a:focus {
    text-decoration: none;
}

.social a {
    border-radius: 50px;
    padding: 10px 11px 2px 11px;
    font-size: 25px;
}

.btn-facebook, .btn-facebook:hover, .btn-facebook:focus {
    color: #5F7AB3;
    border: 1px solid #5F7AB3;
}

.btn-twitter, .btn-twitter:hover, .btn-twitter:focus {
    background: #3BACF2;
    color: rgba(255, 255, 255, .85);
    border: 1px solid #3BACF2;
}

.has-error .help-block, .has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff6666;
}

    .has-error.radio label, .has-error.checkbox label,
    .has-success.radio label, .has-success.checkbox label {
        color: #333;
    }

.has-error .form-control, .has-error .form-control:focus {
    border-color: #ff6666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control, .has-success .form-control:focus {
    border-color: #66cc99;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-google, .btn-google:hover, .btn-google:focus {
    color: #dd4b39;
    border: 1px solid #dd4b39;
}

.social .alter {
    font-size: 21px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
}

#forgot:hover {
    color: #2a6496 !important;
}

@media screen and (max-width: 400px) {
    .mar-left5 {
        margin-left: 18px !important;
        margin-top: -10px;
    }

    .mar-top4 {
        margin-top: -10px;
    }

    .mar-left {
        margin-left: -5px !important;
    }

    .sign-up {
        float: left !important;
    }

    #forgot::after {
        content: "\A";
        white-space: pre;
    }
}
/* Chrome, Safari, Opera */

@-webkit-keyframes CAnimation {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
/* Standard syntax */

@keyframes CAnimation {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.forgot {
    color: #428BCA !important;
}

a:hover {
    text-decoration: none;
}

.radio label,
.checkbox label {
    padding-left: 0;
}

@media (min-width: 768px) {
    .form_width {
        margin-left: 12%;
    }
}

/* ===== Preloader =====*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    backface-visibility: hidden;
    background: #ffffff;
}

.loader_img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center;
    margin: -25px 0 0 -25px;
}

.marginTB {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo_h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

a, a:hover, a:focus {
    color: #2a6496;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
}

.help-block {
    display: block;
    margin-top: 5px;
}

#authentication, #authentication .form-control, .btn-primary {
    font-size: 14px;
}

.btn:focus {
    box-shadow: none;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.formWidth {
    width: 100%;
}

.alert:empty {
    display: none;
}

input::placeholder {
    color: #bbb !important;
    font-size: 12px;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb !important;
    font-size: 12px;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbb !important;
    font-size: 12px;
}

/*************** Css qui met les champs en erreur en rouge ***************/
.errorControl, .errorControl:focus {
    border-color: red !important;
    color: red;
}

    .errorControl::placeholder, .errorControl:focus::placeholder {
        border-color: red !important;
        color: #ddd;
    }


    .errorControl::-webkit-input-placeholder, .errorControl:focus::-webkit-input-placeholder {
        border-color: red;
        color: #ddd;
    }

    .errorControl::-moz-placeholder, .errorControl:focus::-moz-placeholder {
        border-color: red;
        color: #ddd;
    }

    .errorControl::-ms-input-placeholder, .errorControl:focus::-ms-input-placeholder {
        border-color: red;
        color: #ddd;
    }
/************* End Css qui met les champs en erreur en rouge *************/

.append-icon {
    position: relative;
    margin-bottom: 15px;
}

    .append-icon input {
        padding-right: 36px;
    }

    .append-icon i {
        color: #1b1e25;
        color: rgba(27, 30, 37, 0.3);
        font-size: 14px;
        height: 34px;
        left: auto;
        line-height: 34px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 36px;
    }


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #b4cc0426 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.alert-danger {
    font-size: 12px !important;
}

.navigationLink p {
    margin-top: 20px;
    margin-bottom: 0px;
}

    .navigationLink p a, .pnlZoneMessageLeft a {
        color: #000000;
        font-size: 14px;
    }

        .navigationLink p a:hover, .pnlZoneMessageLeft a:hover {
            color: #7f7f7f;
        }
