<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----- Forms -----*/
.utilbottom {
	margin-bottom: 10px;
}

.utilLeft {
	margin-left: 25px;
}

.utilLeft1 {
	margin-left: 15px;
	margin-bottom: 10px;
}

.utilLeft2 {
	margin-left: 16px;
}

.utilRight {
	margin-right: -15px
}

.utilCol-sm-2 {
	width: 10%;
}

.utilCaja {
	width: 502px;
	border: 1px solid #999;
	margin-left: 31px;
	text-align: center;
	height: 30px;
	border-radius: 4px;
	display: inline-table;
}

.utilCajaH {
	width: 295px;
	margin-left: 2px;
}

.inputSize {
	width: 120px;
}

.inputSize2 {
	width: 25px;
	padding: 0 6px;
}

.form-control_util1 {
	width: 60px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* remove bold label boostrap */
.labelNormal {
	font-weight: normal !important;
}

/*Puts asterisks Required fields*/
.requiredAst:after { 
	content:" (*)";
	color:#D75151; 
}

.BoxAutentication{
	background-color: #d9edf7;
    padding: 7px 7px 7px 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.BoxParrafo {
	width: 100%;
	background-color: rgba(245, 135, 35, 0.10);
	border-left: 3px #F58723 solid;
	padding: 15px 10px 15px 10px;
	color: #343434;
}

#header{
  position: fixed;
  top:0;
  width: 100%;
  height:100px;
  background-image: url("../img/gestio-solicituds.jpg");
  background-repeat: no-repeat;
  padding:10px;
}

/* arreglar bug de datapicker, por nuevo diseÃ±o*/
.dropdown-menu {
	width: 289px;
	border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}


/*Respir*/
.remove {
  background: #C76868;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 4px 9px;
  vertical-align: top;
  line-height: 100%;
}


/*** app.css ***/

.csd-animate-container {
	background: #ececec;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.animate-repeat {
	line-height: 40px;
	list-style: none;
	/*box-sizing:border-box;*/
	border-bottom: 1px solid white;
	-webkit-transition: 1s linear all;
	transition: 1s linear all;
}

.animate-repeat.ng-move, .animate-repeat.ng-enter, .animate-repeat.ng-leave
	{
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active, .animate-repeat.ng-move,
	.animate-repeat.ng-enter {
	opacity: 0;
	max-height: 0;
}

.animate-repeat.ng-leave, .animate-repeat.ng-move.ng-move-active,
	.animate-repeat.ng-enter.ng-enter-active {
	opacity: 1;
	max-height: 40px;
}

/**
 * Stagger Leave (hide) animation
 */
.animate-repeat.ng-leave-stagger {
	/* this will have a 100ms delay between each successive leave animation */
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	/* in case the stagger doesn't work then these two values
     must be set to 0 to avoid an accidental CSS inheritance */
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/**
 * Stagger ENTER ANIMATION
 */
.animate-repeat.ng-enter-stagger {
	/* this will have a 100ms delay between each successive enter animation */
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	/* in case the stagger doesn't work then these two values
     must be set to 0 to avoid an accidental CSS inheritance */
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.countdown-servei {
	background-color: #d9534f;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 5em;
	z-index: 50;
}

.countdown-alert {
	color: #d9534f;
}

.countdown-servei .text-alarm {
	width: 100%;
	text-align: center;
	padding: 1.5em;
	color: white;
	font-weight: bold;
}
/*** fin app.css ***/


</pre></body></html>