#menu{display:none;}

html,body{margin:0px;padding:0px;

	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background: none;
}
.top_barre{position:fixed;height:80px;background-color:#A28D74;width: 100%;

	   z-index: 1002;}
.top_barre img {margin-left:50px;height:100%}

#banner{position:fixed;height:80px;width: 100%;

	z-index: 12;}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    position:absolute;
    top:80px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;width: 100%;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    /*z-index: 1000;*/

    box-shadow: 1px 0px 0px #eee;

    z-index: 10;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right:1px solid #ddd;

    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#333;

}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-brand {

    list-style: none;
}

.sidebar-nav li {
    text-indent: 5px;    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.sidebar-nav li a:hover {
    text-decoration: none;

    background: #E6E6E6;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
	padding-left: 250px;
    }

    #wrapper.toggled {
	padding-left: 0;
    }

    #sidebar-wrapper {
	width: 250px;
	border:right:1px solid black;
    }

    #wrapper.toggled #sidebar-wrapper {
	width: 0;
    }

    #page-content-wrapper {

    }

    #wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
    }
}








.slide-animate-container {
    position:relative;
    background:white;
    border:1px solid black;
    height:40px;
    overflow:hidden;
}

.slide-animate {
    padding:10px;
}

.slide-animate.ng-enter, .slide-animate.ng-leave {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    padding:10px;
}

.slide-animate.ng-enter {
    top:-50px;
}
.slide-animate.ng-enter.ng-enter-active {
    top:0;
}

.slide-animate.ng-leave {
    top:0;
}
.slide-animate.ng-leave.ng-leave-active {
    top:50px;
}




.booksList{padding:0px;list-style-type: none;}
.booksListPreview{text-align:center}
.book{
    /*padding:20px;*/
    clear:both;
    /*padding-bottom:10px;*/
    /*height: 100px;*/
    /* box-shadow:  0px 7px 10px -3px #969696;*/
}

.previewBooks
{
    clear:none;
    display: inline-block;
    vertical-align: middle;
    width:25%;
    margin: 20px;
    background-color: white;
    position: relative;
    border: 2px solid #4A442A;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 4px 4px #969696;
    overflow: hidden;
    height: 350px;
    width: 227px;

}





.handCursor{
    cursor:pointer;
}






.covers{
    margin-left:auto;
    margin-right:auto;
    vertical-align: top;
    border: 1px solid #4a442a;
    border-radius: 10px;
    box-shadow:  0px 7px 10px -3px #969696;
    height: 70px;
    overflow: hidden;
    position: relative;
    width: 46px;background-size: cover;}

.title{ font-weight:700;font-size:18px; }
.author{ font-size:15px; }
.ean{  }


.category{position:relative;top: 20px;height:30px; font-size: 20px;}
.category a{text-decoration:none;color:black}


/*


.list {
	list-style: none outside none;
	margin: 10px 0 30px;
}

.item {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	border: 2px solid #444;
	border-radius: 5px;
	background-color: #EA8A8A;

	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	cursor: move;
}


/***  Extra ***/
/*
body {
	font-family: Verdana, 'Trebuchet ms', Tahoma;
}

.logList {
	margin-top: 20px;
	width: 250px;
	min-height: 200px;
	padding: 5px 15px;
	border: 5px solid #000;
	border-radius: 15px;
}

.logList:before {
	content: 'log';
	padding: 0 5px;
	position: relative;
	top: -1.1em;
	background-color: #FFF;
}

.container {
	width: 600px;
	margin: auto;
}

h2 {
	text-align: center;
}

.floatleft {
  float: left;
}

.clear {
  clear: both;
}
*/
.strike {
    text-decoration: line-through;
}

.delete{ opacity: 0.2;}

.radiosList{padding-left:30px;}

.selected{

    background-color: #E6E6E6;
    border:1px solid black;
}
.panel {
    margin-bottom: 10px;}

#hamburger {
    /* border: 1px solid #cebda3;
     border-radius: 5px;*/
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 5px;
    position: relative;
    width: 45px;
    z-index: 1200;
}

#hamburger div {
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(51, 51, 51);
    border-radius: 5px;
    height: 3px;
    margin-bottom: 6px;
    margin-top: 3px;
    width: 100%;
    z-index: 200;
}
.ui-sortable{
    cursor:move;
}

.ui-sortable-disabled{
    cursor:auto;
}


#burgerMenu{
    margin-top:5px;
    margin-left:5px;
}
@media screen and (min-width: 1281px) {
    #burgerMenu{
	display:none;
    }
}


#myChart div div svg g g {
    cursor: pointer
}


.myvalign
{line-height: 34px;}
































#wall {
    position:relative;
    width: 100%;
    height: 150px;
    top: -10px;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    font-family: Quicksand, Helvetica, sans;
    color: red;
}

#eye-l, #eye-r {
    position:absolute;
    z-index: 20;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    margin-top:5px;
    left: 5px;
    margin-left: -5px;
    -webkit-animation: search 2s infinite;
    box-sizing: border-box;
    border: 3px solid red;
}

#eye-r {
    margin-left: 5px;
}

#nose {
    position:relative;
    width: 15px;
    height: 15px;
    border: 3px solid red;
    border-radius: 50%;
    border-top-color: transparent;
    background: white;
    top:12px;
    left:-7px;
    -webkit-transform: rotate(35deg);
    -webkit-animation: noser 2s infinite;
}

