:root {
	--font: "OpenSans";
	--bg-menu: #fff;
	--bg-secondary: #f8f8f8;
	--bg-btn: #e6e6e6;
	--border: #ccc;
	--header: #333;
	--primary: #39c;
}

/* Tipos de fuentes de la app*/
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}

@font-face {
	font-family: "OpenSans";
	src: url("../../styles/fonts/open-sans/OpenSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../../styles/fonts/open-sans/OpenSans-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

*:focus {
	outline: none;
}

@font-face {
	font-family: "OpenSans";
	src: url("../../styles/fonts/open-sans/OpenSans-Semibold.ttf");
	font-weight: 600;
}

em {
	font-style: italic;
}

cite {
	font-style: normal;
}

a:-webkit-any-link {
	text-decoration: none !important;
	color: inherit;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button, input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #ffffff;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.3em;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h3, h2, h1 {
	line-height: 1.8em;
}

h1 {
	font-size: 38.5px;
}

h2 {
	font-size: 31.5px;
}

h3 {
	font-size: 24.5px;
}

h4 {
	font-size: 18.5px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11.9px;
}

h1 small {
	font-size: 24.5px;
}

h2 small {
	font-size: 17.5px;
}

h3 small {
	font-size: 14px;
}

h4 small {
	font-size: 14px;
}

.page-header {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

ul, ol {
	padding: 0;
	margin: 0 0 2px 0px;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

li {
	line-height: 20px;
}

ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none;
}

ul.inline, ol.inline {
	margin-left: 0;
	list-style: none;
}

ul.inline>li, ol.inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-bottom: 20px;
}

dt, dd {
	line-height: 20px;
}

dt {
	font-weight: 600;
}

dd {
	margin-left: 10px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

form {
	margin: 0 0 0px;
}

.bpms {
	height: calc(100%);
	overflow-x: hidden;
}

label, input, button, select, textarea {
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}

input, button, select, textarea {
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
}

label {
	display: block;
	margin-bottom: 5px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
	input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
	input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 0px 6px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
}

input, textarea, .uneditable-input {
	width: 206px;
}

textarea {
	height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
	input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
	input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: none;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
	input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus,
	input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
	.uneditable-input:focus {
	/* IE6-9 border:  1px  dashed #996633; */
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"], input[type="checkbox"] {
	/*margin: 4px 0 0;*/
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"],
	input[type="checkbox"] {
	width: auto;
}

select, input[type="file"] {
	height: 26px;
	*margin-top: 4px;
	line-height: 26px;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select[multiple], select[size] {
	height: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: none;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h5, h4 {
		orphans: 3;
		widows: 3;
	}
	h5, h4 {
		page-break-after: avoid;
	}
}

ul, menu, dir {
	list-style-type: none !important;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 940px;
}

[class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
	/*display: none;*/
	
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
	/*float: right;*/
	
}

.container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.container-fluid:after {
	clear: both;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
}

.muted {
	color: #999999;
}

a.muted:hover {
	color: #808080;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover {
	color: #a47e3c;
}

.text-error {
	color: #b94a48;
}

a.text-error:hover {
	color: #953b39;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover {
	color: #2d6987;
}

.text-success {
	color: #468847;
}

a.text-success:hover {
	color: #356635;
}

small {
	font-size: 85%;
}

strong {
	font-weight: 600;
}

.radio, .checkbox {
	min-height: 20px;
	padding-left: 20px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.controls>.radio:first-child, .controls>.checkbox:first-child {
	padding-top: 5px;
}

.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
	margin-left: 10px;
}

.input-mini {
	width: 60px;
}

.input-small {
	width: 90px;
}

.input-medium {
	width: 150px;
}

.input-medium130 {
	width: 130px;
}

.input-large {
	width: 210px;
}

.input-xlarge {
	width: 270px;
}

.input-xxlarge {
	width: 530px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"],
	.row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"],
	.input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"],
	.row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"],
	.row-fluid .input-append [class*="span"] {
	display: inline-block;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly]
	{
	background-color: transparent;
}

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #c09853;
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select,
	.control-group.warning textarea {
	color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #b94a48;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select,
	.control-group.error textarea {
	color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select,
	.control-group.success textarea {
	color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
	color: #3a87ad;
}

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select,
	.control-group.info textarea {
	color: #3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #3a87ad;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.input-append, .input-prepend {
	margin-bottom: 5px;
	font-size: 0;
	white-space: nowrap;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input,
	.input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
	font-size: 14px;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input,
	.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus,
	.input-prepend .uneditable-input:focus {
	z-index: 2;
}

.input-append .add-on, .input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group>.dropdown-toggle,
	.input-prepend .btn-group>.dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-append .active, .input-prepend .active {
	background-color: #a9dba9;
	border-color: #46a546;
}

.input-prepend .add-on, .input-prepend .btn {
	margin-right: -1px;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.input-append input, .input-append select, .input-append .uneditable-input {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.input-append input+.btn-group .btn:last-child, .input-append select+.btn-group .btn:last-child, .input-append .uneditable-input+.btn-group .btn:last-child
	{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
	margin-left: -1px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-prepend.input-append input+.btn-group .btn, .input-prepend.input-append select+.btn-group .btn, .input-prepend.input-append .uneditable-input+.btn-group .btn
	{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
	margin-left: 0;
}

.btn {
	display: inline-block;
	*display: inline;
	padding: 2px 5px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active, .btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity 65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px;
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
	margin-top: 0;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
	margin-top: -1px;
}

.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}

#headerWrapper {
	top: 0;
	float: left;
	position: fixed;
	margin-bottom: 30px;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}

.borderFFF {
	border: 1px solid #fff;
}

.label:empty, .badge:empty {
	display: none;
}

#physical_location {
	width: 100%;
}

#document_type_table {
	width: 100%;
}

#btnSaveNewModel {
	bottom: 5px;
	float: right;
	right: 15px;
}

.requiredFormField {
	color: #cc3333;
	font-size: 16pt;
	font-family: "Open Sans";
	text-align: center;
	vertical-align: bottom;
}

.requiredFormFieldUploadFile {
	color: #cc3333;
	font-size: 16pt;
	font-family: "Open Sans";
	text-align: center;
	top: 8px;
	margin-left: 2px;
	position: relative;
}

.requiredFormFieldGrid {
	color: #cc3333;
	font-size: 16pt;
	font-family: "Open Sans";
	text-align: center;
	vertical-align: bottom;
	margin-left: 2px;
	position: relative;
}

#marginLeft {
	margin-left: 190px;
	margin-top: 10px;
}

#btnCancelNewModel {
	float: right;
	right: 110px;
}

.floatLeft {
	float: left;
}

.marginBottom {
	margin-bottom: 10px;
}

.marginLeftErrorForm50 {
	margin-left: 50px;
}

.marginLeftErrorForm25 {
	margin-left: 25px;
}

.marginLeftErrorForm30 {
	margin-left: 30px;
}

.marginLeftErrorForm10 {
	margin-left: 10px;
}

.marginLeftErrorForm5 {
	margin-left: 5px;
}

.marginLeftErrorForm-5 {
	margin-left: -5px;
}

.marginLeftErrorForm-230 {
	margin-left: -230px;
}

.marginLeftErrorForm-60 {
	margin-left: -60px;
}

.marginLeftErrorForm60 {
	margin-left: 60px;
}

.marginLeftErrorForm130 {
	margin-left: 130px;
}

.marginLeftErrorForm125 {
	margin-left: 125px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea,
	.form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline,
	.form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input,
	.form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append,
	.form-inline .input-append, .form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	vertical-align: middle;
	*zoom: 1;
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
	display: none;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
	display: inline-block;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
	margin-bottom: 0;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}

.control-group {
	margin-bottom: 10px;
}

.uneditable-input, .uneditable-textarea {
	color: #999999;
	cursor: not-allowed;
	background-color: #fcfcfc;
	border-color: #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}

.uneditable-textarea {
	width: auto;
	height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
}

.radio, .checkbox {
	min-height: 20px;
	padding-left: 20px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.affix {
	position: fixed;
}

.labelBold {
	font-weight: 600;
}

/*Esta clase se encarga del manejo de los tabs de nivel 3 en toda la aplicacion
    * requiere agrega la clase en el elemento UL
*/
.labelModelUsertask {
	display: inline-block;
	width: 60px;
	margin-left: 2px;
}

#menu {
	background-color: #fff;
}

.generic-tab-level3 {
	padding-left: 7px;
}

.generic-tab-level3 li {
	border-radius: 3px !important;
	box-shadow: none !important;
	line-height: 20px !important;
	margin-top: 5px !important;
	padding: 0 5px !important;
	margin-right: 1px;
}

.generic-tab-level3 li a {
	font-size: 12px !important;
	font-weight: normal !important;
	text-shadow: none !important;
}

select {
	background: #fcfcfc;
	-webkit-border-radius: 3px;
}

.generic-tab-level3 li:hover {
	background-color: #d7f2fc !important;
	border-radius: 3px !important;
	line-height: 22px !Important;
}

.generic-tab-level3 li.ui-state-hover a {
	background-color: #d7f2fc !important;
	border-radius: 3px !important;
	color: #333333;
}

.generic-tab-level3 li.ui-state-active.ui-state-hover a {
	background-color: #ffffff !important;
	color: #336699;
}

.generic-tab-level3 li.ui-state-active {
	background: #ffffff !important;
	border: 1px solid #336699;
	line-height: 20px !Important;
}

.generic-tab-level3 li.ui-state-active:hover {
	line-height: 20px !Important;
}

.generic-tab-level3 li.ui-state-active a {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #336699;
	text-shadow: none !important;
}

ul:focus {
	outline: none;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table th {
	font-weight: 600;
}

.table thead th {
	vertical-align: bottom;
}

.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th,
	.table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td
	{
	border-top: 0;
}

.table tbody+tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed th, .table-condensed td {
	padding: 4px 5px;
}

.marginTop10 {
	margin-top: 10px;
}

/** INICIAN LOS ESTILOS PARA LOS WRAPPER **/
.bodyWrapper {
	float: right;
	height: calc(100% - 80px);
	margin-top: 54px;
	width: 100%;
	z-index: 9;
}

.bodyWrapperBlank {
	float: left;
	height: calc(100%);
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 9;
}

.bodyWrapper .contentBodyDiv {
	height: calc(100%);
}

.bodyWrapper .contentDivVersionX {
	height: calc(100%);
}

.bodyWrapper .contentDivVersionPageShow {
	height: calc(100%);
	background: #FFFFFF;
	border-radius: 3px;
}

.bodyWrapper .contentDivVersionPageShow .contentWrappers {
	height: calc(100%);
}

.bodyWrapper .contentDivVersionPageShowColumns {
	height: calc(100%);
}

.bodyWrapperBlank .contentDivVersionPageShowColumns {
	height: 100%;
	width: 100%;
	float: left;
}

.bodyWrapperBlank .contentDivVersionX {
	height: 100%;
	float: left;
	width: 100%;
}

.bodyWrapper .contentDivVersionPageShowColumns .contentWrappers {
	height: calc(100%);
}

.bodyWrapperHidden {
	margin-bottom: 15px;
	margin-top: 4px;
	float: right;
	/*text-align: right;*/
	z-index: 9;
	width: 100%;
}

.menuWrapper {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 54px;
}

.borderCCC {
	border: 1px solid #ccc;
}

.headerBodyWrrapes {
	height: 52px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+16,efefef+84 */
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f8f8f8 16%, #efefef 84%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
	/* IE6-9 */
}

.dataTables_wrapper {
	position: relative;
	height: calc(100% - 81px) !important;
	clear: both;
}

.headerBodyWrrapes .labelHeaderTitelTable {
	color: #336699;
	float: left;
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	height: 30px;
	left: 43%;
	line-height: 30px;
	position: absolute;
	text-transform: uppercase;
}

#divContentButtonsToolsDefaults {
	left: 7px;
	margin-left: auto;
	margin-right: auto;
	max-width: 255px;
	position: absolute;
	top: 10px;
}

#divContentButtonsToolsDefaults button {
	height: 30px;
	margin-top: 0px;
	background-position: 4px center;
}

#divContentButtonsToolsDefaults button:hover {
	background-position: 4px center;
}

.ui-tabs-vertical {
	width: 80em;
}

.ui-tabs-vertical .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	float: left;
	width: 12em;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #A9BCF5;
}

.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
	padding: 1em;
	float: right;
	width: 65em;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.titlesTreeDeploysBam {
	background-color: #333333;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

.tooltipInfo img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.tooltipErrorFieldS:hover span {
	visibility: visible;
	opacity: 1;
	padding: 4px 0 6px;
}

.ui-tooltip {
	border: 1px solid #336699;
	background: #ffffff;
	color: #336699;
	box-shadow: none;
	font-size: 11px;
}

#divContentButtonsToolsDefaults * {
	line-height: 17px;
}

#divContentButtonsToolsDefaults button.ui-state-active {
	border: 1px solid transparent !important;
}

#divContentButtonsToolsDefaults button.ui-state-focus {
	font-weight: 600;
}

span.fancytree-icon {
	margin-top: 2px !important;
}

.iconInformationRequiredField {
	width: calc(100% - 52px);
	cursor: pointer;
	height: calc(100%);
	float: left;
	padding-left: 5px;
	background: #777777;
}

.iconMessageType {
	width: 47px;
	height: 47px;
	float: left;
	background: #e6e6e6 url("../../images/views/layouts/NotificationError.png") no-repeat 14px 49%;
}

.messagesRequiredField {
	left: 934px;
	position: absolute;
	top: 860px;
	z-index: 9999;
	opacity: 1;
	background-color: rgba(51, 51, 51, 0.7);
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #666666;
	color: #111;
	display: none;
	overflow: auto;
	min-width: 320px;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 248px;
	padding: 44px 10px 40px 10px;
}

.messagesRequiredFieldColapse {
	left: 934px;
	position: absolute;
	top: 860px;
	top: calc(100% - 35px) !important;
	z-index: 9999;
	opacity: 1;
	background-color: rgba(51, 51, 51, 0.9);
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(51, 51, 51, 0.9);
	color: #111;
	display: none;
	overflow: auto;
	min-width: 320px;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 250px;
	padding: 0px 10px 32px 10px;
	height: 30px;
}

.row-content {
	color: #dddddd;
	background-color: #777777;
	position: relative;
	float: left;
	height: 49px;
	width: 99%;
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.messagesRequiredField .imagePopUperror_class {
	/*background: url("../../images/views/documentManagement/documentSearch/iconError.png") no-repeat 14px 48%;*/
	height: 100%;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 7%;
}

.messageRequired {
	height: calc(89%);
	text-align: left;
	width: calc(100% - 35px);
	padding-left: 0px;
	cursor: pointer;
	margin-bottom: 0;
	color: #dddddd;
	line-height: 15px;
}

.row-content:hover {
	background-color: #666666;
	border: 1px solid #cccccc;
}

.row-content:hover .iconMessageType {
	background: #ffffff url("../../images/views/layouts/NotificationError.png") no-repeat 14px 49%;
}

.row-content:hover .iconInformationRequiredField {
	background: #666;
	border-radius: 3px;
}

.row-content:hover .messageRequired {
	color: #ffffff;
}

.btnAssociate {
	background: #333 url('../../images/views/designer/documentacion/architecture_on.png') no-repeat 3px center;
	padding-left: 32px;
	padding-right: 8px;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

.separatorVertical {
	background: #333333 url("../../images/views/layouts/iconsToolsDefault/separador.png") no-repeat center center;
	float: left;
	height: 29px;
	padding-left: 0px;
	padding-right: 0;
	position: absolute;
	width: 1px;
}

.content-menu-level2 {
	background-color: #333333;
	float: right;
	height: 32px;
	margin-bottom: 2px;
	position: fixed;
	text-align: right;
	width: 100%;
	z-index: 9;
}

.content-menu-level2 ul {
	margin: 0 auto;
}

.content-menu-level2 .content-li {
	margin-left: 3px;
	margin-right: auto;
	text-align: center;
}

.content-body-wrapper {
	height: calc(100% - 31px);
	padding-top: 31px;
}

.content-ul-body-pages {
	border-bottom: 1px solid #cccccc;
	height: 32px;
	position: fixed;
	width: 100%;
	background: none repeat scroll 0 0 #FFFFFF;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-ul-menu-level3 {
	float: left;
	width: 64%;
}

#showOrHideMenuApp.ui-state-active {
	background: #eeeeee url("../../images/views/layouts/Hide_menu.png") no-repeat center center;
	border: 1px solid #ccc;
}

.bodyWrappers-tabs {
	height: calc(100% - 32px) !important;
	padding: 5px !important; /* Padding de todos los containers*/
}

.heightCal100Percent {
	height: calc(100%);
}

.clear ~ div.dataTables_scroll {
	height: calc(100%);
}

.ColVis {
	float: right;
	margin-top: -46px;
	margin-bottom: 0;
	position: relative;
	right: 6px;
}

.ColVis_Button {
	position: relative;
	float: left;
	margin-right: 3px;
	/*     padding: 0px 5px; */
	height: 24px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	line-height: 22px;
	margin-top: 3px;
	*cursor: hand;
	height: 30px;
	width: 30px;
}

.ColVis.TableTools button {
	background: url(../../images/views/layouts/iconosToolsExport/OcultarColumna.png) no-repeat center,
		linear-gradient(#F8F8F8, #EFEFEF);
	height: 30px;
	width: 30px;
	border-radius: 3px;
	border: solid 1px #CCCCCC;
}

.hideMenuDivWrapper {
	background: #eeeeee url('../../images/views/layouts/Hide_menu.png') no-repeat center center;
	height: 22px;
	border: 1px solid #ccc;
	width: 22px;
	padding: 0;
	border-radius: 3px;
}

.showOrHideMenuDidOnAdministrator {
	position: absolute;
	right: 10px;
	top: 5px
}

.dataTables_Tools {
	display: none;
}

.dataTables_wrapper .dataTables_filter label {
	position: absolute;
	top: -47px;
	right: 77px;
}

div.DTTT_container {
	top: -13px;
	right: 40px;
}

.dataTables_wrapper .dataTables_filter label input {
	box-shadow: none;
	height: 30px;
	margin-bottom: 0;
	margin-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 210px;
	border-radius: 3px;
}

table.dataTable thead th {
	border-left: 1px solid #cccccc;
}

.dataTable>thead>tr:first-child>th {
	background-color: #dddddd;
	color: #666666;
	font-weight: 600;
	border-bottom: 1px solid #cccccc !important;
}

table.dataTable td {
	padding: 3px 10px;
	border-left: 1px solid #cccccc;
}

table.dataTable thead th.sorting_asc {
	color: #3399cc;
}

table.dataTable thead th.sorting_desc {
	color: #3399cc;
}

table.dataTable thead th.sorting_asc {
	border-left: 1px solid #ccc;
}

table.dataTable thead th.sorting_desc {
	border-left: 1px solid #ccc;
}

.sorting_asc {
	color: #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sorting_desc {
	color: #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.dataTable tr.odd td.sorting_1 {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table.dataTable tr.even td.sorting_1 {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.dataTable>tbody>tr:last-child>td:nth-child(n) {
	border-bottom: 1px solid #cccccc;
}

.dataTable>tbody>tr:last-child>td.sorting_1:nth-child(n) {
	border-bottom: 1px solid #cccccc;
}

.sorting_asc {
	background: url('../../images/views/layouts/iconsTableTools/arrowUpBlue.png') no-repeat center right;
}

.sorting_desc {
	background: url('../../images/views/layouts/iconsTableTools/arrowDownBlue.png') no-repeat center right;
}

table.dataTable tr.odd.row_selected td {
	background-color: #A0CDf2;
	color: #333;
}

table.dataTable tr.even.row_selected td {
	background-color: #A0CDf2;
	color: #333333;
}

#ui-datepicker-div table>tbody {
	color: #ffffff;
	background: #ffffff;
}

#ui-datepicker-div table>tbody>tr>td a {
	color: #333333;
	font-size: 14px;
	padding: 0;
	width: 80%;
}

#ui-datepicker-div table>tbody>tr>td {
	
}

#ui-datepicker-div table>tbody>tr>td:hover {
	
}

