﻿html, body
{
    height: 100%;    
}

/* global styles */
a img
{
    border-style: none;
}

.page-body {
    padding: 100px 0;
    padding-bottom: 0px;
}


.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}


.main-container {
    background-color: rgb(250, 250, 250);
}

.search-container.is-floating {
    margin-top: -100px;
}

.container {
    max-width: 960px;
}


.card-search {
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, .1);
    margin: 15px auto;
    margin-top: 5px;
    padding: 7px 15px;
}

.card-image {
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, .1);
    margin: 15px auto;
    margin-top: 5px;
    padding: 7px 15px;
    margin-bottom: 62px;
}


.picto-timeline {
    float: left;
    width: 49px;
    height: 48px;
    content: '';
    background-size: 50% 50% !important;
    background: url(../Images/picto/client-bluelight.png) top no-repeat;
}




#MainContentDiv
{
    width: 100%;
    display: block;
    overflow: auto;
    vertical-align: top;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
}

#centeAidePriseImage {
    text-align: right;
    font-size: 12px;
    text-decoration: underline;
}

.NombreCoupons {
    position: absolute;
    top: 92px;
    left: 12px;
    z-index: 200;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    color: Navy;
}

.NumberLabel
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    color: Navy;
}


.pageBottom
{
    width: 95%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden; /*height:35px;*/
    padding: 8px 10px 8px 10px;
    text-align: center;
}

.linkPhoto {
    font-size: 13px;
}


/*************************************/
/*           Buttons                 */
/*************************************/


.btnVideo {
    background-color: #29265b !important;
    color: #ffffff !important;
    padding: 5px 5px !important;
    font-size: 10px;
    line-height:normal;
}

.buttonContainer {
    display: flex;
    gap: 10px; /* Space between buttons */
}

.btnDefault {
    background-color: #337ab7;
    color: white !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    transition: opacity .1s ease-in-out;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
}

    .btnDefault img {
        margin-right: -2px;
    }

    .btnDefault:hover {
        background-color: #45a2f1 !important;
        opacity: .9;
    }

.btnMenu {
    background-color: #337ab7 !important;
    color: white !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 30px;
    display: inline-block;
    width: 250px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    box-sizing: content-box;
}

.btnMenuBig {
    font-size: 20px !important;
    font-weight: bold !important;
    width: 250px !important;
    height: 50px !important;
}

/*

.btnMenuFix
{
    font-size: 20px;
    font-weight: bold;
    width: 420px;
    height: 30px;
    border: 1px solid #5d9046;
    background: #67AA25;
    color: #555555;
    text-transform: uppercase;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none; 
    
    padding: 8px 10px 5px 10px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 1px #FFFFFF;
   
    min-height: 25px;
    text-align: center;
    vertical-align: middle;
    background: #CDCDCD; 
    
}



.btnMenu:hover
{
    color: #000000;
    background: -moz-linear-gradient(top, #EEEEFF 0%, #BBBBFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEFF), color-stop(100%,#BBBBFF)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEFF', endColorstr='#BBBBFF',GradientType=0 ); 
}

*/

.textArea {
    width: 400px;
    height: 72px;
}


.btnSort
{
    text-decoration: none;
    color: White;
}

.surveysToValidateInfo 
{
 float:right;   
}

/************ tables ***********/

.tableType
{
    border: 1px solid #666666;
    margin-top: 2px; /* margin-top: 5px; */
}

.tableType .tableHeader
{
    background-color: #666666;
    font-weight: bold;
    color: #FFF;
}

.tableType td
{
    padding: 3px;
    vertical-align: middle;
}

.tableType th
{
    text-align: left;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.grid
{
    margin-top: 0px;
}
.grid th
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 13px;
}

.grid th, .grid td
{
    border: 2px solid #FFFFFF;
}

tr .evenLine, tr.evenLine
{
    background-color: #f1f1f1;
}

tr .oddLine, tr.oddLine
{
    background-color: #BBBBBB;
}

/*tr .notRead
{
    font-weight: bold;
}*/

td
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

.trBigButtons {
    height: 20% !important;
}


.tdMenu {
    text-align: center;
    vertical-align: middle;
    /*  height: 25%; */
}

.tdMenuLabel {
    text-align: left;
    vertical-align: middle;
    /*  height: 25%; */
}



.tdMenuTitle {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #002F5B;
    font-size: 14px;
    font-weight: bold;
    text-decoration: uppercase;
    background-color: #337ab7 !important;
    text-align: center;
    width: 100%;
}


.trTasks
{
    height: 50%;
}

.tdTaskList
{
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

.smallTaskList
{
    height: 100%;
    overflow: auto;
    background-color: White;
    display: block;    
    margin-top:0px !important;
}

.smallsmallEventText
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    vertical-align: middle;
    width: 100%;
}

.smallEventDateTime
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    width: 100px;
    font-size: smaller;
    vertical-align: middle;
}

.smallEventTime
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    width: 50px;
    font-size: smaller;
    vertical-align: middle;
}

.smallEventButton
{
    width: 20px;
    text-align: center;
}

.smallEventButtonSelectTech
{
    width: 20px;
    text-align: center;
    background-color: #D6A0D6;
}

#TaskListLate
{
    color: Red;
}


.formPart
{
    background-color: #FCFCFF;
    border: 1px solid gray;
    width: 90%;
    margin-left: auto;
    margin-right:auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.formMiniEngine {
    background-color: #FCFCFF;
    border: 1px solid gray;
    width: 100%;
    padding: 0px 5px 5px;    
}


.formPart H1
{
    background-color: #C3E2F7;
    color: #00008B;
    padding: 0px 8px 4px 20px;
    margin-top: 0px;
    text-align: center;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    top: 0px;
}



.filterBar
{
    min-height: 25px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #DDDDDD; /* old browsers */
    background: -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#EEEEEE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
}

.toolBar
{
    min-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #DDDDDD; /* old browsers */
    background: -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#EEEEEE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
}

.statusbar {
    position: fixed;
    bottom: 5px; /* left: 40px; */
    /*width: 400px;*/
    right: 40px;
    height: 25px;
    padding: 5px;
    border: solid 1px lightgray;
    z-index: 200;
    overflow: visible;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: inherit;
    background-color: #fff;
    /*background: #999999;  old browsers 
    background: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);  firefox 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#CCCCCC));  webkit 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#CCCCCC',GradientType=0 );  ie 
    */
}



.filterBar input
{
    border: 1px solid #999999;
}

.statusbarInfo
{
    position: fixed;
    left:5px;
    top:5px;
    width: 180px;
    height: 80px;       
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/ico/info.png'); 
        z-index: 200;
}
.titlestatusinfo
{
    position:absolute;
    left:0px;
    top:0px;
    height:20px;
    overflow:hidden;
    width:220px;
}

.bottomInfo
{
    position: fixed;
    bottom: 5px;
    left: 10px;
    right: 250px;
    margin: auto;
    min-height: 45px;
    border: solid 1px lightgray;
    z-index: 200;
    overflow: visible; /*text-align:center;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #999999; /* old browsers */
    background: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#CCCCCC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#CCCCCC',GradientType=0 ); /* ie */
    opacity: .70;
    filter: alpha(opacity="70");
}


/********** MENU *************/

.menuCol
{
    background-image: url('../Images/bg-left-col.gif');
    background-repeat: repeat;
    padding: 10px 0px 10px 0px;
    width: 200px;
    min-width: 200px;
    background-color: #FAE0CE;
}
.menuColLogin
{
    background-image: url('../Images/bg-left-col.gif');
    background-repeat: repeat;
    padding: 10px 0px 10px 0px;
    width: 280px;
    background-color: #FAE0CE; /*height: 100%;*/
}
.menuStatic
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0px 10px 5px;
    background-repeat: repeat;
    width: 100%;
    height: 21px; /*text-transform: uppercase;*/
    font-weight: bold;
    background-image: url('../Images/bg-menu-active.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}
.menuStaticHref
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0px 10px 5px;
    background-repeat: repeat;
    width: 100%;
    height: 21px; /*text-transform: uppercase;*/
    font-weight: bold;
}
.menu
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0px 10px 5px;
    background-repeat: repeat;
    width: 100%;
    height: 32px; /*text-transform: uppercase;*/
    font-weight: bold;
    background-image: url('../Images/bg-menu-active.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}
.menu:hover
{
    color: #47B7E7;
}
.menuHref
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0px 10px 5px;
    background-repeat: repeat;
    width: 100%;
    height: 32px; /*text-transform: uppercase;*/
    font-weight: bold;
}
.menuselected
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #002F5B;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
    background-image: url('../Images/bg-menu-active.gif');
    background-repeat: repeat-y; /*text-transform: uppercase;*/
    width: 100%;
    height: 32px;
}
.submenu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 0px 2px 15px;
    width: 100%;
    height: 19px;
    background-image: url('../Images/bg-menu-active.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}
.submenuHref
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 0px 2px 15px;
    width: 100%;
    height: 19px;
}
.submenu:hover
{
    color: #47B7E7;
}
.submenuselected
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #002F5B;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px 0px 15px;
    background-image: url('../Images/bg-menu-active.gif');
    background-repeat: repeat;
    width: 100%;
    height: 19px;
}

