/* Basic Styles
================================================== */
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background-color: #EEEEF4;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.center{
	width: 960px;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float:right;
}

.clearfix{
	clear: both;
}

.hidden{
	display: none;
}

.visible{
	display: block;
}

/* ===================================
	Perfil usuario - lista libros
=================================== */
.listalibros-usuario{
	background: #eeeef4;
	width: 960px;
	width: 90%;
	margin: 0 auto;
}
.ficha-usuariowr{
	margin-top: 20px;
	background: #fafafd;
	color: #4a606e;
	border-bottom: 5px solid #d9d7dc;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 32px 28px 42px 28px;
}
.ficha-titulo{
	font-size: 34px;
	color: #4c616e;
	text-transform: uppercase;
}
.ficha-titulo .small{
	font-size: 17px;
	font-weight: lighter;
	text-align: right;
	display: block;
}

.ficha-usuariowr .ficha-titulo{
  box-sizing: border-box;
  width: 500px;
  float: left;
  text-align: right;
  margin: 0;
  margin-bottom: 30px;
}
.userinfo {
    display: inline-block;
}
.userinfo .left{

}
.userinfo .perfilpic{
	overflow: hidden;
	border-radius: 50%;
}
.userinfo .right{

}
.userinfo .perfildata {
  color: #4A606E;
  padding-top: 20px;
  padding-left: 14px;
}
.userinfo .name{
	font-size: 15px;
	display: block;
}
.userinfo .mail{
	font-size: 12px;
	display: block;
}
.add-librowr{

}
.icon-pencil{
	font-size: 19px;
	font-weight: bold;
	background: url('../img/icon-pencil.png') 0 50% no-repeat;
	padding-left: 35px;
	text-transform: uppercase;
	padding-right: 10px;
}
.clibrowr{
	margin-right: 20px;
}
#codigo-libro{
	height: 48px;
	text-align: center;
	width: 220px;
	border-radius: 4px;
	font-size: 14px;
	background-color: transparent;
	line-height: 48px;
	border: 1px solid #6c7f8a;
	font-weight: lighter;
	color:#8D99B5; 
}

::-webkit-input-placeholder {
   color: #c6cad3;
}

:-moz-placeholder { /* Firefox 18- */
   color: #c6cad3;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #c6cad3;  
}

:-ms-input-placeholder {  
   color: #c6cad3;  
}

.btn-add-libro{
	color: #FFF;
  height: 48px;
  width: 220px;
  padding-left: 30px;
  background: url('../img/icon-add.png') #C12210 40px 50% no-repeat;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 33px;
  padding-left: 50px;  
}


.lista-libros{
box-sizing: border-box;
  margin-top: 40px;
}
.lista-libros .ficha-titulo{
	text-align: left;
	font-size: 34px;
	line-height: .8em;
	margin-bottom: 10px;
}
.lista-libros .ficha-titulo .small{
	font-size: 18px;
	text-align: left;
}

.libros-alumno, .libros-profesor, .libros-digital, .libros-online{
    box-sizing: border-box;
}

.libro{
	background: #fafafd;
	border-bottom: 5px solid #d9d7dc;
	box-sizing: border-box;
	width: 48%;
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 20px;	
}
.libros-alumno .libro:nth-child(odd),
.libros-profesor .libro:nth-child(odd),
.libros-digitales .libro:nth-child(odd),
.libros-online .libro:nth-child(odd){
	margin-right: 0;
}

.libro .portada{
    box-sizing: border-box;
    width: 23%;
    padding: 11px 10px 2px 10px;
}
.libro .portadapic {
  width: 100%;
  max-height: 170px;
}
.libro .datos{
  margin-left: 20px;
  padding-top: 20px;
  display: block;
  width: 70%;
  box-sizing: border-box;
}
.libro .datos .titulo{
	font-size: 17px;
	font-weight: lighter;
	color: #536671;
	margin: 0;
}
.libro .datos .expiracion{
	color: #6c7f8a;
	font-size: 13px;
	margin-bottom: 20px;
}
.red-rounded{
	display: block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	background: #c12210;
	width: 100%;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	height: 34px;
	margin-bottom: 12px;
}
.book-added {
  border-left: 6px solid #99C59A;
  background-color: #E9FAE9;
  padding-left: 10px;
  line-height: 50px;
  color: #8AAE8B;
  position: relative;
  z-index: 2;
}
.codigo-aviso{
  border-left: 6px solid #C89090;
  background-color: #FCF4F4;
  padding-left: 10px;
  line-height: 50px;
  color: #B26F6F;
    position: relative;
    top: -50px;
    z-index: 1;  
}
.book-added p,
.codigo-aviso p{
	margin:0;
}

.libro-private{
  margin-top: 20px;
  background: #FAFAFD;
  color: #4A606E;
  border-bottom: 5px solid #D9D7DC;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 32px 28px 42px 28px;
}

