@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600);
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css");
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand);
* {
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
}

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

ol,
ul {
    list-style: none;
}

html,
body {
    height: 100%;
}

body {
    box-sizing: border-box;
}

.container {
    display: table;
    width: 100%;
    height: 100%;
}

.rowtable {
    display: table-row;
}

.left,
.center {
    display: table-cell;
    vertical-align: top;
}
/*------------------*/
/*MENU (GAUCHE)     */
/*------------------*/

.left {
    width: 220px;
    min-width: 220px;
    background: #303E4C;
}

#header-logo {
    width: 100%;
    background: #2C3848;
    height: 60px;
    font-size: 28px;
    font-weight: 300;
    color: #2cc17b;
    line-height: 60px;
    text-align: center;
    background: url("../img/logo.svg") center center no-repeat;
    background-size: 80%;
    text-indent: -99999em;
}

#header-logo a {
    font-weight: 600;
    color: white;
}

.nav li a {
    position: relative;
    display: block;
    padding: 19px 15px 19px 50px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
}

.nav li a:before {
    font: 14px fontawesome;
    position: absolute;
    top: 17px;
    left: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.nav li a.mnu-dashboard:before {
    content: '';
    background: url("../img/dashboard.png") top left no-repeat;
}

.nav li a.mnu-baliseurs:before {
    content: '';
    background: url("../img/baliseur.png") top left no-repeat;
}

.nav li a.mnu-secteurs:before {
    content: '';
    background: url("../img/secteur.png") top left no-repeat;
}

.nav li a.mnu-segments:before {
    content: '';
    background: url("../img/segment.png") top left no-repeat;
}

.nav li a.mnu-itineraires:before {
    content: '';
    background: url("../img/itineraire.png") top left no-repeat;
}

.nav li a.mnu-collectes:before {
    content: '';
    background: url("../img/collecte.png") top left no-repeat;
}

.nav li a.mnu-missions:before {
    content: '';
    background: url("../img/mission.png") top left no-repeat;
}

.nav li a.mnu-documentation:before {
    content: '';
    background: url("../img/documentation.png") top left no-repeat;
}


.nav li a:hover {
    color: #ffffff;
    box-shadow: inset 5px 0 0 #2cc17b;
    background: #2C3848;
    cursor: pointer;
}

.nav li a.active {
    color: #2cc17b;
    box-shadow: inset 5px 0 0 #2cc17b;
    background: #2C3848;
}

.nav li a.active:before {
    color: #2cc17b;
}
/*------------------*/
/*Corps (CENTRE)     */
/*------------------*/

.center {
    background: white;
    min-width: 960px;
}

#header-bar {
    width: 100%;
    background: #303E4C;
    height: 60px;
}

.searchInput {
    height: 60px;
    width: 200px;
    padding: 0 0 0 10px;
    margin: 0;
    background-color: #303E4C;
    border: none;
    font-size: 16px;
    color: #2cc17b;
    outline: none;
    position: relative;
}

.search-icon {
    color: #9FA0A1;
    height: 60px;
    width: 40px;
    line-height: 60px;
    text-align: right;
    display: block;
    float: left;
}

.header-nav {
    float: right;
    height: 60px;
    list-style-type: none;
}

.header-nav li {
    float: right;
    height: 60px;
    list-style-type: none;
    display: inline-block;
}

.header-nav a {
    color: #9FA0A1;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-left: 1px solid #2C3848;
    cursor: pointer;
    text-decoration: none;
}

.header-nav a:hover {
    background: #2C3848;
    color: #2cc17b;
}

.bar-1 {
    background-color: white;
    padding: 20px 40px;
    clear: both;
    float: left;
    width: 100%;
}

.bar-1:last-child {
    padding-top: 0px;
}

