.lato {
	font-family: Lato, sans-serif
}
.jplist-hidden {
	display: none
}
.jplist-sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #f1f1f1;
	padding-bottom: 5px
}
.sticky-demo .panel>.center {
	max-width: 100%
}
.sticky-demo .jplist-sticky>.center {
	max-width: 95%
}
.no-cssgradients .jplist-panel button:hover {
	background: #f4f4f4
}
.jplist-panel {
	/*color: #27252a;*/
}
.jplist-panel button {
    float: left;
    height: 35px;
    font-weight: normal;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #958f8f;
    color: #fff;
    background: #958f8f;
    border-radius: 20px;
    margin: 0 0 0 20px;
    padding: 0 25px;
    outline: none;
    width: auto;
}
.jplist-panel button:hover {
	color: #0381bb;
	background: #fff;
}
.jplist-panel button.jplist-disabled {
	background: #fff;
	color: #6c6c6c;
	cursor: default;
}
.jplist-panel button.jplist-selected {
	color: #f03800;
}
.jplist-panel input[type=text] {
    text-indent: 5px;
    width: 200px;
    height: 35px;
    font-size: 15px;
    background: #f1eeee;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid #ddd;
    color: #000!important;
    font-weight: normal;
    float: left;
    margin: 0 20px 0 0px;
    text-indent: 15px;
    outline: none;
    border-radius: 20px;
}
.jplist-panel input[type=checkbox], .jplist-panel input[type=radio] {
	float: left;
	display: inline-block;
	height: 30px;
    width: 17px;
	background: #fff;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #27252a
}
.jplist-panel label {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 22px 0 2px;
	display: inline-block;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #27252a;
	cursor: pointer
}
.jplist-panel input.jplist-no-right-border {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.jplist-icon {
	float: left;
	height: 30px;
	box-shadow: 0 0 1px #fff;
	background: #fff;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	text-shadow: 1px 1px 1px #fff;
	color: #27252a;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	border-right: 0
}
.jplist-icon:hover {
	color: #0381bb
}
.jplist-label {
	font-size: 13.33px;
	font-family: Arial;
	float: left;
	height: 35px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	text-shadow: 1px 1px 1px #fff;
	color: #000;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	background: #fff;
}
.jplist-clear {
	color: #666;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 27px;
	padding: 0 4px;
	background: #fff;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-left: 0;
	border-radius: 0 3px 3px 0;
	text-shadow: 1px 1px 1px #fff
}
.jplist-clear:hover {
	color: #444
}
.jplist-selected {
	color: #CA3F1A;
    font-weight: 600;
}
.jplist-box {
	float: left;
	height: 30px;
	margin: 10px 10px 0 0
}
.jplist-drop-down {
	float: left;
    border-radius: 20px;
	height: 35px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ddd;
	color: #000;
	width: 200px;
	background: #f1eeee;
    text-align: left;
	margin: 0 20px 0 20px;
    text-indent: 15px;
    padding: 0 15px;
	position: relative;
}
.jplist-drop-down .jplist-dd-panel {
	font-size: 15px;
	font-family: Arial;
	float: left;
	width: 150px;
	height: 30px;
	line-height: 35px;
	overflow: hidden;
	text-indent: 8px;
	cursor: pointer;
    font-weight: normal;
    color: #666;
}
.jplist-drop-down .jplist-dd-panel:after {
    content: '\25BC';
    /* color: #111; */
    display: inline-block;
    position: absolute;
    right: 13px;
    font-size: 9px;
    z-index: 1000;
}
.jplist-drop-down ul {
    border: 1px solid #ddd;
    border-top: none;
    position: relative;
    top: -2px;
    font-family: Arial;
    font-size: 15px;
    left: -1px;
    z-index: 1000;
    width: 100%;
    display: none;
    overflow: hidden;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.jplist-drop-down ul li {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
}
.jplist-drop-down ul li:hover {
	background-color: #ececec;
}
.jplist-drop-down:hover .jplist-dd-panel {
	color: #0381bb;
}
.jplist-drop-down:hover .jplist-dd-panel:after {
	color: #0381bb;
}
.jplist-select {
    height: 35px;
    font-size: 15px;
    background: #f1eeee;
    width: 200px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid #dddddd;
    border-right: 15px solid #f1eeee;
    color: #666;
    font-weight: normal;
    float: left;
    margin: 0 20px;
    text-indent: 15px;
    outline: aquamarine;
    border-radius: 20px;
}
.jplist-ios-button {
	display: none;
}




/* REGLES */


@media only screen and (max-width: 767px) {
    .jplist-panel input[type=text] {
        width: 180px;
        margin: 5px 5px 0 0;
        font-size: 13px;
    }
    .jplist-select {
        width: 180px;
        margin: 5px 10px 0 0;
        font-size: 13px;
    }
    .jplist-drop-down {
        display: none;
    }
    .jplist-panel button {
        margin: 5px 0 0 0;
    }
    .logo {
        left: -15px;
        max-width: 76px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .jplist-select {
        width: 190px;
        margin: 0 10px;
    }
    .jplist-panel input[type=text] {
        width: 160px;
    }
    .jplist-drop-down {
        width: 140px;
    }
    .jplist-panel button {
        margin: 0;
    }
    .jplist-drop-down {
        display: none;
    }
    .jplist-panel input[type=text] {
        margin: 0 10px 0 0;
    }
    .jplist-panel button {
        padding: 0 15px;
    }
    .logo {
        left: -22px;
        top: -13px;
    }
}


    