header {
	height: 91px;
	background: url('../img/bg/accordion-header.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid white;
	z-index: 1;
}

.home-button {
    position: absolute;
    top: 31px;   left: 30px;
    width: 35px;
    vertical-align: middle;
    z-index: 999;
}

.header-title {
	width: 100%;
}

.header-title > h1 {
    font-weight: normal;
    font-family: 'Roboto-Thin';
    font-size: 32px;
    color: white;
    margin: 0px;
    padding-top: 10px;
}

.logos-header {
    position: relative;
    text-align: center;
    width: 100%; height: 26px;
}

.logos-header img {
    height: 100%;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: top;
}

.logo-upc > img{
	height: 30px;
}

@media (min-width: 600px) {
	.header-title {
	    padding: 12px 0;
	}

	.logos-header {
		text-align: right;
		position: absolute;
		top: 33px; right: 30px;
	}
}

section {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	padding-top: 146px;
	z-index: -1;
}

button {
	width: 170px;
    height: 62px;
    color: #cdcdcd;
    border-radius: 5px;
    background: white;
    border: 1px solid #cdcdcd;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

button.cs-button:hover {
    color: white;
}

button > span {
	font-family: 'MyriadPro-Regular';
    font-size: 18px;
    cursor: pointer;
    margin: 0 10px 0 5px;
    vertical-align: middle;
    letter-spacing: 2px;
}

button > .icon {
	width: 35px;
    height: 35px;
    border-radius: 20px;
    background: #cdcdcd;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease;
    text-align: center;
}

button > .icon > img {
    height: 100%;
    padding: 7px;
}

.button-info {
    border: 0px;
    height: 35px; width: 35px;
    border-radius: 50%;
    background: #cdcdcd;
    margin: 0px 10px;
}

.button-info > img {
    width: 100%;
}

.accordion { height: 100%; min-width: 300px; }

.accordion-header {
	margin: 0px; padding: 6px 15px;
	font-size: 18px; font-weight: normal;
	font-family: 'Roboto-Light';
	background-color: #e9eef4;
	border-bottom: 1px solid #dddddd;
    position: relative;

    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.ui-accordion-header:focus {
	outline: none;
}

.ui-accordion-header.active {
	background-color: black;
	color: white;
}

.ui-accordion-header > .btn-editar {
	display: none;
    font-family: 'MyriadPro-Regular';
    color: black;
    border-radius: 4px;
    border: 1px solid #aaa;
    margin: 1px;
    background: #e9eef4;
    padding: 3px 10px 0px;
    font-size: 16px;

    position: absolute;
    top: 3px; right: 15px;
    width: 60px; height: 27px;
}

.ui-accordion-content {
   padding: 6px 15px;
   position: relative;
}

@media (min-width: 600px) {
	.ui-accordion-header, .ui-accordion-content {
		padding: 6px 80px;
	}
}

/* PARA CUANDO SE USE EL THUMBNAIL PARA SELECCIONAR EMISORES */
.btn-emisor {
    height: 122px;
    width: 122px;
    display: inline-block;
    position: relative;
    margin: 15px;
}

.thumbnail {
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    padding: 10px;
    height: 100%;

    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img {
	margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

.thumbnail.selected:after {
    content: ' ';
    z-index: 5;
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url('../img/facturacion/seleccion.svg') no-repeat;
    background-size: cover;
}