/* VARIABLES */
:root {
	--uoc-primary: #000078;
	--uoc-secondary: #73edff;
	--uoc-white: #ffffff;
	--uoc-black: #000000;
	--uoc-grey: #706f6f;
	--uoc-greydark: #3e3d40;
	--uoc-greylight: #c3c5c8;
	--uoc-greylighter: #eaebeb;
	--uoc-font-regular: 'UOC Sans_Regular', sans-serif;
	--uoc-font-bold: 'UOC Sans_Bold', sans-serif;
}

body{
	color: var(--uoc-primary);
	font-family: var(--uoc-font-regular);
	font-size: 16px;
}

h1,h2,h3,
h4,h5,h6{
	font-family: var(--uoc-font-bold);
	font-weight: normal;
}
img { width: 100%; }
.addAndNews, .advancedSearch {
	background-color: var(--uoc-greylighter); padding-bottom: 20px;
}
form .glyphicon{
	color: var(--uoc-white)!important;
}
.buttons{
	position:center;
}
.open{
	display:list-item;
}
/*header menu navegacion*/

.navbar-foot {
  background-color: var(--uoc-primary);
  /*margin-top: 40px;*/
  border-bottom: 5px;
  border-bottom-color: var(--uoc-greylight);
  border-bottom-style: solid;
  height: 0;
}
nav .caret{
	color: var(--uoc-greylight);
}
.navbar-nav>li>a {
  font-size: 18px;
}
nav li a{
	color: var(--uoc-white);
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: var(--uoc-primary);
  color: var(--uoc-secondary);
  border-bottom: 5px;
  border-bottom-color: var(--uoc-secondary);
  border-bottom-style: solid;
  margin-bottom: -5px;
}
.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 9px;
}

.navbar-nav>li>a.home {
  padding-top: 12px;
  padding-bottom: 9px;
}

.dropdown.open>a {
  color: var(--uoc-secondary)!important;
  background-color: var(--uoc-primary) !important;
}

.dropdown-menu.collections li {
	margin-bottom: 10px;
}

/*fin header menu navegacion*/
/*header buscador*/
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -3px;
}
.navbar { margin-bottom: 0; }
.navbar-head{
	background-color:var(--uoc-greylighter);
	margin-bottom: 30px;
	height: 0;
}
.navbar-brand:hover{
  	color:var(--uoc-greylight);
}
.navbar-brand{
	padding-top: 0;
	margin-top: -6px;
  	color:var(--uoc-greylight);
}
.search{
  margin-top: 21px;
}
.trolley{
	border-radius: 15px;
 	background-color: var(--uoc-secondary);
 	border: none;
 	margin-left: 20px;
}
.trolley:hover{
 	background-color: var(--uoc-secondary);
}

.advancedSearch{
	background-color: var(--uoc-greylighter);
	color: var(--uoc-grey);
}
/*fin header buscador*/


/*menu superior*/
.userTools{
	background-color: var(--uoc-greylighter);
	margin-top: 5px;
}
.userTools a{
	color: var(--uoc-greydark);
}
.divider{
	color: var(--uoc-greydark);
}
.singup{
	color:var(--uoc-primary) !important;
}
.userControll {
  padding-top: 8px;
}
/*fin menu superior*/

/*BUSQUEDA AVANZADA */

