@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
/*
Projet: Platinium
Author: Laurent SUTTERLITY - laurent@sutterlity.fr
Version: 1.0
Date: November 2013
*/
/* ----------------------------------------
   Off-canvas
------------------------------------------- */
/* ----------------------------------------
   Base / Normalize
------------------------------------------- */
/* Html 5 definition */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

/* Base */
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    min-height: 100%;
    margin: 0;
    font: 1.4em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1b1e1f;
    background: #efefef;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Link */
a {
    color: #72a9bc;
    background: transparent;
}
a:hover {
    color: #b8d4dd;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}

/* Typographie
-------------------------- */
/* Reset margin-top on first-child */
p:first-child, ul:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
}

.title-big, .title, .box-inner--hd .title {
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
}

.title-big, .title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.title-big {
    font-size: 2.28571em;
    line-height: 1.3125em;
    font-weight: 800;
}
.title-big[class*="icon"]:before {
    margin-right: .25em;
    color: #8d8e8f;
}

.title {
    font-size: 1.85714em;
    line-height: 1.61538em;
    font-weight: 700;
}

.title-small {
    font-size: 1.6em;
    line-height: 1.61538em;
    font-weight: 700;
}

.title[class*="icon"]:before {
    margin-right: .5em;
    color: #8d8e8f;
}

/* Alternative font-sizing */
.smaller {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    font-size: 0.85714em;
    line-height: 1.75em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
    line-height: 1em;
}

hr {
    display: block;
    height: 1px;
    margin: 21px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #8d8e8f;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: "Consolas", Monaco, Menlo, Courier New, monospace;
}

pre {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1.5em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid #8d8e8f;
    background-color: #dcdddd;
}

blockquote {
    padding: 1.5em 20px;
    margin: 21px 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: 4px solid #8d8e8f;
    color: #1b1e1f;
    background: #fff;
}
blockquote small {
    font-size: 0.78571em;
    line-height: 1.90909em;
    color: #8d8e8f;
}
blockquote small:before {
    content: '\2014 \00A0';
    color: #dcdddd;
}

cite {
    font-style: italic;
}

q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* List */
ul, ol, dl {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

ul, ol {
    padding-left: 40px;
}

ul {
    list-style-type: disc;
}
ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

ol {
    list-style-type: decimal;
}
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin: 0 0 0 40px;
}

nav ul {
    padding-left: 0;
    list-style: none;
}

/* Embedded content */
img {
    border: 0;
}

img, object, embed, canvas, video, audio, svg {
    max-width: 100%;
    height: auto;
}

object, embed {
    height: 100%;
}

iframe {
    border: 0;
}

img, input[type=image] {
    vertical-align: bottom;
}

svg:not(:root) {
    overflow: hidden;
}

/* Figure */
figure {
    margin: 0;
}

/* form */
fieldset {
    border: 1px solid #dcdddd;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    border: none;
    background: none;
}