#ui-datepicker-div table>tbody>tr>td a:hover {
	color: #ffffff;
	background: #3399cc;
	font-weight: 600;
}

#ui-datepicker-div table>tbody>tr>td .ui-state-highlight {
	background: #3399CC;
	border: medium none;
	color: #FFFFFF;
	font-weight: 600;
}

#ui-datepicker-div .ui-datepicker-next-hover {
	right: 2px;
}

#ui-datepicker-div .ui-datepicker-prev span {
	background: #ffffff url("../../images/views/layouts/iconsToolsDefault/arrowLeft_off.png") no-repeat left 2px;
}

#ui-datepicker-div {
	border: 1px solid #CCCCCC;
}

#ui-datepicker-div .ui-datepicker-next span {
	background: #ffffff url("../../images/views/layouts/iconsToolsDefault/arrowRight_off.png") no-repeat left 2px;
}

.dataTables_paginate .first {
	background: #eeeeee url("../../images/views/layouts/iconsTableTools/first_On_black.png") no-repeat center center;
	float: left;
	height: 18px;
	width: 20px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-position: 3px 1px;
}

.heightTempTreeProcess #deployAuthorities_tree {
	height: 170px;
}

.dataTables_paginate .previous {
	background: #eeeeee url("../../images/views/layouts/iconsTableTools/previous_On_black.png") no-repeat center center;
	float: left;
	height: 18px;
	width: 20px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-position: 3px 1px;
}