.advancedSearchList{
  list-style: none;
  padding-left: 0;
}
.advancedSearchList li{
	margin-bottom: 5px;
}
.advancedSearch span{
	margin-bottom: 5px;
}
.advancedSearch select{
	margin-bottom: 5px;
}
.filterRowSpace{
  margin: 10px;
}
.btnSearch{
	background-color: var(--uoc-primary);
	color: var(--uoc-white);
}
.btnSearch:hover{
	background-color: var(--uoc-primary);
	color: var(--uoc-white);
}
.btnStyle{
  width: auto!important;
  height: 34px;
  background-color: var(--uoc-secondary);
}
.trolleyBtnStyle{
  width: auto!important;
  height: 34px;
  float: right;
  background-color: var(--uoc-primary);
  margin-bottom: 5px;
}
.asButtons{
	text-align: center;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 6px 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* END BUSQUEDA AVANZADA */

/* CARRITO  */
.trolleyList{
  width: 300px;
  left:-148px;
}
.trolleyList li{
	padding: 5px;
}
/* END CARRITO  */

/*---------------FOOTER-------------------*/
#footer {
	background: var(--uoc-primary) url('/static/img/footerline.jpg')repeat-x;
	border: none;
	color:var(--uoc-white);
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	margin-top: 40px;
}
.footer-title {
	border-bottom: 2px solid var(--uoc-white);
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: var(--uoc-white);
	font-family: var(--uoc-font-bold);
}
.footer-items li {

}
.footer-items li a {
	color: var(--uoc-white);
	text-decoration: none;
}
.footer-items li a:hover {
	color: var(--uoc-greylight) ;
}
ul.footer-items{
	list-style: none;
	padding-left: 20px;
	line-height: 23px;
}
#newsletter {
	padding-left: 0;
}
#btn-footer {
	background-color: var(--uoc-greylight);
	border-color: var(--uoc-greylight);
	color:var(--uoc-white);
	padding:6px 18px;
	border-radius: 4px;
	font-family: var(--uoc-font-regular);
	font-weight: normal;
	margin-left: 1px;
}
.copyright p {
	text-align: center;
	font-size: 14px;
}
.copyright {
	margin: 30px 0px 45px 0px;
}
.mobile-collapsible .block-content {
    display: block !important;
}
a#logo-uoc {
   background: url("logo_UOC_footer.png") no-repeat 0px 0px;
}
a#logo-uoc span {

    color: black;
}
a#logo-uoc label {
	width: 52px;
}
a#link-privacidad{
	color: inherit;
	text-decoration: underline;
}
#footer .checkbox {
   padding-left: 20px;
   font-weight: normal;
}
#redes-sociales {
	margin-top: 10px;
	margin-left: -20px;
}
.txt-footer {
	width: 100%;
}
label.checkbox {
	width: 170px;
}
.content-footer {
	margin-bottom: 25px;
}
/* END FOOTER*/

/* HOME */
/*.container {
	margin-bottom: 50px;
}*/
.seccion-title {
	color: var(--uoc-primary);
	padding: 8px 0 0 0;
	font-family: var(--uoc-font-bold);
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 32px;
	border-top: 4px solid var(--uoc-primary);
}
.content-wraper {
	margin-top:30px;
}
.content-section {
	padding:15px;
	border:2px solid var(--uoc-greylight);
}
.content-title {
	margin-top: 12px;
	margin-bottom: 5px;
	font-family: var(--uoc-font-bold);
	font-weight: normal;
}
.content-autor {
	font-size: 14px;
	margin-bottom: 40px;
}
.content-precio {
	line-height: 18px;
}
.content-precio button.trolley{
  padding: 5px;
}
.precio-title{
	font-size: 16px;
  font-weight: normal;
}
.precio-valor{
	font-size: 16px;
	font-family: var(--uoc-font-regular);
}
.content-prizes {
	min-height: 121px;
}
/* END HOME */

/* BOOK DETAIL */
.title-detail{
	color: var(--uoc-primary);
  	font-weight: normal;
}
.book,.ebook,.pdf{
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.priceData h4{
	margin:30px 0 10px 0;
}
#collection-name{
	color: var(--uoc-primary);
	font-size: 16px;
}
.priceTrolley span{
	color:var(--uoc-primary);
	font-size: 35px;
	/*margin-right: 15px;*/
}
.priceTrolley button {
	float: right;
  	width: 75%;
  	background-color: var(--uoc-secondary);
  	border: none;
  	height: 50px;
  	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--uoc-primary)!important;
}
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.priceTrolley button:hover { background-color: var(--uoc-secondary); color: var(--uoc-white); }
.priceTrolley button.btn-cart-img { width: 60px!important;}
.priceTrolley button.btn-cart-text { padding-left: 0!important; width: auto!important;}

.tags{
	margin: 30px 0;
}
/*#tag{
	color:var(--uoc-primary);
}*/
.actions{
	margin: 30px 0;
}
.actions li{
	margin: 30px 0;
	font-size: 16px;
}
/* END BOOK DETAIL */
/* CAROBOOKS */
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev        { left: -25%; }
.carousel{
	margin-top: 10px;
  	padding: 10px 0;
}
.carousel-control {
  position: absolute;
  top: 300px;
  font-size: 20px;
  color: var(--uoc-white);
  text-align: center;
  width: 75px;
  border: 1px solid black;
  border-radius: 40px;
  height: 73px;
  background-color: var(--uoc-greydark);
}
.carousel-control.left {
	left: -100px;
}
.carousel-control.right {
	right: -100px;
}
/* END CAROBOOKS */

