@charset "utf-8";

/* Sheet */
.openerp .oe_form_sheet_width {
    min-width: 650px;
    max-width: 1050px;
    margin: 0 auto;
}

body.oe_single_form {
    /*background: #eeeeee url(/web/static/src/img/form_sheetbg.png);*/
    background: #eeeeee url(/kinepro_skin/static/src/img/yoga1.jpg);
    background-size: cover;
    /* HAMZA */
    /*height: 100%;*/
}

body.oe_single_form .oe_single_form_container {
    padding: 10px;
    position: absolute;
    /*left: 50%;*/
    left: 67% !important;
    top: 50% ;
    /*width: 400px;*/
    width: 273px;
    /* Set margins to offset 50% of the w/h */
    margin-top: -200px;
    margin-left: -200px;
}

/* page login de website */
.oe_website_login_container {
    width: 400px;
    margin: 40px auto;
    /* padding: 24px; */
    /* position: absolute; */
    left: 59%;
    /* top: 37%; */
    /*width: 400px; *//* Set margins to offset 50% of the w/h */
    margin-top: 25px;
    margin-left: 910px;
    /* background: #EEEEED url(/kinepro_skin/static/src/img/slider_4.jpg); */
    /* height: 100%; */
    background-color: white;
}
.openerp .oe_about .user-details .user-info-block .navigation li.active a {
    background: #e92028;
}
.openerp .oe_about a {
color: #e92028;
}
/* Menu respensive @HCK */
@media all and (max-width: 767px) {
	.openerp .oe_searchview{
		min-width: 100% !important;
	}
	.openerp .oe_leftbar{
	display:table !important;
	background: none repeat scroll 0 0 #222222;
    color: black !important;
    text-shadow: none;
    width: 0px !important;
	-webkit-transition: width  0.5s,-webkit-transform 0.7s;  /* For Safari 3.1 to 6.0 */
	transition: width 0.5s, transform 0.7s;
	}
	.openerp .oe_leftbar .view_mob_leftmenu{
		background: none repeat scroll 0 0 #222;
		border-right: 1px solid #444;
		height: 50px;
		line-height: 50px;
		text-align: center;
		position: absolute;
		top: 0;
		width: 58px;
		z-index: 1009;
		cursor:pointer;
	}
	.openerp .oe_leftbar .view_mob_leftmenu:after{
		content:"+";
		font-size:27px;
		color:white;

	}
	.oe_leftbar > div{
		display:none !important;
	}
	.oe_leftbar.show_menu{
		display: table-cell !important;
		width: 220px !important;
		-webkit-transition: width 2s,-webkit-transform 2s;  /* For Safari 3.1 to 6.0 */
		transition: width 2s, transform 2s;
	}
	.openerp .oe_leftbar .view_mob_leftmenu.open:after{
		content:"-";
		font-size:27px;
		color:white;

	}
	.oe_leftbar.show_menu > div{
		display:table !important;
	}
	.openerp .oe_mail_wall .oe_mail{
		width:100% !important;
		padding-right: 27px !important;
	}
	.openerp .oe_view_manager table.oe_view_manager_header h2{
		font-size: 13px !important;
	}
	.oe_view_sous_menu_respensive{
		background: none repeat scroll 0 0 #1e8fc6;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		height: 35px;
		position: absolute;
		right: 7px;
		text-align: center;
		width: 76px;
		z-index: 9;
		cursor:pointer;
		line-height: 33px;
		opacity: 0.84;
	}
	table.oe_view_manager_header tr.oe_header_row.oe_header_row_top ,table.oe_view_manager_header tr.oe_header_row{
		display:none;
	}
	table.oe_view_manager_header tbody.show_sous_menu_header tr.oe_header_row.oe_header_row_top , table.oe_view_manager_header tbody.show_sous_menu_header tr.oe_header_row{
		display:table-row !important;
	}
	.oe_view_sous_menu_respensive:after{
		content: "\e052";
		color: white;
		font-size: 25px;
		font-family: 'Glyphicons Halflings';
	}
	tr.oe_header_row_wrapper.open .oe_view_sous_menu_respensive:after{
		content: "\e014";
		color: white;
		font-size: 25px;
		font-family: 'Glyphicons Halflings';
		line-height: 39px;
	}
	.oe_header_row_wrapper{
		background: none repeat scroll 0 0 #1e8fc6;
		height: 5px;
	}
	.openerp {
		font-size: 11px;
	}
}
@media all and (min-width: 768px) {
	.openerp .oe_leftbar > div{
		display: table !important;
	}
	.oe_header_row_wrapper{
		display:none !important;
	}
}