.marginTop30px {
	margin-top: 30px;
}

.dataTables_paginate .next {
	background: #eeeeee url("../../images/views/layouts/iconsTableTools/next_On_black.png") no-repeat center center;
	float: left;
	height: 18px;
	width: 20px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-position: 3px 1px;
}

.dataTables_paginate .last {
	background: #eeeeee url("../../images/views/layouts/iconsTableTools/last_On_black.png") no-repeat center center;
	float: left;
	height: 18px;
	width: 20px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-position: 3px 1px;
}

.paging_full_numbers a.paginate_button {
	height: 14px !important;
	width: 12px !important;
	margin-top: 2px;
	padding: 3px 4px;
	background-position: center 2px;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #dddddd !important;
}

.dataTables_paginate span {
	float: left;
}

.textAlignRight {
	text-align: right;
}

#containerMessagesAdministrator {
	float: left;
	height: 32px;
	width: 36%;
}

.textAlignLeft {
	text-align: left;
}

.dataTables_wrapper .dataTables_length label {
	font-size: 10px;
	text-transform: uppercase;
}

.dataTables_wrapper .dataTables_length label select {
	border-radius: 0;
	height: 24px;
	margin-bottom: 0;
	width: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.control-group {
	margin-bottom: 10px;
}

.form-horizontal .control-group {
	margin-bottom: 5px;
	*zoom: 1;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display: table;
	line-height: 0;
	content: "";
}

.form-horizontal .control-group:after {
	clear: both;
}

.form-horizontal .control-label {
	float: left;
	width: 140px;
	padding-top: 1px;
	text-align: right;
}

.heightAndWidth100percent {
	height: calc(100%);
	width: calc(100%)
}

.bodyWrapperBlank #saveOrUpdateForm {
	height: calc(100%);
	width: calc(100%);
}

.iframeContentPopup {
	height: calc(100% - 6px);
	width: calc(100%);
}

.marginLeft10px {
	margin-left: 10px;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padding5px {
	padding: 5px;
}

.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 5px;
	*margin-left: 0;
	float: left;
}

.tooltipRequiredField {
	display: inline-flex;
	padding: 0;
	right: 5px;
	top: 5px;
	position: absolute;
	vertical-align: middle;
	zoom: 1;
	height: 16px;
	width: 16px;
	background: url("../../images/views/layouts/i_notif.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*display: inline;
	*vertical-align: auto;
}

.tooltipInfo img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.tooltipRequiredField:hover span {
	visibility: visible;
	opacity: 1;
	padding: 4px 0 6px;
}

.tooltipRequiredField span {
	line-height: 18px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 116%;
	font-size: 13px;
	color: #cc9933;
	right: 0;
	border: 1px solid;
	border-color: #cc9933 #cc9933 #cc9933;
	border-radius: 5px;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-ms-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 200px;
	padding: 5px !important;
	z-index: 10 !important;
}

.tooltipRequiredField span:before, .tooltipRequiredField span:after, .tooltipRequiredField li:first-child:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0px;
	border: 8px outset transparent;
}

.tooltipRequiredField span:before {
	border-bottom: 6px solid #cc9933;
	top: -14px;
}

.tooltipRequiredField span:first-child:after {
	border-bottom: 5px solid #cc9933;
	top: -13px;
}

.tooltipRequiredField span:after {
	border-bottom: 6px solid #cc9933;
	top: -15px;
}

/*Error field*/
.tooltipErrorField {
	display: inline-flex;
	padding: 0;
	right: 5px;
	top: 5px;
	position: absolute;
	vertical-align: middle;
	zoom: 1;
	height: 16px;
	width: 16px;
	background: url("../../images/views/layouts/errorFieldForm.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*display: inline;
	*vertical-align: auto;
}

.tooltipInfo img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.tooltipErrorField:hover span {
	visibility: visible;
	opacity: 1;
	padding: 4px 0 6px;
}

.tooltipErrorField span {
	line-height: 18px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 116%;
	font-size: 13px;
	color: #CC0000;
	right: 0;
	border: 1px solid;
	border-color: #CC0000 #CC0000 #CC0000;
	border-radius: 5px;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-ms-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 200px;
	padding: 5px !important;
	z-index: 10 !important;
}

.tooltipErrorField span:before, .tooltipErrorField span:after, .tooltipErrorField li:first-child:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0px;
	border: 8px outset transparent;
}

.tooltipErrorField span:before {
	border-bottom: 6px solid #CC0000;
	top: -14px;
}

.tooltipErrorField span:first-child:after {
	border-bottom: 5px solid #CC0000;
	top: -13px;
}

.tooltipErrorField span:after {
	border-bottom: 6px solid #CC0000;
	top: -15px;
}

/*Nuevos errors  y required field select and spinner*/
.tooltipRequiredFieldS {
	display: inline-flex;
	padding: 0;
	right: 26px;
	top: 5px;
	position: absolute;
	vertical-align: middle;
	zoom: 1;
	height: 16px;
	width: 16px;
	background: url("../../images/views/layouts/i_notif.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*display: inline;
	*vertical-align: auto;
}

.tooltipInfo img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.tooltipRequiredFieldS:hover span {
	visibility: visible;
	opacity: 1;
	padding: 4px 0 6px;
}

.tooltipRequiredFieldS span {
	line-height: 18px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 116%;
	font-size: 13px;
	color: #cc9933;
	right: 0;
	border: 1px solid;
	border-color: #cc9933 #cc9933 #cc9933;
	border-radius: 5px;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-ms-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 200px;
	padding: 5px !important;
	z-index: 10 !important;
}

.tooltipRequiredFieldS span:before, .tooltipRequiredFieldS span:after, .tooltipRequiredFieldS li:first-child:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0px;
	border: 8px outset transparent;
}

.tooltipRequiredFieldS span:before {
	border-bottom: 6px solid #cc9933;
	top: -14px;
}

.tooltipRequiredFieldS span:first-child:after {
	border-bottom: 5px solid #cc9933;
	top: -13px;
}

.tooltipRequiredFieldS span:after {
	border-bottom: 6px solid #cc9933;
	top: -15px;
}

@media screen and (max-width: 1080px) {
	#divMenuDocumentManagement {
		position: fixed;
		height: 32px;
		z-index: 150;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#divMenuDocumentManagement * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#divMenuDocumentManagement ul {
		width: 225px;
		padding: 0px 0 0px 30px;
		position: absolute;
		top: 0;
		left: 40%;
		background: #fff url('../../images/views/layouts/list_menu.png') no-repeat 7px 2px;
		margin-left: 2px;
		margin-top: 6px;
		z-index: 150;
	}
	#divMenuDocumentManagement li {
		display: none;
		margin: 0;
		z-index: 150;
		padding: 0;
		line-height: 26px;
	}
	#divMenuDocumentManagement li a {
		color: #333;
		z-index: 150;
		padding: 0;
		line-height: 26px;
	}
	#divMenuDocumentManagement .menuLevel2Active {
		display: block;
	}
	#divMenuDocumentManagement a {
		display: block;
		z-index: 150;
		text-align: left;
	}
	#divMenuDocumentManagement .menuLevel2Active a {
		background: none;
		color: #333;
		padding: 0 0 0 3px;
		z-index: 150;
		color: #3399cc;
	}

	/* on nav hover */
	#divMenuDocumentManagement ul:hover {
		z-index: 150;
	}
	#divMenuDocumentManagement ul:hover li {
		display: block;
		margin: 0;
		z-index: 150;
		background: #fff;
		padding-left: 5px;
	}
	#divMenuDocumentManagement ul:hover li a {
		color: #333 !important;
	}
	#divMenuDocumentManagement ul:hover li:hover a {
		color: #3399cc !important;
		font-weight: 600;
	}
	#divMenuDocumentManagement ul:hover li.menuLevel2Active {
		z-index: 150;
		background: #fff;
	}
	#divMenuDocumentManagement ul:hover li.menuLevel2Active a {
		color: #3399cc !important;
	}
}