/* CAROUSELL */
#carouselAdvertising ol{
	background-color: var(--uoc-greydark);
	bottom: 0px;
	opacity: .5;
}
.adControlR{
	right: 0 !important;
	background-color: var(--uoc-greydark);
	height: 20px;
	top: 336px;
	opacity: .5;
	width: 228px;
	border-radius: 0;
}
.adControlL{
	left: 0 !important;
	background-color: var(--uoc-greydark);
	height: 20px;
	top: 336px;
	opacity: .5;
	width: 228px;
	border-radius: 0;
}
/* END CAROUSELL */

/* REGISTRO */
form h2{
	color: var(--uoc-primary);
  	margin: 20px 0;
}
form h4{
	color: var(--uoc-primary);
  	margin-bottom: 20px;
  	margin-top: 40px;
}
.form-group span{
	color: var(--uoc-secondary);
	font-size: 16px;
}
.arrange .form-group span{
	font-size: 16px;
}
.contactInfo,
.loginInfo,
.aditionalInfo{
	background-color: #f9fafa;
	padding: 15px 5px 15px 5px;
}
.register_submit{
	float: right;
}
.datos_check{
  margin: 20px 0;
  border: none;
}
/* END REGISTRO */

/* SEARCH RESULTS */
.searchTrolley{
	border-radius: 15px;
 	background-color: var(--uoc-secondary);
 	border: none;
 	margin-left: 20px;
}
.bookResult{
	border:2px solid var(--uoc-greylight);
	padding: 40px;
	max-width: 100%;
}
#detail{
	float: right;
}
.bookResult ul{
  list-style-type: none;
}
.filter div >:first-child {
  border-bottom: 4px solid var(--uoc-greylighter);
  font-size: 16px;
  color: var(--uoc-grey);
  font-weight: bold;
}
.filter ul li {
  padding-bottom: 5px;
  color: var(--uoc-greylight);
}
.filter ul{
  list-style-type: none;
  padding: 0;
}
.filter ul li span{
	padding-right: 3px;
}
.bookResult ul li{
	margin-bottom: 10px;
}
.bookResult ul li span{
  margin-right: 10px;
  margin-left: -16px;
  color: var(--uoc-greylight);
}
.filter-title{
  font-size: 16px;
  font-family: var(--uoc-font-regular);
  font-weight: normal;
  text-transform: uppercase;
  background-color: var(--uoc-greylighter);
  height: 40px;
  padding: 10px;
  color: var(--uoc-primary);
}
.resultText{
  font-size: 24px;
  font-family: var(--uoc-font-regular);
  font-weight: normal;
  color: var(--uoc-primary);
}
.searchParam{
  color: var(--uoc-primary);
  font-family: var(--uoc-font-bold);
}
.enumerator {
  font-size: 16px;
  color: var(--uoc-primary);
}
#numTot{
  color: var(--uoc-greydark);
  font-weight: normal;
}
.pagination{
	margin: 0;
}
.pagination>li>a, .pagination>li>span {
  float: none;
  margin-left: 3px;
  background-color: var(--uoc-primary);
  color: var(--uoc-white);
  border-radius: 5px;
  border-color: var(--uoc-primary)!important;
}
.pagination>li>a:hover{
  background-color: var(--uoc-secondary)!important;
  color: var(--uoc-primary)!important;
  border-color: var(--uoc-secondary)!important;
}
.pagination>li>a:active{
  background-color: var(--uoc-primary)!important;
  border-color: var(--uoc-primary)!important;
}
.pagination>.active>a {
  background-color: var(--uoc-primary)!important;
  border-color: var(--uoc-primary)!important;
}
.pagination>.disabled>a {
	border-color: var(--uoc-primary)!important;
	color: var(--uoc-primary)!important;
}
.pagAndEnum{
  margin: 10px 0;
  border-bottom: 1px solid var(--uoc-greylighter);
  border-top: 1px solid var(--uoc-greylighter);
  padding: 13px 0;
}
.pagAndEnum .col-md-6, .pagAndEnum .col-md-12 { padding-right: 0!important; padding-left: 0!important; }
.arrange{
  margin: 15px 0;
}
.arrange label{
	color: var(--uoc-primary);
	margin-right: 5px;
	font-weight: normal;
}
.arrange select{
	margin-left: 0px;
	margin-right: 5px;
	width: auto;
	display: inline;
}
.arrange button{
	margin-right: 5px;
}
.arrange .form-group { padding: 0!important; margin-right: 20px; }
.arrange .form-group:last-child { margin-right: 0!important; float: right; }
.arrange .form-control { padding-right: 10px; }
.searchTitle{

}
/* END SEARCH RESULTS */