.restaura-libroswr{
  margin-top: 60px;
  background: #FAFAFD;
  color: #4A606E;
  border-bottom: 5px solid #D9D7DC;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 32px 28px 42px 28px;	
}

.reactivate-book{
	color: #679E69;
  font-size: 17px;
  font-weight: bold;	
}

#front-add-book button[name=retrievecode]{
  margin-top: 20px;
  line-height: 20px;
  padding-bottom: 5px;
}
button.right.btn-add-libro{
	margin: 0;
}
#front-add-book > div > div.submitwr.right > button{
	line-height: 33px;
}
.add-restored-book{
    color: #4a606e;
    font-weight: bold;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;    
    background: url('../img/icon-restore-book.png') 10px 49% no-repeat;
    padding: 6px 10px 6px 32px;
    margin-left: 4px;
    display: inline-block;
    background-color: #D2ECD2;
    line-height: 18px;
    margin-bottom: 4px;
    margin-right: 10px;
    border-radius: 24px;
    cursor: pointer;
}
.add-restored-book:hover {
    color: #53748A;
    background-color: #C9E6C9;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

/* 2 columns listado-libros */
.two-cols-wr {
    text-align: center;
    display: inline-block;
    width: 1150px;
    margin: 0 auto;
}
.page-id-6616 .listalibros-usuario{
	box-sizing:border-box;
	text-align: center;
}
div div.restaura-libroswr{
	width: 50%!important;
	box-sizing:border-box;
	margin-right:20px;
	display:inline-block!important;
	padding-top:0!important;
	margin-top: 0!important;
	float:left!important;
	margin-right: 20px!important;
	padding: 10px 20px 10px 20px;
}
div div.ficha-usuariowr{
	width: 48%!important;
    box-sizing: border-box!important;
    margin-right: 0!important;
    float: left!important;
    display: inline-block!important;
    padding-top: 0!important;
    float: left!important;
    padding-top: 50px!important;
    padding-bottom: 66px;
}

.submitwr {
    text-align: left!important;
    font-size: 14px!important;
    line-height: 1.3em!important;
}

button.right.btn-add-libro {
    font-size: 15px!important;
    line-height: 20px!important;
    font-weight: bold;
    text-transform: uppercase!important;
    padding: 10px 30px!important;
    margin: 5px 0!important;
    border: none!important;
    border-radius: 5px!important;
    line-height: 20px!important;
    padding-bottom: 5px!important;
    height: 40px!important;
    margin: 0!important;	
}
div .icon-pencil {
    line-height: 20px!important;
    text-align: left!important;
}
div #codigo-libro {
    height: 40px!important;
}



/* ========================================
	Perfil usuario - Bloque "tu perfil"
=========================================== */
div .lista-libros {
    width: 83%;
}
.userinfo .perfilpic{
    height: 50px;
    margin-top: 5px;	
}
.userinfo .name {
    text-align: left;
}
div div.ficha-usuariowr {
    width: 100%!important;
    float: none!important;
}

.ficha-usuariowr .ficha-titulo {
    text-align: left!important;
}

.ficha-usuariowr .ficha-titulo .small {
    text-align: left;
}

div div.ficha-usuariowr {
    padding-bottom: 20px;
    padding-top: 30px!important;
}

#front-add-book > div > div.submitwr.right > button {
    line-height: 23px!important;
    height: 40px!important;
    padding-left: 50px!important;
}

#front-add-book > div > div.submitwr.right {
    float: left;
}

#codigo-libro {
}

#front-add-book > div > div.clibrowr.right {
    float: left;
    margin-left: 10px;
}

p.icon-pencil.left {
    width: 100%!important;
    position: static;
    float: none;
    height: auto;
}

.two-cols-wr {
    width: 83%;
}

@media screen and (max-width: 520px) {
	div.listalibros-usuario{
	    padding: 30px 0!important;
	}
	.w-contacts-list {
	    padding-top: 60px;
	    text-align: center;
	    padding-bottom: 8px;
	    border-bottom: 1px solid #D6D6D6;
	}	
    p.icon-pencil.left {
        font-size: 14px;
        letter-spacing: -1px;
        word-spacing: -1px;
        text-align: left;
    }

    #front-add-book > div > div.submitwr.right {
        float: none!important;
        width: 100%;
        padding: 0!important;
        margin: 0!important;
    }

    #front-add-book > div > div.submitwr.right > button {
        width: 101%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }

    #front-add-book > div > div.clibrowr.right {
        padding: 0;
        float: none!important;
        margin: 0!important;
        margin-top: 10px!important;
    }

    input#codigo-libro {
        width: 100%;
    }

    .libro {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        max-width: 100%;
        min-width: 100%;
		margin-bottom: 20px;
    }
}