/*Error field*/
.tooltipErrorFieldS {
	display: inline-flex;
	padding: 0;
	right: 20px;
	top: 5px;
	position: absolute;
	vertical-align: middle;
	zoom: 1;
	height: 16px;
	width: 16px;
	background: url("../../images/views/layouts/errorFieldForm.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*display: inline;
	*vertical-align: auto;
}

.tooltipInfo img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.radicadoPrestado {
	border: medium none;
	height: 20px !important;
	background: #333333 url("../../images/views/layouts/iconsToolsDefault/cancelar_on.png") no-repeat center center;
}

.radicadoDisponibleParaPrestamo {
	background: #333333 url("../../images/views/layouts/iconsToolsDefault/loan.png") no-repeat center center;
	border: medium none;
	height: 20px !important;
}

span.fancytree-checkbox {
	margin-left: 3px;
	background-position: 0px -32px;
	margin-top: 4px;
}

.borderRectangle {
	border: 1px solid #ccc;
}

.borderRound {
	border: 1px solid #ccc;
	border-radius: 5px;
}

/*--------------><-----------------*/
/*Usuarios en popup roles de procesos*/
#treeUsers ul li span.fancytree-ico-e .fancytree-icon {
	background: url("../../images/views/administrator/calendar/oneUser.png");
}

#treeUsers ul li span.fancytree-active .fancytree-icon {
	background: url("../../images/views/administrator/calendar/oneUserHover.png");
}

#treeUsers ul li span.fancytree-folder.fancytree-active .fancytree-icon {
	background: url("../../images/views/administrator/calendar/groupUserHover.png");
}

#treeUsers ul li span.fancytree-folder .fancytree-icon {
	background: url("../../images/views/administrator/calendar/groupUsers.png");
}

#treeUsers ul li ul li span.fancytree-ico-c .fancytree-icon {
	background: url("../../images/views/administrator/calendar/oneUser.png");
}

#treeUsers ul li ul li span.fancytree-active .fancytree-icon {
	background: url("../../images/views/administrator/calendar/oneUserHover.png");
}

.RGraph_key {
	float: right;
	height: calc(100%);
}

/*--------------><-----------------*/
.messagePopUp {
	left: 934px;
	position: absolute;
	top: 860px;
	z-index: 9999;
	opacity: 1;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	color: #333;
	display: none;
	min-width: 300px;
	max-width: 300px;
	height: 80px;
	box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.02), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.buttonCloseTwo {
	cursor: pointer;
	padding: 3px 11px;
	background: url("../../images/views/documentManagement/documentSearch/close.png") no-repeat;
	height: 16px;
	box-shadow: none;
	font: bold 131% sans-serif;
	position: absolute;
	right: 0px;
	top: 6px;
}

.buttonCloseGlobal {
	cursor: pointer;
	padding: 3px 11px;
	background: url("../../images/views/documentManagement/documentSearch/close_on.png") no-repeat;
	height: 16px;
	box-shadow: none;
	font: bold 131% sans-serif;
	position: absolute;
	right: 2px;
	top: 8px;
}

.iconInformation {
	width: 81%;
	padding-left: 18%;
	height: 100%;
}

.messageUser {
	height: 100%;
	text-align: left;
	width: calc(100% - 10px);
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
}

.titleMessageUser {
	font-size: 11px;
	text-transform: uppercase;
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
	width: calc(100%);
	text-align: center;
	font-weight: 600;
	display: none;
}

.imagePopUperror_class {
	background: url("../../images/views/documentManagement/documentSearch/iconError.png") no-repeat 10px 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titleerror_class {
	color: #b12f2f;
}

.imagePopUpconfirm_class {
	background: url("../../images/views/documentManagement/documentSearch/iconInformation.png") no-repeat 10px 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titleconfirm_class {
	color: #3399cc;
}

.imagePopUpsuccess_class {
	background: url("../../images/views/documentManagement/documentSearch/iconOk.png") no-repeat 10px 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titlesuccess_class {
	color: #339933;
}

.imagePopUpWarning {
	background: url("../../images/views/documentManagement/documentSearch/iconWarning.png") no-repeat 10px 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titleWarnig {
	color: #de9b23;
}

.labelPanelTitlePanel {
	background-color: #333;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px 3px 0px 0px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 10px;
}

.labelPanelTitlePanel-white {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%, #f6f6f6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
	color: #333333;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px 3px 0px 0px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 10px;
}

.requiredDivDynaTree {
	text-align: left;
	float: left;
}

.width70 {
	width: 70px;
}

.width80 {
	width: 80px;
}

.width85 {
	width: 85px;
}

.width90 {
	width: 80px;
}

.width100 {
	width: 100px;
}

.width110 {
	width: 110px;
}

.width130 {
	width: 130px;
}

.width140 {
	width: 140px;
}

.width150 {
	width: 130px;
}

.width180 {
	width: 180px;
}

.width174 {
	width: 174px;
}

.red-required {
	color: #dd4b39;
	margin-right: 3px;
	font-size: 16px;
	line-height: 13px;
	padding-top: 4px;
	box-sizing: border-box;
	float: left;
}

.red-required-white {
	color: white;
	margin-right: 3px;
	font-size: 16px;
	line-height: 26px;
	padding-top: 4px;
	box-sizing: border-box;
	float: left;
}

.red-required-white {
	color: white;
	margin-right: 3px;
	font-size: 16px;
	line-height: 26px;
	padding-top: 4px;
	box-sizing: border-box;
	float: left;
}

/* Generic tabs on dialog*/
.input-medium130 {
	width: 130px;
}

/* Generic tabs on app*/
#bodyWrapper ul.GenericTabsOnDialog {
	background: none repeat scroll 0 0 #333333;
	border-bottom: medium none;
	border-radius: 0;
	height: 26px;
	padding: 0 0 0 15px;
}

#bodyWrapper ul.GenericTabsOnDialog li {
	height: 22px;
	line-height: 21px;
	top: 3px;
	border-radius: 3px 3px 0 0;
	border: medium none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.0);
	margin-left: 2px;
}

#bodyWrapper ul.GenericTabsOnDialog li:hover {
	background-color: #444444;
	border: 1px solid #555555;
	border-bottom: 1px solid #333;
	height: 21px;
}

#bodyWrapper ul.GenericTabsOnDialog li a {
	font-weight: 600;
	font-size: 11px !important;
	font-weight: normal;
	padding: 0 6px 0 6px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#bodyWrapper ul.GenericTabsOnDialog li.ui-state-active {
	background-color: #FFFFFF;
	border: 1px solid #fff;
}

