@import 'fuentes.css';

body {
	font-family: 'roboto_condensedregular';
	color: #444;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.division div {
	border: solid 1px lightblue;
}

.margentop8 { margin-top: 8px !important; }
.margentop10 { margin-top: 10px !important; }
.margentop20 { margin-top: 20px !important; }
.margentop30 { margin-top: 30px !important; }
.margentop40 { margin-top: 40px !important; }
.margentop50 { margin-top: 50px !important; }
.margentop60 { margin-top: 60px !important; }
.margentop70 { margin-top: 70px !important; }
.margentop80 { margin-top: 80px !important; }
.margentop90 { margin-top: 90px !important; }
.margentop100 { margin-top: 100px !important; }
.margentop110 { margin-top: 110px !important; }
.margentop120 { margin-top: 120px !important; }
.margentop130 { margin-top: 130px !important; }
.margentop140 { margin-top: 140px !important; }
.margentop150 { margin-top: 150px !important; }
.margenleft10 { margin-left: 10px !important; }
.margenleft20 { margin-left: 20px !important; }
.margenleft30 { margin-left: 30px !important; }
.margenleft40 { margin-left: 40px !important; }
.margenright10 { margin-right: 10px !important; }
.margenright20 { margin-right: 20px !important; }
.margenright30 { margin-right: 30px !important; }
.margenright40 { margin-right: 40px !important; }

.transicion {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ecf0f1;
}

.dataTables_scrollBody::-webkit-scrollbar {
	width: 6px;
	background-color: #95a5a6;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: #95a5a6;
}

.modal-content {
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.modal-header {
	background: #344a92;
	color: #FFF;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.modal-header .close {
	color: #FFF;
	outline: none;
}

.error {
	border: solid 1px #f1c40f !important;
}

.cargando {
	background: rgba(189, 195, 199, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9990;
	width: 100%;
	height: 100%;
	display: none;
}

.ct {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cc {
	display: table-cell;
	vertical-align: middle;
}

.btn {
    border-radius: 0px;
    outline: none;
    position: relative;
}

.btn:active, .btn:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, 0);
    outline: none;
}

.topbarra {
	position: fixed;
	z-index: 88;
	top: 0px;
	left: 0px;
	background: url('../img/bg.png') ;
	display: block;
	width: 100%;
	height: auto;
}

.topinterior {
	float: left;
}

.topbarra .btnmenu {
	display: table;
	text-align: center;
	color: #FFF;
	height: 30px;
	width: 30px;
	font-size: 14px;
	cursor: pointer;
}

.topbarra .btnmenu:hover {
	background: #7497C1;
}

.topbarra .btnmenu span {
	display: table-cell;
	vertical-align: middle;
}

.btnmenu.activo {
	background: #7497C1;
	padding: 0 0 0 4px;
}

.tituloModulo {
	margin: 0 0 0 0;
	padding: 5px 4px 0 4px;
	font-size: 18px;
	color: #FFF;
	height: 30px;
}

.usuario {
	display: inline-block;
	color: #FFF;
	height: 30px;
	padding: 5px 8px 0 0;
	text-align: center;
}

.usuario i {
	margin: 0 5px 0 0; 
}

.oculto {
	display: none;
}

.lineaSeparador {
	margin: 10px 10px 0 10px;
	padding: 0 0 0 0;
}

.form-control {
	width: 95%;
    border-radius: 0px;
    outline: none;
    /*text-transform: uppercase;*/
}

.form-control:active, .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, 0);
    outline: none;
    border: solid 1px #CCC;
}

.date {
	position: relative;
	width: 90%;
}

.date input {
    border: solid 1px #CCC;
    outline: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    height: 30px;
}

.date .add-on {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 30px;
	text-align: center;
	background: #7497C1;
	color: #FFF;
	cursor: pointer;
}

.date .add-on i {
	padding: 8px 0 0 0;
	display: block;
	width: 34px !important;
	height: 30px !important;
}

.alt_short {
    background: #FFF;
    color: #344a92;
    display: none;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 50% !important;
    border-radius: 50% 50% 50% 50% !important;
    position: absolute;
    top: -8px;
    left: -8px;
    border: solid 1px #344a92;
}

.alt_short span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.cajaTablaDatos {
	padding: 0 10px 0 10px;
	overflow: auto;
}

