﻿
.scrolling {
	/**allow ample width for table, padding and borders**/ 
	width: 100%;
	/**adjust as needed. If no height is declared, scrollbar won't appear**/
	height: 100px;
	/**vertical scrollbar**/ 
	overflow-y:scroll;
}

.no_scrolling {
	/**allow ample width for table, padding and borders**/ 
	width: 100%;
	/**adjust as needed. If no height is declared, scrollbar won't appear**/
	height: 100px;
	overflow-y:hidden;
	overflow-x:hidden;
}

.texto_filtros 
{
	font-family: Tahoma!important;
	font-size: 1.0em!important;
}

#filters_table
{
	width:100%;
	max-width:100%;
}

/*  reset & .clear
----------------------------*/

* {
    margin: 0;
    padding: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after { clear: both }

.clear { *zoom: 1 }

/*  MAIN
----------------------------*/

body {
    font: normal 12px/1.3 arial, sans-serif;
    background-color: #eee;
}

li { list-style: none }

a { text-decoration: none }

.container {
    position: relative;
    width: 920px;
    margin: 30px auto;
}

.container #mayors_filters {
    position: relative;
    z-index: 2;
    float: left;
    width: 670px;
}

.container #mayors {
    position: relative;
    z-index: 1;
    float: right;
    width: 224px;
}

/*  mayors_filtersS
----------------------------*/

#mayors_filters ul {
    width: 680px;
    margin-left: -10px; }

#mayors_filters ul li {
    position: relative;
    float: left;
    /* width: 150px; */
    
    margin: 0 0 10px 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .1s ease;
    -moz-transition: -webkit-transform .1s ease;
    -o-transition: -webkit-transform .1s ease;
    -ms-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

#mayors_filters ul li:hover 
{
	/* */
	/*background-color: #fff8c1; */
    background-color: #FFD62E;
    /*background-color: #FFD62E;*/
}

#mayors_filters.active ul li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity = 40);
    opacity: .4;
}

#mayors_filters.active ul li.active {
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
}

#mayors_filters ul li a {
    display: block;
    color: #000
}

#mayors_filters ul li a h3 {
    margin-top: 5px;
}

#mayors_filters ul li a h3,
#mayors_filters ul li a p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#mayors_filters ul li a img { display: block }

/*  BASKET
----------------------------*/


.basket {
    position: relative;
}

/* Majors basket list */
.basket .basket_list_majors {
    width: 220px;
    background-color: #fff;
    border: 2px dashed transparent;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);*/
}

/*.basket.active .basket_list_majors,
.basket.hover .basket_list_majors{ border-color: #ffa0a3 }

.basket.active .basket_list_majors{ background-color: #fff8c1 }

.basket.hover .basket_list_majors{ background-color: #ffa0a3 }*/

.basket.active .basket_list_majors,
.basket.hover .basket_list_majors {border-color: #0069BF; color:#FFFFFF!important;}

.basket.active .basket_list_majors{ background-color: #ffd54e }

.basket.hover .basket_list_majors {background-color: #0069BF; color:#FFFFFF!important;}

/* Minors basket list */
.basket .basket_list_minors {
    width: 220px;
    background-color: #fff;
    border: 2px dashed transparent;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);*/
}

.basket.active .basket_list_minors,
.basket.hover .basket_list_minors{ border-color: #0069BF }

.basket.active .basket_list_minors{ background-color: #ffd54e }

.basket.hover .basket_list_minors{ background-color: #0069BF }




/* .head */

.basket .head {
    overflow: hidden;
    margin: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #ddd;
}



.basket .head .name { float: left }

.basket .head .count { float: right }

/* .head */

.basket ul { padding-bottom: 10px }

.basket ul li {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 10px;
    height: 26px;
    line-height: 32px;
    border-bottom: 1px dashed #eee;
}

.basket ul li:hover { border-bottom-color: #ccc }


.basket ul li span.name {
    display: block;
    float: left;
    width: 165px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -o-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease;
}

.basket ul li:hover span.name { width: 146px;}

.basket ul li input.count {
    float: right;
    margin: 3px 2px 0 0;
    width: 25px;
    line-height: 20px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    background-color: #ddd;
}

.basket ul li button.delete {
    position: absolute;
    right: 30px;
    top: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    opacity: 0;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    border: 0;
    color: #EE5757;
    background-color: #eee;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.basket ul li:hover button.delete {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    opacity: 1;
}

.basket ul li button.delete:hover {
    color: #fff;
    background-color: #ffa0a3;
}

.basket ul li button.delete:active {
    color: #fff;
    background-color: #EE5757;
}