#bodyWrapper ul.GenericTabsOnDialog li.ui-state-active a {
	font-size: 11px !important;
	font-weight: 600;
	padding: 0 6px 0 6px;
	color: #3399CC;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog {
	background: none repeat scroll 0 0 #333333;
	border-bottom: medium none;
	border-radius: 0;
	height: 26px;
	padding: 0 0 0 5px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog li {
	height: 22px;
	line-height: 21px;
	top: 3px;
	border-radius: 3px 3px 0 0;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.0);
	margin-left: 2px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog li:first-child {
	margin-left: 0px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog li:hover {
	background-color: #444444;
	border: 1px solid #555555;
	border-bottom: 1px solid #333;
	height: 21px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog li a {
	font-weight: 600;
	font-size: 10px !important;
	font-weight: normal;
	padding: 0 6px 0 6px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog li.ui-state-active {
	background-color: #FFFFFF;
	border: 1px solid #fff;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsOnDialog li.ui-state-active a {
	font-size: 10px !important;
	font-weight: 600;
	padding: 0 6px 0 6px;
	color: #3399CC;
}

/* Tabs vertical on dialog*/
.arrow-right {
	background: url("../../images/views/layouts/iconsToolsDefault/arrowRight_off.png") 0px 0px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 17px;
	left: 7px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog {
	border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: 1px solid #cccccc;
	height: 100%;
	width: 250px;
	float: left;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li:nth-child(odd) {
	background: #f3f3f3;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li:nth-child(even) {
	background: #ffffff;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li {
	height: 60px;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0px;
	line-height: 50px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: none;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li:hover {
	background-color: #d7f2fc;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 50px;
	border-left: none;
	border-right: none;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li a {
	font-weight: 600;
	font-size: 10px !important;
	padding: 0 5px 0 30px;
	color: #666666;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li.ui-state-active:nth-child(1) {
	margin-top: -1px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li.ui-state-active {
	background-color: #FFFFFF;
	border: 1px solid #3399cc;
	line-height: 50px;
	border-right-width: 1px !important;
	width: calc(100% + 7px);
	margin-left: -6px;
}

#bodyWrapper.bodyWrapperBlank ul.GenericTabsVerticalOnDialog li.ui-state-active a {
	font-size: 10px !important;
	font-weight: 600;
	color: #3399CC;
}

span.fancytree-node.fancytree-selected {
	font-style: normal !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
	font-size: 11px;
}

.fancytree-container.fancytree-focused span.fancytree-node.fancytree-active, .fancytree-container.fancytree-focused span.fancytree-node.fancytree-selected,
	span.fancytree-node.fancytree-active:hover, span.fancytree-node.fancytree-selected:hover {
	background-color: #3399CC;
	border-color: none !important;
}

#contentToolsSaveAsDialog .btnNewFolder, #contentToolsSaveAsDialog .btnRename {
	background-position: 5px 5px;
	height: 24px;
	line-height: 17px;
	margin-top: 4px;
	font-weight: 600 !important;
}

#contentToolsSaveAsDialog .ui-state-active {
	border: 1px solid #555555;
}

.ui-spinner-input {
	text-align: right;
	width: calc(100% - 26px);
}

.generic-tree-color-border .fancytree-title {
	font-size: 12px;
}

.bodyWrapperBlank .fancytree-title {
	font-size: 12px;
}

.generic-tree-color-border .fancytree-container {
	padding-right: 0px !important;
}

.generic-tree-color-border span.fancytree-node {
	border-left: 5px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 5px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 21px;
}

.generic-tree-color-border span.fancytree-node:hover {
	background-color: #ffffff;
	border-color: #3399CC;
}

.generic-tree-color-border span.fancytree-node.fancytree-active, .generic-tree-color-border span.fancytree-node.fancytree-selected
	{
	background-color: #fff;
	color: initial;
	border-left: 5px solid #3399CC;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	border-right: 5px solid #3399CC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 21px;
}

.generic-tree-color-border .fancytree-container.fancytree-focused span.fancytree-node.fancytree-focused {
	border-color: #ffffff;
}

.generic-tree-color-border .fancytree-container.fancytree-focused span.fancytree-node.fancytree-active,
	.generic-tree-color-border .fancytree-container.fancytree-focused span.fancytree-node.fancytree-selected,
	.generic-tree-color-border span.fancytree-node.fancytree-active:hover, .generic-tree-color-border span.fancytree-node.fancytree-selected:hover
	{
	background-color: #ffffff;
	border-color: none;
}

.fancytree-container {
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif !important;
}

.generic-message-alert {
	height: 32px;
	border: 1px solid #cc9933;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	color: #cc9933;
	margin-bottom: 5px;
	border-radius: 3px;
	width: 100%;
	background: #fff;
}

.generic-message-alert .text {
	background: url("../../images/views/layouts/alerta.png") 0px 0px;
	background-repeat: no-repeat;
	padding-left: 22px;
}

button.ui-state-hover {
	font-weight: 600 !important;
}

table.dataTable thead th {
	font-size: 10px !important;
}

.bodyWrapperBlank .form-horizontal .controls {
	width: calc(100% - 130px - 12px);
	position: relative;
	font-size: 12px;
}

.bodyWrapperBlank .form-horizontal .controls input[type="text"] {
	height: 22px;
	width: calc(100%);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bodyWrapperBlank .form-vertical-forced label.control-label {
	width: 100% !important;
	text-align: left;
	margin-bottom: 2px !important;
	font-size: 12px;
}

.bodyWrapperBlank .form-vertical-forced .controls.typeradio {
	background: #fcfcfc;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

.bodyWrapperBlank .form-vertical-forced .controls.typeradio label {
	width: auto;
	float: left;
	margin-right: 18px;
	margin-bottom: 0px;
	line-height: 20px;
}

.bodyWrapperBlank .form-vertical-forced .controls.typeradio input {
	margin-right: 3px
}

.bodyWrapperBlank .form-vertical-forced .control-group:last-child {
	margin-bottom: 0px;
}

.bodyWrapperBlank .form-vertical-forced div.controls {
	width: 100% !important;
	margin-left: 0;
}

.bodyWrapperBlank .form-vertical-forced div.controls input[type="text"] {
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	background-color: #fcfcfc;
}

.bodyWrapperBlank .form-vertical-forced div.controls input[type="password"] {
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	background-color: #fcfcfc;
}

.bodyWrapperBlank .form-vertical-forced div.controls select {
	background-color: #fcfcfc;
	border-radius: 3px;
	height: 22px;
}

.bodyWrapperBlank .form-horizontal .controls input[type="password"] {
	height: 26px;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bodyWrapperBlank .form-horizontal .controls textarea {
	resize: none;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

.bodyWrapperBlank .form-horizontal .controls select {
	height: 26px;
	font-size: 12px;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bodyWrapperBlank .form-horizontal .controls .ui-spinner {
	height: 26px;
	margin-left: 0;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bodyWrapper .typeradio {
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	float: left;
}

#bodyWrapper .typeradio label {
	width: auto;
	float: left;
	margin-right: 18px;
	margin-bottom: 0px;
	line-height: 20px;
}

#bodyWrapper .typeradio label:last-child {
	margin-right: 0px;
}

#bodyWrapper .typeradio input {
	margin-right: 3px
}

.m-bottom-0 {
	margin-bottom: 0px !important;
}

button.ui-state-hover {
	font-weight: 600 !important;
}

table.dataTable thead th {
	font-size: 10px !important;
}

/*Ocultar un elemento*/
.displayNone {
	display: none;
}

.displayNoneForced {
	display: none !important;
}

/*mostrar  un elemento*/
.displayBlock {
	display: block;
}

.ui-dialog .ui-dialog-buttonpane {
	background: #f5f5f5;
	border-radius: 0 0 5px 5px;
	border-width: 1px 0 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0 7px 0 0;
	text-align: left;
	position: relative;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	height: 31px;
	padding-top: 3px;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin-bottom: 3px;
	height: 22px;
	padding-left: 40px !important;
	padding-right: 20px !important;
	background-position: 18px center !important;
}

.ui-dialog .ui-dialog-buttonpane .btnSave {
	
}

/* #acceptButton { */
/* 	background-color : #3b77b2; */
/* } */
.ui-dialog .ui-dialog-buttonpane .btnCancel {
	position: absolute;
	left: 7px;
}

.ui-dialog .ui-dialog-buttonpane .btnCancel.al-right {
	position: absolute;
	right: 130px;
	left: inherit;
}

.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se.ui-icon-grip-diagonal-se {
	display: none !important;
}

.ui-dialog .ui-dialog-content {
	background: #ffffff;
	/* Esto deja un espacio sin color en la parte inferior del container de los dialog none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	border: 0 none;
	overflow: auto;
	position: relative;
	width: calc(100%) !important;
}

.ui-dialog .ui-dialog-titlebar {
	background-image: linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -o-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 209, 209)),
		color-stop(0, rgb(51, 51, 51)), color-stop(0.91, rgb(68, 68, 68)));
	padding: .4em 1em;
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.ui-dialog .ui-dialog-title {
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	margin: .1em 16px .1em 0;
	width: 100%;
	font-size: 10px;
	font-weight: 600;
}

.ui-spinner.ui-widget-content {
	border: 1px solid #cccccc;
}

.ui-dialog-buttonset * {
	line-height: 17px !important;
}

.ui-dialog-buttonset button.ui-state-active {
	border: 1px solid #336699 !important;
}

.ui-dialog-buttonset button.btnCancel.ui-state-active {
	border: 1px solid #cccccc !important;
}

.ui-dialog-buttonset button.ui-state-focus {
	font-weight: 600;
}

.dataTables_Tools {
	display: none;
}

.margin-top-28px {
	margin-top: 28px;
}

#tabDependencies #treeDependencies #span_treeDependencies {
	position: relative;
	top: -15px;
	left: 0;
}

#treeDependencies #span_treeDependencies {
	position: absolute;
	right: 0;
	top: -30px;
}

#treeDependencies #btnResetSearch_treeDependencies {
	display: none;
}

#span_treeDependencies {
	position: absolute;
	right: 0;
	top: -30px;
}

#span_treeDependencies input {
	height: 20px;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content3ColumPp #span_treeUsers {
	position: absolute;
	right: 5px;
	top: 0;
	width: calc(100%/ 3);
}

.content3ColumPp #search_treeUsers {
	height: 22px;
	position: relative;
	top: 2px;
	border-radius: 3px;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content3ColumPp #btnResetSearch_treeUsers {
	display: none;
}

.content3ColumPp #treeUsers {
	height: calc(100% - 35px);
	width: calc(100%);
}

.content3ColumPp #treeUsers #treeUsers_tree {
	height: calc(100%);
	width: calc(100%);
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content3ColumPp #span_functionalities {
	position: absolute;
	right: 5px;
	top: 0;
	width: calc(100%/ 3);
}

.content3ColumPp #search_functionalities {
	height: 22px;
	position: relative;
	top: 2px;
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content3ColumPp #btnResetSearch_functionalities {
	display: none;
}

.content3ColumPp #functionalities {
	height: calc(100% - 35px);
	width: calc(100%);
}

.content3ColumPp #functionalities #functionalities_tree {
	height: calc(100%);
	width: calc(100%);
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.form-horizontal .controlsCheckbox {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 0px;
	*margin-left: 0;
	float: left;
	width: 160px;
	text-align: right;
}

.form-horizontal .controlsCheckbox:first-child {
	*padding-left: 180px;
}

.textAlignCenter {
	text-align: center;
}

.iconMenuCss {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	margin-top: 10px;
}

.nodoSelectedInfo {
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	display: block;
	margin-right: 12px;
	margin-top: 45px;
	width: 545px;
}

.backgroundWhite {
	background-color: #ffffff;
}

.backgroundGray {
	background: #e6e6e6;
}

.toolsTopTrees {
	width: 251px;
}

.toolsTopTrees * {
	line-height: 17px !important;
}

.toolsTopTrees button.ui-state-active {
	border: 1px solid #555555 !important;
}

.toolsTopTrees button.ui-state-focus {
	font-weight: 600;
}

.copyFormButtonArchitecture {
	background-position: 5px 2px;
	border: 1px solid rgba(0, 0, 0, 0.0);
	box-shadow: none;
	margin-left: 1px;
	padding-left: 16px;
	height: 20px;
	background-position: center;
	background: rgba(0, 0, 0, 0) url('../../images/views/designer/model/img/copyForm_White.png') no-repeat;
}

.pasteFormButtonArchitecture {
	background-position: 5px 2px;
	border: 1px solid rgba(0, 0, 0, 0.0);
	box-shadow: none;
	margin-left: 1px;
	padding-left: 16px;
	height: 20px;
	background-position: center;
	background: rgba(0, 0, 0, 0) url('../../images/views/designer/model/img/pasteForm_White.png') no-repeat;
}

.searchFormButtonArchitecture {
	background-position: 5px 2px;
	border: 1px solid rgba(0, 0, 0, 0.0);
	box-shadow: none;
	margin-left: 1px;
	padding-left: 16px;
	height: 20px;
	background-position: center;
	background: rgba(0, 0, 0, 0) url('../../images/views/designer/model/img/search_white_on.png') no-repeat;
}

.copyFormButtonArchitecture:hover {
	background-position: 5px 2px;
	border: 1px solid #555555;
	background: #444444 url('../../images/views/designer/model/img/copyForm_White.png') no-repeat;
}

.pasteFormButtonArchitecture:hover {
	background-position: 5px 2px;
	border: 1px solid #555555;
	background: #444444 url('../../images/views/designer/model/img/pasteForm_White.png') no-repeat;
}

.searchFormButtonArchitecture:hover {
	background-position: 5px 2px;
	border: 1px solid #555555;
	background: #444444 url('../../images/views/designer/model/img/search_white_on.png') no-repeat;
}

.labelLeftWidth60 {
	color: #333;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	width: 60px;
	font-weight: 600;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.text-left {
	text-align: left !important;
}

.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: rgb(250, 250, 250);
	background-image: linear-gradient(rgb(230, 230, 230), rgb(204, 204, 204));
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	box-shadow: rgba(0, 0, 0, 0.0627451) 0px 1px 4px;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(212, 212, 212);
	border-radius: 4px;
}

.lineHeight13 {
	line-height: 13px;
}

.lineHeight12 {
	line-height: 12px;
}

.borderRadius5pxTop {
	border-radius: 5px 5px 0 0;
}

.input-mini {
	width: 60px;
}

#accordionForm input {
	font-size: 12px;
}

#accordionForm textarea {
	font-size: 12px;
}

#accordionForm select {
	font-size: 12px;
}

#accordionForm .dataTables_wrapper {
	clear: both;
	height: calc(100%);
	position: relative;
}

#accordionForm {
	width: calc(100%);
}

.borderRadiusTop5px {
	border-radius: 5px 5px 0 0;
}

.showMenuDivWrapper {
	background: #eeeeee url('../../images/views/layouts/Hide_menu.png') no-repeat center center;
	height: 22px;
	border: 1px solid #ccc;
	width: 22px;
	padding: 0;
	border-radius: 3px;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.showHorizontal {
	background: rgba(0, 0, 0, 0) url('../../images/views/layouts/expandPanel_On.png') no-repeat center center;
	height: 30px;
	border: medium none;
	width: 30px;
	left: -3px !important;
	position: absolute;
	top: 4px;
}

.hideHorizontal {
	background: rgba(0, 0, 0, 0) url('../../images/views/layouts/contractingPanel_On.png') no-repeat center center;
	height: 26px;
	border: medium none;
	width: 30px;
	position: relative;
	top: 0px;
}

.inline-flex {
	display: inline-flex;
}

.labelFontWeightNormal {
	font-weight: normal;
}

.color329944 {
	color: #333333;
}

.btnDefault {
	background-color: #333333;
	border: medium none;
	color: #FFFFFF;
	line-height: 20px;
	display: inline-block;
	*display: inline;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	min-height: 30px;
	font-size: 11px;
	text-transform: uppercase;
}

.btnDefault:hover {
	background-color: #666666;
	border: medium none;
	color: #FFFFFF;
	line-height: 20px;
	display: inline-block;
	*display: inline;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	min-height: 30px;
}

.bgFFF {
	background-color: #ffffff;
}

.ui-dialog .ui-widget-header .ui-icon {
	background-image: url("../../images/views/layouts/cerrar.png");
}

.form-horizontal .control-label280 {
	float: left;
	width: 280px;
	padding-top: 5px;
	text-align: left;
	margin-left: 5px;
}

#animacionLogoPOL {
	background: transparent url("../../images/views/layouts/aniPOL.png") 0 0 no-repeat;
	position: absolute;
	top: 250px;
	left: 45%;
	width: 138px;
	height: 148px;
	z-index: 2000;
	cursor: pointer;
}

.loading:after {
	border-width: 0 3px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: block;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;
	content: "";
	animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	border-color: #336699;
}

@keyframes spin {from { transform:rotate(0deg);
	
}

to {
	transform: rotate(360deg);
}

}
@-webkit-keyframes spin {from { -webkit-transform:rotate(0deg);
	
}

to {
	-webkit-transform: rotate(360deg);
}

}
.buttonsActionsDrawingProperties {
	margin-bottom: 10px;
	margin-top: 5px;
}

.inputWithoutBorderBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 26px !important;
	padding: 2px 3px !important;
}

.messageConfirmDivContent {
	padding: 15px 10px 20px 60px;
}

.messageConfirmDivContent.warning {
	background: #fff url("../../images/views/layouts/iconMessagesConfirm/messageWarning.png") no-repeat 12px 18px;
}

.messageConfirmDivContent.error {
	background: #fff url("../../images/views/layouts/iconMessagesConfirm/messageError.png") no-repeat 12px 18px;
}

.messageConfirmDivContent.info {
	background: #fff url("../../images/views/layouts/iconMessagesConfirm/messageInfo.png") no-repeat 12px 18px;
}

.messageConfirmDivContent.success {
	background: #fff url("../../images/views/layouts/iconMessagesConfirm/messageSuccess.png") no-repeat 12px 18px;
}

.dropup .dropdown-submenu>.dropdown-menu {
	border-radius: 5px 5px 5px 0;
	bottom: 0;
	margin-bottom: -2px;
	margin-top: 0;
	top: auto;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}

.dropup .btn-large .caret {
	border-bottom-width: 5px;
}

.open>.dropdown-menu {
	display: block;
}

.dropup>.dropdown-menu {
	display: block;
	margin-bottom: 5px;
	position: static;
}

.dropup, .dropdown {
	position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

#ulMoreOption li:hover {
	/*background: none repeat scroll 0 0 #3399CC;*/
	color: #ffffff !important;
}

#ulMoreOption li a {
	text-decoration: none;
}

#ulMoreOption li a:hover {
	color: #ffffff;
}

#btnMoreOption {
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0 0 0 0;
	box-shadow: none;
	line-height: 24px;
	margin-top: 3px;
	padding: 0 6px;
	background-color: #FFFFFF;
	border: medium none;
}

#bntMoreOptionLef {
	background-color: #FFFFFF;
	background-image: none;
	border: medium none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	line-height: 26px;
	padding: 4px 2px 0 1px;
}

.colorWhite {
	color: #ffffff;
}

img#logoEnvigado {
	width: 35px;
}

img#alcaldiaEnvigado {
	width: 100px;
}

#tabsContainer .ui-widget-header .ui-icon {
	background-image: url("../../images/views/layouts/cerrar1_on.png");
	background-position: 0;
}

#tabsContainer .ui-widget-header .ui-state-active .ui-icon {
	background-image: url("../../images/views/layouts/cerrar1.png");
}