.text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}

.tdBlueTitles
{
    background-color: #6699cc;
}

.textBlueTitles
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFC0;
    text-decoration: none;
}

.textError
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FF0000;
    text-decoration: none;    
}

.textBoxError
{
    background-color: Red;
    text-decoration: none;    
}

.textTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #00008B;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-left: 300px;
    padding-top: 0px;
}

.colAmount
{
    text-align: right;
}

.txtDefault
{
}
.txtPassword
{
}
.lblMsg
{
    color: Blue;
}
.divDefault
{
}

.headerVendeur
{
    background-image: url('../Images/murpro_vendeur_header_bg.png');
    height: 97px;
}

.headerAdmin
{
    background-image: url('Admin/../Images/murpro_admin_header.png');
    height: 97px;
}
.headerLogin
{
    background-image: url('../Images/murpro_header.png');
    height: 97px;
}

.account {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
}

.contact {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CC6600;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    height: 35px;
}

.address
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0a163e;
    padding-left: 22px;
    font-size: 10px;
}

.input
{
    border: 1px solid #006;
    background: #ffc;
}
/*
.input:hover
{
	border: 1px solid #f00;
	background: #ff6;
}
*/
.button
{
    border: 1px solid #006;
    background: #ccf;
    height: 25px;
}
.button:hover
{
    border: 1px solid #f00;
    background: #eef;
    vertical-align: middle;
}
.label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding-right: 3px;
}
.smallButton
{
    border: 1px solid #006;
}

.divForm
{
    display: block;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 15px 0 10px 0;
    vertical-align: top;
    border-bottom: 1px solid #CCCCCC;
}


/* default style for <span> description column in the input form */
.colDescription
{
    color: #000000;
    font-weight: bold;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}


.colDescriptionSmall
{
    color: #000000;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.colField
{
    color: #000000;
    left: 250px;
    top: 0px;
    display: inline-block;
}
.colFieldSubtitle
{
    width: 130px;
    display: inline-block;
    font-weight: bold;
    min-height: 25px;
}
.colFieldSubtitleSmall
{
    width: 80px;
    display: inline-block;
    font-weight: bold;
    float: left;
}
.colFieldItem
{
    width: 130px;
    display: inline-block;
    min-height: 25px;
}

/* default style for description <td> in the input form */
.tdDescription
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

.tdField
{
    color: #000000;
    left: 250px;
    top: 0px;
}

/* default style for field row <tr> in the input form */
.trField
{
}

.trSubmit
{
}

.trDefault
{
}

.tbldefault
{   
}

.inforMessageSurvey
{
     display: inline-block;
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/ico/info.png');
}

.infoMessage, .successMessage, .warningMessage, .errorMessage, .validationMessage
{
    display: block;
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.infoMessage
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/ico/info.png');
}
.successMessage
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/ico/success.png');
}
.warningMessage
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/ico/warning.png');
}
.errorMessage
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/ico/error.png');
}
.validationMessage
{
    display: inline-block;
    border: 1px solid;
    margin: 10px 0px;
    padding: 2px 10px 2px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/ico/validation_s.png');
}

.readOnlyField
{
    color: Gray;
}

.mapCorner:hover, .mapCorner div:hover
{
    background-image: url('../images/ico/map.png');
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 20px;
}
.boldText
{
    font-weight: bold;
}
.normalText
{
    font-weight: normal;
}

/********** PAGER STYLE  ***************/
.pager
{
    margin: 5px 0;
    float: left;
}

.pager_info
{
    margin: 5px 0;
}

.pager a:hover
{
    background: #595959;
    color: #FFFFFF;
}

.pager a
{
    text-decoration: none;
    color: #232323;
    padding: 2px 5px !important;
}



.pager_first_last_button
{
    font-size: 88%;
}

.pager_current_index
{
    background: #C35312; /*#C33503;*/
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 5px !important;
}

.pager_prev_next_button
{
    font-size: 88%;
}

.pager_page_index
{
}

a.download_user_guide
{
    margin-top: 10px;
    margin-right: 10px;
    color: #0000EE;
    font-size: 90%;
}

a.download_user_guide:hover
{
    color: #4D4D4D;
}

/*****    TOOL TIP    ****/
#tooltip
{
    position: absolute;
    z-index: 5000;
    border: 1px solid #111;
    background-color: #E3E3E3;
    padding: 5px;
    opacity: 0.85;
    font-size: 10px;
    font-weight: normal;
}
#tooltip h3, #tooltip div
{
    margin: 0;
}


.progress1 td
{
    color: Blue;
}

.progress2 td
{
    color: Red;
}

.progress3 td
{
    color: Green;
}

.progress4 td
{
    color: #D2691E;
}

.progress5 td
{
    color: #555555;
}

