/*TOOLTIP*/

/*#tooltip1 { position: relative; }
#tooltip1 a span { display: none; color: #000; }
#tooltip1 a:hover span { display: block; position: absolute; width: 200px; background: #000 ; height: 50px; left: 100px; top: -10px; color: #FFF; padding: 0 5px; }
*/

/* FONTS */


@font-face {
    font-family: 'cartogothic';
    src: url('../fonts/cartogothicstd-bold-webfont.eot');
    src: url('../fonts/cartogothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cartogothicstd-bold-webfont.woff') format('woff'),
         url('../fonts/cartogothicstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/cartogothicstd-bold-webfont.svg#cartogothic_stdbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'cartogothic';
    src: url('../fonts/cartogothicstd-book-webfont.eot');
    src: url('../fonts/cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cartogothicstd-book-webfont.woff') format('woff'),
         url('../fonts/cartogothicstd-book-webfont.ttf') format('truetype'),
         url('../fonts/cartogothicstd-book-webfont.svg#cartogothic_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cartogothic';
    src: url('../fonts/cartogothicstd-italic-webfont.eot');
    src: url('../fonts/cartogothicstd-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cartogothicstd-italic-webfont.woff') format('woff'),
         url('../fonts/cartogothicstd-italic-webfont.ttf') format('truetype'),
         url('../fonts/cartogothicstd-italic-webfont.svg#cartogothic_stditalic') format('svg');
    font-weight: normal;
    font-style: italic;

}


/* END FONTS */


body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.usersRow, .meta, .cambioRentaRow
{
    width:300px;
    height: 280px;
    border: 1px solid #CCC;
    box-shadow: 10px 10px 5px #CCC;
    float: left;
    margin: 10px 10px;
    padding: 25px 0;
    border-radius: 6px;
}

.usersRow2
{
    width:300px;
    height: 150px;
    border: 1px solid #CCC;
    box-shadow: 10px 10px 5px #CCC;
    float: left;
    margin: 10px 10px;
    padding: 25px 0;
    border-radius: 6px;
}

.cambioRentaRow{
    float: left;
    padding: 10px;
    height: 130px;
    width: 250px;
}

.usersRow h1
{
	text-align: center;
	margin: 0;
}

.usersRow h3, .usersRow h5
{
	color: #949599;
	margin: 5px 5px;
	text-align: center;	
}

.usersRow table
{
	width: 100%;
}

.usersRow td
{
	width: 50%;
	text-align: center;
	text-size: 26px;
}

.userPhoto
{
    width:150px;
    height: 150px;
    margin: 0 auto;
    box-shadow: none;
}

.userPhoto img
{
	max-width: 150px !important;
	max-height: 150px !important;
}

.userTable
{
    width: 100% !important;
    overflow:hidden;
    background: #FFF !important;
}

.userName
{
    text-align: center;
    margin:5px 0;
}

.userTools
{
	width: 98%;
	height: 35px;
	padding: 0 2%;
	text-align: center;
}

.userToolsTop
{
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	float:right;
	position:relative;
	top: -200px;
}


#permisosWrapper
{
	width: 100%;
	height: 220px;
}

.permisosBucket
{
	width: 40%;
	height: 200px;
	margin: 20px 5%;
	background: #CCC;
	border: 1px solid #666;
	float: left;
	overflow: auto;
	padding-bottom: 30px; 
}

.permiso
{
	background: #FFF;
	color: #3E7EB2;
	border: 1px solid #3E7EB2;
	border-radius: 4px 4px;
	width: 90%;
        margin: 5px 5%;
	padding: 10px 0;
	text-align: center;
	
}

.tabcasoasdf
.tabcasoasdf
{
	background: #000;
  
	
}



#errorMessage
{
	background: rgba(255,0,0,0.1);
	width: 40%;
	margin: 0 auto;
	padding: 5%;
}

.usersRow:hover .botonEliminar
{
	opacity: 1;
}

.navbar-brand
{
	margin: 0 !important;
	padding: 0 !important;
}

.navbar .container
{
	margin: 0 !important;
	padding: 0 !important;
}
.textoCasos
{
	text-align: left;
}



.nav li ul 
{ 
    position: absolute;
    top: 40px;
    left: 0;
 
 	padding: 0px;
 	
    opacity: 1;
    background-image:linear-gradient(to bottom, #1D3B72 0px, #102961 100%);
    
    list-style-type: none;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.nav li:hover > ul { opacity: 1; }

.nav ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.nav li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
    width: 200px;
}

.nav ul li a {
    width: 200px;
    padding: 4px 0 4px 40px;
    marPgin: 0;
 	display: block;
    border: none;
    border-bottom: 1px solid #FFF;
    color: #999999;
}

.nav ul li a:hover 
{
	color: #FFF;
	text-decoration: none;
}
 
.nav ul li:last-child a { border: none; }


.CasosView
{
	width:100%;
}

#headerInfo
{
	width: 100%;
	border: none;
	float: none;
	display: block;
	height: 200px;
}

#headerInfo h1, #headerInfo p
{
	width: 75%;
	float: left;
	margin: 0;
	padding: 0;
}

.CasosView div div
{
	width: 25%;
	float: left;
	border: none;
}

#casoFlag
{
	float:right;
	width: 50px;
}

#casoFlag img
{
	width: 50px;
}

.loginInput
{
	margin: 10px 2%;
	width: 46%;
	float: left;
	height: 30px;
	border: 1px solid #CCC;
}

.loginInputCheckbox
{
	width: 20%;
	margin: 10px 0;
	float: left;
}

.loginInputCheckbox span
{
	position: relative;
	top: -15px;
}

.loginInputCheckbox input
{
	border: 1px solid #CCC;
}

.loginInputSubmit
{
	width: 72%;
	height: 30px;
	margin: 10px 4%;
	float: left;
	border: 1px solid #CCC;
}

input[type=submit], #taskForm button
{
	height: 40px;
	margin: 10px;
	padding: 5px 20px;
	border: 1px solid #CCC;
}
.loginFila
{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.loginFila:last-child
{
	margin-top: 0;
}

.taskRow
{
	width: 100% !important;
	height: 30px;
}

.taskColumn
{
	width: 25% !important;
	height: 30px;
}

#tareasdeEtapa
{
	overflow:hidden;
	height: auto;
	width: 100%;
}

#placeHoldeHiddenDivs
{
	display: none;
}

.cuotaNueva td, .cuotaRepetida td
{
	border-bottom: 1px solid #1A429A !important;
}

.pagosTitulo
{
	color: #1A429A;
	text-align: center;
	border-left: 1px #1A429A solid;
	padding: 0 !important;
}

.valor
{
	text-align: right;
}

.izquierdaBordeDoble
{
	border-left: 5px #1A429A double;
}

.botonEliminar img
{
	width: 32px;
	height: 32px;
}

.multiple
{
	display: inline;
	margin: 0 10px !important;
}

#metas
{
	width:100%;
	margin: 0 auto 20px;
	overflow: hidden;
	max-width: 100%;
}

#colDerecha, #colIzquierda
{
	width:94%;
	margin: 0 3%;
	float: left;
}

.columnaFormulario
{
	width: 15%;
	float: left;
	margin: 15px 0; 
}

.tituloSeccion{
	width: 100%;
	float: left;
	margin: 0px 0;
	padding-bottom: 34px;
	/*border-bottom: 1px solid #c9cacc;*/
	color: #949599;
	font-weight: normal;
}
.titulos{
	color: #949599;
	font-weight: normal;
}
.bb1{
	border-bottom: 1px solid #C9CACC;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.pb34{
	padding-bottom: 34px;
}
.menuSeccion
{
	width: 100%;
	height: 74px;
	float: left;
	text-align: right;
	margin: 0px 0;
	padding-bottom: 34px;
	/*border-bottom: 1px solid #c9cacc;*/
	color: #383838;
	font-weight: normal;
}

.menuSeccion:after
{
	clear:both;
}

.menuSeccion a{
	color: #FFF;
}

footer
{
	position:fixed;
	width: 100%;
	height:25px;
	background: #FFF;
	left: 0;
	bottom: 0;
	border-top: 1px solid #c9cacc;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

footer a
{
	color: #949599;
}

.pagination ul
{
	list-style-type: none;
	overflow: hidden;
	width: 765px;
	padding: 0;
	text-align: center;
}

.pagination ul li
{
	float: left;
	margin: 0 10px;
}

.pagination ul li a
{
	color: #949599;
}

.frase
{
	max-width: 100%;
	width: 760px;
	margin: 0 auto;
	display: block;
}

.frase img
{
	width: 100%;
}

.barraProgreso
{
	width: 90%;
	border: 1px solid #c9cacc;
	height: 12px;
	margin: 0 5%;
}

.progresoActual
{
	background: #010E45;
	height: 10px;
}

.meta h1 {
    height: 80px;
}

.egresos
{
	width: 100%;
}
.egresos tr:nth-child(2n+1)
{
	padding: 10px;
	background: #EEE;
}

.egresos tr:nth-child(2n)
{
	padding: 10px;
	background: #FFF;
}

.egresos td, .egresos th
{
	padding: 10px;
}

.interna{
	margin-left: 40px;
}

.interna tr
{
	background: none !important;
}

.clear{clear:both;height:20px;display:block;width:100% !important}

.calendario
{
	width: 20px;
	height: 20px;
	background: url('../img/GrupoGlorsys-CalendarIcon.gif');
	float: left;
}

.dateTimePicker
{
	float: left;
}

.cboxContent label
{
	display: block;
}

.container label span
{
	display: block;
	clear: both;
}

#tabsPagos, #tabsPagos div
{
	width:100%;
}

#tabsPagos div
{
	background: #FFF;
}

#googlemap
{
	width:250px;
	height: 250px;
	float: right;
}

#descripcion
{
	float: left;
}

@media screen and (max-width: 320px) {

        #colIzquierda, #colDerecha
        {
                width:100%;
                border:none;
                float: none;
        }

		.navbar-brand
		{
			max-width: 75%;
		}
		
		.navbar-brand img
		{
		        max-width: 100%;
		}
}

.tituloDashboard
{
	width: 100%;
	font-size: 300%;
	color: #010e45;
	text-align: left;
	margin: 10px 0;
}

.ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,.ui-state-default, 
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	color: #CCC !important;
}

#gestionesDeEtapa
{
	width: 100%;
}

#ui-datepicker-div
{
	background: url("images/ui-bg_inset-soft_50_c9c9c9_1x100.png") repeat-x scroll 50% bottom #c9c9c9 !important;
}

#ui-datepicker-div .ui-state-active, 
#ui-datepicker-div .ui-widget-content .ui-state-active, 
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default
{
	color: #FFF !important;
}

#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default
{
	border: none;
}

#ui-datepicker-div .ui-state-default .ui-state-highlight
{
	border: 1px solid #FFF !important;
}

#taskForm
{
	position:fixed;
	width: 90%;
	height:0px;
	left: 0;
	bottom: 25px;
	background: #FFF;
	border: 0px solid #DDD;
	border-radius: 0px;
	margin: 0 5%; 
	overflow: auto;
}

#taskForm label, #taskForm input, #taskForm button
{
	float: left;
}

#nuevaTareaBoton
{
	background: url('../img/GrupoGlorsys-NewTask-TopRightImg.png') no-repeat;
	background-size: 90px 90px;
	width: 90px;
	height: 90px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	cursor:pointer;
}

.evaluacionRow
{
    width:250px;
    height: 250px;
    border: 1px solid #CCC;
    box-shadow: 10px 10px 5px #CCC;
    float: left;
    margin: 10px 10px;
    padding: 25px 0;
    border-radius: 6px;
    text-align: center;
}

.evaluacionRow input, .evaluacionRow select
{
	width: 100%;
}

.ui-autocomplete
{
	background: #FFF !important;
}

.ui-autocomplete li
{
	border-bottom: 1px solid #CCC;
	padding: 10px 0 !important;
}

.buscadorTop
{
	width: 250px;
}

.filtrosCat
{
	width:100%;
	float:left;
}

.jqplot-table-legend
{
	width: auto !important;
}

.errorMsg
{
	background: rgba(255,0,0,0.2);
	width: 90%;
	padding: 1%;
}

.formElement
{
	overflow: hidden;
}

.pipelinefila
{
	width: 960px;
	height: 40px;
	padding: 10px 0;
}


/*.PLfila1
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila01.jpg');
}
.PLfila2
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila02.jpg');
}
.PLfila3
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila03.jpg');
}
.PLfila4
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila04.jpg');
}
.PLfila5
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila05.jpg');
}
.PLfila6
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila06.jpg');
}
.PLfila7
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila07.jpg');
}
.PLfila8
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila08.jpg');
}
.PLfila9
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila09.jpg');
}
.PLfila10
{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila10.jpg');
}*/

.PLfila1{
	background-image: url('/img/GlorsysCapital-Pipeline-Fila01.jpg');	
}

.PLporcentaje
{
	width: 420px;
	margin-left: 40px;
	float: left;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.PLcasos
{
	float: left;
	height: 40px;
	font-size: 14px;
	width: 100px;
	color: #000;
}

.PLetapa
{
	height: 40px;
	float: left;
	font-size: 14px;
	width: 192px;
	color: #000;
}

#centroTareaBoton
{
	background-size: 90px 90px;
	width: 90px;
	height: 90px;
	position: fixed;
	top: 0;
	right: 90px;
	z-index: 10000;
	cursor:pointer;
}



.tareavencehoy
{
    background-image: url('/img/GrupoGlorsys-PMS-CentroTareasIcon-On.png');
}

.tareanovencehoy
{
    background-image: url('/img/GrupoGlorsys-PMS-CentroTareasIcon.png');
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}


.historial-financiamiento{
	float: left;
	width: 100%;
}

.historial-financiamiento .historial-individual{
	float: left;
	width: 24%;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0.5%;
}

.historial-financiamiento .lineas-laterales-izq{
	float: left;
	width: 0;
	border-left: 1px solid #ccc;
	height: 0%;
	margin: 12.5% 0;
	padding: 50% 2.5%;
}

.historial-financiamiento .lineas-laterales-der{
	float: right;
	width: 0;
	border-right: 1px solid #ccc;
	height: 0%;
	margin: 12.5% 0;
	padding: 50% 2.5%;
}
.historial-financiamiento .lineas-laterales-der-med{
	float: right;
	width: 0;
	border-right: 1px solid #ccc;
	height: 0%;
	margin: 12.5% 0;
	padding: 25% 2.5%;
}

.contenedor-historial{
	float: left;
	width: 94%;
	padding: 0 9%;
}

.historial-financiamiento h1{
	float: left;
	width: 100%;
	text-align: center;
}

.titulo-100{
	float: left;
	width: 100%;
}

#aniosmeses-form{
	float: left;
	width: 97%; 
	padding: 0 1%;
}

#aniosmeses-form select{
	margin: 0 10px;
	background: url(images/selectarr.png)  no-repeat right center;
	background-size: auto 95%;
	padding: 3px 15px;
}

.ui-widget button.banco-ampliacion{
	background: url(images/add_money.png) no-repeat center;
	background-size: auto 95%;
	font-size: 0px;
	border: 0px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #DDDDDD;
	border: 3px solid  #333;
	}
  ul.navbar li {
    background: #F9F9F9;
    margin: 0.1em 0;
    padding: 0.8em;
	height:60px;
	text-align: center;
    word-wrap: break-word;
    border-top: 0.1em solid #DDDDDD }

	
ul.navbar2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position:static;
    top: 200px;
    width:1145px;
    left: 145px;
    background: #E0E0E0; }
  ul.navbar2 li {
    background: #E0E0E0;
    margin: 0.1em 0;
    text-align: center;
    padding: 4px 14px 4px 14px;
    
    border: 0.1em solid white }
  ul.navbar2 a {
    text-decoration: none }

