@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
@import url('tables.css');
* { font-family: 'Ubuntu';  margin : 0; padding : 0; border:0; outline:none; }
html, document, body{
	min-height: 100%;
	height: 100%;
}
body{
	background:#FFFFFF;
	overflow-x: hidden;
}
div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

div::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.overflow-auto{overflow: auto;}

.danger {    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;}

.warning{
	color: #f2c811;
}
.gray-climbea{
	color:#616161;
	fill:#616161;
}

.ng-dialog > .titleLayer{
	border-bottom: 0!important;
}

.blue-climbea-bg{
	background-color: #49a6e0;
}

.blue-climbea{
	color: #49a6e0;
}
.blue-climbea-forze {
    color: #49a6e0 !important;
}

.ba-blue-climbea{
	border:1px solid #a1a9b1;
}

.blue-climbea_2{
	color: #205588;
}

.blue-climea_3{
	color: #6b7c93;
}

.blue-climea_5{
	color:#8492a5!important;
}

.bg-blue-climbea_3{
	background-color: #6b7c93;
}

.bg-blue-climbea_4{
	background-color: #a9b4c2;
}

.bg-list-selected{
	background:#d0d4da;
}

.float_none{
	float:none!important;
}

.button_bar{
	width: 51px;
	text-align: center;
}

.display_none{
	display: none;
}
.box-sizing_border-box{
	box-sizing: border-box;
}

.ac-dropdown-list{
	color: #6b7c93;
}

div::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
a{ text-decoration:none; cursor:pointer; }
.cursor-pointer{
	cursor:pointer;
}
ng-md-icon{
	display:inline-block;
}
ng-md-icon+span{
	vertical-align:top;
}
.ac-ripple span{
	vertical-align: super;
    color: black;
}
ng-md-icon svg{
	display:block;
}
li{
	list-style:none;
}

.ng-dialog.hasTitleLayer{
	overflow: hidden!important;
}

.fondo-login{
	background-image: url(../res/img/background-login.jpg);
    background-size: cover;
}

.fondo-apps{
	background-image: url(../res/img/background.png);
    background-size: cover;
}

.menu_top{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	height: 67px;
}

.menu_top .logo img{
	width: 150px;
}

/*.fondo-login>div{
	background-color: rgba(18, 15, 17, 0.6);
}*/
.login .formulario{
	width: 427px;
	height: 506px;
	margin-top:auto;
	margin-bottom:auto;
	top:0;
	bottom:0;
}
.ac-input input{
	border-bottom: 2px solid #c7ccd0!important;
	color:#616161!important;
}

.ac-select input{
	border-bottom: 2px solid #c7ccd0!important;
}

.login .ac-placeholder, .login .ac-input{
	color:#c7ccd0!important;
}

.login .fondo-img{
	padding-top: 83px;
}

.login .logo-img{
	top: 55px;
}