#tabsContainerNewModel .ui-widget-header .ui-icon {
	background-image: url("../../images/views/layouts/cerrar1.png");
	background-position: 0;
}

#tabsContainerNewModel .ui-widget-header .ui-state-active .ui-icon {
	background-image: url("../../images/views/layouts/cerrar1.png");
}

#containerForm {
	text-align: center;
	outline: 0 none;
	width: 93%;
	*zoom: 1;
}

#containerForm {
	display: table;
	line-height: 0;
	content: "";
}

.error_class {
	text-align: center;
	font-weight: 600;
	background: #ff043f;
	font-size: 18.5px;
}

.information_class {
	text-align: center;
	font-weight: 600;
	background: #3399cc;
	font-size: 18.5px;
}

.success_class {
	text-align: center;
	font-weight: 600;
	background: #2870b8;
	font-size: 14.5px;
}

.marginLeft5 {
	margin-left: 5px;
}

.marginsNone {
	margin: 0px;
}

.borderRadiusHeaderPopup {
	border-radius: 6px 6px 0px 0px;
}

#requiredFieldContect {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 162px;
	overflow: auto;
}

.popupAjaxLoadClass {
	background-color: rgba(88, 88, 88, 0.5);
	text-align: center;
	position: absolute;
	z-index: 10000
}

.marginDivError {
	margin-top: 5px;
}

.bs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#element-auxiliar-style {
	float: left;
	width: calc(100%);
	height: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padding15px {
	padding-top: 15px;
}

.padding10px {
	padding: 10px;
}

.padding10-10-0-10 {
	padding: 10px 10px 0px 10px;
}

.padding5-10-0-10 {
	padding: 5px 10px 0px 10px;
}

.pannel-content {
	background: #fcfcfc;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 5px;
}

.ui-widget-overlay {
	background: #000000;
	opacity: 0.5;
	filter: Alpha(Opacity = 50);
}

#containerForm {
	clear: both;
}

#logoMultipartFile {
	color: #FFFFFF;
}

.borderTopOnly {
	border-radius: 20px;
	border-top: 1px solid #CCCCCC;
}

.width100Percent {
	width: calc(100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.positionRelative {
	position: relative;
}

.forcePositionLeft {
	left: 10px !important;
}

.dataTables_scrollHeadInner .dataTable thead tr {
	display: table;
	vertical-align: inherit;
	width: 100%;
}

.dataTables_scrollHeadInner {
	height: 27px;
}

#deploy {
	width: 100%;
}

.imgMarginRightRadicateTable {
	margin-right: 5px;
}

/** Esto no se deja commitear en el archivo calendar content*/
#contentRightCalendar #CalendarAnual table tbody tr td span h2 {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
}