.bar-2 {
    background-color: #dfebf6;
    border-top: 2px solid #ccdcec;
    border-bottom: 1px solid #bdcfe1;
    padding: 0 40px;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.bar-3 {
    background-color: #cadbec;
    padding: 40px;
    color: #58789a;
    border-bottom: 1px solid #bdcfe1;
    clear: both;
    float: left;
    width: 100%;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    border-left: 3px solid #2cc17b;
    padding-left: 8px;
}

h2 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 16px;
    font-style: italic;
}
/*------------------*/
/*Slide panel       */
/*------------------*/

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}

.cd-panel:after {
    /* overlay layer */
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel.is-visible:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel-header {
    position: fixed;
    width: 90%;
    height: 60px;
    line-height: 60px;
    background: #303E4C;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s 0s;
    -moz-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
}

.cd-panel-header h1 {
    font-weight: 300;
    color: white;
    padding-left: 5%;
}

.from-right .cd-panel-header,
.from-left .cd-panel-header {
    top: -60px;
}

.from-right .cd-panel-header {
    right: 0;
}

.from-left .cd-panel-header {
    left: 0;
}

.is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-header {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-header {
        width: 50%;
    }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
    
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../img/cross.png") center center no-repeat;
}

.cd-panel-close:before,
.cd-panel-close:after {
    /* close icon created in CSS */
    
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;
    /* this fixes a bug where pseudo elements are slighty off position */
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}

.no-touch .cd-panel-close:hover:before,
.no-touch .cd-panel-close:hover:after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover:before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel-container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: white;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 50%;
    }
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 5%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    
    -webkit-overflow-scrolling: touch;
}

.cd-panel-content p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}

.cd-panel-content p:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }
}
/*------------------*/
/*LOGIN PAGE        */
/*------------------*/

.copyright {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #606468;
}

.loging {
    background: #2c3848 url("../img/login.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    
    background-size: cover;
    /* version standardisée */
    
    height: initial;
}

#login-page {
    margin: 150px auto;
    width: 320px;
}

#login-page fieldset {
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px
}

.login-logo .logo {
    top: 0px;
    width: 64px;
    height: 100px;
    display: block;
    font-size: 80px;
    margin: 0 auto;
    background: url("../img/logo.png") center left no-repeat;
}

#login-page fieldset {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#login-page input {
    border: none;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

#login-page form span {
    background-color: #161D27;
    border-radius: 3px 0px 0px 3px;
    color: #2CC17B;
    display: block;
    float: left;
    height: 50px;
    line-height: 56px;
    font-size: 22px;
    text-align: center;
    width: 50px;
}

#login-page form input {
    height: 50px;
}

#login-page form input[type="text"],
#login-page form input[type="password"] {
    background-color: #1F2835;
    border-radius: 0px 3px 3px 0px;
    color: #606468;
    margin-bottom: 1em;
    padding: 0;
    width: 230px;
    text-indent: 16px;
    outline: none;
}

#login-page form input[type="text"]:focus,
#login-page form input[type="password"]:focus {
    color: white;
}

#login-page form input[type="submit"] {
    background: #2CC17B;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0 -1px 0 #136740;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0 -1px 0 #136740;
    float: right;
    color: #eee;
    font-weight: bold;
    margin-bottom: 2em;
    text-transform: uppercase;
    width: 280px;
    outline: none;
}

#login-page form input[type="submit"]:hover {
    background-color: #22A366;
}

#login-page > p {
    text-align: center;
}

#login-page > p span {
    padding-left: 5px;
}

#login-page #error {
    text-align: center;
    color: #22A366;
}
/*------------------*/
/*TABLE             */
/*------------------*/

.table {
    margin: 0;
    width: 100%;
    display: table;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ecf0f6;
}

.informe_table {
    border: none;
    border-bottom: 1px solid #ecf0f6;
    overflow: visible !important;
}

.informe_table .cell {
    font-size: 11px;
    padding: 0;
    text-align: center;
    position: relative;
}

.informe_table .header .cell {
    border: none;
    cursor: pointer;
}

.informe_table .header .cell:hover {
    opacity: 0.8;
}