/* PRODUCT DETAIL */

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 40px;
  top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0px;
  top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev
 {
    top:-38px!important;
 }

.owl-prev, .owl-next{
    padding-top: 8px !important;
}
#slider .item{
  display: block;
  margin: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#slider .owl-buttons .small-icon {font-size: 14px!important;}
#slider .owl-buttons .owl-prev, #slider .owl-buttons .owl-next {top: -46px;}
#slider .owl-buttons .owl-next {right: -10px;}
#slider .owl-buttons .owl-prev {right: 30px;}
#action_btn_list .icon, .priceData .icon-cart-add {
  font-size: 36px;
  vertical-align: middle;
}
#action_btn_list{
  list-style-type: none;
  color: var(--uoc-secondary);
}

#action_btn_list li{
  cursor: pointer; cursor: hand;
}
#action_btn_list .li .span {
  display: inline-block;
}

.small-icon{
  font-size: 20px;
}
#news_content .small-icon.icon-left-1, #news_content .small-icon.icon-right-1, 
#news_reviews .small-icon.icon-left-1, #news_reviews .small-icon.icon-right-1, 
#related_products .small-icon.icon-left-1, #related_products .small-icon.icon-right-1 {font-size: 24px; }
.addtocart_detail{
	cursor: pointer; cursor: hand;
}
.cover-border{
	border: solid 1px var(--uoc-greylight);
}
.btn-cart-img{
	width: 30% !important;
	font-size:15px !important;
	background-color: var(--uoc-secondary) !important;
	border-color: var(--uoc-secondary) !important;
}
.btn-cart-img i{
	display: inline-flex;
}

.btn-cart-text{
	font-family: var(--uoc-font-regular);
	color: var(--uoc-white);
	width: 70% !important;
	font-size:15px !important;
}
/* END PRODUCT DETAIL */

#arrow_order{
	vertical-align: middle;
	display: inline-block;
}

.fixed-height{
	height: 570px !important;
}

.fixed-height-home{
	height: 98% !important;
}
@media (min-width: 470px) and (max-width: 600px){
	.fixed-height{ height: 650px !important; }
	/*.fixed-height-home { height: 650px !important; }*/
}

@media (min-width:601px) and (max-width:767px){
	.fixed-height{ height: 760px !important; }
	/*.fixed-height-home { height: 760px !important; }*/
}

.margin-top-20{
	margin-top: 20px;
}

/*.book-author, .book-title{
color: #7E8185;
}*/

#format_list li{
	display: block;
}

#news_content, #related_products {
	padding: 20px 0;
	margin: 0 auto;
}
#news_content .item, #related_products .item {
	background: var(--uoc-white);
	margin: 0px 15px 20px 15px;
}

.priceTrolley .valign{
	vertical-align: middle;
}

.remove-li-styles{
	list-style: none;
  	padding-left: 10px;
}

.remove-a-styles, .remove-a-styles:hover{
	text-decoration: none; /* no underline */
}

.margin-bottom-20{
	margin-bottom: 20px;

}

/* Payment page */
.active_circle_number{
    border-radius: 100%;
    padding: 4px 14px;
    background: var(--uoc-primary);
    border: 2px solid var(--uoc-primary);
    color: var(--uoc-white);
    text-align: center;
}
.inactive_circle_number{
    border-radius: 100%;
    padding: 4px 14px;
    background: var(--uoc-greylight);
    border: 2px solid var(--uoc-greylight);
    color: var(--uoc-white);
    text-align: center;
}

#paypal_btn, #card_btn{
    width: 150px;
    cursor: pointer; cursor: hand;
}
.error span{
    color: #FF0000;
}
.error_form{
    color: #FF0000;
}
/* Payment page */

.close-trolley{
	float: right;
	margin-top: -15px;
	margin-right: -5px;
}
/*Chapters in product detail*/

.chapter-title{display: inline-block;font-weight: bold;}
.chapter-format{display: inline-block;float: right;margin-left: 10px;}
.addtocart.addtocart_detail.chapters{display: inline-block;float: right;}
.chapters .glyphicon {margin-left: 10px;}
.chapter-title .glyphicon{font-size: 30px;color: var(--uoc-secondary);top: 6px;margin-right: 5px;}
.book-chapters{border-bottom: solid 1px var(--uoc-greylight); padding: 10px 0;}
img.chapter-cover {width: 96px;position: absolute;top: 212px;}


.block-content.external-news a.btn.btn-primary{ font-size: 16px !important; }