/* Minification failed. Returning unminified contents.
(45,1): run-time error CSS1019: Unexpected token, found '@import'
(45,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Open+Sans:300)'
(45,66): run-time error CSS1019: Unexpected token, found ';'
(1047,1): run-time error CSS1019: Unexpected token, found '@import'
(1047,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Open+Sans:300)'
(1047,66): run-time error CSS1019: Unexpected token, found ';'
 */

.scrollbar {
    background: url("../Images/bg-scrollbar-track-y.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    position: relative;
    width: 8px;
}

.track {
    background: url("../Images/bg-scrollbar-trackend-y.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
    height: 100%;
    padding-top: 5px;
    position: relative;
    width: 8px;
}

.thumb {
    background: none repeat scroll 0 0 #444343;
    cursor: pointer;
    height: 20px;
    left: 1px;
    margin-top: 3px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 6px;
}

.thumb .end {
    background: none repeat scroll 0 0 #444343;
    height: 2px;
    overflow: hidden;
    width: 6px;
}

.viewport {
   /*min-height: 170px;*/
   height:300px;

    /*overflow: hidden;*/
    position: relative;
    /*width:100%;*/
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

html {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

body {
    color: #333;
    margin: 0;
    width: 100%;
    min-width:100%;  /*23_04_2016 changuel*/
    float: left;
    font-family: Hero;
    margin: 0;
    padding: 0;
    background-size: 100%;
    background-position: center;
}

a {
    text-decoration: underline;
}


    a:hover {
        text-decoration: underline;
    }
/*.b {
     
    content: url("/Content/Images/download_the_blugin.png");
    }

.b:hover {
  
    content: url("/Content/Images/download_legend.png");
     
    
    
 }*/


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    width: 100%;
    float: left;
    max-width: 100%;
    background-color: #4E4D4D;
}

    .content-wrapper div p {
        margin-left: 10px;
        margin-top: 8px;
    }

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    /*clear: both;
    position:absolute;
    bottom:0;
    margin: auto;
    width: 100%;
    background-color: #e2e2e2;
    
    height: 50px;*/
    margin: auto;
    width: 100%;
    float: left;
    font-size: .8em;
    color: white;
    margin-top: 5px;
    
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
}

#form-inputs {
    width: 40%;
    margin: auto;
    -webkit-box-shadow: 1px 1px 3px 2px #919191;
    box-shadow: 1px 1px 3px 2px #919191;
    float: left;
    /* border-radius: 6px; */
    /* margin-top: 6%; */
    margin-bottom: 2%;
    margin-left: 30%;
    position: relative;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 91%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    /*border-radius: 6px;*/
    margin-left: 3.5%;
}

#loginForm select {
    /*border-radius: 6px;*/
    margin: 15px auto 15px 4.5%;
    font: Hero;
    font-size: 16px;
    width: 91.5%;
    height: 28px;
}

#form_edit input {
    /*border-radius: 6px;*/
    margin-left: 7%;
    margin-right: 1%;
    width: 81%;
}

#form_edit select {
      /*border-radius: 6px;*/
    margin-left: 7%;
    margin-right: 1%;
    width: 84%;
    border: 0;
    /* background: #fff; */
    color: #808080;
    font-size: 1em !important;
    padding: 5px;
    color: white;
}

#form_edit .submit {
    width: 40%;
    /*border-radius: 6px;*/
    font-family: Hero;
}

#form_edit .save {
    float: left;
}

#form_edit .validate {
    /*margin-left:30%;*/ 
   /* border-radius: 6px;*/
    margin-bottom: 4px;
    margin-top : 10px;
   
     width: 84% !important;
    /*border-radius: 0 !important;*/
    font-family: Hero;
    margin-left: 7% !important;
    margin-right: 2% !important;
}

#form_edit .cancel {
    float: left;
    margin-right: 3px;
    /*border-radius: 6px;*/
    margin-bottom: 2px;
}

.ul-inputs {
    list-style: none;
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    margin: 0;
    padding: 0;
    margin-top: 5%;
    margin-bottom: 3%;
}

.ul-register {
    list-style: none;
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    margin: 0;
    padding: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.ul-title {
    font: Hero !important;
    list-style: none;
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-left: 0%;
    margin-top: 15%;
    margin-bottom: 0%;
}

.ul-text {
    font: Hero !important;
    list-style: none;
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    font-size: 1em;
    font-weight: lighter !important;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-left: 0%;
    margin-top: 5%;
    margin-bottom: 0%;
}

.ul-input {
    list-style: none;
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    margin: 0;
    content: list-item;
    padding: 0;
    margin-left: 5%;
    margin-top: 0%;
    margin-bottom: 10%;
}

.ul-inputs.formdit {
    margin-top: 0%;
}

.ul-inputs li {
    margin: 0;
    padding: 0;
}


#loginForm input[type="checkbox"],
#loginForm input[type="button"],
#loginForm button {
    width: auto;
}

