/* ----------------------- GENERALES Y ANIMACION SECCION -------------------------*/

.absolute{
	position: absolute;
}

.pointer{
	cursor: pointer;
}

.font13{
	font-size: 13px !important;
}

.font14{
	font-size: 14px !important;
}

.font15{
	font-size: 15px;
}

.font22{
	font-size: 22px !important;
}

.text-ellipsis{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.toggle-angle,
.toggle-angle::before,
.toggle-angle::after,
.toggle-wrap.active .toggle-angle,
.toggle-wrap.active .toggle-angle::before,
.toggle-wrap.active .toggle-angle::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.toggle-angle::before,
.toggle-angle::after {	
	display: block;		
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 40%;
	-webkit-transform-origin: 40%; 
	transform-origin: 40%;
}


.toggle-wrap.active .toggle-angle::before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggle-wrap.active .toggle-angle::after {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* ----------------------- Blocker STYLE -------------------------*/

/* Div bloqueante*/
.flokzu-blockGral{
    position:fixed; 
    top:0px; 
    bottom: 0px; 
    left:0px; 
    right:0px; 
    z-index:1050; 
    background: url("/javax.faces.resource/img/block.png.xhtml") repeat;
    display:none;
}

.flokzu-blockGralSon{
    position:absolute; 
    left:50%; 
    top:400px; 
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    height:39px; 
    width:44px; 
    border:1px solid #A8A8A8; 
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8); 
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);     
}

.flokzu-spin-block{
	margin-top: 12px;
    margin-left: 14px;
}

.flokzu-loading-doc{
	position:fixed; 
    border: 1px solid #ccc;
    bottom: 10px; 
    right:10px; 
    z-index:1050; 
    background: #fff;
    display:none;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); 
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.6);
    color: #80273d;     
}
.flokzu-loading-doc-son{
	padding:10px; 
}


/* ----------------------- GENERALES STYLE -------------------------*/

.mtop5{
	margin-top: 5px;
}

.mtop10{
	margin-top: 10px;
}

.mtop15{
	margin-top: 15px;
}

.mtop20{
	margin-top: 20px;
}

.mbottom10{
	margin-bottom: 10px;	
}

.mbottom20{
	margin-bottom: 20px;	
}

.transparent{
	background: transparent !important;
}


/* ----------------------- FLOKZU STYLE -------------------------*/

/*
.flokzu-page-title{
	font-family: 'Raleway', sans-serif; font-size:26px !important; font-weight:300
}

.flokzu-page-subtitle{
	font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 400;margin-top: 8px;margin-bottom: 0px;
}
*/

.form-background{
	/*background: #fdfcfd;*/
	/*background: #fefefe;*/
	background: #fefdfe; /*Ojo que le pega a la pagina de documento*/
}

.white-background{
	background: #fff;	
}

.flokzu-panel-title{
	/*padding-left: 15px;*/
	font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;    
}

.flokzu-panel-footer{
	margin-top: 15px;
    padding-top: 10px;
}


.has-error .help-block{
	list-style-type: none;     
}		

.input-lg.select2-container.form-control{
	min-height:40px !important
}

.input-lg.select2-container-multi .select2-choices,
.input-lg.select2-container .select2-choice,
.flokzu-select2-tags .select2-choices
{
	height: 100% !important;
	font-size: 15px;
	padding-top: 8px;	
}

.flokzu-select2-tags .select2-choices{
	border:none;
}

.select2-container-multi.select2-container-disabled .select2-choices{
	background-color: #f1f1f1;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{
	background-color: #f1f1f1;
	cursor: inherit;
}

.form-control[readonly]::-moz-placeholder {
 	color: #f1f1f1;
}
.form-control[readonly]:-ms-input-placeholder {
	color: #f1f1f1;
}
.form-control[readonly]::-webkit-input-placeholder {
  color: #f1f1f1;
}



.input-lg.select2-container-multi .select2-choices .select2-search-field input{		
	font-size: 17px;
	min-height: 40px;
}									