button,
html input[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

[disabled],
html input[disabled] {
    cursor: default;
}

[type="checkbox"],
[type="radio"] {
    width: 12px;
    height: 12px;
    padding: 0;
    vertical-align: baseline;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    max-width: 100%;
    max-height: 168px;
    padding: 21px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

textarea,
[type="text"],
[type="url"],
[type="number"],
[type="password"],
[type="email"],
[type="search"] {
    width: 100%;
    border: 1px solid #dcdddd;
}
textarea:hover, textarea:focus,
[type="text"]:hover,
[type="text"]:focus,
[type="url"]:hover,
[type="url"]:focus,
[type="number"]:focus,
[type="number"]:hover,
[type="password"]:hover,
[type="password"]:focus,
[type="email"]:hover,
[type="email"]:focus,
[type="search"]:hover,
[type="search"]:focus {
    border-color: #8d8e8f;
}

[type="text"],
[type="url"],
[type="number"],
[type="password"],
[type="email"],
[type="search"] {
    height: 42px;
    padding: 0 21px;
}

select.multiple-select {
    padding: 10px;
    width: 100%;
    border: 1px solid #dcdddd;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

select.multiple-select:hover, select.multiple-select:focus {
    border-color: #8d8e8f;
}

.lt-ie9 [type="text"], .lt-ie9
[type="url"], .lt-ie9
[type="number"], .lt-ie9
[type="password"], .lt-ie9
[type="email"], .lt-ie9
[type="search"] {
    line-height: 42px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    border-radius: 21px;
}

/* Table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

thead tr {
    border-bottom: 2px solid #8d8e8f;
}
thead th {
    padding: .5em;
}

tbody tr {
    border-bottom: 1px solid #dcdddd;
}
tbody tr:nth-child(odd) {
    background: whitesmoke;
}
tbody tr:nth-child(even) {
    color: #8d8e8f;
}
tbody td {
    padding: .5em;
}

/* ----------------------------------------
   Module
------------------------------------------- */
/* Animate
-------------------------- */
textarea,
[type="text"],
[type="url"],
[type="number"],
[type="password"],
[type="email"],
[type="search"], .btn, .navbar a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Rounded
-------------------------- */
pre, textarea,
[type="text"],
[type="number"],
[type="url"],
[type="password"],
[type="email"],
[type="search"], .btn {
    border-radius: 3px;
}

/* Grid
-------------------------- */
.row {
    margin-right: -2%;
}
@media (max-width: 900px) {
    .row {
        margin-right: 0;
    }
}
.row.col-4 {
    width: 100%;
    float: none;
}

.col-1 {
    width: 23%;
}

.row.col-3 .col-1 {
    width: 31.2%;
    margin-right: 1%;
    margin-left: 1%;
}

.col-2 {
    width: 48%;
}

.col-3 {
    width: 73%;
}

.row.col-3 {
    width: 100%;
    float: none;
}

.col-4 {
    width: 98%;
}

[class*="col-"] {
    float: left;
    margin-right: 2%;
}

@media (max-width: 900px) {
    [class*="col-"], .row.col-3 .col-1 {
        width: 100%;
        float: none;
    }
}

/* List
-------------------------- */
.list-inline, .breadcrumb, .list-reset {
    padding-left: 0;
    list-style: none;
}

/* For remove whitespace minify html */
.list-inline > li {
    display: inline-block;
    vertical-align: middle;
}
.lt-ie8 .list-inline > li {
    display: inline;
    zoom: 1;
}
.list-inline > li + li {
    margin-left: 10px;
}

.list-table {
    border-top: 1px solid whitesmoke;
}
.list-table li {
    border-bottom: 1px solid whitesmoke;
}
.list-table .disp-tc {
    padding: .5em 0;
}
.box-inner--bd .list-table .disp-tc {
    padding: 1em 0;
}

/* Breadcrumb
-------------------------- */
.breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
}
.lt-ie8 .breadcrumb > li {
    display: inline;
    zoom: 1;
}

/* Button
-------------------------- */
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    margin: 0;
    line-height: 3em;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}
.lt-ie8 .btn {
    display: inline;
    zoom: 1;
}

.btn {
    height: 3em;
    color: white;
    background-color: #72a9bc;
}
.btn:hover {
    color: white;
    background: #4f7683;
}
.btn.is-active {
    background-color: #203942;
}
#header .btn {
    color: #72a9bc;
    background: transparent;
    border: 1px solid #446570;
}
#header .btn:hover, #header .btn:focus, .msg-error a, .msg-warn a, .msg-info a {
    color: white;
}

.btn-s {
    height: 21px;
    padding: 0 .85em;
    line-height: 21px;
    font-size: 0.85714em;
}

.btn-l {
    height: 4.5em;
    padding: 0 3em;
    line-height: 4.5em;
    font-size: 1.42857em;
}

.btn-full {
    width: 100%;
}

.btn-pusher {
    vertical-align: top;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
    .btn-pusher {
        display: block;
        margin: 1.5em 0;
    }
}

/* Media
-------------------------- */
.media:before, .media:after {
    content: "";
    display: table;
}
.media:after {
    clear: both;
}

