﻿.cluster {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Arial, Helvetica';
    font-size: 11px;
    font-weight: bold;
}

.cluster-1 {
    background-image: url(/ressources/images/m1.png);
    line-height: 53px;
    width: 53px;
    height: 52px;
}

.cluster-2 {
    background-image: url(/ressources/images/m2.png);
    line-height: 53px;
    width: 56px;
    height: 55px;
}

.cluster-3 {
    background-image: url(/ressources/images/m3.png);
    line-height: 66px;
    width: 66px;
    height: 65px;
}

.gmap3 {
    border: 1px dashed #C0C0C0;
    width: 100%;
    height: 1000px;
}

/* infobulle */
.infobulle {
    overflow: hidden;
    cursor: default;
    clear: both;
    position: relative;
    height: 84px;
    padding: 0pt;
    background-color: rgb(57, 57, 57);
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    border: 1px solid #2C2C2C;
}

.infobulle .bg {
        font-size: 1px;
        height: 16px;
        border: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        background-color: #5E5E5E;
}

.infobulle .text {
        color: #FFFFFF;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        line-height: 25px;
        padding: 4px 20px;
        text-shadow: 0 -1px 0 #000000;
        white-space: nowrap;
        margin-top: -17px;
        background:url(http://gmap3.net/skin/gmap/js/lib/gmap3-images/drive.png) no-repeat 2px center;
}



.arrow {
    position: absolute;
    left: 45px;
    height: 0pt;
    width: 0pt;
    margin-left: 0pt;
    border-width: 10px 10px 0pt 0pt;
    border-color: #2C2C2C transparent transparent;
    border-style: solid;
}


.divProgressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #A19D9D;
    z-index: 1000;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.divProcessMessage {
    position: fixed;
    top: 20%;
    left: 43%;
    padding: 10px;
    width: 20%;
    z-index: 1001;
    font-size: 20px;
    background-color: Transparent;
    color: #FFF;
}


.divAjaxLoader {
    background-color: #FFC080;
    position: absolute;
    float: left;
    left: 150px;
    margin-top: 140px;
    height: 30px;
    width: 85px;
    background-color: Transparent;
    visibility: hidden;
    z-index: 100;
}

.fontColorBlue {
    color: #022060;
}

.fontColorPink {
    color: #FF3297;
}

.fontColorWhite {
    color: #FFF;
}

.fontColorRedish {
    color: #BA1047;
}

.fontWeightBold {
    font-weight: bold;
}

.fontSize11 {
    font-size: 1.1em;
}

.fontSize12 {
    font-size: 1.2em;
}

.fontSize13 {
    font-size: 1.3em;
}

.fontSize14 {
    font-size: 1.4em;
}

.fontSize15 {
    font-size: 1.5em;
}

.fontSize16 {
    font-size: 1.6em;
}

.fontSize17 {
    font-size: 1.7em;
}

.fontSize18 {
    font-size: 1.8em;
}

.fontSize19 {
    font-size: 1.9em;
}


.minHeight10 {
    min-height: 10px;
}

.minHeight15 {
    min-height: 15px;
}

.minHeight20 {
    min-height: 20px;
}

.cursor {
    cursor: pointer;
}

.marginL5 {
    margin-left: 5px;
}

.marginL10 {
    margin-left: 10px;
}

.marginL15 {
    margin-left: 15px;
}

.marginL20 {
    margin-left: 20px;
}


.marginT5 {
    margin-top: 5px;
}

.marginT10 {
    margin-top: 10px;
}

.marginT15 {
    margin-top: 15px;
}

.marginT20 {
    margin-top: 20px;
}

.marginR5 {
    margin-right: 5px;
}

.marginR10 {
    margin-right: 10px;
}

.marginR15 {
    margin-right: 15px;
}

.marginR20 {
    margin-right: 20px;
}


.marginB5 {
    margin-right: 5px;
}

.marginB10 {
    margin-right: 10px;
}

.marginB15 {
    margin-right: 15px;
}

.marginB20 {
    margin-right: 20px;
}

/* Customer style for calendar */
.fc-event-cteasy-title {
    text-align: left;
    vertical-align: bottom;
    font-size: 12px;
    color: #AF234A;
    font-weight: bold;
}

/* Overwrite bootstrap css */
input {
    margin: 0;
    font-size: 100%;
    vertical-align: top;
}

label {
    display: inline;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 14px;
}


input[type="radio"],
input[type="checkbox"] {
    margin: 0px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.greenCircle {
    background: green;
}

.redCircle {
    background: red;
}