div .alertRetract
{
    color:Black;
    font-size:10px;
    font-weight:bold;
    padding-left:20px;
    padding-right:5px;
    background-image:url(../images/ico/Validation_s.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-color:Orange;
    text-align:center;
    opacity: .60;
    filter: alpha(opacity="60");
    padding-top:2px;
    padding-bottom:2px;
    width:84px;
}

.dvNews
{
    padding-left: 20%;
    padding-top: 1%;
    padding-right: 20%;
}

.clNews
{
    float: right;
    margin-right: 9px;
    color: Red;
}

.subtitle
{
    font-weight: bold;
}

.listHeader th
{
    background-color: #666666;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: center;
}

.listRow
{
    height: 25px;
    background-color: #f1f1f1;
    font-size: 12px;
    vertical-align: middle;
    border-right-style: solid;
    border-left-style: none;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-left-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle !important;
}

.alternatingRow
{
    height: 25px;
    background-color: #bbbbbb;
    font-size: 12px;
    vertical-align: middle;
    border-right-style: solid;
    border-left-style: none;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-left-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle !important;
}

.cssPager span
{
    background-color: Gray;
    font-size: small;
}

.newsTitle
{
    font-weight: bold;
    color: Blue;
}

.newsContent
{
    text-align: left;
}

.flash
{
    background-image: url('images/Back_anim.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight:bold;
}



.pdfLink
{
	position:relative;
	left:300px;
    background-image: url('../images/ico/document_pdf.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size:12px;
    display:block;
    height:35px;
    padding-top:8px;
    padding-bottom:2px;
    vertical-align:middle;    
}

.pdfLink a 
{
	vertical-align:middle;	
	margin-top:8px;
}



.planningSelector {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    /* position: absolute;
     height: 30px;
       top: 123px;
    z-index: 99;
      left: 330px;*/
    text-align: center;
}

    .planningSelector select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        text-decoration: none;
        font-size: 10px;
        height: 18px;        
    }

.SellerColor
{
	color: #000066;
}
.TechnicienColor
{
	color: #006600;
}
.HideControl
{
	display:none;
}
.ShowControl
{
	display:block;
}
.btnHideReportParam
{
	display:none;
}
.divReportParam
{
	display:none;
}
.numberInput
{
	text-align:right;
}


/*  specific for planning */


/* TODO LIST */
.todoList
{
    position: absolute;
    background: silver;
    width: 200px;
    display: none;
    height: 80%;
    margin: auto;
    right: 0px;
    bottom: 10%;
    overflow: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: .95;
    filter: alpha(opacity="95");
    float: left;
}

.searchList
{
    position: absolute;
    background: silver;
    width: 200px;
    display: none;
    height: 80%;
    margin: auto;
    right: 0px;
    bottom: 10%;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: .95;
    filter: alpha(opacity="95");
    float: left;
}

#searchListContent 
{
    position:absolute;
    overflow: auto;
    bottom:10px;
    left:1px;
    right:1px;
    top:150px;
    border:none;
}

.todoList-button
{
    position: absolute;
    background: url(../images/todolist.png) no-repeat right;
    text-align: center;
    width: 37px;
    height: 154px;
    padding: 10px 10px 0 0;
    margin: 0 auto;
    display: block;
    right: 0px;
    top: 230px;
    z-index: 49;
    opacity: .60;
    filter: alpha(opacity="60");
}
.todoList-button-active
{
    background: url(../images/todolist-active.png) no-repeat right;
}

.searchList-button
{
    position: absolute;
    background: url(../images/searchlist.png) no-repeat right;
    text-align: center;
    width: 37px;
    height: 73px;
    padding: 10px 10px 0 0;
    margin: 0 auto;
    display: block;
    right: 0px;
    top: 140px;
    z-index: 49;
    opacity: .80;
    filter: alpha(opacity="60");
}
.searchList-button-active
{
    background: url(../images/searchlist-active.png) no-repeat right;
}



.todolist-task, .searchlist-task
{
    width: 95%;
    background-color: Gray;
    color: Black;
    overflow: visible;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; /*z-index:51;*/
    max-width: 200px; /* to avoid strange behavior in drag/drop */
    float: left;
}


/* task locked in todo list */
.tdL      
{
    border-top:4px solid red; 
    background: url(../images/ico/lockR.png) no-repeat right top; 
}

/* search result in todo list  */
.srtd 
{
    background: url(../images/ico/todolist.png) no-repeat right top; 
    border-top:3px solid Silver; 
}
/* search result in todo list + locked  */
.srtdL 
{
    background: url(../images/ico/todolist_lock.png) no-repeat right top; 
    border-top:3px solid Silver;
}
/* search result in todo list + perso missing  */
.srtdNA
{
    background: url(../images/ico/todolist_pna.png) no-repeat right top;
    border-top:3px solid Silver; 
}

.persoNA      
{
    border-top:3px solid orange; 
    background: url(../images/ico/PersonRed.png) no-repeat right top; 
}

.otherAgence 
{

}

.holidayTask 
{
  background: repeating-linear-gradient(60deg, #dddddd, #d0d0d0 10px, #c8c8c8 10px, #d0d0d0 20px);   
}

.deletedTask 
{
  background: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,120,120,.5) 15px, rgba(255,120,120,.5) 30px);
}

.fc-event-time 
{
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
}

.fc-event-content
{
    border-left: 2px solid #666666;
}

.searchFieldSpan {
	display:inline-block;
	padding-left:20px;
	min-height:30px;
	padding-top:3px;
}

/*

#MainContent_btnSearch {
	float:right;
	margin-right:10px;
}

    */

.bottomSearchResultPanel {
    position: absolute;
    bottom: 35px;
    right: 30%;
    width: 435px;
    background-color: White;
    opacity: 0.95;
    border-top: 3px solid #00008b;
    border-left: 3px solid #00008b;
    border-right: 3px solid #00008b;
    padding-bottom: 15px;
    z-index: 888;
}



.bottomSearchResultTable {
    width: 437px;
    left: 0px;
    right: 0px;
}

.bottomSearchResultTableRow {
    border-top: 1px solid Gray;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .bottomSearchResultTableRow:nth-child(even) {
        background-color: #eeeeee;
    }

    .bottomSearchResultTableRow:nth-child(odd) {
        background-color: #dddddd;
    }

    .bottomSearchResultTableRow:hover {
        background-color: Gray;
        color: White;
        cursor: pointer;
    }

.bottomSearchResultTable td.colNom {
    width: 180px;
}

.bottomSearchResultTable td.colVil {
    width: 170px;
}

.bottomSearchResultTable td.colContr {
    width: 80px;
}

.bottomSearchInput {
    color: #000000;
}

.bottomSearchResultLetters {
    color: Silver;
    left: 0px;
    right: 0px;
    text-align: center;
}

    .bottomSearchResultLetters a {
        color: #00008b;
    }

.bottomSearchBar {
    position: fixed;
    bottom: 0px;
    height: 33px;
    /*max-height:24px;*/
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #337ab7 !important;
    z-index: 99999;
    text-align: right;
    color: White;
    padding-top: 2px;
    /* overflow:hidden;*/
}


    .bottomSearchBar span {
        display: inline-block;
        margin-right: 20px;
    }

    .bottomSearchBar input {
        text-transform: uppercase;
    }

        .bottomSearchBar input.error {
            background-color: #ff6666;
        }

a.bottomSearchBarSearch {
    background-image: url('../Images/ico/search_bottom.png');
    background-repeat: no-repeat;
    background-position: right -2px;
    padding-right: 20px;
    display: block;
    position: relative;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    color: White;
    border: 1px solid #aaaa8b;
    padding-top: 1px;
}

.bottomSearchBarResult {
    margin-right: 20px;
    display: inline-block;
    height: 20px;
    position: relative;
    display: inline-block;
    color: #9F6000;
    background-color: White;
    background-image: url('../images/ico/warning_s.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 12px;
    text-align: left;
    padding-top: 3px;
    visibility: hidden;
}


/* load anim in first page search */
#spanLoadingSearch {
    visibility: hidden;
    display: inline-block;
}


.btnFix 
{
    margin-top:10px;
}


a[ ng-click ] {
    color: #337ab7;
    cursor: pointer;
    text-decoration: underline;
}


m-modals {
    background-color: rgba( 0, 0, 0, 0.8 );
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
}

div. div.m-modals.ng-hide {
    background-color: rgba( 0, 0, 0, 0 );
}

div.m-modals.ng-hide-add.ng-hide-add-active,
div.m-modals.ng-hide-remove.ng-hide-remove-active {
    transition: 250ms ease all;
}


/* The modal is achieved through CSS */
.modalLogin-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}

.modalLogin-window {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.2);
}

