@CHARSET "ISO-8859-1";
/*
Velkan CSS Framework

Coleccion de clases CSS especï¿½ficas para el funcionamiento de Velkan
*/

/*Generales*/
.clear {
	clear: both;
}

/*Formularios*/
label.error {
	/*color: #b94a48;*/
	color: red;
	margin-left: 10px;
	display: inline-block;
}

label.error:hover, label.error:focus {
	color: #953b39;
}

.velkan-read-only, .velkan-block {
	padding-top: 7px;
	line-height: 20px;
	display: inline-block;
}

img.velkan-icon {
	display: inline block;
	width: 12px;
	height: 12px;
}

.velkan-bold {
	font-weight: bold;
}

/*Velkan grid*/
.velkan-grid {
	page-break-inside: avoid;
	padding: 0;
	width: 100%;
}

.velkan-grid table {
	/*Se sobre escribe la propiedad de bootstrap para que no se vea un espacion entre la tabla y el footer*/
	margin: 0;
}

.velkan-grid-column-header {
	cursor: pointer;
}

.velkan-grid-column-header-sorted-both {
	background: url(datagrid/sort_both.png) no-repeat center right;
}

.velkan-grid-column-header-sorted-asc {
	background: url(datagrid/sort_asc.png) no-repeat center right;
}

.velkan-grid-column-header-sorted-desc {
	background: url(datagrid/sort_desc.png) no-repeat center right;
}

.velkan-grid-column-filter {
	background-color: #f2f2f2;
	padding: 0;
}

.velkan-grid-column-filter>*, .velkan-grid-column-filter div input {
	margin: 0;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

.velkan-grid table tbody tr td .progress {
	margin: 0;
}

.velkan-grid div.title {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.velkan-grid div.footer {
	border-top: 1px solid #dddddd;
}

.velkan-grid div.footer .paginator .pagination {
	/*Se sobre escribe la propiedad de bootstrap*/
	margin: 0;
}

.velkan-grid div.footer .options {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 40%;
}

.velkan-grid div.footer .options .btn-toolbar {
	margin: 0;
}

.velkan-grid  div.footer  .pagination {
	margin: 0 !important;
	padding-top: 3px;
}

.velkan-grid .error {
	color: #c09853;
	background-color: #fcf8e3;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #dddddd;
}

@media print {
	body {
		margin: 0 !important;
	}
	span {
		margin-bottom: 10px !important;
	}
	span.velkan-read-only, .velkan-block {
		padding: 0;
		margin: 0;
	}
}

.velkan-gridlookup-input {
	border: none;
	background-color: none;
}

.velkan-pointer {
	cursor: pointer;
}

/*
Añadidura para los input para poner iconos adentro de los mismos
*/
.velkan-left-inner-addon {
	position: relative;
}

.velkan-left-inner-addon input {
	padding-left: 30px;
}

.velkan-left-inner-addon i {
	position: absolute;
	padding: 10px 12px;
	pointer-events: none;
}

.velkan-right-inner-addon {
	position: relative;
}

.velkan-right-inner-addon input {
	padding-right: 30px;
}

.velkan-right-inner-addon i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}

@media ( max-width : 767px) {
	.velkan-autowidth {
		width: 100%;
	}
}

/*Bootstrap overrides*/
.velkan-form-row {
	margin-left: -5px;
	margin-right: -5px;
	border-bottom:1px solid #eee;
	padding:5px 5px;
}

.panel-body .velkan-form-row:last-child{
	border-bottom:none;
}

.panel-body .velkan-form-row:first-child{
	padding-top:0px;
}

.form-condensed .form-group {
	margin-bottom: 2px !important;
}

.form-condensed h4 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.form-condensed hr {
	margin-top: 2px;
	margin-bottom: 3px;
}

.popover {
	max-width: 500px !important;
	z-index: 2010 !important;
}

/*JQuery UI overrides*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-widget-content {
	border: 0;
}

.ui-spinner-input {
	background: none;
	padding: 4px 4px;
	margin: 0 0 0 0;
	vertical-align: middle;
}

.velkan-simple-file-container {
	border: 1px solid gray;
	background-color: silver;
	width: 157px;
	height: 57px;
	overflow: hidden;
	cursor: pointer;
}

.velkan-simple-file {
	display: block !important;
	width: 157px !important;
	height: 57px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	border: 1px solid silver;
	background-color: red;
	cursor: pointer;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

/*LOADING MODAL*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	background: rgba(240, 240, 240, 0.9) url('../img/ajax-loader.gif') 50%
		50% no-repeat;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .modalLoading {
	display: block;
}

.modal-full>.modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 !important;
}

.modal-full>.modal-dialog>.modal-content {
	height: 100%;
	border-radius: 0;
}
.modal-full>.modal-dialog>.modal-content>.modal-body{
	overflow-y:scroll;
}

.modal-screen {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: 0;
}

.modal-screen>.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.modal-screen>.modal-dialog>.modal-content {
	display: table;
	width: 100%;
	height: 100%;
	border-top: 0;
	border-radius: 0;
}

.modal-screen>.modal-dialog>.modal-content>.modal-body {
	display: table-row;
	width: 100%;
	height: 100%;
}

.modal-screen>.modal-dialog>.modal-content>.modal-body>.modal-body-container
	{
	padding: 10px 10px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}