#contentLeftDivCalendar #tree ul li span.fancytree-folder.fancytree-active .fancytree-icon {
	background: url("../../../../images/views/administrator/calendar/groupUserHover.png");
}

#contentLeftDivCalendar #tree ul li span.fancytree-folder .fancytree-icon {
	background: url("../../../../images/views/administrator/calendar/groupUsers.png");
}

#contentLeftDivCalendar #tree ul li ul li span.fancytree-ico-c .fancytree-icon {
	background: url("../../../../images/views/administrator/calendar/oneUser.png");
}

#contentLeftDivCalendar #tree ul li ul li span.fancytree-active .fancytree-icon {
	background: url("../../../../images/views/administrator/calendar/oneUserHover.png");
}

#contentLeftDivCalendar #tree ul li .fancytree-folder .fancytree-icon:hover {
	background: url("../../../../images/views/administrator/calendar/groupUserHover.png");
}

#ContainerUlAndMessageCalendar {
	float: left;
	width: 100%;
}

#ContainerUlAndMessageCalendar #UlTabsCalendar {
	border-radius: 0;
	padding: 0;
	display: inline-flex;
	width: 30%;
}

#contentRightCalendar #tabs {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

#divContentButtonsToolsDefaultsCalendar {
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
}

#calendar div div div div div table tbody tr:nth-child(odd) {
	background-color: #cccccc;
}

/*******/
span.fancytree-node.fancytree-active, span.fancytree-node.fancytree-selected {
	/* active/selcted nodes inside inactive tree */
	min-width: 100%;
	width: auto;
}

.btn:focus {
	outline: none;
}

.ui-tabs-active.ui-state-active:focus {
	outline: none;
}

.ui-tabs-active.ui-state-active a:focus {
	outline: none;
}

.ui-tabs-active.ui-state-active:active {
	outline: none;
}

.ui-tabs-active.ui-state-active a:active {
	outline: none;
}

input[type="button"]:focus {
	outline: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-dialog-buttons {
	background: rgba(255, 255, 255, 0);
}

.ds-dwt-container-box {
	width: 1px !important;
	height: 1px !important;
}

.ds-dwt-container-box>div {
	width: 1px !important;
	height: 1px !important;
}

#treePhysicalLocation_tree ul li span.fancytree-folder.fancytree-has-children span.fancytree-icon {
	background: url("../../images/views/layouts/physicalStructure/physicalStructureOn.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

#treePhysicalLocation_tree ul li span.fancytree-active.fancytree-folder.fancytree-has-children span.fancytree-icon {
	background: url("../../images/views/layouts/physicalStructure/physicalStructureOff.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

#treePhysicalLocation_tree ul li ul li span.fancytree-ico-c span.fancytree-icon {
	background: url("../../images/views/layouts/physicalStructure/finalStorageOn.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

#treePhysicalLocation_tree ul li ul li span.fancytree-active.fancytree-ico-c span.fancytree-icon {
	background: url("../../images/views/layouts/physicalStructure/finalStorageOff.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

#treeDocumentalStructureInstances #treeDocumentalStructureInstances_tree {
	border: 1px solid #CCCCCC;
	padding: 15px;
}

#physicalLocationInputSelector {
	border: 1px solid #CCCCCC;
	box-shadow: none;
	font-family: "OpenSans", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: -2px;
	width: 127px;
	margin-left: 7px;
}

.requiredFieldArrowUp {
	cursor: pointer;
	padding: 3px 11px;
	background: url("../../images/views/layouts/arrows/Navigation_UP_Off.png") no-repeat 3px 48%;
	height: 16px;
	box-shadow: none;
	font: bold 131% sans-serif;
	position: absolute;
	right: 51%;
	bottom: 12px;
}

.requiredFieldArrowUp:hover {
	background: url("../../images/views/layouts/arrows/Navigation_Up_On.png") no-repeat 3px 48%;
}

#divHeaderNotification {
	position: absolute;
	left: 0;
	top: 0px;
	height: 32px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background-image: linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -o-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(209, 209, 209) 0%, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 91%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 209, 209)),
		color-stop(0, rgb(51, 51, 51)), color-stop(0.91, rgb(68, 68, 68)));
}

#spanIconPol {
	position: absolute;
	left: 20px;
	top: 8px;
	background: url("../../images/views/layouts/System_on.png") no-repeat center;
	height: 16px;
	z-index: 999;
	width: 16px;
	margin-left: 0;
}

#spanButtonColapse {
	position: absolute;
	right: 30px;
	top: 8px;
	background: url("../../images/views/layouts/aDown.png") no-repeat center;
	height: 16px;
	z-index: 999;
	width: 16px;
	cursor: pointer;
	border-radius: 2px;
	margin-left: 0;
	border: 1px solid #666;
}

#spanTitleDialogNotification {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 29px;
}

.requiredFieldArrowDown {
	cursor: pointer;
	padding: 3px 11px;
	background: url("../../images/views/layouts/arrows/Navigation_Down_Off.png") no-repeat 3px 48%;
	height: 16px;
	box-shadow: none;
	font: bold 131% sans-serif;
	position: absolute;
	right: 44%;
	bottom: 12px;
}

.requiredFieldArrowDown:hover {
	background: url("../../images/views/layouts/arrows/Navigation_Down_On.png") no-repeat 3px 48%;
}

.btn-group {
	position: relative;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}

.content-type-check {
	
}

.content-type-check label {
	
}

.content-type-check input {
	
}

/* clase usada para resaltar campos obligatorios */
div.focus-error {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 102, 102, 0.4) !important;
	outline: thin solid rgb(204, 102, 102) !important;
}

input.focus-error {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 102, 102, 0.4) !important;
	outline: thin solid rgb(204, 102, 102) !important;
	border-color: #cccccc !important;
}

@media ( max-width : 481px) {
	.colapsable {
		font-size: 1.2em;
	}
	.colapsable {
		
	}
	.colapsable>ul {
		transition: max-height .25s linear;
	}
	.colapsable  ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.colapsable  li {
		transition: visibility .25s linear;
		display: inline-block;
		position: relative;
	}
}

@media ( min-width : 481px) {
	.colapsable  li ul {
		display: none;
		position: absolute;
		top: 100%;
		margin-top: 1px;
		left: -1px;
		right: -1px;
	}
	.colapsable li:hover ul {
		display: block;
	}
	.colapsable li li {
		margin: -1px 0 0 0;
		box-sizing: border-box;
		width: 100%;
	}
}

@media ( max-width : 480px) {
	#showOrHideMenuApp {
		display: none;
	}
	.colapsable>ul {
		max-height: 0;
		overflow: hidden;
		margin: 0 3.5em 0 1em;
	}
	.colapsable li {
		visibility: hidden;
		display: block !important;
		padding: 0.5em 0.6em;
		border: none;
	}
	.colapsable .navbar-handle {
		display: block;
	}
	.colapsable .navbar-handle2 {
		display: block;
	}
	#navbar-checkbox:checked+.colapsable ul {
		max-height: 300px;
		background: rgba(204, 204, 204, 1);
	}
	#navbar-checkbox:checked+.colapsable li {
		visibility: visible;
	}
	#navbar-checkbox:checked+.colapsable .navbar-handle :before {
		border-color: #aaa;
	}
	#navbar-checkbox:checked+.colapsable.navbar-handle :after {
		border-color: #aaa;
	}
}

.navbar-checkbox {
	display: none;
}

.navbar-handle {
	display: none;
	cursor: pointer;
	position: relative;
	font-size: 45px;
	padding: .5em 0;
	height: 0;
	width: 1.66666667em;
	border-top: 0.13333333em solid;
}

.navbar-handle2 {
	display: none;
	position: relative;
	font-size: 11px;
	height: 30px;
	width: calc(100% - 50px);
	margin: 0;
	line-height: 30px;
	text-align: center;
	color: #336699;
	font-weight: 600;
}

.navbar-handle:before, .navbar-handle:after {
	position: absolute;
	left: 0;
	right: 0;
	content: ' ';
	border-top: 0.13333333em solid;
}

.navbar-handle:before {
	top: 0.37777778em;
}

.navbar-handle:after {
	top: 0.88888889em;
}