.media--thumb {
    float: left;
    margin-right: 20px;
}

.media--bd {
    overflow: hidden;
}

/* Box
-------------------------- */
/* Box */
.box {
    padding-top: 0.75em;
    margin-top: 1.5em;
    border-top: 1px solid #dcdddd;
}

/* box-inner */
.box-inner {
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.box-inner--hd {
    padding: .5em 1em;
    background: #dcdddd;
    border-left: 1px solid #c2c4c4;
    border-right: 1px solid #c2c4c4;
    border-top: 1px solid #c2c4c4;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.box-inner--hd .title {
    margin-bottom: 0;
    font-size: 1.28571em;
    line-height: 2.33333em;
    color: #3f4648;
}

.box-inner--bd {
    padding: 1em;
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background-color: white;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.box-inner--bd [class*="score-"] {
    font-weight: bold;
}
@media (max-width: 900px) {
    .box-inner--bd [class*="disp-"] {
        text-align: center;
    }
}

/* Pod
-------------------------- */
.pod {
    padding: 1em;
    margin-bottom: 1.5em;
    border: 1px solid #dcdddd;
    background: white;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pod p {
    margin: 0;
}
.pod p:first-child {
    color: #8d8e8f;
}
.pod [class*="score"] {
    font-weight: bold;
    font-size: 1.42857em;
    line-height: 2.1em;
}
@media (max-width: 900px) {
    .pod [class*="disp-"] {
        text-align: center;
    }
}
.pod.app-table .disp-tc {
    padding: 1em 0;
}
@media (max-width: 900px) {
    .pod .w40, .pod .w25, .pod .w20, .box .w50 {
        width: 100%;
    }
}

/* Icon
-------------------------- */

.ic-small {
    margin-right: 8px;
}

@font-face {
    font-family: 'platinium';
    src: url("../fonts/platinium.eot?66411578");
    src: url("../fonts/platinium.eot?66411578#iefix") format("embedded-opentype"), url("../fonts/platinium.woff?66411578") format("woff"), url("../fonts/platinium.ttf?66411578") format("truetype"), url("../fonts/platinium.svg?66411578#platinium") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"]:before {
    font-family: "platinium";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-mail-alt:before {
    content: '\f0e0';
}

.icon-user:before {
    content: '\1f464';
}

.icon-ok-circled:before {
    content: '\2714';
}

.icon-rocket:before {
    content: '\f135';
}

.icon-plus-circled:before {
    content: '\2795';
}

.icon-minus-circled:before {
    content: '\2796';
}

.icon-home:before {
    content: '\2302';
}

.icon-attention-alt:before {
    content: '\f12a';
}

.icon-cancel-circled:before {
    content: '\2716';
}

.icon-cog:before {
    content: '\2699';
}

.icon-angle-left:before {
    content: '\f104';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-list-bullet:before {
    content: '\f0ca';
}

.icon-chart-bar:before {
    content: '\1F4CA';
}

.icon-attention:before {
    content: '\26a0';
}

.icon-down-big:before {
    content: '\2193';
    color: #ff5764;
}

.icon-up-big:before {
    content: '\2191';
    color: #90b753;
}

.icon-android,
.icon-apple {
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 0;
    line-height: 40px;
    text-align: center;
}
.icon-android:before,
.icon-apple:before {
    margin: 0;
    font-size: 40px;
    vertical-align: middle;
}

.icon-android:before, .icon-android-small:before {
    color: #a5c536;
    content: '\f17b';
}

.icon-apple:before, .icon-apple-small:before {
    color: #019cd5;
    content: '\f179';
}

.icon-android-small,
.icon-apple-small {
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 0;
    line-height: 20px;
    text-align: center;
}

.icon-android-small:before,
.icon-apple-small:before {
    margin: 0;
    font-size: 20px;
    vertical-align: middle;
}

/* Message
-------------------------- */
.msg-error, .msg-sucess, .msg-warn, .msg-info {
    margin-bottom: 1em;
    padding: 1em;
}
.lt-ie8 .msg-error, .lt-ie8 .msg-sucess, .lt-ie8 .msg-warn, .lt-ie8 .msg-info {
    display: inline;
    zoom: 1;
}
.msg-error:before, .msg-sucess:before, .msg-warn:before, .msg-info:before, .msg-error:after, .msg-sucess:after, .msg-warn:after, .msg-info:after {
    content: "";
    display: table;
}
.msg-error:after, .msg-sucess:after, .msg-warn:after, .msg-info:after {
    clear: both;
}

.msg-error {
    border-radius: 4px;
    color: white;
    background: #d54637;
}

#projet_platiniumbundle_adtype_endDate ul
{
    border-radius: 4px;
    color: white;
    background: #d54637;
    list-style-type: none;
    padding-left: 0px;
}

.msg-sucess {
    border-radius: 4px;
    color: white;
    background: #84ab47;
}

.msg-warn {
    border-radius: 4px;
    color: white;
    background: #f0ad4e;
}

.msg-info {
    border-radius: 4px;
    color: white;
    background: #2980B9;
}

/* Morris
-------------------------- */
.morris-hover {
    z-index: 1000;
    position: absolute;
}

.morris-hover.morris-default-style {
    padding: 6px;
    border: solid 2px rgba(230, 230, 230, 0.8);
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
}

.morris-hover.morris-default-style .morris-hover-row-label {
    margin: 0.25em 0;
    font-weight: bold;
}

.morris-hover.morris-default-style .morris-hover-point {
    margin: 0.1em 0;
    white-space: nowrap;
}

/* Calendar
-------------------------- */
.calendar {
    display: inline-block;
    text-align: center;
}
@media (max-width: 900px) {
    .calendar {
        display: block;
        margin-top: 1.5em;
    }
}

.calendar-hd {
    display: table;
    width: 100%;
    background-color: #34495e;
    color: white;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.calendar-hd > * {
    display: table-cell;
    vertical-align: middle;
}

.calendar-bd {
    padding: 1em;
    background: #dcdddd;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.calendar-prev, .calendar-next {
    font-size: 0;
    display: inline-block;
    text-decoration: none;
}
.calendar-prev:before, .calendar-next:before {
    width: auto;
    display: block;
    padding: 0 1em;
    margin: 0;
    line-height: 2.1em;
    font-size: 20px;
}

.is-desabled {
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25;
}

/* ----------------------------------------
   Partial
------------------------------------------- */
/* Header
-------------------------- */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #232b2f;
    padding: 1.5em 1.5em 1.5em 0;
}
@media (max-width: 900px) {
    #header {
        position: relative;
    }
}
@media (max-width: 900px) {
    #header {
        min-height: 6em;
    }
}

#logo, #logo-auth {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    padding-top: 6em;
    margin-top: -3em;
    height: 0;
    width: 270px;
    overflow: hidden;
    #background: #232b2f url('../image/logo.svg?1386177190') center no-repeat;
    background: #232b2f url('../image/logo.png') center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0z.3s ease-in-out;
}
#logo:hover, #logo:focus {
    background-color: #232b2f;
}
@media (max-width: 900px) {
    #logo-auth {
        left: 6em;
    }
}
@media (max-width: 900px) {
    #logo, #logo-auth {
        width: 200px;
        -webkit-background-size: 75%;
        -moz-background-size: 75%;
        -o-background-size: 75%;
        background-size: 75%;
    }
}