.modalLogin-header {
    padding: 1rem;
    font-family: sans-serif;
    background-color: #337ab7;
    color: #fff;
}

.modalLogin-body {
    padding: 1rem;
    flex-size: 1;
}

a.jump {
    color: #999999;
}

    a.jump:hover {
        background-color: gold;
        color: #000000;
    }


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.pass_show {
    position: relative
}

    .pass_show .ptxt {
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;
        color: #f36c01;
        margin-top: -10px;
        cursor: pointer;
        transition: .3s ease all;
    }

        .pass_show .ptxt:hover {
            color: #333333;
        }

.tableType th {
    background-color: #fff;
}

    .tableType th a {
        color: #666666;
    }
/* Pour alternance ligne paire et impaire*/
.tableType tr:nth-child(even) td {
    background-color: #f3f3f3;
    color: #0E2641 !important;
}

.tableType tr:nth-child(odd) td {
    background-color: #eaeaea;
    color: #0E2641 !important;
}

.tableType tr .btnDefault {
    background: inherit;
    background-color: #00008b !important;
    color: #fff;
    border: none;
    text-shadow: none;
}

    .tableType tr .btnDefault:hover,
    .tableType tr .btnDefault:focus {
        background-color: #45a2f3 !important
    }

.search-results.is-floating {
    margin-top: -100px;
}



.contact-bloc-left {
    left: 20px;
}

.contact-bloc-right {
    right: 5px;
}

.contact-wrap {
    font-size: 12.5px;
    line-height: 16px;
}

.contact-title {
    margin-top: 20px;
}



.print-status {
    display: inline-block;
}

.menu-status {
    display: inline-block;
}

.survey-status {
    display: inline-block;
}

.cancel-status {
    display: inline-block;
}

.delete-status {
    display: inline-block;
}

.mail-status {
    display: inline-block;
}

.photo-status {
    display: inline-block;
}

.phone-status {
    display: inline-block;
}

.agenda-status {
    display: inline-block;
}

.client-status {
    display: inline-block;
}


.visite-status {
    display: inline-block;
}

.valid-status {
    display: inline-block;
}

.liste-status {
    display: inline-block;
}


user-name-name {
    width: 80%;
}


.situationtravaux-name {
    align-items: center;
    justify-content: center;
    color: #212529;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 5px;
    text-decoration: none;
    transition: color .1s ease-in-out;
}


.user-name {
    align-items: center;
    justify-content: center;
    color: #212529;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 5px;
    text-decoration: none;
    transition: color .1s ease-in-out;
}

    .user-name a:hover {
        color: #007bff;
    }

.user-social {
    list-style: none;
    padding: 0px 0;
    color: #6c757d;
    /* display: flex; */
}


.user-buttonbar {
    list-style: none;
    padding: 0px 0;
    color: #6c757d;
    font-size: 24px;
    /* display: flex; */
}

.user-play {
    color: #337ab7;
}

.img-overlay {
    float: left;
}

.user-arrow {
    color: #337ab7;
    align-content: center;
    font-size: 24px;
    font-weight: 500;
    width: 4%;
    padding: 4px 0 0 8px;
}


.user-trash {
    color: #337ab7;
    margin-right: 1em;
}

.university {
    text-transform: uppercase;
    color: #6d6d6d;
}

.university-skills {
    font-size: 17px;
    padding-bottom: 0px !important;
    font-weight: 400;
}

.card-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 0 -10px;
}



.heart {
    color: #DC143C;
}

.envelope {
    color: #DC143C;
}


.education-wrap {
    list-style: none;
    padding-top: 1rem;
}

    .education-wrap .education-item {
        margin-bottom: 7px;
        margin-left: 0;
        padding-bottom: 5px;
        margin-top: 5px;
    }

.education-item {
    margin-bottom: 7px;
    margin-left: 0;
    padding-bottom: 5px;
    background-color: #fff;
    margin-top: 5px;
}


.education-zip {
    margin-bottom: 7px;
    margin-left: 0;
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: 12px !important;
    text-align: center;
    color: #000;
    font-weight: 300;
}

.contact-bloc-left {
    left: 20px;
}

.contact-bloc-right {
    right: 5px;
}

.contact-wrap {
    font-size: 12.5px;
    line-height: 16px;
}

.contact-title {
    margin-top: 20px;
}

.carousel-width {
    width: 92%;
    max-width: 100%;
}



#carousel-slider {
    position: relative;
    z-index: 2;
    background-color: #45a2f3;
    padding-bottom: 5px;
    width: 100%;
}

    #carousel-slider .overlay figcaption {
        position: absolute;
        top: 13px;
        left: 15px;
        padding: 0;
        width: 90%;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        height: 100%;
    }


        #carousel-slider .overlay figcaption ul {
            padding: 1px;
            padding-bottom: 0;
            list-style-type: none;
        }

            #carousel-slider .overlay figcaption ul li {
                padding: 2px 0;
                margin: 0;
                border-bottom: 1px solid #e5e5e5;
                list-style-type: none;
                margin-left: 0;
            }

                #carousel-slider .overlay figcaption ul li .user-name-name {
                    color: #212529;
                    display: block;
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1;
                }

                #carousel-slider .overlay figcaption ul li p {
                    margin: 0;
                }

    #carousel-slider .overlay .slider-for .prev, #carousel-slider .overlay .responsive-slider .prev, #carousel-slider .overlay .slider-for .next, #carousel-slider .overlay .responsive-slider .next, #carousel-slider .overlay .slider-for .slick-dots, #carousel-slider .overlay .responsive-slider .slick-dots {
        display: none !important;
    }

    #carousel-slider .overlay .slider-for .slick-slide, #carousel-slider .overlay .responsive-slider .slick-slide {
        position: relative;
        height: 168px !important;
    }

    #carousel-slider .overlay .slider-for .slick-prev, #carousel-slider .overlay .responsive-slider .slick-prev, #carousel-slider .overlay .slider-for .slick-next, #carousel-slider .overlay .responsive-slider .slick-next {
        position: absolute;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 75px;
        z-index: 1;
        cursor: pointer;
    }

        #carousel-slider .overlay .slider-for .slick-prev:after, #carousel-slider .overlay .responsive-slider .slick-prev:after, #carousel-slider .overlay .slider-for .slick-next:after, #carousel-slider .overlay .responsive-slider .slick-next:after {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            border-top: 3px solid #45a2f3;
            border-right: 3px solid #45a2f3;
        }
        /*
    #carous:el-slider .overlay .slider-for .slick-prev, #carousel-slider .overlay .responsive-slider .slick-prev {
        left: -25px;
    }*/

        #carousel-slider .overlay .slider-for .slick-prev:after, #carousel-slider .overlay .responsive-slider .slick-prev:after {
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }
        /*
    #carousel-slider .overlay .slider-for .slick-next, #carousel-slider .overlay .responsive-slider .slick-next {
        right: -205px;
    }*/

        #carousel-slider .overlay .slider-for .slick-next:after, #carousel-slider .overlay .responsive-slider .slick-next:after {
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    #carousel-slider .overlay .slider-for .slick-list, #carousel-slider .overlay .responsive-slider .slick-list {
        padding: 0 !important;
    }