#loginForm a {
    /*background: #1f99b6 none repeat scroll 0 0;
    color: #fff;*/
    /*margin: auto auto 17% 4.5%;*/
    margin-bottom: 20px;
    width: 93.5%;
        float: right;
    text-align: right;
    margin-right: 4.5%;
    /*margin-left: 62%;*/
    /*text-decoration:none;
    font-size: 19.2px;
    font-weight:bold;*/
}

#loginForm input[type="submit"] {
    width: 93%;
    margin: auto;
    margin-top: 10px;
    margin-left: 3.5%;
    padding: 5px;
    margin-bottom: 10%;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-size: 1.2em;
    color: #808080;
}

    label.checkbox {
        display: inline;
        font-size: 1em !important;
    }

input, textarea {
    border: 0;
    background: #fff;
    color: #808080;
    font-size: 1em !important;
    padding: 5px;
    width: 267px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        /*border: 1px solid #7ac0da;*/
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    /*border: 1px solid #787878;*/
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    margin-left: 4.5%;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    /*font-weight: bold;*/
    font-size: 1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.input-edit {
    display: none;
}

.span-info-cam {
    margin-top: 12px;
    margin-bottom: 12px;
}

.content-wrapper {
    margin-top: 20px;
    height: 30px;
}

.change-pw {
    width: 215px;
    /*border-radius: 6px;*/
    float: right;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    #form_edit .submit {
        width: auto;
    }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        /*padding-right: 10px;
        padding-left: 10px;*/
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    #profil-Information form input {
        width: 90%;
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    #profil-Information form select {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }
    .loginRes {
    background-size : 100% 100% !important;
    }
        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
    }

        footer p {
            margin: 0;
        }
}

@media (max-width:540px) {
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 18, 2015 */

@font-face {
    font-family: 'heroregular';
    src: url('hero-webfont.eot');
    src: url('hero-webfont.eot?#iefix') format('embedded-opentype'),  url('hero-webfont.woff') format('woff'), url('hero-webfont.ttf') format('truetype'), url('hero-webfont.svg#heroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    height: 97%;
}

body {
    margin: 0;
    width: 100%;
    float: left;
    font-family: heroregular;
    overflow-x: hidden;
    /*background-image: url(../Images/bg.png);*/
    background-size: 100%;
    background-position: center;
}
/* The header of the page */
#header {
    width: 100%;
    margin: auto;
}

#loginForm {
    float: left;
    width: 100%;
}

#qrcode canvas {
    width: 32%;
    margin-left: 34%;
}

#loginForm form {
    margin-top: 60px;
}

.Login-logo {
    position: absolute;
    top: -117px;
    width: 50px;
    height: 50px;
    background-size: 67%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    z-index: 6;
    height: 178px;
    left: 25%;
}

#header #band-multi-color {
    background: white;
    margin-bottom: 2%;
    padding: 0;
    background-image: url("../Images/degrade.png");
    height: 10px;
    min-width: 100%;
    float: left;
}

#header #logo-member {
    float: left;
    width: 100%;
    /*background-color:#badd2b;*/
    /*background-image: url("../Images/bluebackground.png");*/
}

    #header #logo-member #logo {
        float: left;
        width: 205px;
    }

        #header #logo-member #logo img {
            float: left;
            width: 179px;
            margin-top: 15px;
            margin-left: 10px;
        }

    #header #logo-member #member {
        float: right;
        width: 60%;
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        padding-right: 1%;
    }
        /*#header #logo-member #member{
                float: right;
                margin-right: 20px;
               
                
            }*/
        #header #logo-member #member span {
            float: right;
        }

        #header #logo-member #member p span, #header #logo-member #member .username {
            float: right;
            padding-bottom: 5px;
            padding-top: 5px;
            text-align: left;
            margin-left: 10px;
            margin-top: 0,5px;
            opacity: 20%;
        }

        #header #logo-member #member .logout {
            float: right;
            width: 26px;
            height: 26px;
            margin-left: 15px;
            vertical-align: central;
            cursor: pointer;
            background-image: url(../Images/logout.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        #header #logo-member #member .help {
            float: right;
            width: 26px;
            height: 26px;
            margin-left: 15px;
            margin-bottom: 5px;
            cursor: pointer;
            background-image: url(../Images/user_guide.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        #header #logo-member #member .lang {
            float: right;
            padding-bottom: 5px;
            padding-top: 5px;
            text-align: left;
            margin-left: 5px;
            margin-top: 0,5px;
            opacity: 20%;
            cursor: pointer;
            text-decoration: none;
        }

        #header #logo-member #member .Langue {
            float: right;
            margin-right: 15px;
        }

        #header #logo-member #member .notification.actif {
            float: right;
            width: 30px;
            height: 30px;
            margin-left: 15px;
            cursor: pointer;
            background-image: url(../Images/notif1.png);
            background-position: center;
            background-size: 65%;
            background-repeat: no-repeat;
        }

        #header #logo-member #member .notification.rouge {
            float: right;
            width: 30px;
            height: 30px;
            margin-left: 15px;
            cursor: pointer;
            background-image: url(../Images/notifRouge.png);
            background-position: center;
            background-size: 65%;
            background-repeat: no-repeat;
        }

        #header #logo-member #member .notification.inactif {
            float: right;
            width: 30px;
            height: 30px;
            margin-left: 15px;
            cursor: pointer;
            background-image: url(../Images/notif3.png);
            background-position: center;
            background-size: 65%;
            background-repeat: no-repeat;
        }