/* nav
-------------------------- */
.navbar {
    height: auto;
    background: white;
    position: fixed;
    top: 6em;
    left: 0;
    right: 80%;
    /*min-width: 250px;*/
    bottom: 0;
    border-left: 1px solid black;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
/*@media (max-width: 900px) and (min-width: 640px) {
    .navbar {
        right: 60%;
    }
}*/
.not-fixed .navbar {
    position: static;
    width: 20%;
    float: left;
    margin-top: 6em;
}
.navbar a.is-active {
    position: relative;
    border-right: 4px solid #72a9bc;
    color: white;
    background: #232b2f;
}
.navbar ul {
    overflow-wrap: break-word;
    /*white-space: nowrap;*/
}
.navbar a {
    display: block;
    padding-left: 4.5625em;
    text-decoration: none;
}
.navbar a:hover, .navbar a:focus {
    background: #e9f2f4;
    color: #1b1e1f;
}
.navbar a:hover[class*="icon-"]:before, .navbar a:focus[class*="icon-"]:before {
    background: #498499;
}
.navbar a[class*="icon-"] {
    position: relative;
}
.navbar a[class*="icon-"]:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    width: 2.12em;
    line-height: 2.12em;
    font-size: 1.5625em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background: #72a9bc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar li:first-child [class*="icon-"]:before {
    border-top: 0;
}
.navbar .sub-navbar--link {
    position: relative;
    display: block;
    padding: 0.75em 1em 0.75em 5.21429em;
    color: #9e9e9f;
}
.navbar .sub-navbar--link[class*="icon-"]:before {
    width: 2.40909em;
    line-height: 1.90909em;
    color: #72a9bc;
    background: #c8dee5;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.navbar .sub-navbar--link:hover[class*="icon-"]:before, .navbar .sub-navbar--link:focus[class*="icon-"]:before {
    background: #a6c9d5;
}
@media (max-width: 900px) {
    .navbar {
        display: none;
    }
}

