.UIBotonsFixedSize {
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.UIBotonsFixedSize>div {
	display: inline-block;
	width: 70px;
	margin: 10px;
}

.UIBotons {
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.UIBotons>div {
	display: inline-block;
	margin: 10px;
}

.checkboxLabel {
	display: inline-block;
	zoom: 1;
	display: inline !important;
	margin-left: 5px;
	vertical-align: top;
}

.checkbox {
	margin-left: 5px;
	margin-top: 5px;
}

.inputText, .inputComboBox {
	width: 100%;
}

.ui-progressbar {
	position: relative;
}

.progress-label {
	position: absolute;
	left: 40%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.windowDialogLightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url("img/transparentBackground.png");
	z-index: 9000;
}

.windowDialogLightbox>div { //
	height: 130px;
	left: 50%;
	margin-left: -200px;
	margin-top: -75px;
	position: absolute;
	top: 50%;
	width: 364px;
	z-index: 1000000;
}

.windowDialogTitle {
	background-color: #818181;
	background-image: url("../../base/css/img/red-gradient.png");
	color: #FFFFFF;
	font-family: Arial !important;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 7px 33px;
}

.windowDialogTitleDraggable {
	cursor: move;
}

.windowIconPdf {
	background-image: url("img/pdf-icon-white-hi2.png");
}

.errIcon {
	background-image: url("img/errorIcon.png");
}

.folderIcon {
	background-image: url("img/folderIcon.png");
}

.saveIcon {
	background-image: url("img/saveIcon.png");
}

.gearIcon {
	background-image: url("img/gearIcon.png");
}

.infoIcon {
	background-image: url("img/gearIcon.png");
}

.windowDialogIcon {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 23px;
	left: 5px;
	position: absolute;
	top: 5px;
}

.contingutWindowDialog {
	padding: 5px;
	height: calc(100% - 50px);
	/*Height is (FILL everything - the size of the window header)*/
}

.dialogTextArea {
	width: 98%;
}

.ui-resizable-helper {
	border: 2px dotted #00F;
}

/**
 *
 * This is Repeated from BaseTurisme.css, and we keep it here just in case that old
 * components not using UIUtils need it
 */
.defaultButton {
	background-color: #FFFFFF;
	border: 1px solid #0D506C;
	color: #000000 !important;
	cursor: pointer !important;
	font-family: Verdana !important;
	font-size: 0.909em;
	font-weight: bold;
	padding: 2px 4px;
	pointer-events: auto;
}

.defaultButton:hover {
	background-color: #a8a8a8;
}

.defaultButton:active {
	background-color: #4d4d4d;
}

.defaultButton.disabled {
	background-color: #F0F0F0;
	color: #808080 !important;
	/*Do not listen to click events*/
	pointer-events: none;
}

.button-close {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	z-index: 10100;
}

.icon-close {
	background-image: url("img/close.png") !important;
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin: 0 !important;
}

.icon-close:hover {
	background-image: url("img/close.png") !important;
	background-position: left;
}

.button-close.disabled {
	pointer-events: none;
	opacity: 0.6;
}

#divWindowTabs {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 5px 5px 5px 5px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px !important;
}

div#button {
	width: 75px;
	margin-left: 55px;
	margin-top: 10px;
}

form#checkBoxRedLining {
	margin-left: 75px;
}

.divContenidorElements {
	margin-left: 15%;
}