.colapsable {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.colapsable .navbar-handle {
	position: absolute;
	font-size: 1.2em;
	top: 0.7em;
	right: 12px;
	z-index: 10;
}

.separatorVerticalDialog {
	background: transparent url("../../images/views/layouts/verticalLineCCC.jpg") no-repeat center center;
	float: left;
	height: 100%;
	padding-left: 0px;
	padding-right: 0;
	width: 3px;
	margin-left: 7px;
	background-repeat: no-repeat;
	background-size: initial;
}

.padding-bottom-force4px {
	padding-bottom: 4px !important;
}

span.fancytree-node {
	line-height: 22px !important;
}

.headerBodyTree {
	height: 52px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	background: -webkit-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	background: linear-gradient(to bottom, #f8f8f8 16%, #efefef 84%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
}

.headerBodyTree button.btnAdd {
	margin-left: 0px;
}

.headerBodyTree button {
	height: 30px;
	margin-top: 0px;
	background-position: 4px center;
}

.headerBodyTree button:hover {
	height: 30px;
	margin-top: 0px;
	background-position: 4px center;
}

.title-node-selected-header {
	height: 52px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	background: -webkit-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	background: linear-gradient(to bottom, #f8f8f8 16%, #efefef 84%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
	color: #336699;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
}

.common-background-gradient {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	background: -webkit-linear-gradient(top, #f8f8f8 16%, #efefef 84%);
	background: linear-gradient(to bottom, #f8f8f8 16%, #efefef 84%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
	color: #FFFFFF !important;
	cursor: pointer;
	float: left;
	font-size: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0px !important;
	position: relative;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 3px;
	border-radius: 3px;
}

.DTTT_button_copy {
	display: none;
	/*background: #f0f0f0; !* Old browsers *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/copy.png") no-repeat center,*/
	/*	-moz-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* FF3.6-15 *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/copy.png") no-repeat center,*/
	/*	-webkit-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* Chrome10-25,Safari5.1-6 *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/copy.png") no-repeat center,*/
	/*	linear-gradient(to bottom, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e1e1e1', GradientType=0);*/
	/*!* IE6-9 *!*/
	/*border: 1px solid #cccccc !important;*/
}

.DTTT_button_copy:hover {
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/copy.png") no-repeat center;
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/copy.png") no-repeat center;
}

.DTTT_button_csv {
	display: none;
	/*background: #f0f0f0; !* Old browsers *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/csv.png") no-repeat center,*/
	/*	-moz-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* FF3.6-15 *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/csv.png") no-repeat center,*/
	/*	-webkit-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* Chrome10-25,Safari5.1-6 *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/csv.png") no-repeat center,*/
	/*	linear-gradient(to bottom, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e1e1e1', GradientType=0);*/
	/*!* IE6-9 *!*/
	/*border: 1px solid #cccccc !important;*/
}

.DTTT_button_csv:hover {
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/csv.png") no-repeat center;
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/csv.png") no-repeat center;
}

.DTTT_button_xls {
	background: #f0f0f0; /* Old browsers */
	background: url("../../images/views/layouts/iconosToolsExport/excel.png") no-repeat center,
		-moz-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);
	/* FF3.6-15 */
	background: url("../../images/views/layouts/iconosToolsExport/excel.png") no-repeat center,
		-webkit-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: url("../../images/views/layouts/iconosToolsExport/excel.png") no-repeat center,
		linear-gradient(to bottom, #f0f0f0 0%, #e1e1e1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e1e1e1', GradientType=0);
	/* IE6-9 */
	border: 1px solid #cccccc !important;
}

.DTTT_button_xls:hover {
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/excel.png") no-repeat center;
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/excel.png") no-repeat center;
}

.DTTT_button_pdf {
	display: none;
	/*background: #f0f0f0; !* Old browsers *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/pdf.png") no-repeat center,*/
	/*	-moz-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* FF3.6-15 *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/pdf.png") no-repeat center,*/
	/*	-webkit-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* Chrome10-25,Safari5.1-6 *!*/
	/*background: url("../../images/views/layouts/iconosToolsExport/pdf.png") no-repeat center,*/
	/*	linear-gradient(to bottom, #f0f0f0 0%, #e1e1e1 100%);*/
	/*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e1e1e1', GradientType=0);*/
	/*!* IE6-9 *!*/
	/*border: 1px solid #cccccc !important;*/
}

.DTTT_button_pdf:hover {
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/pdf.png") no-repeat center;
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/pdf.png") no-repeat center;
}

.DTTT_button_print {
	background: #f0f0f0; /* Old browsers */
	background: url("../../images/views/layouts/iconosToolsExport/print.png") no-repeat center,
		-moz-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);
	/* FF3.6-15 */
	background: url("../../images/views/layouts/iconosToolsExport/print.png") no-repeat center,
		-webkit-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: url("../../images/views/layouts/iconosToolsExport/print.png") no-repeat center,
		linear-gradient(to bottom, #f0f0f0 0%, #e1e1e1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e1e1e1', GradientType=0);
	/* IE6-9 */
	border: 1px solid #cccccc !important;
}

.DTTT_button_print:hover {
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/print.png") no-repeat center;
	background: #dddddd url("../../images/views/layouts/iconosToolsExport/print.png") no-repeat center;
}

.content-buttoms-h30px button {
	height: 30px;
	margin-top: 0px;
	background-position: 4px center;
}

a.DTTT_button.ExportTableButtons {
	text-align: left !important;
	background-position: 4px center;
	padding-left: 5px !important;
}

#buttonExportTable {
	background: url(../../images/views/execution/newTasksTray/10_Opciones_exportar.png) no-repeat center,
		linear-gradient(#F8F8F8, #EFEFEF);
	height: 30px;
	width: 30px;
	position: absolute;
	border-radius: 3px;
	border: solid 1px #CCCCCC;
	top: -43px;
	right: 43px;
}

#buttonExportTable:hover {
	background: #dddddd url(../../images/views/execution/newTasksTray/10_Opciones_exportar.png) no-repeat center;
}

#buttonExportTable:active {
	transform: perspective(1000px) translateZ(-75px) rotateZ(0deg) rotateX(-10deg);
}

.scrollBarStyle::-webkit-scrollbar-track {
	background-color: #999999;
}

.scrollBarStyle::-webkit-scrollbar {
	display: block;
	width: 6px;
}

.scrollBarStyle::-webkit-scrollbar-thumb {
	background-color: #BBBBBB;
}

div.DTTT_container {
	background: #F6F6F6;
	border: solid 1px #C1C1C1;
	width: 90px;
	display: none;
	border-radius: 3px;
	padding-bottom: 5px;
}

.DTTT_container.ShowContent .DTTT_button {
	width: calc(100% - 10px);
}

.ExportTableButtons {
	margin: 5px 5px 0px 5px;
	height: 20px !important;
	line-height: 0px !important;
}

.ExportTableButtons_span {
	color: #333333;
	text-transform: capitalize;
	font-size: 12px;
	float: none;
	margin-left: 0px;
	line-height: 20px;
}

.ExportTableButtons-div {
	width: 100% !important;
	height: 100% !important;
}

div.ShowContent a>div {
	width: 100% !important;
	height: 100% !important;
}

.DTTT_button embed {
	width: 100%;
	height: 100%;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.ColVis_Button>span {
	display: flex;
}
.height100important{
	height: calc(100%) !important;
}
.square-button{
	width: 30px;
	height: 30px;
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.square-button:hover{
	background-color: #dddddd;
}
.scrollbar-style::-webkit-scrollbar-track {
	background-color: #dddddd;
}

.scrollbar-style::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #c1c1c1;
	display: block !important;
}
.scrollbar-style::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
.back-icon{
	background: #e1e1e1 url(../../images/views/layouts/expand_panel_off.png) no-repeat 6px 5px !important;
}
.display-flex{
	display: flex;
}
.flex-column{
	flex-direction: column;
}
.flex-end{
	justify-content: flex-end;
}
.flex-center{
	justify-content: center;
	align-items: center;
}
.margin-right5{
	margin-right: 5px;
}
.back-icon:hover{
	background: #dddddd url(../../images/views/layouts/expand_panel_off.png) no-repeat 6px 5px !important;
}
.back-icon-retract{
	background: #e1e1e1 url(../../images/views/layouts/contracting_panel_off.png) no-repeat 191px 6px !important;
}
.back-icon-retract:hover{
	background: #dddddd url(../../images/views/layouts/contracting_panel_off.png) no-repeat 191px 6px !important;
}
.flex1{
	flex: 1;
}
.flex2{
	flex: 2;
}
.flex3{
	flex: 3;
}
.flex4{
    flex: 4;
}
.flex8{
	flex: 8;
}
#linkedRecordsWarning {
	--row-height: 22px;
	color: #333;
	padding: 10px;
	display: none;
	width: auto !important;
}

#linkedRecordsWarning p {
	color: #666;
}

#linkedRecordsWarning div.tableContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	max-height: calc(4 * var(--row-height));
	/* el tamano maximo debe abarcar tres filas + la cabezera */
	overflow-y: scroll;
}

#linkedRecordsWarning table {
	width: 100%;
}

#linkedRecordsWarning tr {
	height: var(--row-height);
}

#linkedRecordsWarning thead tr, #linkedRecordsWarning tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

#linkedRecordsWarning tbody tr:nth-child(odd) {
	background-color: var(--bg-menu);
}

#linkedRecordsWarning td, #linkedRecordsWarning th {
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	text-align: left;
	text-overflow: ellipsis;
}

#linkedRecordsWarning .uniqueRow {
	height: 57px;
	color: #999;
}

#linkedRecordsWarning hr {
	background-color: #e6e6e6;
}

#linkedRecordsWarning .suggestion {
	display: flex;
	margin-top: 10px;
	padding-right: 13px;
	padding-left: 40px;
	border: 1px dashed var(--border);
	border-radius: 3px;
	align-items: center;
	min-height: calc(3 * var(--row-height));
}

#linkedRecordsWarning .suggestion img {
	height: 32px;
	width: 32px;
}

#linkedRecordsWarning .suggestion p {
	font-size: 13px;
	text-align: center;
	margin: 0;
}
.center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fancy-tree-number-icon{
	text-align: -webkit-right;
	font-size: 10px;
	color: #000000;
}
.shadow{
	box-shadow: 4px 4px #00000012;
}
.display-flex .flex-end{
	display: flex;
}
.width-100{
	width: 100%;
}
.background-white{
	background: #ffffff;
}
.overflow-auto{
	overflow: auto;
}
.horizontal-line{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.vertical-line{
	border-left: 1px solid #cccccc;
}
.uppercase{
	text-transform: uppercase;
}
.height100{
	height: 100%;
}
.margin0{
	margin: 0px;
}
.font-white{
	color: white;
}
.background-black{
	background: #333333;
}
.overflow-hidden{
	overflow: hidden;
}
.no-border{
	border: 0px !important;
}
.pointer{
	cursor: pointer;
}
.capitalize{
	text-transform: capitalize;
}

.close-bpopup-rigth {
	float: right;
	padding: 5px;
	font-weight: bold;
	margin: 6px !important;
}

.hidden{
	display: none;
}