@charset "utf-8";
/* ----- Custom CSS Document -------
-------- Expensas Online -------- */

/* MAIN CSS EOL */
body {
	font-family: "Quicksand" !important;
}
#main-container, #navbarTop {
	min-width:320px;
}
#wrapFooterLogin {
	bottom:0;
	left:0;
	background: rgba(247,247,247,0.85);
	padding:0.5em 1% 0;
	min-width: 320px;
	position: fixed;
	display:inline-block;
	border-top:1px solid #cccccc;
	z-index:100;
}
.text-right{text-align: right !important;}

.dropdown-toggle, li a {
    background: white;
    border: none;
}
#sidebar {
	background-color: white !important;
}
#sidebar-collapse {
	margin-top: 20px;
	margin-left: 12%;
	border-radius: 10px;
	width: 75%;
    border: none !important;
}
#sidebar:before {
    background-color: white !important;
	border-right: 1px rgba(0,15, 15,0.06) solid !important;
	width: 200px !important;
}
#main-content {
	margin-left: 201px;
}
#leftRightArrow {
	border: none !important;
}
.li_gestion {
	margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.li_gestion:hover {
	background: rgba(0,0,0,0.07) !important;
}
.submenu>li:after {
	border-left: 1px solid rgba(0,0,0,0.07) !important;
}
.submenu> li a {
	border: none !important;
}
a::after {
	display: none !important;
}
li.active:after {
	display: none !important;
}


/* LOADING */
#loading {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.9);
	opacity:0.9;
}

#loadingLeyenda {
	color: black !important;
	font-size: 16px !important;
}

#fadingBarsG{
	position:absolute;
	width:180px;
	height:22px;
	left:50%;
	top:50%;
	margin-left:-90px;
	margin-top:-11px;
}

#fadingBarsG p {
	color:#FFF;
	text-align:center;
	padding:0;
	margin:5px 0 0;
}

.fadingBarsG{
	position:absolute;
	top:-60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent !important;
	width:58px;
	height:68px;
	
}
#fadingBarsG_1{
	left:60px;
	-moz-animation-delay:0s;
	-webkit-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
	border: none !important;
	background-image: url(/assets/imgs-eol/logoLoad1.png);
	opacity: 0;
}
#fadingBarsG_2{
	left:60px;
	-moz-animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
	-ms-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	animation-delay:0.5s;
	border: none !important;
	background-image: url(/assets/imgs-eol/logoLoad4.png);
	-moz-animation-name:bounce_fadingBarsG;
	-moz-animation-duration:5s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:ease-in-out;
	-moz-transform: scale(1);
	-webkit-animation-name:bounce_fadingBarsG;
	-webkit-animation-duration:5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:ease-in-out;
	-webkit-transform: scale(1);
	-ms-animation-name:bounce_fadingBarsG;
	-ms-animation-duration:5s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:ease-in-out;
	-ms-transform: scale(1);
	-o-animation-name:bounce_fadingBarsG;
	-o-animation-duration:5s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:ease-in-out;
	-o-transform: scale(1);
	animation-name:bounce_fadingBarsG;
	animation-duration:5s;
	animation-iteration-count:infinite;
	animation-direction:ease-in-out;
	transform: scale(1);
	opacity: 1;
}
.prop-editando{
    color: #393939;
    text-decoration: none;
}
.prop-editando:hover{
    color: #393939;
    text-decoration: none;
    cursor: default;
}
.capa-activar-balance{
    position: fixed;
    left: 50%;
    z-index: 1000;
}
.capa-balance-ejemplo{
    opacity: 0.5;
}
.word-break{
	word-break: break-all;
}

/* @-moz-keyframes bounce_fadingBarsG{
	0%{
		-moz-transform: scale(1);
		-moz-transform: rotateY(0deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
	40%{
		-moz-transform: scale(.7);
		-moz-transform: rotateY(180deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad4.png);
	}
	80%{
		-moz-transform: scale(1);
		-moz-transform: rotateY(360deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
	100%{
		-moz-transform: scale(1);
		-moz-transform: rotateY(360deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
}

@-webkit-keyframes bounce_fadingBarsG{	
	0%{
		-webkit-transform: scale(1);
		-webkit-transform: rotateY(0deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
	40%{
		-webkit-transform: scale(.7);
		-webkit-transform: rotateY(180deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad4.png);
	}
	80%{
		-webkit-transform: scale(1);
		-webkit-transform: rotateY(360deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
	100%{
		-webkit-transform: scale(1);
		-webkit-transform: rotateY(360deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
} */

/* @-ms-keyframes bounce_fadingBarsG{
	100%{
		-ms-transform: rotateY(360deg);
	}
}

@-o-keyframes bounce_fadingBarsG{	
	100%{
		-o-transform: rotateY(360deg);
	}
} */

