@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
/*
@font-face {
	font-family: 'iconic-sm';
	src: url('../fonts/iconic-sm.eot');
}*/

body {
	font-family: "Ubuntu", sans-serif !important;
}
label,
h1 {
	font-weight: normal;
}
.header-wrap {
	padding: 20px 0px 15px 0px !important;
}
#currentuser {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid grey;
	color: #8d6e63;
	border-radius: 3px;
	overflow: hidden;
}
#userpanel:hover {
	background-color: #00695c;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

/*
.button{
	border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    background-color: #AC1A2F;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    border-radius: 3px;
    font-size: 1.50rem !important;
    font-family: 'Ubuntu', sans-serif !important;
    padding-top: 1.25rem;
    padding-right: 1.75rem;
    padding-bottom: 1.25rem;
    padding-left: 1.75rem;
    text-decoration: none !important;
    cursor:pointer;
    transition: background-color 300ms ease-out;
}*/
/*.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    background-color: #AC1A2F;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    border-radius: 3px;
    font-size: 1.50rem !important;
    font-family: 'Ubuntu', sans-serif !important;
    padding-top: 1.25rem;
    padding-right: 1.75rem;
    padding-bottom: 1.25rem;
    padding-left: 1.75rem;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 300ms ease-out;
}*/
/*
.button:hover{
	color: #fff;
	background-color: #901528;		
}*/
.ancho {
	width: 100%;
	height: 50px;
}
/*.log_form{
	border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}*/
/*
#cssmenu > ul > li > a {
	text-decoration:none;
	color: #fff;
}*/
#CondicionesUSO {
	display: none;
}
#CondicionesUSO .pdfFrame {
	width: 100%;
}

hr {
	border: solid #dddddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.25rem 0 1.1875rem;
	height: 15px;
}
.txtFooter {
	color: #ac1a2f;
	font-size: 11px;
}

.logo img {
	max-width: 300%;
}
.form-control {
	border-radius: 0px;
}

.no-alert-box,
.hide {
	display: none;
}

.titulo {
	background: linear-gradient(#66665e 0%, #45463d 100%);
	border: 1px solid #45463d;
	color: #ffffff;
	text-shadow: 0 -1px 1px #000000;
	border-radius: 3px;

	padding: 1.5rem 1rem 1.5rem 1.5rem;
}
.borrar {
	max-height: 25px;
	max-width: 25px;
}

/*Cargando*/
.sk-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #a1172a;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.blockPage {
	border: none !important;
	background: none !important;
}

/*Fin cargando*/

/*Boton check*/
/* SLIDE THREE */
.slideThree {
	width: 80px;
	height: 26px;
	background: #333;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
		0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
		0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
		0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
	content: "OFF";
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.slideThree:before {
	content: "ON";
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background: #fcfff4;
}

.slideThree input[type="checkbox"]:checked + label {
	left: 43px;
}
.checkbox {
	display: inline-flex;
}
.checkbox .texto_ra {
	padding: 3px;
}

@media (max-width: 769px) {
	#cssmenu ul {
		list-style: none;
		padding: 0px;
	}
}
@media (max-width: 1200px) {
	#cssmenu ul {
		list-style: none;
		padding: 0px;
	}
}
.logo .logo-subitulo {
	font-size: 21px;
	margin-left: 86px;
}

.iconic {
	font-size: 16px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #a0182c;
	border-color: #a0182c;
}

#UsuariosFTP th .newuser,
.tablemenu a {
	color: #901528;
	text-decoration: none;
}
#UsuariosFTP .newuser span {
	width: 20px;
	padding-bottom: 3px;
}
.tablemenu .newElement span {
	padding: 3px 3px 3px 3px;
	color: #fff;
	background: #3cbf1f;
	border-radius: 5px;
	font-size: 15px;
}
.tablemenu .RenewElement span {
	padding: 3px 3px 3px 3px;
	color: #fff;
	background: #221fbf;
	border-radius: 5px;
	font-size: 15px;
}
#UsuariosFTP .moreInfo {
	color: #fff;
	font-weight: bold;
	background: #9a172b;
	padding: 0px 5px 0px 5px;
	border: 2px solid;
	border-color: #cac0c0;
	border-radius: 25px;
}
#UsuariosFTP .moreInfo:hover,
.newuser {
	cursor: pointer;
}
#UsuariosFTP .ExtraInfo .dataUser {
	font-weight: bold;
}
#UsuariosFTP .ExtraInfo td {
	vertical-align: top;
}
#UsuariosFTP .ExtraInfo td:first-child {
	vertical-align: top;
	width: 25%;
}
hr {
	height: 0px;
	margin: 0.25rem 0 1.1875rem;
}
#UsuariosFTP table {
	border-collapse: separate;
	border-spacing: 20px 0px;
}
#UsuariosFTP .ExtraInfo .billinginfo {
	font-weight: bold;
}
.table-responsive {
	width: 100%;
}
.table .controlCol img {
	width: 20px;
}