.content-slider {
    margin: auto;
    padding: 20px;
    width: 700px;
}

.presentation-photo {
    height: 450px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.info-wrap {
    text-align: center;
}

    .info-wrap p.small {
        margin-top: 0;
        margin-bottom: 0;
    }

        .info-wrap p.small span {
            font-size: 12px !important;
            color: #333 !important;
            font-weight: 400;
            margin-bottom: 0;
        }

    .info-wrap p.mini {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 11px;
        color: #000 !important;
        font-weight: 400;
        padding-top: 0px !important;
        padding-bottom: 5px;
    }



    .info-wrap p {
        margin-top: 0;
        margin-bottom: 5px;
    }




.font-title {
    font-family: 'Fjalla One', sans-serif;
    color: #231f20;
}

/* TYPOGRAPHY */
.font-title-white {
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
}


.user-name-name {
    width: 80%;
}


md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #45a2f3;
}

    body md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
        border-color: #fff;
    }

md-checkbox .md-label {
    color: black;
    font-size: 11px;
    margin-left: 20px;
}

md-input-container.md-block-small-marge {
    display: block;
    margin: 2px 0;
}



@media(max-width:1024px) {
    /* Tablette paysage + pc anicenne génération */
    html, body {
        /*background-color: red;*/
        /*overflow: visible !important;*/
    }

    #lnkLogout {
        display: block;
    }

    #divTechAssist {
        left: inherit !important;
        right: 5px;
    }

    .contact {
        display: block;
        margin-top: 6px;
        font-size: 10px;
    }

        .contact a {
            display: block;
        }

    .statusbar {
        display: flex;
        justify-content: center;
    }

        .statusbar > div {
            float: left;
        }

    .popstatusbar {
        display: flex;
        justify-content: center;
    }

        .popstatusbar > div {
            float: left;
        }

    #spanUser {
        padding-top: 5px;
    }

    #hrefNews {
        position: absolute;
        right: 0;
        top: 101px;
        background-color: #c3e2f7;
    }

    #hrefDownloadUserGuide {
        float: right;
        position: absolute;
        top: 115px;
        right: 0;
        background-color: #c3e2f7;
    }

    .NombreCoupons {
        position: absolute;
        top: 92px;
        width: 100%;
        text-align: left;
        left: 0;
        z-index: 200;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 24px;
        color: Navy;
    }

    .headerVendeur {
        background-image: url(../Images/murpro_vendeur_header_bg.png);
        height: 98px !important;
        background-repeat: repeat-x;
        display: block;
        background-color: #c3e2f7;
    }

    #MainContent_tblmain {
        width: 100%;
        height: 100%;
        margin-top: 15px;
        padding-bottom: 115px;
        /* margin: 0 auto; */
    }

        #MainContent_tblmain tr {
            margin: auto;
            width: 100%;
            /* display: flex; */
            display: block;
            LEFT: 0;
            position: relative;
        }
    /*
    #MainContent_tblmain tr:first-child .tdMenu {
        display: block;
        font-size: 20px;
        font-weight: bold;
        width: 300px;
        height: 72px;
        border: none;
        color: #fff;
        margin: 0 auto 10px auto;
        position: relative;

        /* position: absolute; 
    } */
    /*
    #MainContent_tblmain tr:nth-child(2) {
        display: flex;
        justify-content: center;
    }
    #MainContent_tblmain tr:nth-child(2) td:first-child,
    #MainContent_tblmain tr:nth-child(2) td:nth-child(3),
    #MainContent_tblmain tr:nth-child(2) td:nth-child(5) {
        display: none;
    } 
    #MainContent_tblmain tr:nth-child(2) td:nth-child(2),
    #MainContent_tblmain tr:nth-child(2) td:nth-child(4) {
        position: relative;
        width: 40% !important;
        float: left;
        display: block;
        z-index:3;

    } 
    #MainContent_tblmain tr:nth-child(2) td:nth-child(2) {
        margin-right: 30px;
    }
    #MainContent_tblmain tr:nth-child(2) td:nth-child(4) {
        margin-top: -16px;
    }    
    #MainContent_tblmain tr:nth-child(2) td:nth-child(2) a,
    #MainContent_tblmain tr:nth-child(2) td:nth-child(4) a {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }     
        
    #MainContent_tblmain tr:nth-child(2) .tdMenu {
        width: 50% !important;
        /* position: absolute; 
    }    

    #MainContent_tblmain tr:last-child td.tdMenu:first-child,
    #MainContent_tblmain tr:last-child td.tdMenu:nth-child(3) {
        display:none;
    }
    #MainContent_tblmain tr:last-child td.tdMenu:nth-child(2) {
        width: 49%;
        float: left;
    }
    #MainContent_tblmain tr:last-child td.tdMenu:nth-child(3) {
        float: left;
        width: 48%;
        margin-top: -19px;
    }*/

    .tdMenu {
        text-align: center;
        vertical-align: middle;
        display: block;
        font-size: 20px;
        font-weight: bold;
        width: 300px;
        height: 72px;
        border: none;
        color: #fff;
        margin: 0 auto 10px auto;
        position: relative;
    }

    .tdMenuLabel {
        display: block;
        font-size: 20px;
        font-weight: bold;
        width: 300px;        
        border: none;
        color: #fff;
        margin: 0 auto 10px auto;
        position: relative;
    }




    #MainContent_MenuTasks {
        margin-top: 15px !important;
    }

        #MainContent_MenuTasks.trTasks td {
            position: relative;
            display: block;
        }

    .textTitle {
        padding-left: 0;
        z-index: 2;
    }


    #MainContent_tblmain tr:last-child tr:nth-child(2) {
        display: block;
    }

        #MainContent_tblmain tr:last-child tr:nth-child(2) td:first-child,
        #MainContent_tblmain tr:last-child tr:nth-child(2) td:nth-child(3),
        #MainContent_tblmain tr:last-child tr:nth-child(2) td:nth-child(5) {
            display: table-cell;
            width: inherit;
        }

    #MainContent_tblmain tr:last-child tr:nth-child(2) {
        margin: inherit;
        width: initial;
        display: table-row;
        left: inherit;
    }

    #MainContent_tblmain tr#MainContent_MenuTasks {
        margin: inherit;
    }

    #lateTaskList tr {
        display: table-row;
    }

        #lateTaskList tr td:first-child {
            width: 100px !important;
        }

        #lateTaskList tr td:nth-child(2) {
            display: table-cell !important;
            margin-right: 0 !important;
        }

    #MainContent_tblmain tr:nth-child(2) td.smallEventText {
        width: 90% !important;
    }

    #MainContent_tblmain tr:nth-child(2) td.smallEventButton {
        width: 55px !important;
    }

    #lateTaskList tr:nth-child(odd) {
        background-color: #C3E2F7;
    }

    .btnMenu {
        background: inherit;
        /*        background-color: #00008b!important;
        border-radius: 10px;*/
        border: none;
        // color: #fff;
        text-shadow: none;
    }

        .btnMenu:hover,
        .btnMenu:focus {
            background-color: #45a2f1 !important;
            opacity: .9;
        }
    /* END INDEX */
    /*TABLE */
    .formPart {
        width: 100%;
        margin: 0;
    }

    /*

    .tableType tr {
        position: relative;
        height: 255px;
        display: block;
    }
    .tableType tr:first-child {
        display: none;
    }    
    .tableType td {
        position: relative;
    }
    .tableType td:before {
        position: absolute;
        top:-5px;
        left: 0;
        color: #000;
    }    
    .tableType td:first-child input {
      width: 20px !important; 
      height: 20px !important; 

    }    
    .tableType td:nth-child(2) {
      position: absolute;
      right: 10px;
      top:20px; 
      width: 115px; 
    }
    .tableType td:nth-child(2):before {
      content:'Date de réception'; 
      top:-16px;
    } 
    .tableType td:nth-child(3) {
      position: absolute;
      right: 150px;
      top:20px;  
    }
    .tableType td:nth-child(3):before {
      content:'N° coupon'; 
      top:-16px;
    }  
    .tableType td:nth-child(4) {
      position: absolute;
      left: 6px;
      top:50px;  
    }
    .tableType td:nth-child(4):before {
      content:'Nom';
      top:-15px;
    } 
    .tableType td:nth-child(5) {
      position: absolute;
      left: 6px;
      top:95px;  
      width: 265px;
      text-overflow:ellipsis;
      white-space: nowrap;      
    }
    .tableType td:nth-child(5):before {
      content:'Adresse'; 
      top:-14px;
    } 
    .tableType td:nth-child(6) {
      position: absolute;
      left: 220px;
      top:140px;        
    }
    .tableType td:nth-child(6):before {
      content:'Téléphone'; 
      top:-14px;
    }     
    .tableType td:nth-child(7) {
      position: absolute;
      left: 220px;
      top:95px;  
    }
    .tableType td:nth-child(7):before {
      content:'CP'; 
      top:-14px;
    } 
    .tableType td:nth-child(8) {
      position: absolute;
      left: 365px;
      top:95px;  
    }
    .tableType td:nth-child(8):before {
      content:'Ville'; 
      top:-14px;
    } 

    .tableType td:nth-child(9) {
      position: absolute;
      left: 5px;
      top:140px;  
    }
    .tableType td:nth-child(9):before {
      content:'Email'; 
      top:-14px;
    }
    .tableType td:nth-child(12) {
      position: absolute;
      left: 5px;
      top:200px; 
      width: 200px;
      text-align: left !important; 
    }
    .tableType td:nth-child(12):before {
        top:-14px;
        content:"Nbre Appels";      
    }    
    .tableType td:nth-child(13) {
      position: absolute;
      left: 100px;
      top:200px;  
    } 
    .tableType td:nth-child(14) {
      position: absolute;
      left: 200px;
      top:200px;  
    } 
        
        */

    .filterBar {
        padding: 5px;
    }

    .input {
        margin-bottom: 5px;
    }

    .pager_info {
        padding-left: 5px;
    }

    .boite {
        background-image: none;
        background-color: #00008b;
    }

    #MainContent_managementTask {
        padding: 15px;
        box-sizing: content-box;
    }

    #popupContainer1 {
        height: 100%;
    }

    #popupTitleBar1 {
        height: 100%;
    }


    /* END TABLE */

    .statusbar, .popupstatusbar {
        width: 100% !important;
        height: 62px !important;
        background: inherit;
        background-color: #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        bottom: 0;
        left: 0;
    }

    .statusbarheight {
        height: 62px;
    }


    .popupstatusbar > div {
        margin-left: 10px;
        margin-right: 10px;
    }

    .statusbar > div {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bottomSearchResultPanel {
        left: 0;
        right: 30%;
        bottom: 54px;
    }


    .fc-header {
        height: 95px;
    }

    .fc-header-title {
        position: absolute;
        left: 5px;
        top: 150px;
    }

    .btnDefault {
        padding: 5px 30px;
        margin-right: 0;
    }

    /*
    .btnDefault:hover
    {
        background:transparent!important;
    }
        */


    .statusbar .print-status {
        position: relative;
    }

        .statusbar .print-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 48px;
            content: '';
            background: url(../Images/picto/print-blue.png) center no-repeat;
        }

        .statusbar .print-status:hover:before,
        .statusbar .print-status:focus:before {
            background: url(../Images/picto/print-bluelight.png) center no-repeat;
        }

    .statusbar .mail-status {
        position: relative;
    }

        .statusbar .mail-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 48px;
            content: '';
            background: url(../Images/picto/mail-blue.png) center no-repeat;
        }

        .statusbar .mail-status:hover:before,
        .statusbar .mail-status:focus:before {
            background: url(../Images/picto/mail-bluelight.png) center no-repeat;
        }



    .statusbar .photo-status {
        position: relative;
    }

        .statusbar .photo-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 48px;
            content: '';
            background: url(../Images/picto/photo-blue.png) center no-repeat;
        }

        .statusbar .photo-status:hover:before,
        .statusbar .photo-status:focus:before {
            background: url(../Images/picto/photo-bluelight.png) center no-repeat;
        }

    .statusbar .phone-status {
        position: relative;
    }

        .statusbar .phone-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 61px;
            height: 48px;
            content: '';
            background: url(../Images/picto/phone-blue.png) center no-repeat;
        }

        .statusbar .phone-status:hover:before,
        .statusbar .phone-status:focus:before {
            background: url(../Images/picto/phone-bluelight.png) center no-repeat;
        }

    .statusbar .agenda-status {
        position: relative;
    }

        .statusbar .agenda-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/agenda-blue.png) center no-repeat;
        }

        .statusbar .agenda-status:hover:before,
        .statusbar .agenda-status:focus:before {
            background: url(../Images/picto/agenda-bluelight.png) center no-repeat;
        }

    .statusbar .valid-status {
        position: relative;
    }

        .statusbar .valid-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 47px;
            height: 48px;
            content: '';
            background: url(../Images/picto/valid-blue.png) center no-repeat;
        }

        .statusbar .valid-status:hover:before,
        .statusbar .valid-status:focus:before {
            background: url(../Images/picto/valid-bluelight.png) center no-repeat;
        }


    .statusbar .menu-status {
        position: relative;
    }

        .statusbar .menu-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/menu-blue.png) center no-repeat;
        }

        .statusbar .menu-status:hover:before,
        .statusbar .menu-status:focus:before {
            background: url(../Images/picto/menu-bluelight.png) center no-repeat;
        }


    .statusbar .survey-status {
        position: relative;
    }

        .statusbar .survey-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/survey-blue.png) center no-repeat;
        }

        .statusbar .survey-status:hover:before,
        .statusbar .survey-status:focus:before {
            background: url(../Images/picto/survey-bluelight.png) center no-repeat;
        }

    .statusbar .cancel-status {
        position: relative;
    }

        .statusbar .cancel-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/cross.png) center no-repeat;
        }

        .statusbar .cancel-status:hover:before,
        .statusbar .cancel-status:focus:before {
            background: url(../Images/picto/cross.png) center no-repeat;
        }


    .statusbar .delete-status {
        position: relative;
    }

        .statusbar .delete-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/delete-blue.png) center no-repeat;
        }

        .statusbar .delete-status:hover:before,
        .statusbar .delete-status:focus:before {
            background: url(../Images/picto/delete-bluelight.png) center no-repeat;
        }



    .statusbar .visite-status {
        position: relative;
    }

        .statusbar .visite-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 47px;
            height: 48px;
            content: '';
            background: url(../Images/picto/visite-blue.png) center no-repeat;
        }

        .statusbar .visite-status:hover:before,
        .statusbar .visite-status:focus:before {
            background: url(../Images/picto/visite-bluelight.png) center no-repeat;
        }


    .statusbar .client-status {
        position: relative;
    }

        .statusbar .client-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/client-blue.png) center no-repeat;
        }

        .statusbar .client-status:hover:before,
        .statusbar .client-status:focus:before {
            background: url(../Images/picto/client-bluelight.png) center no-repeat;
        }

    .statusbar .liste-status {
        position: relative;
    }

        .statusbar .liste-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/liste-blue.png) center no-repeat;
        }

        .statusbar .liste-status:hover:before,
        .statusbar .liste-status:focus:before {
            background: url(../Images/picto/liste-bluelight.png) center no-repeat;
        }



    .statusbar .btnDefault {
        position: relative;
        display: block;
        width: 60px;
        height: 48px;
        background: inherit;
        text-indent: -3000em;
        border: none;
        padding: 0;
        margin: 0;
        z-index: 888;
    }


    .popupstatusbar .print-status {
        position: relative;
    }

        .popupstatusbar .print-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 48px;
            content: '';
            background: url(../Images/picto/print-blue.png) center no-repeat;
        }


        .popupstatusbar .print-status:hover:before,
        .popupstatusbar .print-status:focus:before {
            background: url(../Images/picto/print-bluelight.png) center no-repeat;
        }

    .popupstatusbar .mail-status {
        position: relative;
    }

        .popupstatusbar .mail-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 48px;
            content: '';
            background: url(../Images/picto/mail-blue.png) center no-repeat;
        }

        .popupstatusbar .mail-status:hover:before,
        .popupstatusbar .mail-status:focus:before {
            background: url(../Images/picto/mail-bluelight.png) center no-repeat;
        }


    .popupstatusbar .photo-status {
        position: relative;
    }

        .popupstatusbar .photo-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 48px;
            content: '';
            background: url(../Images/picto/photo-blue.png) center no-repeat;
        }

        .popupstatusbar .photo-status:hover:before,
        .popupstatusbar .photo-status:focus:before {
            background: url(../Images/picto/photo-bluelight.png) center no-repeat;
        }

    .popupstatusbar .phone-status {
        position: relative;
    }

        .popupstatusbar .phone-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 61px;
            height: 48px;
            content: '';
            background: url(../Images/picto/phone-blue.png) center no-repeat;
        }

        .popupstatusbar .phone-status:hover:before,
        .popupstatusbar .phone-status:focus:before {
            background: url(../Images/picto/phone-bluelight.png) center no-repeat;
        }

    .popupstatusbar .agenda-status {
        position: relative;
    }

        .popupstatusbar .agenda-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/agenda-blue.png) center no-repeat;
        }

        .popupstatusbar .agenda-status:hover:before,
        .popupstatusbar .agenda-status:focus:before {
            background: url(../Images/picto/agenda-bluelight.png) center no-repeat;
        }

    .popupstatusbar .valid-status {
        position: relative;
    }

        .popupstatusbar .valid-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 47px;
            height: 48px;
            content: '';
            background: url(../Images/picto/valid-blue.png) center no-repeat;
        }

        .popupstatusbar .valid-status:hover:before,
        .popupstatusbar .valid-status:focus:before {
            background: url(../Images/picto/valid-bluelight.png) center no-repeat;
        }


    .popupstatusbar .menu-status {
        position: relative;
    }

        .popupstatusbar .menu-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/menu-blue.png) center no-repeat;
        }

        .popupstatusbar .menu-status:hover:before,
        .popupstatusbar .menu-status:focus:before {
            background: url(../Images/picto/menu-bluelight.png) center no-repeat;
        }

    .popupstatusbar .cancel-status {
        position: relative;
    }

        .popupstatusbar .cancel-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/cross.png) center no-repeat;
        }

        .popupstatusbar .cancel-status:hover:before,
        .popupstatusbar .cancel-status:focus:before {
            background: url(../Images/picto/cross.png) center no-repeat;
        }


    .popupstatusbar .delete-status {
        position: relative;
    }

        .popupstatusbar .delete-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/delete-blue.png) center no-repeat;
        }

        .popupstatusbar .delete-status:hover:before,
        .popupstatusbar .delete-status:focus:before {
            background: url(../Images/picto/delete-bluelight.png) center no-repeat;
        }



    .popupstatusbar .visite-status {
        position: relative;
    }

        .popupstatusbar .visite-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 47px;
            height: 48px;
            content: '';
            background: url(../Images/picto/visite-blue.png) center no-repeat;
        }

        .popupstatusbar .visite-status:hover:before,
        .popupstatusbar .visite-status:focus:before {
            background: url(../Images/picto/visite-bluelight.png) center no-repeat;
        }


    .popupstatusbar .client-status {
        position: relative;
    }

        .popupstatusbar .client-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/client-blue.png) center no-repeat;
        }

        .popupstatusbar .client-status:hover:before,
        .popupstatusbar .client-status:focus:before {
            background: url(../Images/picto/client-bluelight.png) center no-repeat;
        }

    .popupstatusbar .liste-status {
        position: relative;
    }

        .popupstatusbar .liste-status:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 43px;
            height: 48px;
            content: '';
            background: url(../Images/picto/liste-blue.png) center no-repeat;
        }

        .popupstatusbar .liste-status:hover:before,
        .popupstatusbar .liste-status:focus:before {
            background: url(../Images/picto/liste-bluelight.png) center no-repeat;
        }



    .popupstatusbar .btnDefault {
        position: relative;
        display: block;
        width: 60px;
        height: 48px;
        background: inherit;
        text-indent: -3000em;
        border: none;
        padding: 0;
        margin: 0;
        z-index: 888;
    }
}