/*The Top menu of the page */
#menu {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left:25px;*/
}

    #menu #menu-content {
        width: 250px;
        list-style: none;
        margin: auto;
        padding: 0px;
    }

    #menu .menu-item {
        float: left;
        width: 44px;
        margin: 0px;
        padding: 0px;
        border: none;
        margin-right: 6px;
        height: 39px;
    }

        #menu .menu-item a {
            float: left;
            width: 100%;
        }

            #menu .menu-item a img {
                width: 100%;
                height: 100%;
                /*margin-top:4px;*/
            }

.about_ico:hover {
}

.notif {
    cursor: pointer;
    min-width: 5px;
    min-height: 10px;
    text-decoration: none;
}

a.notif {
    background: url("../Images/Icone_active_notif.png") no-repeat;
    display: block;
    padding: 5px 0 7px 12px;
}

    a.notif.desact {
        background: url("../Images/Icone_inactive_notif.png") no-repeat;
        display: block;
        padding: 5px 0 7px 12px;
    }

.home_ico:hover {
}

.contact_ico:hover {
}

.histo_ico:hover {
}
/*The body of the page */





.page-content {
    width: 1024px;
    margin: auto;
    min-height: 100%;
    max-width: 100%;
    /*position: relative;*/
}
    /* The cam List Division */
    .page-content #cam-list {
        width: 100%;
        float: left;
    }

        .page-content #cam-list .title {
            width: 100%;
            text-align: center;
            float: left;
            margin-bottom: 20px;
            font-size: 23px;
            opacity: 20%;
            /*border-radius: 6px;*/
        }

            .page-content #cam-list .title p {
                margin-top: 10px;
                margin-bottom: 10px;
            }

    .page-content #cam-list1 .title {
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
        font-size: 23px;
        opacity: 20%;
        /*border-radius: 6px;*/
    }

        .page-content #cam-list1 .title p {
            margin-top: 10px;
            margin-bottom: 10px;
        }

#cam-list .cam-list-content {
    width: 100%;
    float: left;
    margin-left: 1%;
    /*background-color: #f0f0f1;*/
    /*min-height: 450px;*/
}
    /*.cam-list-block {
    background-color: #18326A;
    border-color: #18326A;
}*/
    #cam-list .cam-list-content .cam-list-block {
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 50px;
        margin-bottom: 100px;
        position: relative;
        /*height: 252px;
        height: 485px;*/
        height:100%;
        width: 45.99%;
        /*border-radius: 8px;*/
    }

        #cam-list .cam-list-content .cam-list-block.one {
            float: left;
            margin-left: 1%;
            margin-right: 1%;
            margin-top: 50px;
            margin-bottom: 100px;
            position: relative;
            height: 252px;
            height: 482px;
            width: 46%;
            margin-left: 26%;
        }


        #cam-list .cam-list-content .cam-list-block a {
            padding: 0px;
            width: 100%;
            /*float: left;*/
        }

        #cam-list .cam-list-content .cam-list-block .image-cam {
            position: relative;
            float: left;
            width: 100%;
            cursor: pointer;
        }

        #cam-list .cam-list-content .cam-list-block .edit-menu {
            position: absolute;
            height: 30px;
            bottom: 0%;
            width: 100%;
            background-color: black;
            opacity: 0.6;
        }

            #cam-list .cam-list-content .cam-list-block .edit-menu .item {
                float: right;
                margin-left: 1.665%;
                margin-right: 1.665%;
                width: 30%;
                background-size: 20px;
                height: 30px;
                background-repeat: no-repeat;
                background-position: center;
                cursor: pointer;
            }

                #cam-list .cam-list-content .cam-list-block .edit-menu .item a {
                    height: 30px;
                }
                /*#cam-list .cam-list-content .cam-list-block .edit-menu .item img{
              float:right;
              margin:4px;
              width:18px;
              
            }*/
                #cam-list .cam-list-content .cam-list-block .edit-menu .item:hover {
                    background-size: 24px;
                }

.download {
    text-underline-position: right;
    float: left;
    padding: 5px;
}

.motion {
    background-image: url(../Images/man.png);
}