.form-group {
	margin-top: 15px;
}
.form_cont .row {
	margin: 10px 0px 5px 0px;
}
.form_cont .row label {
	font-weight: bold;
}

.form_cont .row input,
.form_cont .row select,
.form_cont .row textarea {
	width: 100%;
}

.form_cont .row textarea {
	overflow-x: hidden;
}

.inputfile {
	font-size: 10px;
}
.glyphicon {
	float: right;
}
.dataUser,
#userInfo,
#factInfo,
#orgaInfo {
	font-weight: bold;
}
.fullwidth {
	width: 100% !important;
}
.advancedSearch {
	display: none;
}
.filterLabel {
	font-weight: bold;
}

.tableSolicitud table td {
	width: 25%;
}

.tablePerfil tr td:first-child {
	width: 25%;
}
.popPDFViewer {
	display: none;
}
.popPDFViewer {
	position: absolute;
	top: 0;
	width: 100%;
	background: #0000006e;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.iframeContiner {
	width: 100%;
	height: 100%;
}
.popPDFViewer iframe {
	width: 70%;
	margin: 0% 4% 4% 2%;
	height: 80%;
	position: relative;
}
#close {
	width: 100%;
	height: 100%;
	position: absolute;
}
.documents td {
	vertical-align: middle !important;
}
.documents td img {
	max-width: 32px;
}
.documents td a,
.deleteREL {
	cursor: pointer;
}
.deleteREL {
	background: #c12a4191;
	padding: 3px 3px 0px 3px;
	border: #d02828 1px solid;
	border-radius: 5px;
}
.deleteREL span {
	color: #000;
}
.show_error {
	background-color: #f04124;
	border-color: #de2d0f;
	color: #ffffff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
}
.show_info {
	background-color: #276afb;
	background-color: #276afbc2;
	border-color: #0f2fde;
	color: #ffffff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
}
.show_warning {
	background-color: #f95307c2;
	border-color: #0f2fde;
	color: #ffffff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
}
.show_succes {
	background-color: #159611;
	border-color: #159611;
	color: #ffffff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
}
.Disabled {
	background: #625d5d;
	cursor: auto;
}
.Disabled:hover {
	background: #625d5d;
}
.tablemenu {
	width: 20%;
}

.formFact .percentGlyph {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0px 0px 0px;
}
.formFact .form_cont .row input {
	width: 85%;
}
.formFact .glyphicon-euro,
.formFact .glyphicon-calendar {
	padding: 5px 0px 0px;
}
.glyphicon {
	float: right;
	padding: 0px 5px 0px 5px;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #ac1a2f !important;
	border-color: #96172a !important;
}
.pdfviewer,
.table {
	width: 100% !important;
}

.table th img,
.table td img {
	width: 20px;
}

.hiddenList {
	padding-top: 5px;
	display: none;
}

label.fileLabel {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #b70d28;
	display: inline-block;
	transition: all 0.5s;
	cursor: pointer;
	padding: 7px 24px !important;
	text-transform: uppercase;
	width: fit-content;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.numberAlert {
	background: #c00;
	border-radius: 40px;
	padding: 3px 7px;
	vertical-align: 5px;
	font-size: 8px;
}
.txtFooter {
	color: #ac1a2f;
	font-size: 11px;
}
.footer {
	color: #7f3333;
	font-size: 12px;
	padding: 15px;
}
#disableUser {
	cursor: pointer;
}
.iconic-transfer {
	color: #000;
	font-weight: bold;
	margin: 0px 3px 0px 3px;
	border: 1px solid #000;
	padding: 2px;
	border-radius: 5px;
	cursor: pointer;
}
.iconic-list-rich {
	color: #411cc7;
	border: 1px solid #411cc7;
	padding: 2px 2px 2px 2px;
	border-radius: 3px;
}
.iconic-menu-selected-checkmark {
	fill: green;
}
.iconic-tags {
	cursor: pointer;
}
.iconic-tags-front {
	fill: #c00;
}
.iconic-pencil-shaft {
	fill: #fcb400;
}
.iconic-pencil-eraser {
	fill: #ec297b;
}
.iconic-file-page {
	fill: #c00;
}
.iconic-euro-strike,
.iconic-euro-e {
	stroke: #c00;
	fill: #c00;
}
.iconic-random-line-bottom,
.iconic-random-arrowhead-bottom {
	stroke: #c00;
	fill: #c00;
}
.iconic-border {
	border: 1px solid #000;
	border-radius: 3px;
	padding: 2px;
	color: #000;
	margin: 0 2px;
}
.iconic-trash {
	cursor: pointer;
	color: #c00;
}
.iconic-trash-can.iconic-property-fill {
	stroke: #c00;
	fill: #c00;
}