.cajamenu {
	position: fixed;
	top: 0px;
	bottom: 0px;
	background: #222;
	z-index: 4444;
	-webkit-box-shadow: 0 0 20px 0 #333333;
	box-shadow: 0 0 20px 0 #333333;
	width: 250px;
	display: none;
}

.cajamenu h3 {
	margin: 0 0 0 0;
	padding: 5px 10px 0 10px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	height: 30px;
	background: url('../img/bg.png') #002F6C;
}

.menu {
	position: relative;
	height: 100%;
	overflow-y: auto;
}

.menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #222;
}

.menu::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.menu::-webkit-scrollbar-thumb {
	background-color: #000000;
}

.menu a {
	display: block;
	padding: 10px;
	color: #FFF;
	border-bottom: solid 1px #FFF;
	cursor: pointer;
}

.menu a:hover {
	background: #7497C1;
	color: #FFF;
	text-decoration: none;
}

.submenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #222;
	display: none;
}

.cerrar {
	display: inline-block;
	width: 100%;
}

.cerrar a {
	float: right;
	width: 40px;
	display: table;
	border: none;
	color: #FFF;
	text-align: center;
}

.cerrar a:hover {
	color: #FFF;
	background: #7497C1;
	text-decoration: none;
}

.cerrar a span {
	display: table-cell;
	vertical-align: middle;
}

.tituloerror {
	font-family: 'roboto_condensedbold';
	font-size: 80px;
	margin: 80px 0 0 80px;
	position: relative;
	z-index: 1;
}

.tituloerror span {
	display: block;
	font-family: 'roboto_condensedregular';
	font-size: 20px;
	color: #7497C1;
	padding: 0 0 0 4px;
}

.solucioneerror {
	font-family: 'roboto_condensedregular';
	font-size: 18px;
	padding: 0 0 0 4px;
	margin: 50px 0 0 0;
}

.iddevolucion {
	color: #2980b9;
}

.imgerror {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

.tablaRegistros tr {
	cursor: pointer;
}

.activo td {
    background-color: #8dadd3 !important;
    color: #FFF;
}

.activo td:first-child:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0a9";
}

.contenedorbuscador {
	width: 100%;
	display: inline-block;
	padding: 8px 8px 8px 8px;
	background: #ecf0f1;
}

.contenedorbuscador #camp_cuenta, .contenedorbuscador #camp_ext, .contenedorbuscador #camp_int {
	width: 90%;
}

.contenedorbuscador #btnbuscar {
	width: 100%;
}

.mensajeria {
	position: absolute;
	width: 260px;
	bottom: 0px;
	right: 8px;
	background: #FFF;
}

#btnmensajeria {
	background: #1abc9c;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFF;
	font-size: 18px;
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}

.tm {
	display: table;
}

.tm span {
	display: table-cell;
	height: 35px;
	vertical-align: middle;
	padding: 0 8px 0 8px;
}

.fm {
	position: absolute;
	display: table;
	top: 0px;
	right: 0px;
	background: #34495e;
}

.fm span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	height: 35px;
}

.fmup {
	transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
}

.desplegable {
	display: none;
}

.mensajes {
	border-right: solid 1px #95a5a6;
	border-left: solid 1px #95a5a6;
    padding: 8px 8px 8px 8px;
    max-height: 400px;
    overflow: auto;
}

.mensajes::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.mensajes::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.mensajes::-webkit-scrollbar-thumb {
	background-color: #7f8c8d;
}

.msg {
	text-align: justify;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.msg span {
	display: block;
	color: #bdc3c7;
}

.msg span small {
	display: inline-block;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    color: #95a5a6;
    border-left: solid 1px #95a5a6;
}

.msgseparador {
	display: block;
	left: 0;
	right: 0;
	margin: 8px auto 8px auto;
	width: 50%;
	border-bottom: solid 1px #bdc3c7;
}

.msg:last-child .msgseparador {
	display: none;
}

.enviar {
	border-top: solid 1px #95a5a6;
	border-right: solid 1px #95a5a6;
	border-left: solid 1px #95a5a6;
	position: relative;
}

.enviar input {
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	padding: 6px 42px 6px 8px;
	outline: none;
}

.enviar button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	background: #2980b9;
	color: #FFF;
	border: none;
}