.edit {
    background-image: url(../Images/edit-eng.png);
    background-position-x: 4px;
}

#edit-form {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    margin-bottom: 3%;
    padding-bottom: 2%;
    padding-top: 2%;
    border-radius: 4px;
    background-image: url(../Images/edit.png);
    background-position: 2% center !important;
    /*background-position-y: 10px;*/
    background-repeat: no-repeat;
}

#back-info {
    background-image: url(../Images/info-.png);
    float: right;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer;
    display: none;
}

#config-title {
    display: none;
}

#info-title, #config-title {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3%;
    padding-bottom: 2%;
    padding-top: 2%;
    /*border-radius: 4px;*/
    background-image: url(../Images/info.png);
    background-position: left;
    background-position-x: 3px;
    background-repeat: no-repeat;
}


#form_edit {
    /*background: #BADD2B;*/
    float: left;
}

    #form_edit label, #form_edit span {
        margin-left: 7%;
        width: 40%;
        margin-right: 2%;
        /*display: inline-block;*/
    }

 .label2 {
        margin-left: 7%; 
        width: 90% !important;
        margin-right: 2%;
        display: inline-block;
    }
.field-validation-error {
    color: #E80C4D !important;
}

.info {
    background-image: url(../Images/info.png);
}

.fullscreen {
    background-image: url(../Images/fullscreen-12-24.png);
}

.cam-list-block .cam-name {
    width: 100%;
    text-align: center;
    margin: auto auto auto 2%;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
}


/* The  Notification List of the selected Cam */
.search-date {
    width: 100%;
    float: left;
}

    .search-date .label-search {
        float: left;
        margin-left: 4px;
        margin-right: 0px;
        margin: 5px;
        width:8%;
        text-align: right;
    }

#search-date-form {
    width: 682px;
    float: left;
}

#pagination {
    float: right;
    height: 47px;
    width: 291px;
    margin-right: 10px;
}

    #pagination #left-pagination {
        float: right;
        width: 25px;
        margin-top: 10px;
        height: 25px;
        background-image: url(../Images/left-pagi.png);
        background-repeat: no-repeat;
    }

    #pagination #right-pagination {
        float: right;
        width: 25px;
        margin-top: 10px;
        height: 25px;
        background-repeat: no-repeat;
        background-image: url(../Images/right-pagi.png);
    }

#numbers {
    float: right;
}

    #numbers .pagin-number, #numbers .last-page, #numbers .first-page {
        border: 0px;
        background-color: rgba(0, 0, 0, 0) !important;
        color: #FFF !important;
        text-align: center;
        background-position: center;
        padding: 0px !important;
        width: 30px !important;
        height: 30px !important;
        background-image: url(../Images/number.png);
        background-repeat: no-repeat;
        background-size: 70%;
        margin-top: 5px;
        margin-left: 4px;
        font-size: 12px;
        font-family: heroregular;
    }

#currentpage {
    display: none;
}

.search-date .date-picker {
    margin-right: 3px;
    width: 100px;
    float: left;
    background-image: url("../Images/calendar_icon.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: 96%;
}

.search-date .time {
    /*width: 70px;*/
    cursor: pointer;
    background-image: url("../Images/clock_icon.png");
    background-repeat: no-repeat;
    /*background-position: right;
    background-position-x: 96%;*/
}

.responsive_close_button {
    width: 20%;
    float: left;
    display: none;
    height: 64px;
    margin: 0px;
    background-image: url(../Images/retour.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-top: 3%;
}

.page-content .notification-current-cam {
    width: 100%;
    float: left;
    display: none;
    /*margin-top: 80px;*/
}

    .page-content .notification-current-cam .title {
        width: 100%;
        text-align: center;
        margin-bottom: 2%;
        /*border-radius: 6px;*/
        float: left;
        font-size: 23px;
    }

    .page-content .notification-current-cam .titleNotif {
        /*background-image: url("../Images/man.png");*/
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 26%;
        background-position-y: 1%;
    }

    .page-content .notification-current-cam .title p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-content .notification-current-cam .notification-content {
        width: 100%;
        float: left;
        /*background-color: #f0f0f1;*/
        /*min-height: 450px;*/
    }

        .page-content .notification-current-cam .notification-content .notification-image {
            float: left;
            width: 16%;
            margin: 50px 2%;
            /*background-color: #C6C6C6;*/
            position: relative;
            /*border: 5px solid #C6C6C6;*/
        }

            .page-content .notification-current-cam .notification-content .notification-image a {
                /*width: 99%;*/
                text-decoration: none;
                padding-left: 0px;
                padding-right: 0px;
                position: relative;
            }

                .page-content .notification-current-cam .notification-content .notification-image a img {
                    width: 100%;
                    float: left;
                }

            .page-content .notification-current-cam .notification-content .notification-image .information {
                bottom: -25px;
                color: white;
                height: 30px;
                /*opacity: 0.20;*/
                position: absolute;
                text-align: center;
                width: 100%;
            }

                .page-content .notification-current-cam .notification-content .notification-image .information p {
                    margin-top: 5px;
                    margin-bottom: 5px;
                    font-size: 12px;
					
                }

.DownloadMotion {
    top: -90px;
    cursor: pointer;
}

.login-page-content {
    width: 1024px;
    margin: auto;
    min-height: 100%;
}
/*Edit form*/
.disable {
    background: #E0E2DA;
}
/*Pup up info */
#info-popUp {
}
/*Footer Layout*/
.footer-encart {
    width: 26.33%;
    margin-left: 36.5%;
    min-height: 120px;
    border-radius: 4px;
    float: left;
    margin-top: 7%;
    margin-bottom: 2%;
    position: relative;
}

.logo-footer {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    right: -40px;
}

.phone {
    background-image: url(../Images/phone.png);
    background-size: 100%;
    background-position: center;
}

.adress {
    background-image: url(../Images/adress.png);
    background-size: 100%;
    background-position: center;
}

.support {
    background-image: url(../Images/support.png);
    background-size: 100%;
    background-position: center;
}

.name-field {
    display: none;
}

.name-field, .wificode-field {
    display: none;
    margin: 0px;
}

.contact-content {
    width: 100%;
    float: left;
    min-height: 400px;
}

#login-body {
    background-size: 100%;
    background-position: center;
	
}
/*Page contact*/
#email-contact {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #a1cc49;
    margin-top: 35px;
    font-family: 'Open Sans', sans-serif;
}