.navbar--item {
    border-bottom: 1px solid whitesmoke;
}

.navbar--link {
    padding: 1em 1.5em 1em;
    font-size: 1.14286em;
    line-height: 1.3125em;
    color: #8d8e8f;
}
.navbar--link[class*="icon-"]:before {
    margin-right: 1.5em;
}

.navbar--link,
.sub-navbar--link {
    padding-left: 10%;
}
@media (min-width: 1000px) {
    .navbar--link,
    .sub-navbar--link {
        padding-left: 20%;
    }
}

/* Mobile nav */
.btn-nav {
    display: block;
    width: 6em;
    height: 6em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3em;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: #72a9bc url('../image/hamburger.gif?1386405040') center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-nav:hover, .btn-nav:focus {
    background-color: #1b1e1f;
}
@media (max-width: 900px) {
    .btn-nav {
        display: block;
    }
}

[role="complementary"] .navbar {
    top: 0;
    display: block;
    position: relative;
}

/* Content
-------------------------- */
[role="main"] {
    position: relative;
    width: 80%;
    padding: 3em 3em 0 3em;
    margin: 6em 0 0 20%;
    float: right;
    /*background-color: #efefef;*/
}
.not-fixed [role="main"] {
    margin-left: 0;
    width: 100%;
}
[role="main"]:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
[role="main"] a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 900px) {
    [role="main"] {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
    .off-canvas.is-active [role="main"] {
        width: 100%;
        margin-right: -40%;
    }
}
@media (max-width: 900px) {
    .off-canvas.is-active [role="main"] {
        margin-right: -80%;
    }
}

/* Sidebar
-------------------------- */
[role="complementary"] {
    margin-left: -100%;
    width: 40%;
    float: left;
    z-index: 2;
}
.off-canvas [role="complementary"] {
    display: none;
}
.off-canvas.is-active [role="complementary"] {
    display: block;
    margin-left: 0;
}
@media (max-width: 900px) {
    .off-canvas.is-active [role="complementary"] {
        width: 80%;
    }
}
@media (min-width: 900px) {
    .off-canvas.is-active [role="complementary"] {
        display: none;
    }
}

/* Footer
-------------------------- */
#footer, #footer-auth {
    background: #72a9bc;
    padding: 0 0 0 0;
    clear: both;
}
#footer-auth {
    padding: 0 0 0 20%;
}
@media (max-width: 900px) {
    #footer, #footer-auth {
        padding: 0 0 0 0;
    }
}

.not-fixed #footer-auth {
    padding: 0 0 0 0;
}

#footer .inner, #footer-auth .inner {
    padding: 2em;
}
#footer a, #footer-auth a {
    color: #232b2f;
}