.help_legende {
    font-family: 'Patrick Hand', cursive;
    line-height: 40px;
    color: #95a5a6;
    position: relative;
    padding-left: 12px;
    float: right;
}

.help_legende i {
    position: absolute;
    top: 18px;
    left: 0;
}

.informe_table .header .cell:last-child {
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.informe_table .header .cell:first-child {
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.informe_table .cell {
    border-right: 1px dashed #ecf0f6;
}

.blue_cell {
    background: #2CC17B !important;
    color: white;
}

.red_cell {
    background: #26A76B !important;
    color: white;
}

.yellow_cell {
    background: #0F412A !important;
    color: white;
}

.informe_table .cell input,
.informe_table .cell select {
    border: 0px !important;
    background-color: transparent;
    outline: none !important;
    font-size: 14px;
    min-width: none;
    width: 100%;
    -webkit-appearance: none;
    text-indent: 3px;
    color: #4d576a;
    
}
.informe_table .cell select option{
    color: #4d576a !important;
}

.informe_table .cell i {
    position: absolute;
    top: 0px;
    right: -30px;
    font-size: 14px;
    background: white;
    padding: 0 9px;
    height: 29px;
    line-height: 29px;
    color: #e74c3c;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ecf0f6;
    border-left: none;
    width: 30px;
    cursor: pointer;
}

.informe_table .cell i:hover {
    background: #F6FAFE;
}

.informe_table .cell .ico-left {
    top: 0px;
    left: -30px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #ecf0f6;
    border-right: none;
    color: #34495e;
}

@media screen and (max-width: 580px) {
    .table {
        display: block;
    }
}

.row {
    display: table-row;
    background: white;
    color: #4d576a;
}

.row .cell {
    border-bottom: 1px solid #ecf0f6;
}

.row:last-child .cell {
    border-bottom: none;
}

.row:hover {
    background: #F6FAFE;
}

.row.header,
.row.header:hover {
    color: #58789A;
    background: #f6fafe;
    text-transform: uppercase;
}

.row.header .cell {
    padding: 14px 10px;
}

.row.header .cell a {
    text-decoration: none;
    color: #2C3848;
}

a.sorting {
    font-size: 12px;
    position: relative;
    top: -2px;
    left: 5px;
    color: #58789A !important;
}

.cell {
    padding: 10px;
    display: table-cell;
    font-size: 14px;
}

.cell form {
    padding: 0px !important;
    margin: 0px !important;
}

.cell form input[type="text"] {
    width: 80%;
}

.cell .ico-action {
    float: right;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    color: #7fa1c2;
    text-decoration: none;
    padding-top: 8px;
    border-left: 1px solid #ecf0f6;
}

.cell .ico-action:hover {
    color: #2cc17b;
}

.cell .ico-action:last-child {
    border: none;
}
.cell.nowrap p{
    white-space: nowrap;
    margin: 0;
}
.cell input {
    padding: 5px;
}

.cell .button:first-child {
    margin-left: 40px;
}

.cell .button:hover {
    color: #27ae60;
    border: 1px solid #2ecc71;
}

.pagination {
    border-radius: 0.25em;
    border: 1px solid #ecf0f6;
    float: left;
    margin-top: 40px;
    font-size: 14px;
}

.pagination a,
.pagination span {
    padding: 10px 15px;
    display: block;
    float: left;
    text-decoration: none;
    color: #4d576a;
    position: relative;
}

.pagination span.courante {
    background: #2cc17b;
    color: white;
}

.pagination .next {
    padding: 10px 35px 10px 15px;
}

.pagination .prev {
    padding: 10px 15px 10px 35px;
}

.pagination .prev::before,
.pagination .next::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -7px;
    left: 13px;
    background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}

.pagination .next::after {
    left: initial;
    right: 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-space {
    clear: both;
}
/*------------------*/
/*DIVERS        */
/*------------------*/

.type_iti {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    position: relative;
}

.type_iti::after {
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 13px;
    left: 5px;
    background: white;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin-top: -8px;
}

.type_GR {
    background: #ecf0f1;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #e74c3c 50%, #e74c3c 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf0f1), color-stop(50%, #ecf0f1), color-stop(50%, #e74c3c), color-stop(100%, #e74c3c));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #e74c3c 50%, #e74c3c 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #e74c3c 50%, #e74c3c 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #e74c3c 50%, #e74c3c 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ecf0f1 0%, #ecf0f1 50%, #e74c3c 50%, #e74c3c 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#e74c3c', GradientType=0);
    /* IE6-9 */
}

.type_GRP {
    background: #f1c40f;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #e74c3c 50%, #e74c3c 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1c40f), color-stop(50%, #f1c40f), color-stop(50%, #e74c3c), color-stop(100%, #e74c3c));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #e74c3c 50%, #e74c3c 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #e74c3c 50%, #e74c3c 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #e74c3c 50%, #e74c3c 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #f1c40f 0%, #f1c40f 50%, #e74c3c 50%, #e74c3c 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f', endColorstr='#e74c3c', GradientType=0);
    /* IE6-9 */
}

.type_TMF {
    background: #ecf0f1;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #2ecc71 50%, #2ecc71 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf0f1), color-stop(50%, #ecf0f1), color-stop(50%, #2ecc71), color-stop(100%, #2ecc71));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #2ecc71 50%, #2ecc71 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #ecf0f1 50%, #2ecc71 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ecf0f1 0%, #ecf0f1 50%, #2ecc71 50%, #2ecc71 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ecf0f1 0%, #ecf0f1 50%, #2ecc71 50%, #2ecc71 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#2ecc71', GradientType=0);
    /* IE6-9 */
}

.type_PR-JAUNE,
.type_PR-BLEU,
.type_PR-VERT,
.type_PR-FUCHSIA,
.type_PR-MAGENTA {
    background: #ecf0f1;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #ecf0f1 50%, #ecf0f1 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1c40f), color-stop(50%, #f1c40f), color-stop(50%, #ecf0f1), color-stop(100%, #ecf0f1));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #ecf0f1 50%, #ecf0f1 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #ecf0f1 50%, #ecf0f1 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #f1c40f 0%, #f1c40f 50%, #ecf0f1 50%, #ecf0f1 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #f1c40f 0%, #f1c40f 50%, #ecf0f1 50%, #ecf0f1 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f', endColorstr='#ecf0f1', GradientType=0);
    /* IE6-9 */
}

.type_PR-BLEU::before {
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 6px;
    left: 13px;
    background: #3498db;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    box-shadow: 0px 1px 5px -2px #5E7D9B;
}

.type_PR-VERT::before {
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 6px;
    left: 13px;
    background: #2ecc71;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    box-shadow: 0px 1px 5px -2px #5E7D9B;
}

.type_PR-FUCHSIA::before {
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 6px;
    left: 13px;
    background: #9b59b6;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    box-shadow: 0px 1px 5px -2px #5E7D9B;
}

.type_PR-MAGENTA::before {
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 6px;
    left: 13px;
    background: #9b59b6;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    box-shadow: 0px 1px 5px -2px #5E7D9B;
}

#map {
    width: 100%;
    height: 100%;
}

.map-mission {
    width: 100%;
    height: 342px;
}

.nomap-mission {
    width: 100%;
    height: 342px;
    font-size: 12px;
    padding-top: 60%;
    text-align: center;
    border: 1px dashed #2c3848;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: url("../img/nomap.png") 50% 35% no-repeat;
}

#map a,
div.map-mission a {
    top: 0px;
    position: relative;
    left: 0px;
}

.help_form .separator, .separator {
    height: 40px;
    clear: both;
    display: block;
}

.status-actif {
    color: #2cc17b;
}

.status-inactif {
    color: #c4c9cd;
}

.msg-error {
    background: white;
    padding: 10px;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.green{
    color:#2cc17b;
}
.grey{
    color:#ecf0f1;
}



.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