.listatajos {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.listatajos li {
	display: block;
	padding: 4px 0 4px 0;
}

.listatajos h5 {
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	color: #7f8c8d;
	border-bottom: solid 1px #7f8c8d;
}

.pmensajeria {
	position: absolute;
	width: 600px;
	bottom: 0px;
	left: 8px;
	background: #FFF;
	display: none;
}

#btnpmensajeria {
	background: #9b59b6;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFF;
	font-size: 18px;
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}

.ptm {
	display: table;
}

.ptm span {
	display: table-cell;
	height: 35px;
	vertical-align: middle;
	padding: 0 8px 0 8px;
}

.pfm {
	position: absolute;
	display: table;
	top: 0px;
	right: 0px;
	background: #34495e;
}

.pfm span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	height: 35px;
}

.pfmup {
	transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
}

.pdesplegable {
	display: none;
}

.pmensajes {
	border-right: solid 1px #95a5a6;
	border-left: solid 1px #95a5a6;
    padding: 8px 8px 8px 8px;
    height: 400px;
    overflow: auto;
}

.pmensajes::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.pmensajes::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.pmensajes::-webkit-scrollbar-thumb {
	background-color: #7f8c8d;
}

.plista {
	border-left: solid 1px #95a5a6;
    height: 400px;
    overflow: auto;
}

.plista::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.plista::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.plista::-webkit-scrollbar-thumb {
	background-color: #7f8c8d;
}

.penviar {
	border-top: solid 1px #95a5a6;
	border-right: solid 1px #95a5a6;
	border-left: solid 1px #95a5a6;
	position: relative;
}

.penviar input {
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	padding: 6px 42px 6px 150px;
	outline: none;
}

.penviar button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	background: #2980b9;
	color: #FFF;
	border: none;
}

.cajaswitch {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 35px;
    overflow: hidden;
}

.cajaswitch .bootstrap-switch {
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	border: none;
	border-right: solid 1px #CCC;
}

.cajaswitch .bootstrap-switch:focus, .cajaswitch .bootstrap-switch:active {
	outline: none !important;
	-webkit-box-shadow: none !important;
}

.cajaswitch .bootstrap-switch-focused {
	-webkit-box-shadow: none !important;	
	border-color: #CCC !important;
}

.cajaswitch .bootstrap-switch-handle-off, .cajaswitch .bootstrap-switch-handle-on, .cajaswitch .bootstrap-switch-label {
    height: 35px !important;
    padding-top: 10px !important;
    -webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}

.refpedido {
	padding: 8px 8px 8px 10px;
	cursor: pointer;
	position: relative;
	height: 35px;
	border-bottom: solid 1px #95a5a6;
}

.refpedido:last-child {
	border-bottom: none;
}

.refpedido span {
	position: absolute;
	opacity: 0;
	background: #9b59b6;
	color: #9b59b6;
	width: 4px;
	height: 35px;
	top: 0px;
	left: 0px;
}

.refpedido.activo span {
	opacity: 1;
}

.refpedido span i {
	position: absolute;
	right: -4px;
	top: 11px;
}

.refpedido:hover span {
	opacity: 1;
}

.res {
	text-align: right;
}

.reclama {
	color: #c0392b !important;
}

.aclara {
	color: #2980b9 !important;
}

#formaltacliente .form-control {
	width: 100%;
}

#formaltacliente .form-group {
	margin-bottom: 8px;
}

.inputizq {
	width: 98%;
}

.inputder {
	width: 98%;
	float: right;
}

.cajabusqueda {
	border: dotted 1px #CCC;
	background: #ecf0f1;
	padding: 8px 8px 0 8px;
}

.cajacaptura {
	border: dotted 1px #CCC;
	background: #ecf0f1;
	padding: 8px 8px 0 8px;
	margin: 8px 0 8px 0;
}

.checkmargen {
	margin: 0 0 8px 0;
}

.datoDireccion {
	display: block;
}