/* ----------------------------------------
   Helpers
------------------------------------------- */
/* Block Helper
-------------------------- */
/* clearfix */
.row:after, .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.fix-h {
    overflow: hidden;
    background: #efefef;
}
.fix-h:before, .fix-h:after {
    content: "";
    display: table;
}
.fix-h:after {
    clear: both;
}

.is-hidden {
    display: none;
}

@media (max-width: 900px) {
    .hide-small {
        display: none;
    }
}

/* Display */
.disp-b {
    display: block;
}

.disp-i {
    display: inline;
}

.disp-ib {
    display: inline-block;
    vertical-align: middle;
}
.lt-ie8 .disp-ib {
    display: inline;
    zoom: 1;
}

.disp-t {
    display: table;
    width: 100%;
}

.disp-tc {
    display: table-cell;
    vertical-align: middle;
}

.disp-tr {
    display: table-row;
}

@media (max-width: 900px) {
    .disp-t, .disp-tc, .disp-tr {
        display: block;
    }
}

.is-scrollable {
    overflow: auto;
}

/* Alignement */
.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

/* Width */
.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333%;
}

.w40 {
    width: 40%;
}

.mw40 {
    min-width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w66 {
    width: 66.666%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.mw80 {
    min-width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.min-half {
    min-width: 49%;
}

/* Float */
.fl-n {
    float: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

/* Spacing
-------------------------- */
/* Margin */
.m-reset {
    margin: 0;
}

.mtn {
    margin-top: 0;
}

.mts {
    margin-top: 0.75em;
}

.mtm {
    margin-top: 1.5em;
}

.mtl {
    margin-top: 3em;
}

.mbn {
    margin-bottom: 0;
}

.mbs {
    margin-bottom: 0.75em;
}

.mbm {
    margin-bottom: 1.5em;
}

.mbl {
    margin-bottom: 3em;
}

.mln {
    margin-left: 0;
}

.mls {
    margin-left: 0.75em;
}

.mlm {
    margin-left: 1.5em;
}

.mll {
    margin-left: 3em;
}

.mrn {
    margin-right: 0;
}

.mrs {
    margin-right: 0.75em;
}

.mrm {
    margin-right: 1.5em;
}

.mrl {
    margin-right: 3em;
}

/* Padding */
.p-reset {
    padding: 0;
}

.ptn {
    padding-top: 0;
}

.pts {
    padding-top: 0.75em;
}

.ptm {
    padding-top: 1.5em;
}

.ptl {
    padding-top: 3em;
}

.pbn {
    padding-bottom: 0;
}

.pbs {
    padding-bottom: 0.75em;
}

.pbm {
    padding-bottom: 1.5em;
}

.pbl {
    padding-bottom: 3em;
}

.pln {
    padding-left: 0;
}

.pls {
    padding-left: 0.75em;
}

.plm {
    padding-left: 1.5em;
}

.pll {
    padding-left: 3em;
}

.prn {
    padding-right: 0;
}

.prs {
    padding-right: 0.75em;
}

.prm {
    padding-right: 1.5em;
}

.prl {
    padding-right: 3em;
}

/* Text
-------------------------- */
.txt-l {
    text-align: left;
}

.txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.txt-j {
    text-align: justify;
}

.txt-t {
    vertical-align: top;
}

.txt-m {
    vertical-align: middle;
}

.txt-b {
    vertical-align: bottom;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.no-italic {
    font-style: normal;
}

.no-deco {
    text-decoration: none;
}

.under-l {
    text-decoration: underline;
}

.upper-c {
    text-transform: uppercase;
}

.lower-c {
    text-transform: lowercase;
}

.bdr-b {
    border-bottom: 1px solid #ededed;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.hide-text {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Connexion */
#password, #username, #remember_me {
    margin-bottom: 15px;
}

#remember_me {
    margin-right: 5px;
}

#application-summary {
    width: 25%;
}

#os-icons {
    width: 110px;
    text-align: center;
}

.form-inline {
    max-width: 600px;
    margin: 20px auto !important;
}

.form-inline-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.form-inline-item label {
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    width: 125px;
    min-width: 125px
}
.form-inline-item > input, .form-inline-item span{
    display: table-cell;
}
input.error, select.error {
    border-color: #ff5764;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input.error + .msg-error, select.error + .msg-error {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
@media (max-width: 640px) {
    .form-inline-item label {
        display: block;
        width: auto;
    }
}

.form-inline-submit {
    padding-left: 0%;
}
@media (max-width: 640px) {
    .form-inline-submit {
        padding-left: 0;
    }
}

.btn-s-rounded.icon-cancel-circled {
    background: #ff5764;
    padding: 0 .5em;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.btn-s-rounded.icon-cancel-circled:before {
    margin: 0;
}
.btn-s-rounded.icon-cancel-circled:hover {
    background: #f00013;
}

select + .btn-s-rounded.icon-cancel-circled {
    margin-left: 20px;
}

.msg-error li {
    list-style-type: none;
}

.msg-error ul {
    padding-left: 0px;
}

li.form-inline-submit {
    text-align: center;
}

.btn-warning {
    background: #ff5764;
}

.btn-warning:hover {
    background: #f00013;
}

#app-groups {
    max-height: 250px;
}

#connect-form {
    margin-top: 50px;
}

#login-stats {
    margin-top: 40px;
}

@media (max-width: 900px) {
    #connect-form {
        margin-top: 20px;
    }
}

