﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

.RentalCostRow {
    background-color: #F78181 !important;
}

.SubscriptionCostRow {
    background-color: #CCFF99 !important;
}


table.templateTable {
    margin-top: 5pt;
    margin-left: 5pt;
    border: 1px solid #aecaf0;
    width: 100%;
    max-width: 1024pt;
    border-collapse: collapse;
}

    table.templateTable > tbody > tr > th {
        border: inherit;
        background-color: #aecaf0;
        font-weight: bolder;
        text-align: right;
        padding-right: 5pt;
        width: 15%;
    }

    table.templateTable > tbody > tr > td {
        border: inherit;
        text-align: left;
        width: 35%;
    }

table.dataTable {
    margin-top: 10pt;
    border: 1px solid #aecaf0;
    width: 100%;
    border-collapse: collapse;
}

    table.dataTable > thead > tr > th {
        border: inherit;
        background-color: rgb(224, 237, 255);
        color: black;
        font-weight: bolder;
        text-align: center;
    }

    table.dataTable > tbody > tr > td {
        border-right: 1px solid #aecaf0;
        background-color: inherit;
        text-align: center;
    }

td.statusKO {
    background-color: Red;
}

td.statusMoyen {
    background-color: Orange;
}

td.statusOK {
    background-color: inherit;
}

/* carte googlemaps */
.fullscreen {
    position: absolute;
    z-index: 100; /*anything larger than 0 will suffice, I usually increment by 10 or larger*/
    width: 95%;
    height: 100%;
    left: 0;
    top: 0;
}

div#stationGMapData {
    height: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

div#stationGMap {
    margin-right: 0;
    display: inline-block;
    height: 300px;
    width: 300px;
}

div#contractGMap {
    margin-right: 0;
    display: inline-block;
    min-height: 600px;
    width: 100%;
}


/* data aera */
div#datazone {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

div#menuzone {
    /* position:fixed;*/
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

div.rndpanelcontent {
    display: block;
    vertical-align: top;
    padding: 10px
}

div.displaylist {
    display: inline-table;
    width: 30%;
}

div.checkboxlist {
    display: inline-table;
    width: 33%;
}

/* indicateur de charge des batteries */
table.progressbar {
    border-spacing: 1pt;
    border-collapse: separate;
    float: left;
}

    table.progressbar td {
        font: 8pt/normal Arial;
        width: 5px;
        height: 15px;
        border: 0;
        padding: 0;
    }

        table.progressbar td.progressbar_greenitem {
            background-color: rgb(0, 255, 0);
        }

        table.progressbar td.progressbar_reditem {
            background-color: rgb(255, 0, 0);
        }

div.progressbar_label {
    border: 0px none;
    text-align: center;
}

/* formulaire*/
#connect {
    background-position: left 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 130px;
    background-image: url(/Content/pic/128x128/password.png);
    width: 650px
}

div#admintitle {
    display: block;
    float: left;
    text-align: left;
    background-position: left 1px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 66px;
    background-image: url(/Content/pic/64x64/advancedsettings.png);
    overflow: visible;
}

div#agencetitle {
    display: block;
    float: left;
    text-align: left;
    background-position: left 1px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 66px;
    background-image: url(/Content/pic/64x64/agence.png);
    overflow: visible;
}

div#collectivitytitle {
    display: block;
    float: left;
    text-align: left;
    background-position: left 1px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 66px;
    background-image: url(/Content/pic/64x64/collectivity.png);
}

td.dxic /* Pour corriger la zone de saisie des filtres en petite taille car font-size: 0pt */ {
    font-size: 9pt !important;
}

/* style par default */
body {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    display: inline-block;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 10px 0 0 10px;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 2px 0 0 0;
        margin: 0;
        color: #fff;
        border: none;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    z-index: 0;
}

/* FOOTER MENU   
----------------------------------------------------------*/
ul#langueChooser {
    border-top: 1px #5C87B2 solid;
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin: 0;
    text-align: center;
}

    ul#langueChooser li {
        display: inline;
        list-style: none;
    }

ul#menufooter li a {
    padding: 6px 20px;
    font-weight: bold;
    font-size: xsmall;
    text-decoration: none;
    line-height: 1.0em;
    background-color: white;
    color: black;
}

/* FOOTER MENU   
----------------------------------------------------------*/
ul#menufooter {
    border-top: 1px #5C87B2 solid;
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin: 0;
    text-align: center;
}

    ul#menufooter li {
        display: inline;
        list-style: none;
    }

        ul#menufooter li a {
            padding: 6px 20px;
            font-weight: normal;
            font-size: inherit;
            text-decoration: none;
            line-height: 1.0em;
            background-color: white;
            color: black;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menufooter li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menufooter li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menufooter li.selected a {
            background-color: #fff;
            color: #000;
        }

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 1px;
    /*font-size: 1.2em;*/ /* peturbe la taille des zones de filtre des gridview de devexpress */
    color: #444;
    /*width: 200px;*/ /* peturbe la taille des zones de filtre des gridview de devexpress */
}

select {
    border: 1px solid #ccc;
    padding: 1px;
    /*font-size: 1.2em;*/
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

    input[type="submit"].small {
        font-size: 1em;
        padding: 0px;
    }



/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    margin: 3px 0 3px 0;
    color: Red;
    font-weight: bold;
}

nav,
#menucontainer {
    clear: both;
}

div#title {
    float: left;
    text-align: left;
}

    div#title h2 {
        margin: 1px;
    }

div#logindisplay {
    font-size: 1.1em;
    float: right;
    padding-top: 15px;
    text-align: right;
    margin: 10px;
    color: White;
}

    div#logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    div#logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    div#logindisplay a:hover {
        color: white;
        text-decoration: none;
    }


div#langueChoose {
    color: white;
    text-align: center;
    padding: 15px 200px 0px 200px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.composed-object-validation-error {
    padding-top: 10px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.label-inline {
    font-weight: bolder;
    margin: 1em 0 0 0;
    display: inline;
}

    .label-inline mapSize {
        display: inherit !important;
    }

.editor-inline {
    font-weight: bolder;
    margin: 1em 0 0 0;
    display: inline;
}

.display-label {
    font-weight: bolder;
    margin: 1em 0 0 0;
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.editor-label {
    font-weight: bolder;
    margin: 1em 0 0 0;
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.display-field {
    margin: 0.5em 0 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.display-full-field {
    margin: 0.5em 0 0 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.editor-field {
    margin: 0.5em 0 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.editor-field-block {
    margin: 0.5em 0 0 0;
    width: 100%;
    vertical-align: middle;
}

.text-box[type='number'] {
    width: 5em;
}

.text-box {
    width: 300px;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

pre.Character_Small {
    font-size: 12px;
    text-align: left;
}

pre.Character_Large {
    font-size: 18px;
    text-align: left;
}

.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}

.change-payzen-infos {
    position: fixed;
    z-index: 999;
    top: 100px;
    left: 40vw;
    display: block;
    width: 400px;
    border: 1px solid black;
    background-color: white;
    padding:10px;
}

#changePayzenInfos div, #changePayzenInfos button {
    /*position: relative;
    margin-left: 25%;*/
    margin-left: auto;
    margin-right:auto;
}

.hidden {
    display: none;
}

.cancel-payzen-btn {
    height:44px; 
    line-height: 22px;
    width:100%;
    color:white;
    background-color: red;
    text-align:center;
    cursor: pointer;
}

#changePayzenInfos .cancel-payzen-btn {
    height: 44px;
    line-height: 22px;
    width: 100%;
    color: white;
    background-color: red;
    text-align: center;
    cursor: pointer;
}