.accordion-toggle {
    text-decoration: none !important;
    color: #1E65A3 !important;
    font-weight: bold;
}

.errorOculto {
    display: none;
    width: auto;
    text-align: left;
}

h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.text-error {
  color: #b94a48;
}

.required label:before {
	color: #A61212;
	content: '* ';
	font-weight: bold;
	display:inline;
}

.lineaDelgada {
	margin-bottom: 1px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.lineaSemiDelgada {
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.busqueda {
	background-color: #A3A3A3;
	padding: 5px 5px 5px 5px;
	/*color: #E7E7E7;*/
	-webkit-border-radius: 6px;
	border-radius: 6px;

	background: rgb(228,235,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGViZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(228,235,248,1) 0%, rgba(228,235,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,235,248,1)), color-stop(100%,rgba(228,235,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ebf8', endColorstr='#e4ebf8',GradientType=0 ); /* IE6-8 */
}

.proveedor {
	padding-top: 7px;
}

.proveedor:hover,
.seleccionado:hover {
	background-color: #FFFFBF;
	cursor: pointer;
}

.seleccionado {
	background-color: #D1E9FF;
}

.titulo {
	font-weight: bold;
	font-size: 18px;
}

.tituloPequeno {
	font-weight: bold;
	font-size: 14px;
}


.vista {
	background-color: #EEEEEE;
}

#listaContactos .panel {
	margin-bottom: 5px !important;
}

.colContacto {
	margin-top: 8px;
}

.panel-contacto {
	border-color: #428bca !important;
	margin-bottom: 5px !important;
}

.panel-contacto > .panel-heading {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
	padding-top: 1px;
	padding-bottom: 6px;
	/*margin-bottom: 5px;*/
}

.panel-contacto > .panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-bottom: 5px;*/
}

.clientes > .panel-heading {
	padding: 2px 15px !important;
}

.atrasado {
	color: #D41616 !important;
}

.limite {
	background-color: #FFEAB7;
}


.panel-bitacora {
	border-color: #6F9F3C !important;
	margin-bottom: 5px !important;
}

.panel-bitacora > .panel-heading {
	color: #ffffff;
	background-color: #6F9F3C;
	border-color: #6F9F3C;
	padding-top: 1px;
	padding-bottom: 6px;
	/*margin-bottom: 5px;*/
}

.panel-bitacora > .panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-bottom: 5px;*/
}

.panel-ultimo {
	border-color: #499FF0 !important;
	margin-bottom: 5px !important;
}

.panel-ultimo > .panel-heading {
	color: #ffffff;
	background-color: #499FF0;
	border-color: #499FF0;
	padding-top: 1px;
	padding-bottom: 6px;
	/*margin-bottom: 5px;*/
}

.panel-ultimo > .panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-bottom: 5px;*/
}

.panel-recurso {
	border-color: #6CA661 !important;
	margin-bottom: 5px !important;
}

.panel-recurso > .panel-heading {
	color: #ffffff;
	background-color: #6CA661;
	border-color: #6CA661;
	padding-top: 1px;
	padding-bottom: 6px;
	/*margin-bottom: 5px;*/
}



table td {
	vertical-align: middle !important;
}


.archivo {
	background-color: #FFFFFF;
	border: solid 1px #C6C6C6;
	width: 121px;
	height: 108px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.archivo .imagen {
	background-color: #FFFFFF;
	width: 120px;
	height: 80px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.archivo .titulo {
	background-color: #353434;
	height: 30px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-weight: normal;
	padding-left: 5px;
}

.archivoLineal {
	background-color: #FFFFFF;
	margin-left: 0px !important;
	margin-top: 0px !important;
}

.archivoLineal div {
	display: block;
	margin-top: -5px;
	float: left;
}

.archivoLineal .imagen {
	background-color: #FFFFFF;
	margin-left: -11px;
	padding-left: 0px !important;
}

.archivoLineal .titulo {
	margin-top: 0px;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
}

.archivoLineal .eliminar {
	padding-right: 0px !important;
	margin-left: 0px;
	margin-top: -3px;
}

.tituloActual {
	color:#F0F0F0;
	font-size: 11px;
	white-space: nowrap;
	overflow:hidden;
	margin-top: 7px;
}

.archivo .antesCargar {
	background-color: #353434;
	width: 99px;
	height: 98px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.archivos {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding-right: 25px;
}

.archivosView {
	background-color: #ffffff;
	padding-right: 25px;
}

.barras{
	height:auto;
	overflow:auto;
	font-size: 12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.tituloModulo {
	font-size: 25px;
}

.detalleCosto {
	font-size: 12px;
	vertical-align: middle;
	height:58px;
	border:solid 1px #C0C0C0;
}

.textoCosto {
	height: 55px;
	top: 15%;
	position: absolute;
	width: 100%;
}

@media (min-width: 641px) {
	.textoCosto {
		top: 25%;
	}
}


.btnRegresar {
	position: fixed;
	top: 90px;
}

.animacionHorizontal {
	display: inline-block;
	transform:translate(-3px, 0);
	-ms-transform:translate(-3px, 0); /* IE 9 */
	-webkit-transform:translate(-3px, 0); /* Safari and Chrome */
}

.animacionHorizontal2 {
	display: inline-block;
	transform:translate(3px, 0);
	-ms-transform:translate(3px, 0); /* IE 9 */
	-webkit-transform:translate(3px, 0); /* Safari and Chrome */
}


.btn.btn-app.btn-xs {
	width: 60px;
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 8px;
	line-height: 1.45;
	border-radius: 0px;
}

.btn.btn-app.btn-xs > [class*=icon] {
	display: block;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
}

#barraAccion {
	position: fixed;
	bottom: 5px;
	background-color: #438EB9;
	background-color: rgba(67, 142, 185, 0.90) !important;
	padding-left: 10px;
	z-index: 1039;
	height: 53px;
	width: 100%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.archivo {
    background-color: #FFFFFF;
    border: solid 1px #C6C6C6;
    width: 100px;
    height: 128px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.archivo .imagen {
    background-color: #FFFFFF;
    width: 100px;
    height: 98px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.archivo .titulo {
    background-color: #353434;
    height: 30px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    font-weight: normal;
    padding-left: 5px;
}

.tituloActual {
    color:#F0F0F0;
    font-size: 11px;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 7px;
}

.archivo .antesCargar {
    background-color: #353434;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.archivos {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-right: 25px;
    margin-left: -12px !important;
}

.archivosView {
    background-color: #ffffff;
    padding-right: 25px;
}

.barras{
    height:auto;
    overflow:auto;
    font-size: 12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.datepicker {
    z-index: 9000 !important;
}

.tarea {
    font-size: 9pt;
    font-weight: normal;
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/** Paginacion **/
.paging {
	/*background:#fff;*/
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}

.paging .first {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.paging .prev{
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next{
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-left: 0;
}

.paging .last{
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}


/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}