/*******************************************************************/
/********************** GÉNÉRALITÉS *************************/
/*******************************************************************/
body{
	font-size: 14px;
}

/*******************************************************************/
/********************** HEADER *************************/
/*******************************************************************/

#header{
	width: 100%;
    z-index: 2;
}
#header{
	top: 0;
}
#logo{
    float: left;
    margin-top: 10px;
    width: 80px;
}

/*******************************************************************/
/********************** NAVBAR *************************/
/*******************************************************************/

.navbar.navbar-default {
    float: left;
    border:none;
    background: none;
}
.navbar-nav>li {
    padding: 19px 4px;
}
.navbar-default .navbar-nav>li>a {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 7px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background: #A4BCCA;
}
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:hover {
    background: #136094;
    color: #fff;
}
#header .account,
#header .logout{
    background:#d62525;
    color: #fff;
}
#header .account{
    background: #2d2d2d;
}

/*******************************************************************/
/********************** HELP *************************/
/*******************************************************************/

#help{
    padding: 20px 0;
    font-size: 14px;
    margin-bottom: 15px;
}
#help.new_commande {
    margin-top: 20px;
}
.help-block{
    font-size: 12px;
}

/*******************************************************************/
/********************** AGENDA *************************/
/*******************************************************************/


body.agenda #help{
    position: fixed;
    width: 15%;
    top: 99px;
}
body.agenda #content{
    margin-top: 72px;
}

#help.helpagenda>.col-xs-12{
    position: relative;
    z-index: 5;
}
#help.helpagenda:after{
    content: '';
    position: fixed;
    z-index: 0;
    right: 85%;
    left: 0;
    bottom: 0;
    top: 72px;
    background: #e8e7e7;
    display: block;
}
#agenda{
    padding-left: 10px;
}
#agenda table.table.agenda thead {
    left: 16.3%;
    width: auto;
}
#agenda table#selectable{
    margin-top: 70px;
}
#agenda table tr th.options{
	width: 7.115%;
}
#agenda table tr th.day{
	width: 12%;
	border-left: solid 2px #eeeded;
}
#agenda table tr td.hour{
	padding: 0;
    background: none;
}
#agenda table tr td.hour .tips{
    padding: 1px 8px;
    background: #FFFFFF;
    padding: 1px 2px;
    height: 100%;
    position: absolute;
    width: 100%;
}

#agenda table tr th.options.last,
#agenda table tr td.hour.last{
	border-left: solid 2px #eeeded;
}
#agenda table tr.ligne td{
	border-bottom:solid 2px #c3c3c3;
}

#agenda table thead > tr > th{
    width: 11.11111% !important;
    height: 67px;
}
#agenda tr.tdmonth,
#agenda #next_clone{
    display: none;
}
#agenda table tr th.options #prec,
#agenda table tr th.options #next,
#agenda table tr th.options #next_clone,
#agenda table tr th.options .month{
    padding: 2px 0 ;
}

#add_rdv{
	position: fixed;
    background: #F6F6F6;
    height: 100%;
    z-index: 400;
    margin-left: -15px;
}
#add_rdv h2{
    color: #656565;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
#add_rdv .btn-add{
    color: #FFF;
    background-color: #49AD14;
    border-color: #D6D6D6;
}
#add_rdv .btn-cancel{
    color: #FFF;
    background-color: #D62525;
    border-color: #D6D6D6;
    float: right;
}


/********************************************************/
/***************** NEW COMMANDE **************************/
/********************************************************/

table.titre tr td {
    vertical-align: middle;
    height: 79px;
    min-width: 79px;
}