@keyframes bounce_fadingBarsG{	
	0%{
		transform: rotateY(0deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
	25%{
		transform: rotateY(180deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad2.png);
	}
	50%{
		transform: rotateY(360deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad3.png);
	}
	75%{
		transform: rotateY(540deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad4.png);
	}
	100%{
		transform: rotateY(720deg);
		opacity: 1;
		background-image: url(/assets/imgs-eol/logoLoad1.png);
	}
}

.marginlinks5 {
	margin-right: 5%;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-8 {
	margin-bottom: 8px;
}

.m-l-0 {
	margin-left: 0px !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.help-button {
	line-height: 18px !important;
}

/*** nuevo estilos formularios ***/
.new-form-styles .control-group.info .control-label,
.new-form-styles .control-group.info .help-block,
.new-form-styles .control-group.info .help-inline {
	color: #434446;
}

.new-form-styles .control-group.info input,
.new-form-styles .control-group.info select,
.new-form-styles .control-group.info textarea {
	border-color: #ddd;
	color: #555;
}

.lighter-blue {
	color: #2679b5;
}

.header.lighter-blue {
	border-bottom-color: #f5f5f5;
}

.ordenes_de_pago {
	width: 97%;
	margin: auto;
}

.ordenes_de_pago .info-proveedor {
	padding: 10px;
	border: 1px solid #ddd;
	height: 27px;
	padding-bottom: 5px;
	background-color: #f2f2f2;
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 0px 7px 3px rgba(158,158,158,0.17);
	-moz-box-shadow: inset 0px 0px 7px 3px rgba(158,158,158,0.17);
	box-shadow: inset 0px 0px 7px 3px rgba(158,158,158,0.17);
}


.ordenes_de_pago .resumen h3,
.ordenes_de_pago .info-proveedor p {
	color: #37ab07;
}

.ordenes_de_pago .resumen h3 {
	font-size: 18px;
	line-height: 18px;
}

.ordenes_de_pago .resumen span,
.ordenes_de_pago .info-proveedor span {
	color: #5d5858;
}

.ordenes_de_pago .resumen {
	padding: 10px;
	border: 1px solid #ddd;
	padding-bottom: 5px;
	background-color: #f2f2f2;
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 0px 7px 3px rgba(158,158,158,0.17);
	-moz-box-shadow: inset 0px 0px 7px 3px rgba(158,158,158,0.17);
	box-shadow: inset 0px 0px 7px 3px rgba(158,158,158,0.17);
	margin: 20px 0;
}

.text-nowrap {
	white-space: nowrap
}
.notifications-bell {
	opacity: 0.4;
	cursor: pointer;
	border-radius: 50%;
	padding: 8px;	
	transition-property: all;
	transition-duration: .3s;
}
.notifications-bell:hover {
	opacity: 0.6;
	transform: scale(1.1);
	background: lightgray;
}
.notifications-tab-overflow {
	overflow: hidden;
}
.notifications-tab {
	z-index: 100;
	position: absolute;
	height: 0px;
	width: 350px !important;
	background: white;
	right: 60px;
	top: 72px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.24);
	display: none;
	transition-duration: 0.2s;
	transition-property: all;
	overflow: hidden;
}
.notification-tabs-content {
	overflow: hidden;
	max-height: 100% !important;
}
.notifications-tab-open {
	max-height: 400px !important;
}
.notifications-tab:after,
.notifications-tab:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.notifications-tab:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  left: 70%;
  margin-left: -9px;
}
.notifications-tab:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: lightgray;
  border-width: 10px;
  opacity: 0.4;
  left: 70%;
  filter: blur(2px);
  margin-left: -10px;
  top: -24px;
}
.notifications-tab-header {
	height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.notifications-tab-header p {
	font-weight: 600;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 15px;
}
.notifications-tab-footer p {
	color: blue;
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	position: absolute;
	bottom: -10px;
}
.notifications-tab-footer p:hover {
	background: rgba(0,0,0,0.08);
}
.notification {
	background: rgba(0,0,0,0.0);
	width: 100%;
	height: 70px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	border-top: 1px solid transparent;
	position: relative;
	cursor: pointer;
	margin-top: 0px;
}
.notification:hover {
	background: rgba(0,0,0,0.06);
	border-top: 1px solid rgba(0,0,0,0.03);
}
.not-avatar {
	background: rgba(0,0,0,0.09);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 14px;
	transform: scale(0.8);
	margin-top: -10px;
}
.not-content {
	position: absolute;
	width: 78%;
	right: 0px;
	top: 0px;	
	height: 70px;
	padding-top: 10px;
}
.not-subject {
	font-weight: 600;
	width: 100%;
	text-align: left;
	font-size: 13px;
	margin: 0px;
	margin-top: -2px;
}
.not-message {
	width: 80%;
	text-align: left;
	font-size: 13px;
	margin-top: -10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}
.not-fecha {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: gray;
	position: absolute;
	top: 54px;
	left: 0px;
}
.noLeido {
	height: 10px;
	width: 10px;
	position: absolute;
	right: 30px;
	top: 39px;
	background: #50c878;
	border-radius: 50%;
}
.Leido {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 30px;
	top: 39px;
	border: 1px solid lightgray;
	background: white !important;
	border-radius: 50%;
}
.notificationsBadge {
	position: absolute;
	top: -2px;
	left: 20px;
	height: 9px;
	width: 16px;
	background: red;
	color: white;
	border-radius: 50%;
	padding-top: 7px !important;
	font-weight: 600;
	line-height: 1px;
	text-align: center;
	border: 1px white solid;
	display: none;
}
.fa-exclamation-circle {
	color: blue !important;
	font-size: 30px !important;
	opacity: 0.7;
	position: absolute;
	top: 9.5px;
	left: 12.5px;
}
.noContentYet .fa-comment {
	color: rgba(0,0,0,0.1);
	font-size: 70px;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.noContentYet {
	display: none;
}
.noContentYet p {
	color: rgba(0,0,0,0.2);
	font-size: 17px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	font-weight: bold;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
.tooltip {
	/* 7position: absolute; */
	padding: 5px;
	padding-left: 10px;
	width: 128px;
	background: rgba(120,120,120, 0.96);
	border-radius: 3px;
	color: white;
	top: -35px;
	left: -110px;
	display: block !important;
	opacity: 1;
	font-size: 12px;
	font-weight: 600;
}
.markAll {
	color: blue;
	text-align: right;
	padding-right: 40px;
	width: 100%;
	margin-top: -28px;
	margin-left: -20px;
	cursor: pointer;
}
.markAll:hover {
	text-decoration: underline;
}
.btn {
    border-radius: 3px !important;
    text-shadow: none !important;
}
/* Nuevo bootbox: */
.bootbox {
    border: none;
    border-radius: 5px;
    font-size: 16px !important;
}
.bootbox-body {
    max-width: 80%;
    min-height: 50px;
}
.bootbox .modal-footer {
    border-top: none;
    background: rgba(0,0,0,0.02);
}
.bootbox .modal-body {
    padding: 20px !important;
}
.bootbox .btn {
    border-radius: 4px;
    text-shadow: none !important;
    outline: none !important;
    padding: 0 16px 1px;
    border: none;
}
.bootbox .btn:hover {
    opacity: 0.6 ;
}
.bootbox-close-button { 
    margin-top: -3px !important;
    transform: scale(1.3);
}
/* Nuevo selector mes: */
.boxmonth {
	display: block;
	border: none !important;
	border-radius: 6px !important;
	padding: 10px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14) !important;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14) !important;
}
/* Buscador tabla:
div .row-fluid .span8 div label input {
	transform: translateY(2px) translateX(6px);
}
div .row-fluid .span8 div {
	transform: translateY(-6px) translateX(-6px);
} */

/* Nuevo chozen: */
.chzn-container {
    height: 26px;
    font-family: '-apple-system,BlinkMacSystemFont','Segoe UI','Roboto','Oxygen','Ubuntu','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
    color: #172b4d;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    background-color: #f4f5f7;
    border: 1px solid #dfe1e6;
    border-radius: 3px;
    padding-top: 2px;
    padding-left: 6px;
}
.chzn-container a {
    background-color: #f4f5f7 !important;
    border: none !important;
    background-image: none !important;
    box-shadow: none !important;
}
.chzn-container a span {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    background-color: #f4f5f7;
    border: none;
}
.chzn-container a div {
	margin-right: 3px;
	transform: scaleY(0.8) scale(1.1);
}
.chzn-container a b::before {
    content: none !important;
}
.chzn-search::after {
    /* content: none !important; */
    transform: translateY(-4px);
}
.chzn-search {
    border: 2px solid #5dabff !important;
    border-radius: 2px;
    transform: scale(0.94);
    height: 28px;
    padding-top: 0px !important;
    margin-bottom: 4px !important;
}
.chzn-search input {
    padding-top: 0px;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.chzn-container .chzn-drop {
    border: none;
    margin-top: 6px;
    padding: 0px;
}
.chzn-results {
    padding: 0px !important;
    margin: 0px !important;
}
.chzn-results li {
    padding: 10px !important;
    color: rgba(0,0,0,0.7) !important;
}
.chzn-results li:hover, .chzn-results .result-selected,  .chzn-results .highlighted {
    background: rgba(0,0,0,0.05) !important;
}
.chzn-results::-webkit-scrollbar {
  width: 8px;
}
.chzn-results::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.chzn-results::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}
.chzn-results::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}