@media(max-width:980px) {
        
    .bottomSearchBar {
        height: 54px;
    }

    #popupContainer1 {
        width: 90% !important;
        left: 5% !important;
    }

        #popupContainer1 .statusbar {
            display: none !important;
        }

        #popupContainer1 .popupstatusbar {
            display: none !important;
        }


    #MainContent_tblmain tr:nth-child(2) {
        min-height: 250px;
    }
}

@media(max-width:768px) {

    #centeAidePriseImage {
        text-align: left;
        font-size: 14px;
    }

    .linkPhoto {
        font-size: 14px;
    }


    .content-slider {
        margin: auto;
        padding: 20px 50px;
        width: 600px;
    }

    .tdMenuSmall {
        width: 49% !important;
        float: left;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: bold;
        height: 72px;
        border: none;
        color: #fff;
        margin: 0 auto 10px auto;
        position: relative;
    }

    .btnMenu {
        width: 170px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .btnMenuBig {
        box-sizing: content-box !important;
    }

    .textTitle {
        font-size: 12px;
    }

    .bottomSearchResultPanel {
        left: 0;
        bottom: 109px;
    }

    .bottomSearchBar p {
        margin: 2px 0 5px 0;
    }

    .bottomSearchBar input {
        width: 85% !important;
        display: inline-block;
        margin-bottom: 2px;
    }

        .bottomSearchBar input.last-input {
            float: left;
            width: 68% !important;
        }

    .bottomSearchBarSearch {
        float: right;
        margin-right: 10px;
    }

    .bottomSearchBar {
        height: 100px;
    }

    span.label-searchbar {
        display: none;
    }

    .bottomSearchBar {
        text-align: left;
        padding-left: 10px;
    }


    .bottomSearchBarResult {
        position: absolute;
        bottom: 100px;
        right: 0;
        z-index: 999;
        margin-right: 0 !important;
    }

    .account {
        visibility: hidden;
    }

    .textTitle {
        text-align: right;
    }

    .bottomInfo {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        border: none;
        border-radius: 4px;
        -moz-border-radius: initial;
        -webkit-border-radius: initial;
        background: inherit;
        filter: initial;
        opacity: 1;
    }

    .NumberLabel {
        font-size: 20px;
    }

    .planningSelector {
        width: 100px !important
    }

}


