#label_token{
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal;
}
#token_div{
	margin-bottom: 50px;  
}
.titulo_pasosD{
	color:#0276BA;
}
.texto_no_activo{
	text-align: left !important;
	font-size: 16px;
	font-weight: normal;
}
.normal_rojo{
	color: red;
    font-size: 16px;
}
.error_naranja {
        background-color: #ffe9d3;
        color: #ff9300;
        padding: 10px 50px;
        font-size: 18px;
        box-sizing: border-box;
    }
    
       
.error_naranja .ico_error_naranja {
    width: 30px;
    height: 30px;
    fill: #ff9300;
}
      
   .txt_izquierda {
       text-align: left;
       padding: 0 5px;
       box-sizing: border-box;
   }
      
   .txt_derecha {
    text-align: right;
    padding: 0 5px;
    box-sizing: border-box;
}
   
   .alto20, .aui .alto20 {
       margin-top: 20px !important;
       font-size: 16px !important;
       font-weight: normal;
   }
      
   .completo {
       width: 100%;
       float: left;
       position: relative;
   }
      
   .medio {
       width: 50%;
       float: left;
   }
   
   .normal_verde {
    color: #39a247;
    font-size: 16px;
}
      
    .mini_link {
    color: #0276BA;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
      
      
.alto20, .aui .alto20 {
    margin-top: 20px;
    font-size: 16px !important;
    font-weight: normal;
}

.fuente14 {
    font-size: 14px;
}
.azul {
    color: #0276BA;
}


.ui-tabs .ui-tabs-panel {
	box-sizing: border-box;
}

.bullet_activado {
	background-color: rgb(80, 212, 47);
	background-position: center center;
	width: 9px;
	height: 9px;
	border-radius: 5px;
	float: left;
	margin: 5px 10px 0px 0px;
}

.bullet_pendiente {
	background-color: rgb(237, 181, 28);
	background-position: center center;
	width: 9px;
	height: 9px;
	border-radius: 5px;
	float: left;
	margin: 5px 10px 0px 0px;
}

.activado {
	color: #50d42f;
	font-size: 13px;
	font-weight: 700;
	margin-left: 20px;
}

.pendiente {
	color: #edb51c;
	font-size: 13px;
	font-weight: 700;
	margin-left: 20px;
}

.order_status_table {
	padding: 8px 0;
	width: 100%;
	border-collapse: collapse;
}

.order_status_table .compra-separador-gris {
	border: 5px solid #fff;
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-top: -1px;
	display: table;
	background-color: #f2f5fa;
	box-sizing: border-box;
}

.order_status_table .compra-separador-gris .fecha-de-compra-titulo {
	color: rgb(90, 100, 115);
	float: left;
	display: block;
	margin: 5px 5px 0px 0px;
	font-size:16px !important;
	font-style:normal !important;
	font-weight: normal !important;
}

.order_status_table .compra-separador-gris .fecha-de-compra-content {
	color: rgb(128, 128, 128);
	float: left;
	display: block;
	margin: 5px 0px 0px 0px;
}

.order_status_table .item .compra-productos {
	padding-top: 10px;
	margin-bottom: 15px;
	clear: both;
}

.order_status_table .item .compra-productos .img-compra {
	margin-right: 15px;
	width: 75px;
	float: left;
}

.order_status_table .item .compra-productos .compra-detalles {
	width: 34%;
	vertical-align: top;
	float: left;
}

.comprar_de_nuevo {
	display: block;
	float: right;
}

.order_status_table .item .compra-productos .compra-status {
	width: auto;
	margin-right: 15px;
	float: right;
	font-size: 13px;
	max-width: 50%;
}

.myaccount_header {
	color: #1b83ff !important;
	font-family: Ubuntu;
	font-size: 18px;
	padding: 8px 8px 8px 0px;
	text-align: left;
	font-weight: normal;
}

.item {
	margin-bottom: 15px;
	display: block;
	width: 100%;
}

.compra-orden {
	float: right;
}

.compra-fecha {
	float: left;
	margin: 2px 0px 10px 30px;
}

.order_status_table .items_group {
	display: none;
}

.order_status_table .compra-separador-gris .num-pedido-titulo {
	color: rgb(90, 100, 115);
	margin: 5px 5px 5px 0;
	display: block;
	float: left;
}

.order_status_table .compra-separador-gris .num-pedido-content {
	color: rgb(128, 128, 128);
	margin: 5px 15px 5px 0;
	display: block;
	float: left;
}

.flechaArriba {
	opacity: 1;
	width: 24px;
	height: 24px;
	transform: translate(0px, 1px) rotate(180deg);
	float: right;
	margin-right: 12px;
}

.flechaAbajo {
	opacity: 1;
	width: 24px;
	height: 24px;
	transform: translate(0px, 2px) rotate(0deg);
	float: right;
	margin-right: 12px;
}

.order_status_table .item .compra-productos .compra-detalles p {
	margin: 0px;
}

.compra-detalles-orden, .compra-detalles-mensajeria {
	margin: 5px 0;
}

.comprar_estatus {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
	float: right;
}

.comprar_estatus p {
	margin: 0px;
}

.comprar_estatus p.estatus {
	font-size: 13px;
	margin-bottom: 5px;
}

.estatusAzul {
	color: #27a9e1;
}

.estatusNaranja {
	color: #fa8039;
}

.estatusVerde {
	color: #4ca868;
}

.cont_filtro_periodos_select, .cont_filtro_estatus_select {
	float: right;
	margin-top: -5px;
	position: relative;
	width: auto;
}

.cont_filtro_estatus_select {
	display: none;
}

.cont_filtro_periodos_select:after, .cont_filtro_estatus_select:after {
	content: "";
	display: block;
	height: 0px;
	position: absolute;
	right: 6px;
	top: 11px;
	width: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #999;
}

.aui select.filtro_periodos_select, .aui select.filtro_estatus_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 25px !important;
	border: 1px solid #ccc;
	background-color: transparent;
	padding: 4px 25px 4px 10px;
	width: auto;
	line-height: normal;
	font-size: 12px;
}