.input-lg.select2-container .select2-choice .select2-arrow b{
	padding: 9px 0;
}



.select2-hidden-accessible{
	display: none;
}

/* ----------------------- DOCUMENTO - FORM -------------------------*/

				
.contenedor_boton_top {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}

.boton_top {
	position:relative;
	margin:auto;
	width:96px;
	/*right:50%;*/
	/*bottom:0%;*/
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:3px 15px;
	text-align: center;
	/*margin: 0 0 0 0;*/
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.boton_top:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.boton_top .fa {
	font-size:20px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


.doc-flokzu-btn-wrapper{
	margin: 15px 0px 0px 0px;
    border-top: 1px solid #eaeaea;
    padding-top: 16px;
}


.doc-flokzu-btn{
	margin-right: 10px;
}


.google-btn{
	-webkit-box-shadow: none;
	text-shadow: none;
    line-height: 15px;
    font-weight: 400;
    padding: 7px 12px;
    outline: 0!important;    
    box-shadow: none;
   	vertical-align: middle;
   	
   	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
   	background-color: #4D90FE;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(to bottom,#4d90fe,#4787ed);
	
    border: 1px solid #3079ed;
    color: #fff;
}


.google-btn:hover{	
    background-color: #357ae8;
   	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(to bottom,#4d90fe,#357ae8);
	
    border: 1px solid #2f5bb7;    
    
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.google-btn:active{	
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,.3);
}

@media (min-width: 768px){
	.margin-doc-content{
		padding: 5px 20px;
	}	
	
	.min-width-popup{
		min-width: 700px;
	}
	
	.min-width-popup-header{
		min-width: 650px;
	}
}



.doc-flokzu-seccion{	
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 22px;
}

.doc-flokzu-sub-seccion{    
    font-weight: 600;
    margin-top: 10px;
    margin-left: 5px;
    line-height: 28px;    
}

.doc-flokzu-label{
    margin: 0px;
    /*font-weight: 600;
    font-size: 14px;*/
}

.doc-flokzu-label-dotted{
	cursor: help;
    border-bottom: 1px dotted #000;
    line-height: 20px;
}

.doc-flokzu-input{	
	height: 40px !important;
	font-weight: 300;
}



.doc-flokzu-input  .select2-choice .select2-arrow{
	padding: 3px 9px;
    background-color: #eee;
    border: 1px solid #d6d6d6;
    width: 44px;
}

.doc-flokzu-input.select2-dropdown-open .select2-choice,
.doc-flokzu-input.select2-container-active .select2-choice,
.doc-flokzu-input.select2-dropdown-open .select2-choices,
.doc-flokzu-input.select2-container-active .select2-choices {
	 -webkit-box-shadow:inset 0 0 3px #a7a0a0 !important;
       -moz-box-shadow:inset 0 0 3px #a7a0a0 !important;
            box-shadow:inset 0 0 3px #a7a0a0 !important;  
         
     border-color: #a7a0a0;     
     outline: 0;              
}

.theme-dust .select2-container-multi.select2-container-active .select2-choices, 
.theme-dust .select2-container-multi.select2-dropdown-open .select2-choices, .theme-dust .select2-drop-active{
	 border-color: #cbcccd;   
}

.doc-flokzu-input.select2-container-multi.select2-container-multi .select2-choices .select2-search-choice{
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 8px;
}

.doc-flokzu-input-text-area{	
	height: 80px !important;
	padding: 10px 12px !important;
    font-weight: 300 !important;
    overflow: auto !important;
}

.doc-flokzu-input-text-area:focus{
    -moz-box-shadow: inset 0 0 2px #a7a0a0 !important;
    box-shadow: inset 0 0 2px #a7a0a0 !important;
    border-color: #eee !important;
    outline: 0;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);*/
}

.doc-flokzu-input-switcher{	
    margin-top: 5px;
    margin-left: 10px;
}

.doc-flokzu-placeholder{	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}


.doc-flokzu-input-link{	
    color: #4083a9;
    text-decoration: underline;
    line-height: 40px;
    
    
}

.doc-flokzu-input:focus{
	 -webkit-box-shadow:inset 0 0 2px #ccc !important;
       -moz-box-shadow:inset 0 0 2px #ccc !important;
            box-shadow:inset 0 0 2px #ccc !important;  
         
     border-color: #d6d6d6 !important;
    outline: 0;
                	
}

.doc-flokzu-input-check label{
	margin-left: 10px;
    font-weight: 300;
    background: transparent;
    opacity: 1;
}

.row-flokzu-head{
	margin: 4px 0px 0px 0px;	
	font-size: 15px;	
}

.row-flokzu-doc-info{
	margin: 2px 10px 1px 10px;	
}

.row-flokzu-doc{
	margin: 2px 10px;
    border-top: 1px solid #f3f3f4;
    padding: 9px 0px;
}

.oldGridRow{
	margin: 2px 10px 1px 10px;
    padding-right: 0px !important;
    font-size: 15px;
    background-color: #ebeced;
    position: relative;
} 

.oldGridCol{
	padding: 0px !important;
}

.oldGridValue{
	background: white;
    padding: 0px;
}

.oldGridLabel{
    margin-top: 10px;
}


.col-flokzu-doc-info-head{	
	padding:8px;
	background-color: #ebeced;
	padding-left: 9px;
    border-top: 2px solid #fff;
    margin-top: -2px;
}

.col-flokzu-doc-info-value{
	padding:10px 7px 5px 7px;	
	padding-left: 12px;
	border-top: 1px solid #ebeced;
	font-weight: 300;
    background-color: #fff;
}

.col-flokzu-head-value{
	padding: 0px;
	/*background-color: #fff;*/
}

.col-flokzu-label{
	padding: 10px 11px 10px 11px;
	background-color: #ebeced;
}

.col-flokzu-value{	
	padding: 10px 0px;
	font-size: 14px;
}

.col-flokzu-value-readonly{
	background-color: #f4f4f4;
}


.border-b{
	border-bottom: 1px solid #eaeaea;
}


.doc-flokzu-field-error{
	border: 1px solid #d38e99 !important;
}

.col-flokzu-value .form-control[disabled]{	
    background-color: #f4f4f4;    
    cursor: inherit;
}
.col-flokzu-value textarea.form-control[disabled], .col-flokzu-value textarea.form-control[readonly] {
    cursor: default;
}



.col-flokzu-value .select2-container.select2-container-disabled .select2-choice,
.col-flokzu-value .select2-container.select2-container-disabled .select2-choices{
	background-color: #f4f4f4;  
}


.doc-flokzu-reading{
	cursor: auto !important;
	background: #f4f4f4;
}

.flokzu-tab-counter{
	font-size: 14px;
    font-weight: 600;
}


.flokzu-tab{
	font-size: 21px;
}


.flokzuFieldType .api-blocker{
	position: absolute;
	background: #3C4744;
	opacity: 0.05;
	z-index: 999;
	left: 20px;
	right: 20px;
	top: 46px;
	bottom: 24px;
}

.oldGridRow .flokzuFieldType .api-blocker{
	background: #3C4744;
	opacity: 0.05;
	z-index: 999;	
	height: 100% !important;
	left: 0px !important;  
	right: 0px !important;
  		top: auto !important;
  		bottom: auto !important;
}

/* ------------------------------- ADJUNTOS --------------------------------------------*/


.attachments-list-delete {
	
	right: 35px !important;
    width: 35px !important;
    height: 30px !important;
    line-height : 29px !important;
	
}

.attachments-list {
	
    width: 35px !important;
    height: 30px !important;
    line-height : 29px !important;
	
}



/* ----------------------------------------- HISTORIA -----------------------------------*/

.ticket-history-flokzu{	
	padding: 2px 24px 8px !important;
	border-bottom: 1px solid;
	border-color: #e4e4e4; 
}




/* ----------------------------------------- GENERICO -----------------------------------*/

/* individual: webkit */
#searchInput::-webkit-input-placeholder { color:#eaeaea; opacity:  0.5; }

/* individual: mozilla */
#searchInput::-moz-placeholder { color:#eaeaea; opacity:  0.5;  }



/* --------------------------------------------------  BLOCK UI ----------------------- */
.ui-widget-overlay{
 	opacity: .50; 
}



/* -------------------------------------------------------------------------------------------------------------------*/
/*  ESTILOS UTILIZADOS PARA LAS VISTAS */

.tooltip-icon{
	color: #999;
}

.flokzu-card{
	margin-bottom: 4px;
	border-color: #dfdfdf !important;
    border-radius: 6px;    
	padding: 5px ;
	
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.flokzu-card-inner{
	border: 1px dashed #ddd; padding:20px 10px
}

.card-element{
	border-color: #d7dfe3 !important;
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.flokzu-card-content-title{
	background: #ffffff;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 7px;
	border-radius: 6px;
}

.flokzu-card-footer{	
	border-radius: 6px;
}

.flokzu-card-footer .tag-item {
    display: inline-block;
}

.flokzu-doc-ref{
	color: #004428; /* #974e60; */    
    text-transform: uppercase;
}

.text-default-dark-1{
	color: #778384;
}

.text-default-dark-2{
	color: #6b7677;
}

.text-default-dark-3{
	color: #5f696a;
}

.text-success-light{
	color: #98ca7c;
}

.text-mxs{
	font-size: 8px;
}

.ui-button {
	border: 0;
	margin-top: 2px;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(255, 255, 255, 0.05);
}

.ui-button-text {
	background-color: white;
}

.ui-button-text:hover {
	background-color: #3daacf;
	color: white;
}


.ui-paginator {
	background-image: -webkit-linear-gradient(top, #ffffff, #FFFFFF);
	font-weight: normal;
	background: transparent;
	position: inherit;
	margin-top: 25px !important;
}

div[id="form:tabla_documentos_paginator_bottom"].ui-paginator,
div[id="form_lista_adjuntos:tabla_documentos_paginator_bottom"].ui-paginator,  
div[id="form_history:tabla_documentos_paginator_bottom"].ui-paginator,	
div[id="form_sign_history:tabla_documentos_paginator_bottom"].ui-paginator{
	right: 25px;
	margin-top: 0px !important;
}
	

.ui-paginator.ui-paginator-bottom {
    border: 0px none;
}


div.ui-paginator span.ui-paginator-page {
	right: 25px;
}



div.ui-fileupload-content {
    width: auto;
    height: auto;
    min-height : 120px;
    border: 3px dashed #ddd !important;
    margin-top: 10px;
}

div.ui-fileupload-buttonbar span.ui-button-text {
	
}


div.ui-progressbar {
	width: auto !important;
	min-width: 100px !important;
}

div.ui-paginator span.ui-paginator-current {
	display: none;
}


div[id="form:tabla_documentos"] thead,
div[id="form_lista_adjuntos:tabla_documentos"] thead,  
div[id="form_history:tabla_documentos"] thead,
div[id="form_sign_history:tabla_documentos"] thead,
div[id="frm_doc_fields:tabla_documentos"] thead{
	display: none;
}

div[id="form:tabla_documentos_paginator_bottom"] thead,
div[id="form_lista_adjuntos:tabla_documentos_paginator_bottom"],  
div[id="form_history:tabla_documentos_paginator_bottom"],
div[id="form_sign_history:tabla_documentos_paginator_bottom"]{
	border: 0px;
	margin-top: 5px;
	position: relative;
	float: right;
	right: 10px;
	line-height : normal ! important;
}

div[id="form:tabla_documentos_paginator_top"] thead,
div[id="form_lista_adjuntos:tabla_documentos_paginator_top"], 
div[id="form_history:tabla_documentos_paginator_top"] ,
div[id="form_sign_history:tabla_documentos_paginator_top"] {
	border: 0px;
	margin-top: -45px;
}


div.ui-paginator span.ui-paginator-page {
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
}

.ui-datatable-even {
	background: transparent;
	border: none;
}

.ui-datatable-odd {
	background: transparent;
	border: none;
}

.ui-datatable tbody td, .ui-datatable-data {
	border: none !important;
	background: transparent !important;
	height:50px;
	border-bottom: 1px solid #E4E4E4 !important;
}

.ui-widget-content .ui-state-hover,
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a{
	background-color: #f5f5f5 ;
	background-image: none ;
	color: #555;
}



.starred {
	color: #ffab00;
}

.fa-star-o {
	color: #707478;
}

.read {
	font-weight: 600;
}


.ui-datatable-empty-message{
	border: 0px !important;
}


mark{
	background: rgba(255, 218, 0, 0.33) !important;
}


.background-context{
	background: rgba(91,192,222,0.06);
	font-size: 13px;
	margin-top: 5px; 
	padding: 12px;
	margin-bottom: 13px;
	border-color: #31BEB1; 
}


.link-context{
	font-size : 12px;
	color: #31BEB1;
	font-weight : bold;
}

.body-context{
	padding-bottom: 0px;
	padding-top: 5px;
	color: #999; 
	font-size: 12px
}

.footer-context{
	padding-top: 10px;
	border-top: 0px solid #ececec;
}

/* -------------------------------------------------------------------------------------------------------------------*/
/* Búsqueda avanzada */

.dialogSearchAdvanced{
	background:#fafafa; 
	padding-bottom: 21px;
	margin: 11px;
	height: inherit;
}



/* ---------------------------------------------------------- PLANES -----------------------------------------------*/

.plans-panel {
    margin: 0 auto;
    margin-top: 20px;
}

.plans-container {
    position: relative;
    margin: -1px;
}


.plans-plan-name{
	color: #4083a9;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plans-plan-value{
	color: #6eaf0f;
   font-size: 60px;
    font-weight: 700;
}



.plans-container-box{
    background-color: #fff;
    border-radius: .25rem;   
	padding: 30px 70px;
    margin: 0 auto 2rem;
    border: 1px solid #e8e8e8;
}


.plans-plan-box-price{
	position: absolute;
    top: 16px;
    right: 24px;
    font-size: 36px;
    line-height: 16px;
    margin-top: 14px;
    color: #2a80b9;
    font-weight: 700;
    text-align: center;
}


/* ----------------------------------------------------------PM PROCESS MANAGER -----------------------------------------------*/


/* -----ESTILO TEMPLATING ------*/

.main-wrapper-modeler{
	position: absolute; 
	height: 100%; 
	width: 100%; 	
}

.content-wrapper-draw{
	 left: 0;
	/* padding: 54px 2px 2px 2px !important;*/
	 width: 100%;
	 position: relative;
	 height: 100%;  
	 margin: 0px;
	 overflow-y: auto;
}



/* ---------------------------------------------------------- DASGBOARD -----------------------------------------------*/

.dash-container{
	max-width: 1920px;
}

@media (max-width: 1550px) {
	.dash-container .col-lg-3{
		width: 33.33333333%;
	}

	.row .desktop-only {
	    display: inherit!important;
	}
	
	.row .mobile-only {
	    display: none!important;
	}
}

@media (max-width: 1200px) {
	.dash-container .col-lg-3{
		width: 50%;
	}
	
	
	.row .desktop-only {
	    display: none!important;
	}
	
	.row .mobile-only {
	    display: inherit!important;
	}
	
	.plans-plan-box-price{
	    position: relative;
	    display: block;
	    top: auto;
	    right: auto;
	    margin-top: 25px;
	}
	
}


@media (max-width: 850px) {
	.dash-container .col-lg-3{
		width: 100%;
	}
	
	.row .desktop-only {
	    display: none!important;
	}
	
	.row .mobile-only {
	    display: inherit!important;
	}
	
	.plans-container-box{
		padding:5px;
	}
}


.dash-back{
	color: #4083a9;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
    margin: 3px 0px 15px 15px;
}

.dash-panel-height{
	min-height: 180px;
}

.dash-card-head{
	margin: 4px 4px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    min-height: 45px;
}

.dash-card-content{
	margin: 18px 10px 0px; 
	/*min-height: 45px;*/
}

.dash-card-footer{
    padding: 10px 10px 0px;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0px 0px;
}

.dash-process-name{
	color: #4083a9;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dash-task-name{
	color: #4083a9;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dash-process-code{
	font-weight: normal;
    color: #777;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.dash-tasks-title{
    font-size: 16px;
    font-weight: 600;
}

.dash-tasks-value{
    color: #6eaf0f;
    font-size: 20px;
}

.dash-tasks-value-finalizado{
    color: #666;
    font-size: 20px;
}

.dash-tasks-value-red{
	color: #80273d;
    font-size: 20px;
}

.dash-tasks-more{
	color: #4083a9;
    display: block;
    padding-left: 2px;
    padding-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
}

.dash-card-button{
	float: right;
}


/* ------------- INPUTS --------------------- */
/* Estilos para Inputs*/

.input-flokzu-reading{
	cursor: auto !important;
}


/* ------------- BOTONES --------------------- */

.flokzu-view-more{
    color: #468CB3;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 5px;
}


.switcher-info .switcher-state-on {
    background: #468CB3 !important;
}


.users-buttons {
  float: right;
  margin-top: -12px;
}

.roles-buttons {
	float: right;
	margin-top: -4px
	
}

/* ---------- TABLAS PM ----------- */


/*Sacamos el header de la tabla de proces*/
div[id="process_list"] thead {
	display: none;
}

/*Sacamos el header de la tabla de bases de datos*/
div[id="database_list"] thead {
	display: none;
}

/*Sacamos el header de la tabla donde se definen las columnas de una bases de datos*/
div[id="bd_definition"] thead {
	display: none;
}


/*Sacamos el header de la tabla de campos de un proceso*/
div[id="app-process_form:dropTable"] thead {
	display: none;
}

div[id="process_list"] {
	border: 0px;
	margin-top: 5px;
	position: relative;
	float: right;
/*	right: 10px; */
}

div[id="process_list"] {
	border: 0px;
}





div[id="form:tabla_documentos"] thead,
div[id="formRoles:tabla_documentos_roles"] thead,
div[id="formRoles:tabla_documentos_users"] thead,
div[id="form_history:tabla_notifInApp"] thead,
div[id="form_history:tabla_historia"] thead {
	display: none;
}


div[id="form:tabla_documentos_paginator_bottom"] {
	/*border: 0px;*/
	/*margin-top: 10px;*/
	margin-bottom : -45px;
	/*position: static;*/
	/*float: right;*/
	/*right: 10px;*/
}

div[id="formRoles:tabla_documentos_roles_paginator_bottom"] {
	/*border: 0px;*/
	/*margin-top: 10px*/;
	/*margin-bottom : -80px;*/
	position: relative;
	/*float: right;*/
	/*right: 10px;*/
}

div[id="formRoles:tabla_documentos_users_paginator_bottom"] {
	/*border: 0px;*/
	/*margin-top: 10px;*/
	/*margin-bottom : -80px;*/
	position: relative;
	/*float: right;*/
	/*right: 10px;*/
}


div[id="form:tabla_documentos_paginator_top"] {
	border: 0px none !important;
	margin-top: -43px !important;
}

div[id="formRoles:tabla_documentos_roles_paginator_top"] {
	display : none;
}

div[id="formRoles:tabla_documentos_users_paginator_top"] {
	display : none;
}

.ui-datatable-even .style-colum-flokzu, .ui-datatable-odd .style-colum-flokzu{
	border: 1px solid #E4E4E4 !important;
	height:auto !important;
}

td[role="gridcell"]{
  padding: 17px 20px 12px 20px !important;
  border-bottom-color: #e4e4e4 !important;
  border-left-color: white !important;
  border-right-color: white !important;
}

.tbl-app-noborder td[role="gridcell"]{
	padding: 4px 10px !important;
	border-bottom: none !important;
}

.tbl-app-noborder .ui-datatable-data{
	border-bottom: none !important;
}




/* ----------------  TABS radius ---------------- */

.tab-content{
	border-radius: 0px 0px 4px;
	border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}


/* ----------------  PopUp Nuevo Proceso ---------------- */
.crear-de-cero {
	padding: 15px 8px 0px 8px; 
	border: 2px dashed #f06351; 
	margin:5px; 
	height: 150px; 
	width: 150px; 
	text-align:center
}

.texto-crear-de-cero {
	color:#f06351;
	text-align:center;
	font-weight: 800;
	display: inline-block;
}

.icono-crear-de-cero {
	display: inline-block;
	font-size: 80px;
	color: #f06351;
	margin-bottom:5px	
}

.templates {
	padding: 15px 8px 0px 8px; 
	border: 1px solid #DDD;
	margin:5px; 
	height: 150px; 
	width: 150px; 
	text-align:center
}

.imagen-templates {
	margin-bottom: 5px; 
	margin-top: 8px; 
	opacity:0.7
}

.titulo-templates {
	color:#4b5f83;
	font-weight:600;
	font-size:13px; 
	display:inline-block
}
	
.no-display{
	display: none;
}	


@media (max-width: 768px){
	.wizard-modal-dialog {
    	position: relative;
    	width: auto;
    	margin: 10px; 
	}
}

@media (min-width: 768px){
	.wizard-modal-dialog{
		max-width:550px;
		width: auto;
		height: auto;
		font-family: open sans;
		margin: 200px auto
	}
}

@media (max-width: 768px){
	.magicwand-modal-dialog {
    	position: relative;
    	width: auto;
    	margin: 10px; 
	}
}

@media (min-width: 768px){
	.magicwand-modal-dialog{
		max-width:250px;
		width: auto;
		height: auto;
		font-family: open sans;
		margin: 200px auto
	}
}

.wizard-modal-title{
	font-size: 24px;
	text-align: left;
	margin-left: 25px;
	font-weight: 600;
	padding-bottom: 8px;
	padding-top: 5px;
}

.wizard-modal-body{
	color:white;
	text-align: left;
	font-size: 14px;
	margin: 8px 25px
}

@media only screen and (min-width: 769px) {
	.ui.steps {
		max-width:500px;
		display: inline-flex;
		margin: 1em 0em;
		line-height: 1.14285714em;
	}
	
	.ui.steps .step {
	  display: flex;
	   flex-wrap: wrap;
	  justify-content: center;
	  padding: 1em 3em;
	  border-right: 1px solid rgba(34, 36, 38, 0.15);
	}
}

@media only screen and (max-width: 768px) {
  .ui.steps .step {
    padding: 1.14285714em 2em;
  }
}
  
.modal-alert .modal-footer {
	border-top: 1px solid #eee;
	padding: 15px 0px;
	margin: 15px 0px 0px 0px
}

.logo-flokzu{
	width:45px;
	margin: 0px 15px 0px 20px;
	float:left
}

.img-wizard {
	margin-bottom:10px;
	height:60px;
}


/* ----------------  Filtros Inbox & Finalizados ---------------- */

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
	width:24px !important
}

.filtros-desplegable {
	width:100% !important; 
	padding-top: 3px;
	padding-left: 5px
}

.aplicar-filtros {
	margin:5px;
	width:100px;	
}

/* ----------------  PopUp Tipo Campo ---------------- */
.data-types {
	padding: 6px; 
	border: 1px dashed #CCC;		
	width: auto;
	text-align:left;
	border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fefefe;
    white-space: nowrap;  
}



.imagen-tipos {
	margin-right: 10px; 
	width: 20px;
	opacity:0.9
}

.titulo-tipos {
	font-size:12px; 
	display:inline-block
}

.flokzu-new-widget-link {
	display: inline-block;
    margin-top: 11px;
}

.widget-left-border{
	border-left: 1px solid #d6d6d6;	
}

@media only screen and (max-width: 768px) {
	.widget-left-border{
		border-left: none;	
	}
}

span.flokzu-widget-arithmetic {
    height: 3em;
    width: 80%;
    display: inline-block;
    margin: 0 auto;
    padding-top: 0.7em;
    vertical-align: middle;
    text-align: center;
    background-color: rgb(234, 234, 234);
}

/* En alguna version de primefaces > 6.2.17 se escalaban los inputs a 0 y esto ocultaba los radiobuttons */
.ui-helper-hidden-accessible input {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/*Estilos para mostrar logo de integradoc grande o chico segun coresponda en barra lateral izquierda de menu
  Cuando estamos en Firefox, se deben ajustar un poco los tamaños de los logos, por tal motivo tenemos
  4 casos distintos:
  
  Browser = Chrome, Logo grande 
  Browser = Chrome, Logo chico
  Browser = Firefox, Logo grande
  Browser = Firefox, Logo chico 
*/
#main-menu #menu-bar-big-chrome.menu-content{
	position: absolute;
    bottom: 0;
    width: 96%;
    height: 60px;
    background-color: #505050;
}

#main-menu #menu-bar-big-chrome.menu-content img#big-logo-chrome {
	display: inline;
    position: absolute; 
    bottom: 0; 
    width: 90%;
    left: 9px;
}  


#main-menu #menu-bar-logo-chrome.menu-bar-style img#small-logo-chrome {
    display: none;
}

body.mmc #main-menu #menu-bar-logo-chrome.menu-bar-style{
    position: absolute;
    bottom: 0;
    width: 47px;
    height: 42px;
    background-color: #505050;
}

body.mmc #main-menu #menu-bar-logo-chrome.menu-bar-style img#small-logo-chrome {
    display: inline;
    position: absolute; 
    bottom: 0; 
    width: 77%;
 	margin-left: 8px;
    margin-bottom: 10px;
}