@media(max-width:651px) {


    .content-slider {
        margin: auto;
        padding: 20px 50px;
        width: 480px;
    }

    .fc-header {
        height: 145px;
    }

    .fc-header-right {
        position: absolute;
        right: 30px;
        top: 149px;
    }

   

    .fc-header-title {
        width: 320px;
        left: calc(50% - 160px) !important;
        left: -moz-calc(50% - 160px) !important;
        left: -webkit-calc(50% - 160px) !important;
        left: calc(50% - 160px) !important;
        left: -moz-calc(50% - 160px) !important;
        left: -webkit-calc(50% - 160px) !important;
        top: 195px;
    }



}


@media(max-width:480px) {

    .content-slider {
        margin: auto;
        padding: 20px 20px;
        width: 300px;
    }

    .presentation-photo {
        height: 450px;
        width: 450px;
    }


    .colFieldItem {
        width: 100px;
    }

    .textArea {
        width: 350px;
    }


    .statusbar > div {
        margin-left: 15px;
        margin-right: 15px;
    }

    
    .statusbar .survey-status:before {
        top: 2px;
        width: 33px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }


    .statusbar .print-status:before {
        top: 2px;
        width: 33px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .statusbar .mail-status:before {
        top: 2px;
        width: 33px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .statusbar .photo-status:before {
        top: 2px;
        width: 33px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .statusbar .phone-status:before {
        top: 2px;
        width: 41px;
        height: 32.5px;
        background-size: 41px 32.5px;
    }

    .statusbar .agenda-status:before {
        top: 2px;
        width: 29px;
        height: 32.5px;
        background-size: 29px 32.5px;
    }

    .statusbar .valid-status:before {
        top: 2px;
        width: 33px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .statusbar .menu-status:before {
        top: 2px;
        width: 37.5px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .statusbar .client-status:before {
        top: 2px;
        width: 37.5px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .statusbar .cancel-status:before {
        top: 2px;
        width: 37.5px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .statusbar .delete-status:before {
        top: 2px;
        width: 37.5px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }


    .statusbar .visite-status:before {
        top: 2px;
        width: 37.5px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .statusbar .liste-status:before {
        top: 2px;
        width: 37.5px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }


    .statusbar .btnDefault {
        position: relative;
        display: block;
        width: 31px;
        height: 24px;
    }

    .statusbar {
        height: 45px !important;
    }


    .popupstatusbar > div {
        margin-left: 5px;
        margin-right: 5px;
    }

    .popupstatusbar .print-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .popupstatusbar .mail-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .popupstatusbar .photo-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .popupstatusbar .phone-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 41px 32.5px;
    }

    .popupstatusbar .agenda-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 29px 32.5px;
    }

    .popupstatusbar .valid-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 33px 32.5px;
    }

    .popupstatusbar .menu-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .popupstatusbar .survey-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }


    .popupstatusbar .client-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .popupstatusbar .cancel-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .popupstatusbar .delete-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }


    .popupstatusbar .visite-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }

    .popupstatusbar .liste-status:before {
        width: 30px;
        height: 32.5px;
        background-size: 37.5px 32.5px;
    }


    .popupstatusbar .btnDefault {
        position: relative;
        display: block;
        width: 28px;
        height: 24px;
    }

    .popupstatusbar {
        height: 45px !important;
    }

    .statusbarheight {
        height: 45px;
    }



    .bottomSearchResultPanel {
        width: 98%;
    }

    .bottomSearchBar {
        height: 127px;
    }

    .fc-header-right {
        right: 96px;
        top: 195px;
    }

    .fc-header-title {
        width: 160px !important;
        left: 5px !important;
        font-size: 9px;
        top: 202px !important;
    }

    .logo {
        width: 220px;
        height: 98px;
    }

    .carte {
        width: 400px;
        height: 400px;
    }



    #header_NoCoupon, #header_Adresse, #header_Telephone, #header_Email, #header_Support, #header_JmaRdv, #header_NbrAppels, #Th1 {
        display: none;
    }

    #col_NoCoupon, #col_Adresse, #col_Telephone, #col_Email, #col_Support, #col_JmaRdv, #col_NbAppel, #col_Carte {
        display: none;
    }

    #MainContent_divDebriefing {
        display: none;
    }


    .NumberLabel {
        font-size: 14px;
    }    
}