#FilterMenu {
	display: inline-block;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#FilterMenu a {
	text-decoration: none;
}
#FilterMenu li {
	margin-left: 1px;
	float: left;
}
#FilterMenu li button {
	display: block;
	border-radius: 0px;
}
#FilterMenu li:first-child button {
	border-radius: 3px 0px 0px 3px;
}
#FilterMenu li:last-child button {
	border-radius: 0px 3px 3px 0px;
}
#FilterMenu li #hideAdvancedSearch,
#FilterMenu li #ExternalhideAdvancedSearch {
	display: none;
}
.buttonAction {
	text-align: center;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.buttonAction label {
	cursor: pointer;
	width: 60%;
	transition: all 200ms ease-out;
	color: #95162a;
}
.buttonAction label:hover {
	border-bottom: 4px solid #c00;
	transition: all 200ms ease-out;
}
.buttonAction .disabled {
	cursor: auto;
}
.buttonAction .disabled:hover {
	border-bottom: none;
}
.iconic-collapse-arrow {
	stroke: #000;
	fill: #000;
}
.iconic-collapse-line {
	stroke: #c00;
	fill: #c00;
}
.iconic-circle-x {
	color: #c00;
	font-size: 32px;
}
.deleteDoc {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}
.invert {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.iframeContinerClose {
	width: 100%;
	height: 52px;
}
.closePDF {
	color: #c00;
	font-size: 30px;
	width: 70%;
	text-align: right;
	height: 0px;
	margin: 2%;
	z-index: 1;
	cursor: pointer;
}
.iconic-euro {
	color: #c00;
	border: 1px solid;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
}
#AlertDialog {
	display: none;
}
.edit {
	float: right;
}
.edit span {
	color: #fff;
	border: none;
	margin-left: 10px;
}
.btn-primary {
	background-color: #95162a;
	border-color: #4b0b15;
}
.pointer {
	cursor: pointer;
}
.slider-handle {
	background-image: linear-gradient(
		to bottom,
		#99172a 0,
		#95172a 100%
	) !important;
}
.slider-selection {
	background-image: linear-gradient(
		to bottom,
		#f80024 0,
		#ce001f 100%
	) !important;
}
.slider-track-low,
.slider-track-high {
	background: #0000005c !important;
}
.iconic-location {
	color: #cc7c00;
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
	border-radius: 3px;
}

.slider-disabled .slider-handle {
	background-image: linear-gradient(
		to bottom,
		#929292 0,
		#8c8c8c 100%
	) !important;
}
.iconic-share-boxed-md,
.iconic-property-accent {
	color: #f00;
	stroke: #c00;
	fill: #c00;
}

.revokedIcon svg {
	margin: -13px 0px -9px 25px;
	cursor: pointer;
	width: 25px !important;
	height: 25px !important;
}
.iconic-tag-md {
	color: #f00;
	stroke: #c00;
	fill: #c00;
}

.change-doc-state {
	height: 20px;
	width: 20px;
	display: inline-block;
}
/*.TituleBoton{
	padding: 12px;
	margin-right: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.TituleBoton:hover{
	background: #6e6e6e;
	padding: 12px;
	margin-right: 5px;
    border-radius: 5px;
}*/
.TituleActive {
	background: #6e6e6e;
}
.facturacion #TableExternal {
	display: none;
}

.renovatedButton {
	font-size: 115% !important;
	font-weight: bold !important;
	color: #ac1a2f;
	border: 1px solid #ac1a2f;
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
}

.documents #docUploadAdmin {
	border: 1px solid #000;
	padding: 3px 5px 3px 5px;
	border-radius: 3px;
	cursor: pointer;
}

/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #ac1a2f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.container-check {
	display: inline;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
	position: absolute;
	border: #000 1px solid;
	top: 3px;
	border-radius: 3px;
	left: 0;
	height: 22px;
	width: 23px;
	background-color: #f8010163;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
	background-color: #ac1a2f;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
	background-color: #ac1a2f;
}

/* Create the checkmark-check/indicator (hidden when not checked) */
.checkmark-check:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark-check when checked */
.container-check input:checked ~ .checkmark-check:after {
	display: block;
}

/* Style the checkmark-check/indicator */
.container-check .checkmark-check:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checknone {
	display: none !important;
}