#adress-contact {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #f0c14f;
    margin-top: 35px;
    font-family: 'Open Sans', sans-serif;
}

#tel-contact p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

#tel-contact {
    width: 100%;
    float: left;
    text-align: center;
    content: url("../Images/mails.png");
    margin-top: 35px;
}
/*form field of the index page*/
/*Responsive desgin for tablette and smartphone */
.green {
    color: green !important;
}

#filter-image {
    width: 153px;
    /* height: 23px; */
    margin-left: 30px;
    font-family: heroregular;
}

.input-group1 {
    margin-left: 0px;
    float: left;
    width: 80%;
}

.input-group2 {
    float: left;
    width: 20%;
}
/*****scroll bar *******/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px !important;
    border-radius: 0px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px !important;
    border-radius: 0px !important;
}

.cam_online {
    background-image: url(../Images/cam1.png);
    /* background-color: black; */
    /* float: right; */
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 15px;
}

.cam_offline {
    background-image: url(../Images/cam2.png);
    background-color: black;
    background-position: 0 1px;
    background-repeat: no-repeat;
    /*margin-left: 3px;*/
    padding-left: 20px;
    background-size: 15px;
}
.record_activate {
    background-image: url(../Images/cam_online.png);
    /* background-color: black; */
    /* float: right; */
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 15px;
    text-decoration:underline;
    cursor:pointer;
}

.record_desactivate {
    background-image: url(../Images/cam_offline.png);
    background-color: black;
    background-position: 0 1px;
    background-repeat: no-repeat;
    /*margin-left: 3px;*/
    padding-left: 20px;
    background-size: 15px;
        text-decoration:underline;
        cursor:pointer;

}
.home_ico {
}

.liveRecord {
    opacity: 0.83;
    position: relative;
    z-index: 10;
    /*right: 4%;*/
    font-weight: bold;
}

    .liveRecord span {
        background-color: black;
        padding-right: 3%;
        float: right;
        right: 3%;
    }

.liveRecordSwitch {
    background-position: 0 1px;
    background-repeat: no-repeat;
    margin-left: 3px;
    padding-left: 20px;
}

    .liveRecordSwitch .live {
        background-image: url(../Images/cam16x16.png);
    }

    .liveRecordSwitch .record {
        background-image: url(../Images/rec.png);
    }

.videoBande {
    height: 33px;
}

@media (max-width:1040px) {
    .login-page-content {
        width: 100%;
    }

    #header {
        width: 100%;
    }

    .page-content {
        width: 100%;
    }

    footer {
        width: 100%;
    }
}

@media (max-width:700px) {
    .contact-content {
        font-size: 23px;
    }

    .footer-encart {
        width: 70%;
        margin-left: 14%;
        margin-right: 10%;
        margin-top: 15%;
        margin-bottom: 0%;
    }

    .contact-content .footer-encart:last-child {
        margin-bottom: 15%;
    }

    #cam-list .cam-list-content .cam-list-block {
        margin-left: 3.5%;
        margin-right: 3.5%;
    }

    .page-content .notification-current-cam .notification-content .notification-image {
        float: left;
        width: 21.5%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width:682px) {
    #search-date-form {
        width: 100%;
        float: none;
        margin: auto;
    }

    #pagination {
        float: right;
        margin: auto;
    }

    .input-group1 {
        width: 360px;
        height: 50px;
        float: none;
        margin: auto;
    }

    .input-group2 {
        width: 360px;
        height: 50px;
        float: none;
        margin: auto;
    }
}

