.content {
    background: #FFF;
    margin: 20px 10px;
    padding: 20px;
    border: solid 1px #e1e1e1;
    color: #999;
    text-align: center;

    background: rgba(0, 0, 0, 0) radial-gradient(ellipse farthest-corner at top center, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 0) 50%, rgba(254, 254, 254, 0) 100%) repeat scroll 0 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    display: block;
}

.limitedContentTitlePaddingTop {
    padding-top: 0px;
}

.header {
    margin: 0px 10px 0;
    border: solid 1px #e0e0e0;
    /*    background:#42637b;    */
    background: #f7f7f7 url(../img/bg.png) repeat center top;
    height: 229px;
    color: #FFF;
    position: relative;
}

.headerBg {
    position: absolute;

    z-index: -2;
    width: 100%;
}

.headerTop {
    color: #F6F6F6;
    margin: 0 10px;
    border: solid 1px #e0e0e0;

    background: #42637b url(../img/Board/heach.png) repeat top left;;
    padding: 5px;
}

.HeadLogo {
    width: 252px;
    float: left;
    height: 218px;
    border-right: solid 1px #42637b;
    margin-top: 10px;
}

.headerTop span {
    padding-left: 30px;
}

.blocInfo {
    background: #FFF;
    border: solid 1px #FFF;
    color: #999;
    text-align: center;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse farthest-corner at top center, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 0) 50%, rgba(254, 254, 254, 0) 100%) repeat scroll 0 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: block;
    padding: 5px;
    min-height: 462px
}

.headBlocInfo {
    background: #42637b;

    padding: 15px;
    text-align: center;
    color: #FFF;
}

.bodyBlocInfo p {
    font-size: 20px;
    text-align: center;
    color: #42637b;
    margin-top: 10px;
    font-family: BebasNeue;
}

.bodyBlocInfo p2 {
    font-size: 20px;
    text-align: center;
    /*color:#42637b;*/
    margin-top: 10px;
    font-family: BebasNeue;
}

.bodyBlocInfo p span {
    font-size: 26px;
    color: #910000;
}

.bodyBlocInfo p2 span {
    font-size: 26px;
    color: #42637b;
}

.bodyBlocInfo p3 {
    padding-top: 1%;
    padding-left: 3%;
    text-align: left;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.chip {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 5%;
    border: solid 1px #c9c9c9;
    background-color: #f2f2f3;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.tagSection {
    padding-top: 10px;
}

.tagInputField, .chips {
    float: left;
}

.tagInputField label {
    float: left;
    padding-right: 20px;
    padding-top: 5px;
    padding-left: 10px;
}

.chips {
    padding: 5px 10px;
}

.chip {
    padding: 0 5px;
}

.closebtn:hover {
    color: #000;
}

.btn {
    text-align: left;
    padding-left: 5%;
    white-space: normal;
}

.buttonIndicator1 {
    display: inline-block;
    float: right;
    background: white;
    color: black;
    border-radius: 50%;
    padding: 1% 2%;
}

.buttonIndicator2 {
    display: inline-block;
    float: right;
    background: white;
    color: black;
    border-radius: 50%;
    padding: 1% 3%;
}

.buttonIndicatorColor1 {
    background: white;
    color: black;
}

.buttonIndicatorColor2 {
    background: #42637b;
    color: white;
}

.btn-danger-custom {
    background-color: red;
    border-color: darkred;
}

.btn-danger-custom:hover,
.btn-danger-custom:focus,
.btn-danger-custom:active,
.btn-danger-custom.active {
    color: #fff;
    background-color: #B82010;
    border-color: darkred;
}

.btn-info-custom {
    background-color: deepskyblue;
    border-color: dodgerblue;
}

.btn-info-custom:hover,
.btn-info-custom:focus,
.btn-info-custom:active,
.btn-info-custom.active {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.bgWhite {
    background-color: #FFF;
}

.sizeTxt10 {
    font-size: 10px;
}

.bordertop {
    padding-top: 10px;
    border-top: solid 1px #e0e0e0;
}

.waitingChart {
    width: 100%;
    height: 350px;
    background: #FFF url(../img/gif-load.gif) no-repeat center center;
}

.titleOne {
    border-radius: 4px;
    color: #777;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background: #FFF;
    margin: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.rulesEvolution {
    margin: 5px;
}

.selecter {
    margin-bottom: 10px;
    margin-top: 10px;
}

#charEvoCo {
    max-height: 410px;
    overflow-y: auto;
}

#charAgUnique {
    max-height: 410px;
    overflow-y: auto;
}

.mapsDisplay {
    border: solid 1px #c9c9c9;
    height: 600px;
}

.lastAgency {
    float: left;
    width: 400px;
    height: 150px;
    border: solid 1px #f0f0f0;
    margin: 10px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.agPhoto {
    height: 32px;
    width: 42px;
    float: left;
    margin: 5px;
    border: solid 1px #f0f0f0;
}

.agPhoto img {
    margin: auto;
}

.agConnect {
    float: left;
    height: 32px;
    margin-top: 5px;
    width: 112px;
    font-size: 10px;
}

.nameAg {
    float: left;;
    font-size: 10px;
    color: #333;
    padding: 2px;
    width: 81px;
    height: 80px;
    overflow: hidden;
}

.agTitle {
    font-size: 12px;
    text-align: left;
    color: #333;
    padding: 2px;
    padding-bottom: 5px;
    border-bottom: solid 1px #e0e0e0;
}

.agDetails {
    height: 62px;
    width: 170px;
    float: left;
    margin: 5px;
    text-align: left;
    font-size: 11px;
    color: #333;
}

.agFoot {
    color: #333;
    font-size: 11px;
}

.refused {
    color: #d70000;
}

.accepted {
    color: #106400;
}

.waited {
    color: 707070;
}

.underline {
    text-decoration: underline;
    color: #42637b;
}

#contenuResult {
    background: #FFF;
    margin: 1px;
    padding: 10px;
    min-height: 400px;
}

.titleSub {
    color: #42637b;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.titleSub div {
    margin-left: 30px;
    margin-top: 5px;
}

.containerResult {
    padding: 20px;
}

#imaginary_container {
    margin: 4% 3% 2%;
}

#imaginary_button_container {
    margin: 0% 1% 2%;
}

#imaginary_checkbox_container {
    text-align: left;
    margin: 0% 1% 2%;
}

#imaginary_map_container {
    text-align: left;
    margin: 0% 1% 2%;
}

#imaginary_tag_container {
    margin: 0.3% 1% 2%;
}

.graphSelect {
    margin: 0% 1% 2%;
}

.checkbox-custom {
    margin-left: 3%;
    margin-top: 3%;
}

.checkboxIndicator {
    display: inline-block;
    float: right;
    margin-right: 5%;
    color: #999;
    font-family: inherit;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.infosAgence.single .col-lg-5,
.infosAgence.single {
    padding-left: 0;
}

.infosAgence.single .col-lg-5 .col-md-3 {
    padding-left: 5px;
}

.fs-10 {
    font-size: 10px;
}

.tagList {
    display: none;
}