#loadingModal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8)
		url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading #loadingModal {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #loadingModal {
	display: block;
}

/*
 error para los AJAX
*/
#ajaxerror {
	width: fit-content;
	max-width: 250px;
	min-height: 76px;
	display: none;
	align-items: center;
	position: fixed;
	top: 142px;
	z-index: 1000;
}
#ajaxerror .error {
	margin: 0 auto;
	background: #f00;
	padding: 20px;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
}

#ajaxerror #closeErr {
	position: absolute;
	font-weight: bold;
	color: #fff;
	text-align: right;
	/* width: 100%; */
	top: -6px;
	right: -2px;
	/* border: 1px solid #f7f4f4; */
	/* border-radius: 11px; */
	padding: 0px 5px 0 5px;
	font-size: 19px;
	/* background: #4a2c2c; */
	cursor: pointer;
}

#renewDoc {
	float: right;
}

.cafmanager {
	word-break: break-word;
	max-width: 480px;
}

.ServiceResponse .has_error {
	color: #c00;
}
.ServiceResponse .has_succes {
	color: rgb(47, 180, 21);
}
#replaceButton,
#GenerateButton,
#DeleteButton {
	display: none;
}
.budgetform .form-control {
	width: 85%;
}
.spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
#factTableInfo #observaciones {
	width: 100%;
	height: 80px;
	resize: none;
}

#Actionloading {
	display: none;
}
.change-doc-state.reject {
	background-image: url("../../img/close_delete_2.png");
}
.change-doc-state {
	background-size: 20px;
	display: inline-block;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
/*Plantillas completas sin DATOS*/
.tableSolicitud,
.docLoad {
	display: none;
}
#pinChangeBtn,
#SendToStatus label {
	display: none;
}
#saveDocuments {
	text-align: center;
}
#DocCorrected {
	cursor: pointer;
}
#Actionloading {
	display: none;
	text-align: center;
}
#reqback {
	display: none;
}
.table#DocumentsTable {
	margin-bottom: 0;
}
#privateDocTable svg {
	margin-bottom: -12px;
}
.iconic-open-source-sm {
	fill: #159611;
}
#unlockRequest {
	padding: 2px 3px 0px 3px;
	/* border: 1px solid #000; */
	border-radius: 5px;
	cursor: pointer;
}
.confirm-state-btn,
#stateselector,
.edit-state-btn {
	display: none;
}

#RESendToStatus,
#Revoke {
	display: none;
}

#FilterMenu .iconic-spreadsheet {
	color: #fff;
}
#orgaideselector .dropdown-single {
	position: absolute;
	width: 22%;
}

.iconic-md {
	cursor: pointer;
}
.MoveRequest svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.MoveRequest {
	cursor: pointer;
	padding: 4px 3px 2px 3px;
	border: 1px solid #000;
	border-radius: 5px;
}
#newordercod {
	color: #c00;
}
#progress_revoking {
	display: none;
}
#revokereplace {
	display: none;
}
#DataListerIvSign_wrapper {
	margin-top: 8px;
}
.TituleBoton_SB {
	padding: 12px;
	margin-right: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.TituleBoton_SB:hover {
	background: #791423;
	padding: 12px;
	margin-right: 5px;
	border-radius: 5px;
}
.TituleActive_SB {
	background: #791423;
}
#panel_infpteRen,
#panel_infclient,
#panel_infRequest,
#CifsPanel {
	display: none;
}

.cert-item a{
	color: inherit;
}
.cert-item .user-container{
	display: flex;
	font-size: 90%;
	padding: 0;
}
.cert-item .user-container > span{
	background-size: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	padding-left: 30px;
	overflow: hidden;
	transition: width 0.3s;
}
.cert-item .user-container > span.userid{
	background-image: url("/img/user_solicitante.png");
}
.cert-item .user-container > span.userid:hover,
.cert-item .user-container:not(:hover) > span.userid.active{
	background-image: url("/img/user_solicitante_hover.png");
}
.cert-item .user-container > span.userid-gestor{
	background-image: url("/img/user_gestor.png");
}
.cert-item .user-container > span.userid-gestor:hover,
.cert-item .user-container:not(:hover) > span.userid-gestor.active{
	background-image: url("/img/user_gestor_hover.png");
}
.cert-item .user-container > span.userid-operador{
	background-image: url("/img/user_operador.png");
}
.cert-item .user-container > span.userid-operador:hover,
.cert-item .user-container:not(:hover) > span.userid-operador.active{
	background-image: url("/img/user_operador_hover.png");
}

.cert-item .user-container:not(:hover) > span.active,
.cert-item .user-container > span:hover{
	width: 100%;
}
#documentContractCard{
	display: none;
}