.glyphicon.icon-arrow-left {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon.icon-arrow-left:before{
	content:"\f053";
}

.glyphicon.icon-arrow-right {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon.icon-arrow-right:before{
	content:"\f054";
}

.mensaje-caja-show {
	bottom: 0px !important;
}

.mensaje-caja {
	position: fixed;
	z-index: 100;
	left: 8px;
	bottom: -350px;
	width: 600px;
	height: 350px;
	background: #FFF;
	border: solid 1px #a4b0be;
}

.mensaje-encabezado {
	width: 100%;
	background: #dfe4ea;
	border-bottom: solid 1px #a4b0be;
}

.encabezado-separador {
	border-right: solid 1px #a4b0be;
}

.mensaje-encabezado {
	display: table;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 12px; 
	width: 100%;
	height: 30px;
}

.mensaje-encabezado-celda {
	display: table-cell;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	padding: 0 6px 0 6px;
}

.mensaje-contactos {
	width: 100%;
	height: 320px;
	overflow: auto;
	padding: 0 0 0 0;
	border-right: solid 1px #a4b0be;
}

.mensaje-contactos::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.mensaje-contactos::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.mensaje-contactos::-webkit-scrollbar-thumb {
	background-color: #7f8c8d;
}

.mensaje-contactos a:first-child {
	border: none;
}

.mensaje-mensajes {
	width: 100%;
	height: 281px;
	padding: 0 4px 0 4px;
	overflow: auto;
	background: rgba(229,221,213, 0.92);
}

.mensaje-mensajes::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.mensaje-mensajes::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.mensaje-mensajes::-webkit-scrollbar-thumb {
	background-color: #7f8c8d;
}

.mensaje-texto {
	display: inline-block;
	background: #dfe4ea;
	width: 100%;
	height: 38px;
	padding: 4px 0 4px 0;
	border-top: solid 1px #a4b0be;
}

.mensaje-texto i {
	float: left;
	width: 8%;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 18px;
}

.mensaje-texto input {
	float: left;
	width: 90%;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
}

.mensaje-texto input:focus {
	outline: none;
}

.bgmensajes {
	background: url('../img/fondo.png');
}

.btndestinatario {
	cursor: pointer;
	color: #2d3436;
	display: block;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	line-height: 12px;
	border-top: solid 1px #a4b0be;
}

.btndestinatario i {
	margin: 0 0 0 0;
	color: #636e72;
	display: inline-block;
	width: 15px;
}

.btndestinatario small {
	display: block;
	padding: 0 0 0 15px;
	color: #74b9ff;
}

.btndestinatario:hover {
	background: #dff9fb;
	color: #2d3436;
	text-decoration: none;
}

.qmsg {
	text-align: justify;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.qnombre {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #74b9ff;
}

.qfecha {
	display: block;
	color: #aaa69d;
}

.qmsgseparador {
	display: block;
	left: 0;
	right: 0;
	margin: 8px auto 8px auto;
	width: 50%;
}

.qmsg:last-child .qmsgseparador {
	display: none;
}

.remitente {
	text-align: right;
}

.remitente .qfecha {
	display: inline-block;
}

.remitente .qfecha i {
	float: right;
	margin: 2px 0 0 4px;
}

.remitente .qnombre {
	color: #00b894;
}

.respuestaleila .qfecha {
	display: inline-block;
}

.respuestaleila .qfecha i {
	float: right;
	margin: 2px 0 0 4px;
}

.respuestaleila .qnombre {
	color: #3B3B98;
}

.pendientes {
	background: #b8e994 !important;
}

#modalClientes .modal-lg {
    width: 90%;
}

.dt-buttons {
    float: right !important;  
}
.inicioNavbar{
	padding: 0 30% 0 30%;
}
.inicioNavbar ul>li>a:hover, 
.inicioNavbar ul>li>a:focus {
    
    background-color: #ffffff; 
    color: #86c03f;
}

.usuarioEscritorio{
	display: initial;
}
.usuarioCelular{
	display: none;
}

 @media only screen and (max-width: 425px){
	.usuarioEscritorio {
		display: none;
	}
  }
  @media only screen and (max-width: 425px){
	.usuarioCelular {
		display: initial;
		text-align: center !important;
	}
  }

.cajainput {
	position: relative;
}

.cajainput i {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 9px 0 0 0;
	font-size: 18px;
	border-left: solid 3px #7497C1;
	color: #7f8c8d;
}

.cajainput input {
	border: solid 1px #CCC;
	width: 100%;
	height: 35px;
	padding: 4px 4px 4px 35px;
	font-size: 16px;
	color: #7f8c8d;
	outline: none;
}

.botonEnvioCorreo{
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #86c03f 100%, #86c03f 100%);
}