#mem-checkbox {
    margin-top: 10px;
    margin-left: 10px;
    min-width: 100px;
    float: left;
}

.form-inline-submit-r {
    padding-left: 0%;
}

li.form-inline-submit-r {
    text-align: right;
}

#date-connection {
    color: white;
    position: absolute;
    width: 100%;
    top: 105px;
    left: 0px;
}

.txt-gray {
    color: #8d8e8f;
}

.image {
    position: relative;
}

#date-connection .date {

}

#date-connection .hour {
    font-size: 35px;
}

.image-connection-with {
    min-width: 275px;
}

#image-connection {
    position: relative;
    height: 493px;
    margin: 0 auto;
}

.node-cell {
    width: 100px;
    max-width: 100px;
    padding-right: 10px;
    word-wrap: break-word;
}

#btns-calendar-detail {
    width: 285px;
}


@media (max-width: 900px) {
    #application-summary, #application-name-list, #os-icons, #application-buttons-list, #btns-calendar-detail {
        width: 100%;
    }
}

.adImage {
    max-height: 110px;
}

#ad-preview-content {
    width: 100%;
    height: 100%;
    background-color: #232323;
}

.ad-preview-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
}

.ad-preview-image {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: contain;
}

.adPreviewPhoneImage {
    max-height: 480px;
}

.adPreviewTabletteImage {
    max-height: 384px;
}

#ad-preview-phone-pane, #ad-preview-tablette-pane {
    overflow: hidden;
    margin: 0 auto;
}

#ad-preview-phone-pane {
    width: 100%;
    height: 100%;
}

#ad-preview-tablette-pane {
    width: 512px;
    height: 384px;
}

.jcrop-holder {
    margin: 0 auto;
}

.plr1 {
    padding-left: 1%;
    padding-right: 1%;
}

/* Map CSS */
#map-canvas {
    width: 100%;
    height: 400px;
}

/* Status */

.pod.status {
    padding: 0px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.status-info {
    background-color: #2980B9;
    color: white;
}

.status-down {
    background-color: #f0ad4e;
    color: white;
}

.status-ok {
    background-color: #84ab47;
    color: white;
}

.status-title {
    padding: 1em;
}

ul.status {
    margin-top: 0em;
    margin-bottom: 0em;

    padding: 1em;
}

ul.status > .disp-t {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

form.status {
    padding-left: 20px;
    padding-right: 20px;
}

.status-message {
}

.status-message-author {
    color: darkgray;
}

.bg-white {
    background-color: white;
}