@media (max-width:600px) {
    #cam-list .cam-list-content .cam-list-block {
        width: 24%;
    }
}

@media (max-width:568px) {
    .login-page-content {
        min-height: 553px;
    }
}

@media (max-width:565px) {
    #cam-list .cam-list-content .cam-list-block {
        width: 30% !important;
        margin-left: 8.5% !important;
        margin-right: 8.5% !important;
        margin-bottom: 25px !important;
        margin-top: 25px !important;
    }

    .page-content .notification-current-cam .notification-content .notification-image {
        float: left;
        width: 28.5%;
        margin-left: 9%;
        margin-right: 9%;
    }

        .page-content .notification-current-cam .notification-content .notification-image .information p {
            font-size: 11px;
        }
}

/* @media (max-width:540px) {
    .cam-list-block .cam-name {
        font-size: 15px;
    }

    .page-content {
        width: 1024px;
        margin: auto;
        min-height: 100%;
        max-width: 200%;
        position: relative;
        float: left;
        width: 200%;
    }

    .contact-content {
        width: 50%;
        float: left;
        min-height: 400px;
        font-size: 20px;
    }

    contact-content .footer-encar:last-child {
        margin-bottom: 20%;
    }

    .page-content .notification-current-cam .title {
        width: 100%;
        float: left;
        margin-top: 3%;
    }

    .responsive_close_button {
        display: block;
    }

    .page-content #cam-list {
        width: 50%;
        float: left;
    }

    #header #logo-member #member {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        #header #logo-member #member p {
            width: 261px;
            text-align: center;
            float: none;
            margin: auto;
        }

    #header #logo-member #logo {
        width: 100%;
    }

        #header #logo-member #logo img {
            float: left;
            width: 40%;
            margin-left: 30%;
        }

    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .page-content .notification-current-cam {
        width: 50%;
        float: left;
        z-index: 15;
        display: block;
    }

        .page-content .notification-current-cam .notification-content {
            max-height: 420px;
            overflow: scroll;
        }
} */
@media (max-width:540px) {
    #menu {
    margin-left: 13px;
}
	    .download_ico {
    display:none;
    }
	 #cam-list1 {
    width :50%;
    }
	.camResHisto {
            width: 100% !important;
    float: none !important;
    margin-top: 15px !important;
    }
    #monmenu {
        float : none !important;
    }
    .motion {
  display : none !important;
}
    #humeur {
  display : none !important;
}
        .downRes {
  margin-left:5px !important;
}
#page_content {
     overflow-x: hidden; 
}
    .cam-list-block .cam-name {
        font-size: 15px;
    }

    .page-content {
        width: 1024px;
        margin: auto;
        min-height: 100%;
        max-width: 200%;
        position: relative;
        float: left;
        width: 200%;
    }
.LoginRes{
    margin-top: 46px !important;
background-image: url(../Images/loginRes.jpg) !important;
}
    .contact-content {
        width: 50%;
        float: left;
        min-height: 400px;
        font-size: 20px;
    }

    contact-content .footer-encar:last-child {
        margin-bottom: 20%;
    }

    .page-content .notification-current-cam .title {
        width: 100%;
        float: left;
        margin-top: 3%;
    }

    .responsive_close_button {
        display: block;
    }
 .responsive_logo {
        display: none;
    }
    .page-content #cam-list {
        width: 50%;
        float: left;
    }

    #header #logo-member #member {
        width: 100% !important;
        text-align: center;
    float: none;
    padding-top: 12px !important;


    }

        #header #logo-member #member p {
            width: 261px;
            text-align: center;
            float: none;
            margin: auto;
        }

    #header #logo-member #logo {
          padding-top: 10px;
        float : left !important;
margin-left: -60px !important;
    }
    #header #logo-member #logo1 {
    display:none;
    }

        #header #logo-member #logo img {
            float: left;
            width: 40%;
            margin-left: 30%;
        }

    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .page-content .notification-current-cam {
        width: 50%;
        float: left;
        z-index: 15;
        display: none;
    }

        .page-content .notification-current-cam .notification-content {
            max-height: 420px;
            overflow: scroll;
        }
}

@media (max-width:423px) {
    .field-validation-error {
        font-size: 11px;
    }
}