#mouth{
    position:relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    margin-top:20px;
    float:left;
    margin-left: 3px;
    -webkit-animation: search 2s infinite;
}

#man {
    position:relative;
    width: 50px;
    height: 70px;
    border: 5px solid red;
    border-radius: 50%;
    margin-left:50%;
    left: -25px;
    -webkit-animation: pop 8s infinite;
}

@-webkit-keyframes search {
    0%, 100% { -webkit-transform:translate(0px, 0px);}
50% {-webkit-transform:translate(32px, 0px);}
}

@-webkit-keyframes noser {
    0%, 100% { -webkit-transform:translate(0px, 0px) rotate(35deg);}
50% {-webkit-transform:translate(43px, 0px) rotate(-35deg);}
}

@-webkit-keyframes pop {
    0%, 100% { -webkit-transform:translate(0px, 80px)}
20%, 80% { -webkit-transform:translate(0px, 10px)}
}

.modal-dialog{
    z-index: 1050;}


.panel-heading span{
    cursor:pointer
}


.waitingLayer{
    position: absolute; left: 5%;right: 5%; top: 50px; bottom:20px; background-color:white;   z-index:3;opacity:0.9

}
.waitingLayerTable{
    display: table;width:100%;height:100%
}
.waitingLayerTableCell{display: table-cell;vertical-align: middle;}



.resultTable
{

}

.resultTable th
{
    width:25%;
    text-align:center;
    cursor:pointer;
}

.resultTable td
{
    text-align:center;
}


#side-menu > li{
    border-bottom: 2px solid #adadad;
    padding: 0px; 
    line-height: 20px;
}

#side-menu > li a{
    padding: 10px; 
    padding-left: 5px; 
}
#side-menu > li > ul{
    list-style-type: none;
    padding: 0px; 
    padding-left: 0; 
}

#side-menu > li > ul > li{
    padding:0;
    border-top: 1px solid #e7e7e7;
}

#side-menu > li > ul > li a{
    padding:0;
    padding-left:20px;
}

#side-menu > li > ul > li > ul{
    list-style-type: none;
    padding: 0px; 
    padding-left: 0; 
}
#side-menu > li > ul > li> ul > li{
    padding:0;
    border-top: 1px solid #e7e7e7;
}

#side-menu > li > ul > li > ul > li a{
    padding:0;
    padding-left:40px;
}


/*    
.sidebar ul li {padding: 0px; 
		border-bottom: 1px solid #e7e7e7;}
.sidebar ul li a{padding: 0px; 
}
.sidebar ul li ul li{padding-left: 25px;border:none; 

}
*/

.activeMenu{background-color: #EEEEEE;font-weight: 700}


.collapseIco{padding-top:10px;padding-right:5px;float:right}


.active{color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;}

.active a{color: #fff;font-weight: 700;
}
.active a:hover{text-decoration:none;
}
a:hover{text-decoration:none;
}

.paginate{border: 1px solid #ddd;}

.paginate:hover{
    background-color:#eeeeee;
    color:black;
    font-weigth:700
}
.paginate:hover a{
    background-color:#eeeeee;
    color:black;
    font-weigth:700
}


.myEllips
{
    overflow: hidden; white-space: nowrap;text-overflow: ellipsis;  
}


.disable{color:#dcdcdc;}
.disableRed{color:red;}
.enableGreen{color:green;}


.searchBook .waitingLayer{
    left: 0;right: 0; top:0; bottom:0; z-index:3;opacity:0.5

}


.waitingLayerFull{
    left: 0;right: 0; top:0; bottom:0; z-index:3;opacity:0.6

}

.owner { height: 200px;
	 display: -webkit-flexbox;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-align: center;
	 -ms-flex-align: center;
	 -webkit-align-items: center;
cursor: pointer;
margin:0;
}

.libel{
    text-align:center;
    line-height: 40px;
}
.table-cell-wrapper {
    position: absolute;
    top: 10px;
    left: 30px;
    right: 30px;
    
}
.table-cell {
    height: 180px;
    width: 160px;
    vertical-align: middle;
    background: #fff;
    display: table-cell;
    text-align:center;
    font-size:15px;
    font-style: italic;

} 




.animate-show {
    background:white;
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
}

.animate-show.ng-hide {
    opacity:0;
}

/*
.animate-show-deploi {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
    padding: 10px;
    background: white;
    transition-delay: 0.4s;
}

.animate-show-deploi.ng-hide {
    transition-delay: 0s;
    line-height: 0;
    opacity: 0;
    padding: 0 10px;
}*/

.animate-show-toleft {
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
    opacity: 1;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    position: absolute;
    display:inline-block;
    width: 100%;
    padding: 20px;
}

.animate-show-toleft.ng-hide {
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
    opacity: 1;
    left:-100%;
    top:0;
    right:0;
    bottom: 0;
    position: absolute;
    display:inline-block;
    width: 100%;
    padding: 20px;
}


.animate-show-right {
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
    opacity: 1;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    position: absolute;
    display:inline-block;
    width: 100%;
    padding: 20px;
}

.animate-show-right.ng-hide {
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
    opacity: 1;
    left:100%;
    top:0;
    right:0;
    bottom: 0;
    position: absolute;
    display:inline-block;
    width: 100%;
    padding: 20px;

}



