.d-none { display: none; }

.form-horizontal .control-label {
    text-align: left;
}

/* MODAL DETALLE WIDTH 90% */
.modal-detalle { width: 50%; }

.seccionCliente { display: none; }

/**/
.borroLinea { font-size: 20px; padding: 4px 9px; margin-left: 5px; }
.magenCols { padding: 0; margin-top: 2px; }

/* SALDOS */
.anchoFacts { width: 10%; align-self: center; text-align: center; }

/* clientes detalle */
.saldo-operacion { display: flex; justify-content: space-between; }
.resumen { cursor: pointer; }

.disponible { background-color: #20b51836; }
.no-disponible { background-color: #2482c421; }

.table-bordered > thead > tr.disponible > th,
.table-bordered > tbody > tr.disponible > th,
.table-bordered > tfoot > tr.disponible > th,
.table-bordered > thead > tr.disponible > td,
.table-bordered > tbody > tr.disponible > td,
.table-bordered > tfoot > tr.disponible > td,
.table-bordered > thead > tr.no-disponible > th,
.table-bordered > tbody > tr.no-disponible > th,
.table-bordered > tfoot > tr.no-disponible > th,
.table-bordered > thead > tr.no-disponible > td,
.table-bordered > tbody > tr.no-disponible > td,
.table-bordered > tfoot > tr.no-disponible > td {
    border: 1px solid #d0d0d0;
}

#configAvanzado { display: none; }

/*DETALLE OPERACION*/
.seccion { border-radius: 10px;  margin: 0 0 10px 0; padding-bottom: 10px; }
.seccion-remito { background-color: #f5ecec; }
.seccion-remito > .box-title { background-color: #f2d6d6; }
.seccion-remito > .box-title > .precio { text-decoration-line: line-through;  }
.seccion-factura { background-color: #ecf5ec; }
.seccion-factura > .box-title { background-color: #cfeecf; }
.seccion-recibo { background-color: #ecf0f5; }
.seccion-recibo > .box-title { background-color: #d0dff2; }
.seccion > .box-title {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.seccion > .box-title > h3 { text-transform: capitalize; margin: 0;}
.desplegar { cursor: pointer; }

/* PERFILES SECCIONES */
.small-box > .inner {
    min-height: 110px;
}
.agregoUser { cursor: pointer; }

ul.permisos { list-style: none; padding: 0; }
ul.permisos li:nth-child(odd) .form-group {
    background-color: #ecf0f5;
    color: #000000;
	margin: 0;
	padding: 7px 5px;
	border-radius: 5px;
}
ul.permisos li:nth-child(even) .form-group {
    color: #000000;
    background-color: #FFFFFF;
	margin: 0;
	padding: 7px 5px;
	border-radius: 5px;
}
ul.permisos li .form-group label { margin: 0; margin-right: 5px; }

/* BAJA USUARIOS */
.vbox-figlio { padding: 0 !important; }
.modal-header { background-color: #00a7d0 !important; border-color: #0097bc; color: #fff !important; }
.modal-header .vbox-close { position: inherit; color: #000; text-shadow: 0 1px 0 #fff; }
.modal-header .close { margin-top: -2px; color: #000; text-shadow: 0 1px 0 #fff; width: auto; height: auto; font-size: 25px; background-position: initial; opacity: .4; }
.modal-header .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .8; }
.modal-header .vbox-close:after { position: absolute; }
.modal-body { background-color: #00c0ef !important; color: #fff !important; }
.modal-footer { background-color: #00a7d0 !important; border-color: #0097bc; color: #fff !important; }
.modal-footer .vbox-close { position: relative; font-size: 14px; width: auto; font-weight: 400; padding: 6px 12px; height: auto; line-height: 1.42857143; top: 0; background-position: unset; }

/* CAMBIOS GENERAL */
body.skin-blue {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: #222;
}

body.skin-blue h1 { color: inherit !important; }
body.skin-blue h3 {
	font-family: 'Source Sans Pro',sans-serif !important;
	color: inherit !important;
}

.content-header > h1 {
	color: inherit !important;
}

.profile-user-img { background-color: rgba(0,0,69,0.8); }

tr.delegado { background-color: #caf0c2; }
tr.delegado:hover { background-color: #b9ecae !important; }

/* LOGIN ESTILOS */
.login-flex {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: url(http://www.agenciamix.ar/img/64857.jpg);
}

.login-flex > .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	background: linear-gradient(45deg, rgb(109, 26, 109) 0%, rgb(10, 165, 173) 100%);
	z-index: 0;
}

.login-flex > .login-flex-box {
	width: 400px;
	z-index: 0;
}

.login-flex > .login-flex-box > .login-flex-logo {
	width: 100%;
	padding: 0 30px;
}

.login-flex > .login-flex-box > .login-flex-logo > img {
	padding: 10px 50px;
}

/* PROSPECTOS NUEVOS */
.buscoProsp { cursor: pointer; }

/* PROSPECTOS LISTAR */
span.pos-prospecto i { margin-right: 10px; cursor: pointer; font-size: 22px; }
span.pos-prospecto i.normal { color: gold; }
span.pos-prospecto i.destacado { color: gold; }
span.pos-prospecto i.destacado2 { color: #3c763d; }
span.pos-prospecto i.new-comentario { color: #dd4b39; }

.timeline > form > li { position: relative; margin-right: 10px; margin-bottom: 15px; }
.timeline > form > li > .fa, .timeline > form > li > .glyphicon, .timeline > form > li > .ion { 
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	background-color: rgb(210, 214, 222);
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}
.timeline-inverse > form > li > .timeline-item { 
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	margin-top: 0;
	background: #f0f0f0;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
	border: 1px solid #ddd;
}
.timeline > form > li > .timeline-item > .time { color: #999; float: right; padding: 10px; font-size: 12px; }
.timeline-inverse > form > li > .timeline-item > .timeline-header { 
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	border-bottom-color: #ddd;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}
.timeline-inverse > form > li > .timeline-item > .timeline-header > input { background-color: transparent; border: none; }
.timeline > form > li > .timeline-item > .timeline-body, .timeline > form > li > .timeline-item > .timeline-footer {
	padding: 10px;
}
.timeline > form > li > .timeline-item > .timeline-body > textarea { background-color: transparent; border: none; width: 100%; resize: vertical; }

.timeline > form > li > .timeline-item > .timeline-footer > a { position: relative; }
.timeline > form > li > .timeline-item > .timeline-footer > a > input[type="file"] { width: 100%; height: 100%; opacity: 0; overflow: hidden; position: absolute; z-index: 0; top: 0; left: 0; cursor: pointer; }

.input-group-addon, .form-control { font-size: 17px; }