@media (max-width:400px) {
	#header #logo-member #member .help {
    display: none;
}
	
    #cam-list .cam-list-content .cam-list-block {
        width: 80% !important;
		        border : 0 !important;
				float: none !important;
       /* margin-left: 22% !important;
        margin-right: 22% !important;*/
    }
	.LiveRes{
		margin-right :35% !important;
	}
  .LacteurName {

    padding: 0px !important;

}
#loginForm form {
    margin-top: 50px !important;
}
    .login-page-content {
        min-height: 75%;
    }

    .page-content .notification-current-cam .notification-content .notification-image {
        float: left;
        width: 53%;
        margin-left: 22%;
        margin-right: 22%;
    }

    .page-content .notification-current-cam .title {
        font-size: 22px;
    }

    .input-group1 {
        width: 200px;
        height: 100px;
        float: none;
        margin: auto;
    }

    .input-group2 {
        width: 200px;
        height: 150px;
        float: none;
        margin: auto;
    }

    #filter-image {
        margin-left: 58px;
        margin-top: 17px;
    }
}

.snapShots {
    height: 200px;
}

.suppression {
    background-image: url(../Images/spp_icon.png);
    background-repeat: no-repeat;
    /*float:left;*/
}

.suppMotion {
    left: 20px;
    top: -95px;
    width: 47px;
    height: 48px;
    display: block;
}

.loopMotion {
    left: 50px;
    top: -142px;
    width: 47px;
    height: 48px;
    display: block;
}

.loadicon {
    background-image: url(../Images/loop.png);
    background-repeat: no-repeat;
    margin-left: 40px;
}

.suppMotion {
    left: 25px;
    top: -95px;
    width: 47px;
    height: 48px;
    display: block;
}

.loader {
    position: fixed;
    z-index: 9999;
    background: url('icon-loader.gif') 50% 50% no-repeat;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
}



@media (min-width:988px) {
    .snapShots {
        padding-left: 9%;
    }
}
/*Responsive for login page*/
@media (max-width:500px) {
    #form-inputs {
        width: 70%;
        margin-left: 15%;
    }
}

@media (max-width:380px) {
    #header #logo-member #member p span, #header #logo-member #member .username {
        margin-top: 6px;
    }

    #header #logo-member #member p {
        font-size: 15px;
		width: 52% !important;

    }
}

@media (max-width:320px) {
    #header #logo-member #member {
        font-size: 16px;
    }
}


.fancybox-skin {
    padding: 0 !important;
}

#pluginLink {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.mejs-overlay-error {
    display: none;
}

one {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    height: 252px;
    height: 482px;
    width: 46%;
    margin-left: 26%;
}


.langSelect{
    text-decoration : underline;
}
.langUnSelect{
    text-decoration : none !important;
}
.highchartsContainer {
    width: auto;
    height: 101px;
    /*margin: 10px auto;
    padding: 0 5px;*/
    margin-top:5px;
}

/*@-webkit-keyframes example {
    0%   { left:0px; top:0px;}
    25%  {  left:-200px; top:0px;}
    50%  {  left:-200px; top:100px;}
    75%  {  left:0px; top:100px;}
    100% {  left:0px; top:0px;}
}*/
.circle1
    {
     height: 20px;
    border-radius: 25px;
    font-size: 10px;
    color: white;
    line-height: 20px;
    text-align: center;
    background: #d9534f;
    margin-right: 1px;
    }
.circle2
    {
    height: 20px;
    border-radius: 25px;
    font-size: 10px;
    color: white;
    line-height: 20px;
    text-align: center;
    background: #5cb85c;
    margin-left: 1px;
    }
.CList
{
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    /*border-radius: 6px;*/
    height: 25px;
    width: 75%;
    border: 0px solid #d3ebf1;
    font-weight: lighter;
}

body {

    font-family: Hero !important;

}

#header #logo-member #member p span, #header #logo-member #member .username {
    color: #1f99b6;
}


#header #logo-member #member .lang {
    color: #1f99b6;
}

#header #logo-member {
    background-image: url("../Images/bluebackground.png");
}






.page-content #cam-list .title {
    background-color: #d3ebf1;
    color: #1f99b6;
}

.page-content #cam-list1 .title {
    background-color: #d3ebf1;
    color: #1f99b6;
}


.cam-list-block {
    background-color: #d3ebf1;
    border-color: #1f99b6;
}

#cam-list .cam-list-content .cam-list-block {
    background-color: #d3ebf1;
    border: 5px solid #d3ebf1;
}

    #cam-list .cam-list-content .cam-list-block:hover {
        border-color: #1f99b6;
    }

    #cam-list .cam-list-content .cam-list-block.active {
        background-color: #1f99b6;
        border: 5px solid #1f99b6;
    }




    #cam-list .cam-list-content .cam-list-block .edit-menu {
        background-color: black;
    }






#edit-form {
    background-color: #1f99b6;
    color: #FFF;
}

#info-title, #config-title {
    background-color: #1f99b6;
    color: #FFF;
}


#form_edit label, #form_edit span {
    color: #1f99b6;
}

.field-validation-error {
    color: #E80C4D !important;
}


.cam-list-block .cam-name {
    color: #FFF;
}
 

.search-date .label-search {
    color: #1f99b6;
}