#main-menu #menu-bar-big-firefox.menu-content img#big-logo-firefox {
    display: inline;
    position: absolute; 
    bottom: -2px; 
    width: 90%;
    left: 9px;
}

#main-menu #menu-bar-big-firefox.menu-content{
    position: absolute;
    bottom: 0;
    width: 212px;
    height: 60px;
    background-color: #505050;
}    

body.mmc #main-menu #menu-bar-logo-firefox.menu-bar-style {
    position: absolute;
    bottom: 0;
    width: 38px;
    height: 42px;
    background-color: #505050;
}

body.mmc #main-menu #menu-bar-logo-firefox.menu-bar-style img#small-logo-firefox {
    display: inline;
    position: absolute; 
    bottom: 0; 
    width: 77%;
 	margin-left: 8px;
    margin-bottom: 10px;
}

#main-menu #menu-bar-logo-firefox.menu-bar-style img#small-logo-firefox {
    display: none;
}


@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
	
	body.mmc #main-menu #menu-bar-logo-firefox.menu-bar-style{
	 	display: none;
	}
	
	#main-menu #menu-bar-big-firefox.menu-content{
		display: none;
	}
}



@-moz-document url-prefix() {
	
	body.mmc #main-menu #menu-bar-logo-firefox.menu-bar-style{
	 	display: inline;
	}
	
	#main-menu #menu-bar-big-firefox.menu-content{
		display: inline;
	}
	
	#main-menu #menu-bar-big-chrome.menu-content{
		display: none;
	}
	
	body.mmc #main-menu #menu-bar-logo-chrome.menu-bar-style{
		display: none;
	}
	
}