.login .campos{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.button{
	cursor:pointer;
	padding-top:13px;
	padding-bottom:13px;
	padding-right:27px;
	padding-left:27px;
	text-align:center;
	font-size:18px;
	box-sizing: border-box;
	border-radius: 4px;
}
.button-large{
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	outline: 0;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	will-change: opacity, transform;
	transition: all .3s ease-out;
}
.shadow-3{
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.7)
}
.shadow-1{
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3)
}
.shadow-full{
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

.text-underline{
	text-decoration: underline;
}

.running-man-bg{
	background: url(../res/img/man-running.jpg);
	background-size: cover;
	background-position: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e291ca+0,7b90d1+100 */
	background: rgb(226,145,202); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,145,202,1) 0%, rgba(123,144,209,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(226,145,202,1) 0%,rgba(123,144,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(226,145,202,1) 0%,rgba(123,144,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e291ca', endColorstr='#7b90d1',GradientType=0 ); /* IE6-9 */
}

/***ASIDE***/
aside{
    position: absolute;
    left: 0;
    top: 57px;
    width: 230px;
    height: calc(100% - 57px);
    transition: 0.3s linear all;
    z-index: 2;
}
aside > header{
    /*height: 57px;*/
    float: left;
    width: 100%;
    /*padding-left: 10px;*/
	box-sizing:border-box;
}
aside > header img{
    position: absolute;
    width: 130px;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -20px;
}
aside > header h2{
	text-overflow: ellipsis;
    overflow: hidden;
	display:inline;
    font-weight: 400; font-size: 22px;
    color: #ECF0F1;
    line-height: 59px;
    height: 57px;
    margin: 0;
}
aside > nav{
	float:left;
	width:100%;
}

/***SIDE MENU***/
/*.side-menu > li.active{
	border-right: 3px solid #fccd4b;
}
.side-menu > li.active  > a{
    text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257),#2A3F54;
    box-shadow: rgba(0,0,0,0.25) 0 1px 0,inset rgba(255,255,255,0.16) 0 1px 0;
}*/

/***SIDE MENU LV2***/

.side-menu > li > ul{
	height: 0px;
	transition: 0.3s ease-in-out all;
	overflow: hidden;
}
.side-menu > li > ul > li:hover, .side-menu > li > ul > li.active {
    background-color: rgba(255,255,255,0.06);
}
.side-menu > li > ul > li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}
.side-menu > li > ul > li:after {
	border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}


body > header {
    left: 0px;
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    right: 0px;
    height: 57px;
    position: fixed;
    transition: 0.3s linear all;
    box-sizing: border-box;
    z-index:1;
    overflow: hidden;
}
body > main{
    left: 230px;
    right: 0px;
    top: 57px;
    position: absolute;
    bottom: 0px;
}
body > main > header {
    /*box-shadow: 0 2px 4px rgba(0,0,0,.2);*/
    height: 57px;
    position: relative;
    z-index: 1;
}


body > main .content {
    position: absolute;
    top: 57px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/***ASIDE FOOTER***/
aside > footer{
	position:absolute;
	height:35px; bottom:0px; left:0px; right:0px;
    width: 230px;
    background: #172D44;
}
aside > footer ul{
	width:100%; height:100%; float:left; display:table;
}
aside > footer ul li{
	list-style-type: none;
    margin: 0; padding: 0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}


.h100{
	height:100%;
}
.h90{
	height:90%;
}
.h80{
	height:80%;
}
.h70{
	height:70%;
}
.h60{
	height:60%;
}
.h50{
	height:50%;
}
.h40{
	height:40%;
}
.h30{
	height:30%;
}
.h20{
	height:20%;
}
.h10{
	height:10%;
}
.ac-select.bb0 input{
	border-bottom: 0;
}
.bl-1{
	border-left:1px solid #ccc;
}
.br-1{
	border-right:1px solid #ccc;
}
.bb-1{
	border-bottom:1px solid #ccc;
}
.bb-1-black-o-7{
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.bb-1-white{
	border-bottom: 1px solid white;
}
.lighter-gray-bg{
	background:#f7f7f7;
}
.semi-bold{
	font-weight:600;
}
.flexbox{
	display: flex;
}
.flex-grow-1{
	flex-grow:1;
}
.flex-1{
	flex:1;
}
.flex-middle{
	flex: 0.5;
}
.flex-witdh-47{
	flex:0 0 47px;
}
.flex-witdh-165{
	flex:0 0 165px;
}
.flex-width-194{
	flex:0 0 194px;
}
.flexbox-v{
    display: flex;
    flex-direction: column;
	max-height: 100%;
}
.flexbox-v > *:not(header){
    flex: 1;
	overflow:auto;
    overflow-x: hidden;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-space-between{
	display: flex;
	justify-content: space-between;
}
.border-radius-100{
	border-radius: 100%;
}
.border-radius-13{
	border-radius: 13px;
}


.o-37{
	opacity:0.37;
}

.animate-37{
	transition:0.37s ease-in-out all;
}

/*body > main.ng-enter{ animation: fadeIn 0.3s both ease-in; }*/
body > main.ng-leave{ z-index:9999;}
body > main.ng-enter 	{ z-index:8888; }

body > main.ng-enter{
    -webkit-animation:fadeIn 0.3s both ease-in;
	-moz-animation:fadeIn 0.3s both ease-in;
	animation:fadeIn 0.3s both ease-in;    
}
body > main.ng-leave{
-webkit-transform-origin: 50% 50%;
	-webkit-animation: fadeOut .3s both ease-in;
	-moz-transform-origin: 50% 50%;
	-moz-animation: fadeOut.3s both ease-in;
	transform-origin: 50% 50%;
	animation: fadeOut .3s both ease-in;
}

body > aside.ng-hide{
	left:-250px;
}
/*
body > aside{
	transition:0.3s ease-in-out all;
}
body > aside.ng-enter{ left:0px; }
body > aside.ng-leave{ left:-230px; }
*/

/***ANIMACIONES***/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@keyframes rotateFall {
    0%      { transform: rotateZ(0deg); }
    20%     { transform: rotateZ(10deg); animation-timing-function: ease-out; }
    40%     { transform: rotateZ(17deg); }
    60%     { transform: rotateZ(16deg); }
    100%    { transform: translateY(100%) rotateZ(17deg); }
}

/* slide in from the bottom */
@keyframes slideOutRight {
    to      { transform: translateX(100%); }
}
@keyframes fadeOut {
    to      { opacity:0; }
}
@keyframes slideOut {
    to      { transform:translateY(100%); }
}
/* rotate out newspaper */
@keyframes rotateOutNewspaper {
    to      { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

/* entering animations --------------------------------------- */
/* scale up */
@keyframes scaleUp {
    from    { opacity: 0.3; transform: scale(0.8); }
}

@keyframes fadeIn {
    from    { opacity: 0; }
	to {opacity:1}
}

/* slide in from the right */
@keyframes slideInLeft {
    from    { transform:translateX(100%); }
    to      { transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
    from    { transform:translateY(100%); }
    to      { transform: translateY(0); }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* rotate and fall */
@-webkit-keyframes rotateFall {
	0% { -webkit-transform: rotateZ(0deg); }
	20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
	40% { -webkit-transform: rotateZ(17deg); }
	60% { -webkit-transform: rotateZ(16deg); }
	100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@-moz-keyframes rotateFall {
	0% { -moz-transform: rotateZ(0deg); }
	20% { -moz-transform: rotateZ(10deg); -moz-animation-timing-function: ease-out; }
	40% { -moz-transform: rotateZ(17deg); }
	60% { -moz-transform: rotateZ(16deg); }
	100% { -moz-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
	0% { transform: rotateZ(0deg); }
	20% { transform: rotateZ(10deg); animation-timing-function: ease-out; }
	40% { transform: rotateZ(17deg); }
	60% { transform: rotateZ(16deg); }
	100% { transform: translateY(100%) rotateZ(17deg); }
}

/* scale up */
@keyframes scaleUp {
	from 		{ opacity: 0.3; transform: scale(0.8); }
}
@-moz-keyframes scaleUp {
	from 		{ opacity: 0.3; -moz-transform: scale(0.8); }
}
@-webkit-keyframes scaleUp {
	from 		{ opacity: 0.3; -webkit-transform: scale(0.8); }
}

/* slide in from the right */
@keyframes slideInRight {
	from 	{ transform:translateX(100%); }
	to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
	from 	{ -moz-transform:translateX(100%); }
	to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
	from 	{ -webkit-transform:translateX(100%); }
	to 		{ -webkit-transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
	from 	{ transform:translateY(100%); }
	to 		{ transform: translateY(0); }
}
@-moz-keyframes slideInUp {
	from 	{ -moz-transform:translateY(100%); }
	to 		{ -moz-transform: translateY(0); }
}
@-webkit-keyframes slideInUp {
	from 	{ -webkit-transform:translateY(100%); }
	to 		{ -webkit-transform: translateY(0); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
	to 		{ transform: translateX(-100%); }
}
@-moz-keyframes slideOutLeft {	
	to 		{ -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideOutLeft {
	to 		{ -webkit-transform: translateX(-100%); }
}

/* rotate out newspaper */
@-webkit-keyframes rotateOutNewspaper {
	to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-moz-keyframes rotateOutNewspaper {
	to { -moz-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
	to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

.md-textarea{
    width: 100%;
    position: relative;
    font-family: Roboto, arial, sans-serif;
    height: 137px;
    box-sizing: border-box;
    margin-bottom: 5px;
	display:inline-block;
}
.md-textarea textarea{
    background: transparent;
    font-size: 15px;
    color: black;
    position: absolute;
    bottom: 19px;
    top: 13px;
    height: calc(100% - 32px);
    left: 0px;
    right: 0px;
    width: 100%;
    transition: 0.3s ease-in-out all;
    box-sizing: border-box;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    padding-left: 7px;
    padding-right: 19px;
    text-overflow: ellipsis;
    resize: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.md-textarea.disabled textarea{
	border-style:dotted !important;
	color:#a1a9b1;
	pointer-events: none;
}
.md-textarea .placeholder{
	left: 7px;
    top: 19px;
    font-size: 15px;
    color: #ccc;color: #a1a9b1;
    transition: 0.3s ease-in-out all;
    font-weight: normal;
    pointer-events: none;
    white-space: nowrap;
}
.md-textarea .placeholder.active{
	top:0px;
	font-size: 11px;
}
.md-textarea.error textarea{
	border-bottom: 1px solid #de4848;
}
.md-textarea span.error {
    color: #de4848;
    left: 7px;
    right: 11px;
    bottom: 3px;
    position: absolute;
    font-size: 11px;
}
.md-textarea ng-md-icon{
    position: absolute;
    right: 3px;
    top: 19px;
	cursor:pointer;
}

.box-sizing-border-box{
	box-sizing: border-box;
}
.lighter{
	font-weight:lighter;
}
.dancing{
	font-family:'Dancing script'
}
.underline{
	text-decoration:underline;
}
.ba-white{
	border:1px solid white;
}
.ba{
	border: 1px solid #ccc;
}
.bt-orange{
	border-top: 1px solid #ed7c45;
}
.bt{
	border-top:1px solid;
	border-color: #ccc;
}
.bb{
	border-bottom:1px solid;
	border-color: #ccc;
}
.bl{
	border-left:1px solid;
	border-color: #ccc;
}
.br{
	border-right:1px solid;
	border-color: #ccc;
}
.uppercase{
	text-transform:uppercase;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.strike {
	text-decoration:line-through;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.nobreak{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.no-events{
	pointer-events:none;
}
.ov{
	overflow:visible !important;
}
.oh{
	overflow:hidden !important;
}
.animated{
	transition:0.3s ease-in-out all;
}
.contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cover{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.cover-center{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}
.object-fit-cover{
	object-fit: cover;
}
.width-auto{
	width: auto!important;
}
.ib{
	display: inline-block;
}
.block{
	display:block !important;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.ll{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.abs{
	position:absolute;
}
.abs_center{
	margin-left: auto;
	margin-right:auto;
	left:0;
	right:0;
}
.abs_center_vertically{
	position: absolute;
    top: 40%;
    transform: translateY(-40%);
}
.abs_top{
	top:0;
}
.abs_bottom{
	bottom:0;
}
.abs_right{
	right:0;
}
.abs_left{
	left:0;
}
.rel{
	position:relative;
}

.pre-wrap{
	white-space: pre-wrap;
}

.red-camara-bg{ background: rgb(218, 54, 58); }
.red-camara{ color: rgb(218, 54, 58); }

.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}


.ac-input a{
	position: absolute;
    top: 10px;
    right: 10px;
    color:red;
}

.ac-select.disabled{
	pointer-events: none;
}

.placeholder{
    font-size: 15px;
    color: #ccc;color: #a1a9b1;
    transition: 0.3s ease-in-out all;
    font-weight: normal;
    pointer-events: none;
    white-space: nowrap;
}

span.disabled{
	color: #a1a9b1;
    font-size: 11px;
    padding-left: 0;
}

.s12{
	min-height: 1px;
	float:left;
	width:100%;
}
.s11{
	min-height: 1px;
	width:91.66%;
	float:left;
}
.s10{
	min-height: 1px;
	width:83.33%;
	float:left;
}
.s9{
	min-height: 1px;
	width:75%;
	float:left;
}
.s8{
	min-height: 1px;
	width:66.66%;
	float:left;
}
.s7{
	min-height: 1px;
	width:58.33%;
	float:left;
}
.s6{
	min-height: 1px;
	width:50%;
	float:left;
}
.s5{
	min-height: 1px;
	width:41.66%;
	float:left;
}
.s4{
	min-height: 1px;
	width:33.33%;
	float:left;
}
.s3{
	min-height: 1px;
	float:left;
	width:25%;
}
.s2{
	min-height: 1px;
	float:left;
	width:16.66%;
}
.s1{
	min-height: 1px;
	float:left;
	width:8.33%;
}

@media only screen and (min-width: 601px){
	.m12{
		min-height: 1px;
		float:left;
		width:100%;
	}
	.m11{
		min-height: 1px;
		width:91.66%;
		float:left;
	}
	.m10{
		min-height: 1px;
		width:83.33%;
		float:left;
	}
	.m9{
		min-height: 1px;
		width:75%;
		float:left;
	}
	.m8{
		min-height: 1px;
		width:66.66%;
		float:left;
	}
	.m7{
		min-height: 1px;
		width:58.33%;
		float:left;
	}
	.m6{
		min-height: 1px;
		width:50%;
		float:left;
	}
	.m5{
		min-height: 1px;
		width:41.66%;
		float:left;
	}
	.m4{
		min-height: 1px;
		width:33.33%;
		float:left;
	}
	.m3{
		min-height: 1px;
		float:left;
		width:25%;
	}
	.m2{
		min-height: 1px;
		float:left;
		width:16.66%;
	}
	.m1{
		min-height: 1px;
		float:left;
		width:8.33%;
	}
}

@media only screen and (min-width: 993px){
	.l12{
		min-height: 1px;
		float:left;
		width:100%;
	}
	.l11{
		min-height: 1px;
		width:91.66%;
		float:left;
	}
	.l10{
		min-height: 1px;
		width:83.33%;
		float:left;
	}
	.l9{
		min-height: 1px;
		width:75%;
		float:left;
	}
	.l8{
		min-height: 1px;
		width:66.66%;
		float:left;
	}
	.l7{
		min-height: 1px;
		width:58.33%;
		float:left;
	}
	.l6{
		min-height: 1px;
		width:50%;
		float:left;
	}
	.l5{
		min-height: 1px;
		width:41.66%;
		float:left;
	}
	.l4{
		min-height: 1px;
		width:33.33%;
		float:left;
	}
	.l3{
		min-height: 1px;
		float:left;
		width:25%;
	}
	.l2{
		min-height: 1px;
		float:left;
		width:16.66%;
	}
	.l1{
		min-height: 1px;
		float:left;
		width:8.33%;
	}
}

.white-childs{
	color:white!important;
}
.white-childs *{
	color:white!important;
}
.white-childs input{
	border-bottom: 1px solid white!important;
}

.capitalize{
	text-transform: capitalize;
}

.middle-align{
	vertical-align: middle;
}

.sub-align{
	vertical-align: sub;
}

.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}

.display_none{
	display:none!important;
}

.wrapper{
	/* background: #EFEFEF; */
    /* box-shadow: 1px 1px 10px #999; */
    margin: auto;
    text-align: center;
    position: relative;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    /* margin-bottom: 20px !important; */
    width: calc(100% - 92px);
    /* padding-top: 5px; */
}

.overflow-y_auto{
	overflow-y: auto;
}

.scroll{
	overflow-x: auto;
	overflow-y: hidden;
	/*height: 80px;*/
	white-space:nowrap
}

.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll div{
	box-shadow: 1px 1px 10px #999; 
	margin: 2px;
	max-height: 50px;
	cursor: pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	padding-bottom: 7px;
}

.overflow_scroll{
	overflow: scroll;
}

.black{
	color:black;
}

.lightgray-bg{
	background-color: lightgray;
}

.lightgray{
	background-color: lightgray;
}

.button-big-fix-bot-right {
	width: 100px; height: 100px; position: fixed; right: 10px; bottom: 10px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; line-height: 89px; 
	font-weight: bold; text-align: center; font-weight: bold; font-size:100px; z-index:99; 
}

.scroll-x {overflow: auto; padding-top:5px;}
.progressbar {
      counter-reset: step;
      margin:15px auto 0 auto;
      cursor:pointer;
      height: 53px;
      display: table-row;
      table-layout: fixed;
      width: 100%;
}
.progressbar li {
      list-style-type: none;
      width: 125px !important;
      font-size: 10px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: red;
      display: table-cell;
      min-width: 20%;
}
.progressbar li a{
      display: block;
      min-width: 125px;
}
.progressbar li:before {
      width: 25px;
      height: 25px;
      content: attr(start);
      counter-increment: step;
      line-height: 25px;
      border: 2px solid red;
      display: block;
      text-align: center;
      margin: 0 auto 2px auto;
      border-radius: 50%;
      background-color: white;
}
.progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #49a6e0;
      top: 15px;
      left: -50%;
      z-index: -1;
}
.progressbar li:first-child:after {
      content: none;
}
.progressbar li.active {color: red;}
.progressbar li.active:before {border-color: red;background:red;color:#fff;}
.progressbar li.active + li:after {background-color: #49a6e0;}
  
.progressbar li.validar_ok {color: green;}
.progressbar li.validar_ok:before {border-color: green;background:#fff;color:green;}
.progressbar li.validar_ok.active {color: green;}
.progressbar li.validar_ok.active:before {border-color: green;background:green;color:#fff;}
 
.progressbar li.validar_ko {color: red;}
.progressbar li.validar_ko:before {border-color: red;background:#fff;color:red;}
.progressbar li.validar_ko.active {color: red;}
.progressbar li.validar_ko.active:before {border-color: red;background:red;color:#fff;}

.success {background-color: #dff0d8;}
.informePowerBi {height: 100%;}
.informePowerBi .informePowerBiLink {display: none; background: #fff;}
.informePowerBi .informePowerBiContet {width: 100%; height: 100%;}

.informePowerBi.zoom {position:fixed; width: 100%; height: 100%; left:0; top:0; z-index:999999;}
.informePowerBi.zoom .informePowerBiLink {display: block; position:absolute; right: 10px; top:10px;}

.informePowerBi .informePowerBiLinkZoom  {display: block; position:absolute; right: 10px; top:10px; background-color: #fff;}
.informePowerBi.zoom .informePowerBiLinkZoom {display: none;}

.bg-input-white input{background:#fff;}

#tabla-lineas-presupuesto .ng-invalid-text input {border: 1px solid red !important;}
#tabla-lineas-presupuesto .ng-invalid-text .ac-error {display: none;}

.lista-clas li {  }
.lista-clas li ul { margin-left:15px; }