/*
    Document   : login
    Author     : Rainer Segura Peña
    Description:
*/
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*overflow: ;*/
	/*background: #ebebeb;*/
	background: rgba(0, 0, 0, 0)
		url("../../resources/images/login/fondo.png") repeat scroll;
	background-attachment: fixed;
}

body {
	font-size: 75%;
	font-family: "Daxline";
}

.grafica {
	height: 60px;
	float: left;
	background-image: url("../../resources/images/login/fondo.png");
	width: 256px;
}

#logo_login {
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 320px;
	height: 110px;
	background-size: 320px 90px;
}

#logo_login img {
	/*width: 370px;*/
	height: 72px;
}

#grafica_login {
	background-image: url("../../resources/images/login/grafica_login.png");
	background-repeat: no-repeat !important;
	height: 174px;
	margin-left: -35px;
	width: 700px;
}

#login_box {
	text-align: center;
	min-height: 350px;
}

#login_top {
	width: 560px;
	height: 48%;
	background: transparent;
}

#form_position {
	position: relative;
	top: -10px;
}

form>div {
	padding: 5px;
}

.colorize {
	color: #004682;
}

#contentGeneral {
	padding-top: 7% !important;
}

#wrapper {
	/*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);*/
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	width: 550px;
	margin: auto;
	margin-bottom: 0 !important;
	clear: both;
	overflow: hidden;
	border-color: #A0A0A0;
	border-radius: 0 0 4px 4px;
	border-style: none;
	border-width: 0 1px 1px;
	background-color: #ebebeb;
	background: rgba(235, 235, 235, 1);
	background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235,
		235, 1)), color-stop(40%, rgba(235, 235, 235, 0.69)),
		color-stop(69%, rgba(235, 235, 235, 0.58)),
		color-stop(79%, rgba(235, 235, 235, 0.58)),
		color-stop(100%, rgba(160, 160, 160, 0.58)));
	background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
		endColorstr='#a0a0a0', GradientType=0);
}

@media ( max-height :700px) {
	#contentGeneral {
		padding-top: 5% !important;
	}
}

#form_position input, #form_position select {
	min-width: 200px;
	max-width: 200px;
	margin: 5px;
	padding: 5px 5px 5px 30px !important;
	color: #465F6E !important;
}

#form_position span.custom-combobox {
	min-width: 190px;
	max-width: 190px;
}

.logo_grafica {
	height: 60px;
	display: inline;
}

button {
	margin: 5px;
	color: #fff !important;
}

.ui-commandlink {
	font-size: 14px !important;
	text-decoration: none;
	color: #B54646 !important;
}

.ui-commandlink:hover, #footer-log {
	color: #465F6E !important;
}

.copyAnho {
	font-size: 11px !important;
	color: #465f6e !important;
}

.ui-button-text, .ui-button-text-only .ui-button-text {
	/*padding: 15px !important;
	transition: none !important;*/
	/*background-color: #B54646 !important;*/
	/*border-bottom: 1px solid #B54646 !important;*/
	background-color: #B54646 !important;
	border-bottom: 1px solid #B54646 !important;
}

.icon-input i {
	left: 32px;
	position: relative !important;
	color: #465F6E !important;
	font-size: 14px !important;
}

.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus,
	#form_position input:hover, #form_position input:FOCUS {
	/*border: 1px solid #B54646 !important;*/
	border: 1px solid #B54646 !important;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

button {
	border: 1px solid #B54646 !important;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

.GreenButton .ui-button-text {
	background-color: #B54646 !important;
	border-color: #B54646 !important;
}

.alertify-logs {
	position: fixed;
	bottom: none !important;
	top: 0px !important;
	font-size: 15px !important;
}

.alertify-log-error {
	/*background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	color: #b94a48 !important;
	text-shadow: none !important;*/
	
}

.ui-tooltip {
	background: transparent !important;
	border: none !important;
}

.ui-tooltip.ui-tooltip-top .ui-tooltip-arrow {
	border-top-color: rgba(62, 94, 109, 0.8) !important;
}

.ui-tooltip.ui-tooltip-left .ui-tooltip-arrow {
	border-left-color: rgba(62, 94, 109, 0.8) !important;
}

.ui-tooltip.ui-tooltip-right .ui-tooltip-arrow {
	border-right-color: rgba(62, 94, 109, 0.8) !important;
}

.ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow {
	border-bottom-color: rgba(62, 94, 109, 0.8) !important;
}

.ui-tooltip .ui-tooltip-text {
	/*background-color: #3E5E6D !important;*/
	background-color: rgba(62, 94, 109, 0.8) !important;
	font-size: 16px !important;
}

/*Begin Border and Backgraund Element*/
.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus {
	border: solid 1px #3E5E6D !important;
	/*color: #525252 !important;
	background-color: #fafafa;*/
}

.ui-selectonemenu.ui-state-focus, .ui-selectonemenu.ui-state-hover,
	.ui-selectcheckboxmenu.ui-state-focus, .ui-selectcheckboxmenu:hover {
	border: solid 1px #3E5E6D !important;
}

.ui-widget .ui-state-focus, .ui-widget.ui-state-focus {
	-webkit-box-shadow: 0 0 5px 0 rgba(62, 94, 109, 0.7) !important;
	box-shadow: 0 0 4px 0 rgba(62, 94, 109, 0.7) !important;
}

.ui-selectonemenu-panel .ui-state-highlight,
	.ui-selectcheckboxmenu-panel .ui-state-highlight {
	background-color: rgba(62, 94, 109, 0.5) !important;
}
/*End Border and Backgraund Element*/
.InputReadOnly {
	background-color: rgba(255, 234, 234, 1) !important;
	border-color: rgba(153, 0, 0, 0.2) !important;
}

.ui-dialog.dialogoLoading .ui-dialog-content img {
	left: 0 !important;
}

.ui-dialog.dialogoLoading .ui-dialog-content label {
	text-shadow: 1px 1px #fff;
}