@media(max-width:380px) {


    .content-slider {
        margin: auto;
        padding: 20px 20px;
        width: 250px;
    }

    .presentation-photo {
        height: 280px;
        width: 280px;
    }

    .carousel-width {
        width: 80%;
    }

    .user-arrow {
        width: 10%;
    }
    
    .bottomSearchBar input.last-input {
        width: 62% !important;
    }

    #MainContent_tblmain tr:nth-child(2) .tdMenuSmall .btnMenu {
        width: 100%;
    }


    .bottomSearchResultTable {
        width: 372px;
    }


        .bottomSearchResultTable td.colNom {
            width: 160px;
        }

        .bottomSearchResultTable td.colVil {
            width: 150px;
        }

        .bottomSearchResultTable td.colContr {
            width: 60px;
        }

    .textArea {
        width: 250px;
    }

    .statusbar {
        width: 380px;
    }

    .popupstatusbar {
        width: 380px;
    }

    .carte {
        width: 350px;
        height: 350px;
    }

   

}

@media(max-width:320px) {
    .statusbar > div {
        margin-left: 10px;
        margin-right: 10px;
    }

    #MainContent_tblmain tr:nth-child(2) .tdMenuSmall .btnMenu {
        font-size: 12px;
    }

    .fc .fc-header-space {
        padding: 0;
    }

    .fc-button-content {
        padding: 0 6px;
    }

    
    .fc-header-title {
        width: 130px !important;
        font-size: 7px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Footer */
    .page-footer {
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        list-style: none;
        margin: 0;
        padding: 25px 0;
        text-align: center;
        width: 100%;
    }

    .statusbar {
        width: 320px;
    }

    .popupstatusbar {
        width: 320px;
    }


    .carte {
        width: 300px;
        height: 300px;
    }

   



}

