﻿

/* Iconos de formatos */
.excel {
	background-image: url(../images/icons/export/page_white_excel.png) !important;
	background-position: center left;
	background-repeat: no-repeat;
}

	.excel :hover {
		background-image: url(../images/icons/export/page_white_excel.png) !important;
		background-position: center left;
		background-repeat: no-repeat;
	}

/* Iconos de acciones */
.zoom {
	background-image: url(../images/icons/zoom.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.zoomInSmall {
	background-image: url(../images/icons/zoom_inSmall.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.print {
	background-image: url(../images/icons/printer.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.save {
	background-image: url(../images/icons/disk.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.saveclose {
	background-image: url(../images/icons/saveClose.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.add {
	background-image: url(../images/icons/add.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.delete {
	background-image: url(../images/icons/delete.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.search {
	background-image: url(../images/icons/magnifier.png) !important;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.pay {
	background-image: url(../images/icons/money.png) !important;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.accept {
	background-image: url(../images/icons/tick.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.cancel {
	background-image: url(../images/icons/cross.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.close {
	background-image: url(../images/icons/cross.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.open {
	background-image: url(../images/icons/magnifier.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.information {
	background-image: url(../images/icons/information.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.filter {
	background-image: url(../images/icons/filter_full.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.register {
	background-image: url(../images/icons/page_edit.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.page_white_text {
	background-image: url(../images/manten/page_white_text.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.application_go {
	background-image: url(../images/icons/application_go.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* Iconos contextuales */
.help {
	background-image: url(../images/icons/bullet_help.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	cursor: help;
}

	.help:hover {
		border-bottom: 2px dotted #5C8DBE;
	}

.loading {
	background-image: url(../images/loading2.gif) !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	cursor: help;
}

.mandatory {
	background-image: url(../images/icons/bullet_black.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

	.mandatory:hover {
		border-bottom: 2px dotted #333333;
	}

.translate {
	background-image: url(../images/icons/bullet_wrench.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	cursor: help;
}

	.translate:hover {
		border-bottom: 2px dotted #5CBE75;
	}

.details {
	background-image: url(../images/icons/note.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.go {
	background-image: url(../images/icons/bullet_go.png) !important;
	background-position: 1px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	border: none;
}

.overload {
	background-image: url(../images/icons/error.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.ok {
	background-image: url(../images/icons/tick.png) !important;
	background-position: 5px 2px;
	background-repeat: no-repeat;
}

.cancel {
	background-image: url(../images/icons/cross.png) !important;
	background-position: 5px 2px;
	background-repeat: no-repeat;
}
/* Iconos de categorias */
.general {
	background-image: url(../images/icons/house.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.transfers {
	background-image: url(../images/icons/transfer.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.transfersIda {
	background-image: url(../images/icons/arrow_right.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.transfersVuelta {
	background-image: url(../images/icons/arrow_undo.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.hotels {
	background-image: url(../images/icons/building.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.crear {
	background-image: url(../images/icons/crear.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.paquetes {
	background-image: url(../images/icons/package.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.vuelos {
	background-image: url(../images/icons/icoVue.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.rentacar {
	background-image: url(../images/icons/car.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.agencies {
	background-image: url(../images/icons/group.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.bookings {
	background-image: url(../images/icons/book.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.callcenter {
	background-image: url('../images/icons/callcenter.png?_v=20200129') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.operative {
	background-image: url('../images/icons/operative.png?_v=20200129') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.comparativa {
	background-image: url('../images/icons/compare.png?_v=20200129') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.BI {
	background-image: url('../images/icons/bi.png?_v=20200129') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.touristService {
	background-image: url(../images/icons/map.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.edit {
	background-image: url(../images/icons/page_edit.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.verEditar {
	background-image: url(../images/icons/verEditar.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.warning {
	background-image: url(../images/icons/page_error.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.addBasket {
	background-image: url(../images/icons/basket_put.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.removeBasket {
	background-image: url(../images/icons/basket_remove.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.promo {
	background-image: url(../images/callcenter/promocode.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* Iconos de exportar */

.exportexcel {
	background-image: url(../images/icons/export/page_white_excel.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.exportword {
	background-image: url(../images/icons/export/page_white_word.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.exportpdf {
	background-image: url(../images/icons/export/page_white_acrobat.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.viewChart {
	background-image: url(../images/icons/chart_bar.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.exportImage {
	background-image: url(../images/icons/export/page_white_picture.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.emptyIcon {
	padding-left: 10px !important;
}

/* Iconos varios */
.sinAvisar {
	background-color: Maroon;
}

.vacio {
	background-image: none !important;
}

.greater {
	background-image: url(../images/icons/filters/greater_then.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.less {
	background-image: url(../images/icons/filters/less_then.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.dollar {
	background-image: url(../images/callcenter/dollar.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.btnGloboA {
	background-image: url(/Intranet/images/icons/ampliarGlobo.png) !important;
	background-position: left center;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 20px;
	height: 22px;
	border: 0px;
}

.btnGloboC {
	background-image: url(/Intranet/images/icons/contraerGlobo.png) !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	cursor: pointer;
	height: 22px;
	width: 20px;
	border: 0px;
	/*float: right;*/
}

.btnA {
	background-color: #F0F0F0;
	background-image: url("../images/icons/FlechaFiltrosAvanzadosEsconder.png") !important;
	background-position: 0 center;
	background-repeat: no-repeat;
	border: 0 none;
	color: #15428B !important;
	cursor: pointer;
	font-family: Tahoma !important;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	padding-left: 30px;
	text-decoration: underline !important;
}

.btnC {
	background-image: url(../images/icons/FlechaFiltrosAvanzados.png) !important;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	cursor: pointer;
	height: 15px;
	border: 0px;
	padding-left: 20px;
	color: #15428B !important;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline !important;
	font-family: Tahoma !important;
}

.isLink {
	background-image: url(../images/icons/link.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.refresh {
	background-image: url(../images/icons/refresh.gif) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.user_edit {
	background-image: url(../images/icons/user_edit.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.editHTML {
	background-image: url(../images/icons/export/page_white_code.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
}

.view {
	background-image: url(../images/icons/eye.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.viewNot {
	background-image: url(../images/icons/eyeNot.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.send {
	background-image: url(../images/icons/email_go.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.copy {
	background-image: url(../images/icons/fileFoto.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.code {
	background-image: url('../images/icons/export/page_white_code.png') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.back {
	background-image: url(../images/icons/arrow_redo.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.calculator {
	background-image: url('../images/manten/calculator.png') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.extend {
	background-image: url('../images/application_go.png') !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.ntMap {
	background-image: url(../images/icons/mapa.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	/*padding: 0 7px 0 18px !important;*/
	margin-left: 0px !important;
}

.ntSearch {
	background-image: url(../images/icons/magnifier.png) !important;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 0 7px 0 18px !important;
	margin-left: 0px !important;
}

.ntLeft {
	background-image: url(../images/icons/FlechaFiltrosAvanzadosIzq.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 7px 0 14px !important;
	float: none !important;
	margin-left: 0px !important;
}

.ntRight {
	background-image: url(../images/icons/FlechaFiltrosAvanzadosDer.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 7px 0 14px !important;
	float: none !important;
	margin-left: 0px !important;
}

.ntUp {
	background-image: url(../images/icons/FlechaFiltrosAvanzadosEsconder.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 7px 0 18px !important;
	float: none !important;
	margin-left: 0px !important;
}

.ntDown {
	background-image: url(../images/icons/FlechaFiltrosAvanzados.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 7px 0 18px !important;
	float: none !important;
	margin-left: 0px !important;
}

.aDownBlue {
	background-image: url(../images/icons/arrow_downBlue.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 7px 0 18px !important;
	float: none !important;
	margin-left: 10px !important;
}
.calendarWeek {
	background-image: url(../images/icons/calendar/calendar_activity_week.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.cog {
	background-image: url(../images/icons/cog.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.tableRefresh {
	background-image: url(../images/icons/table_refresh.png) !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}