.filtro_estatus_menu {
	list-style: none;
	margin: 0px;
	padding: 0;
	float: left;
}

.filtro_estatus_menu li {
	display: inline-block;
	margin-right: 35px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	cursor: pointer;
}

.filtro_estatus_menu li:last-child {
	margin-right: 0px;
}

.filtro_estatus_menu li.activo {
	border-bottom: 3px #64afff solid;
} /*MEDIA QUERIES TABLET*/
@media only screen and (min-width: 761px) and (max-width: 1090px) {
	.filtro_estatus_menu li {
		display: inline-block;
		margin-right: 15px;
	}
	.myaccount_header {
		display: none;
	}
	.filtro_opciones {
		margin-top: 15px;
	}
} /*MEDIA QUERIES MOVIL*/
@media only screen and (max-width: 760px) {
	.myaccount_header {
		display: none;
	}
	.filtro_opciones {
		margin-top: 15px;
	}
	.order_status_table .item .compra-productos .compra-detalles {
		float: none;
		clear: right;
		width: auto;
	}
	.comprar_estatus {
		margin-top: 15px;
		width: auto;
		float: left;
		text-align: center;
	}
	.compra-orden {
		float: left;
		margin-left: 15px;
		width: auto;
	} /* .filtro_estatus_menu{ display:none; }*/
	.cont_filtro_estatus_select {
		display: block;
	}
	.order_status_table .item .compra-productos .img-compra {
		margin-bottom: 60px;
	}
	.cont_filtro_periodos_select, .cont_filtro_estatus_select {
		margin: 0 5% 2% 5%;
		width: 90%;
	}
	.aui select.filtro_periodos_select, .aui select.filtro_estatus_select {
		width: 100%;
	}
}


.loader {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:none;
    margin:10px;
}

.loader img{
	margin-top: 150px;
}
}