#numbers {
    float: right;
}

    #numbers .pagin-number, #numbers .last-page, #numbers .first-page {
        border: 0px;
        background-color: rgba(0, 0, 0, 0) !important;
        color: #FFF !important;
    }


.page-content .notification-current-cam .title {
    background-color: #d3ebf1;
    color: #1f99b6;
}

.page-content .notification-current-cam .notification-content .notification-image .information {
    background-color: #d3ebf1;
    color: #1f99b6;
}

/*Edit form*/
.disable {
    background: #E0E2DA;
}

.adress {
    background-size: 100%;
    background-position: center;
}


/*Page contact*/
#email-contact {
    color: #a1cc49;
}

#adress-contact {
    color: #f0c14f;
}

/*form field of the index page*/
/*Responsive desgin for tablette and smartphone */
.green {
    color: green !important;
}

#filter-image {
    background: #1f99b6;
    color: #FFF;
}

.cam_offline {
    background-color: black;
}

.home_ico {
}

.liveRecord {
    color: #1f99b6;
}

    .liveRecord span {
        background-color: black;
    }

.videoBande {
    background-color: #d3ebf1;
}






.fancybox-skin {
    background-color: #d3ebf1;
}

#pluginLink {
    background-color: #d3ebf1;
}

.span {
    color: #1f99b6;
}

/*Site.css*/


a:link, a:visited,
a:active, a:hover {
    color: #1f99b6;
}



/* login
----------------------------------------------------------*/

#login a {
    background-color: #d3dce0;
}


/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}




#form-inputs {
    background: #d3ebf1;
}


#loginForm input {
    color: #1f99b6;
    text-decoration-color: white;
    background-color: #ADDDEB !important;
}

#loginForm select {
    color: #1f99b6;
    background-color: #ADDDEB;
}

#form_edit input {
    border: 1px solid #1f99b6;
    outline-color: #1f99b6;
}

#form_edit .submit {
    background-color: #1f99b6;
    Color: white;
}

.ul-inputs {
    list-style: none;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
}

.ul-register {
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
}

.ul-title {
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    color: #1f99b6 !important;
}

.ul-text {
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
    color: #1f99b6 !important;
}

.ul-input {
    border-top-color: #BADD2B;
    border-bottom-color: #BADD2B;
    border-left-color: #BADD2B;
    border-right-color: #BADD2B;
}


#loginForm input[type="submit"] {
    background: #1f99b6 !important;
    color: #FFF;
}


label.checkbox {
    color: #1f99b6;
}

input, textarea {
    
    background: #fff;
}


    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
    }

.message-error {
    color: #e80c4d;
}

.message-success {
    color: #7ac0da;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}


.validation-summary-errors {
    color: #e80c4d;
}




.change-pw {
    background-color: #1f99b6;
    color: #FFF;
}



#profil-Information form label {
    color: #1f99b6;
}

#profil-Information form input {
    color: #1f99b6;
    background: #d3ebf1 none repeat scroll 0 0;
}


#CountryID {
    border: 0px solid #d3ebf1;
    color: #1f99b6;
    background: #d3ebf1 none repeat scroll 0 0;
}


.chekbox-div span {
    color: #1f99b6;
}

.profile-submit {
    background: #1f99b6 !important;
    border: 0px;
    color: #FFF !important;
}

#notification_count {
    background: #DE4D03; /*cc0000*/
    color: #ffffff;
}

#header #logo-member #member {
    padding-top: 1%;
    padding-bottom: 0.5%;
}




.LacteurName {
    color: #1f99b6;
    font-weight: bold;
    padding: 10px;
    background-color: #000;
    /*width: 95.7%;*/
}

/*popup*/

.button {
    background-color: #1f99b6;
    color: #d3ebf1;
    border: 2px solid #1f99b6;
}

.popup {
    background: #d3ebf1;
}

    .popup h2 {
        background: #1f99b6;
        color: #FFF;
    }

    .popup .content {
        color: #1f99b6;
    }

.highchartsContainers {
    background-color: #d3ebf1;
}

#notifications .bloc-notifications .head a {
    color: #1f99b6;
}

    #notifications .bloc-notifications .head a.nb-notif {
        background-color: #1f99b6;
        color: #9ABF18;
    }

#notifications .bloc-notifications .head {
    background-color: #d3ebf1;
}

.BorderColor {
    border-color: #1f99b6 !important;
}

.BorderColorW {
    border-color: white;
}
   #header #logo-member #member .logout {

            background-size: 77% !important;
        }
   .profile-submit {
  background-color: #1f99b6 !important;
  font-family: Hero !important; 
}
#form_edit .cancel {
    background-color: #1f99b6;
    Color: white;
}
.CList
{
      color: #1f99b6;
    background: #d3ebf1 none repeat scroll 
}
#loginForm input {

    text-align: center;
}
