/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/07/2016, 01:08:10 PM
    Author     : nolryd
*/

#popup_container.style_1 {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em; 
  color: black;
  background: #23a4ef;
  background: -webkit-gradient(linear, left top, left bottom, from(#23a4ef), to(#2272a0));
  background: -moz-linear-gradient(top, #23a4ef, #2272a0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#23a4ef', endColorstr='#2272a0'); position:relative; z-index:500; font-family:arial, verdana, sans-serif;

}

.boton {
  background: #33e5f2;
  background-image: -webkit-linear-gradient(top, #33e5f2, #1135c2);
  background-image: -moz-linear-gradient(top, #33e5f2, #1135c2);
  background-image: -ms-linear-gradient(top, #33e5f2, #1135c2);
  background-image: -o-linear-gradient(top, #33e5f2, #1135c2);
  background-image: linear-gradient(to bottom, #33e5f2, #1135c2);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  text-shadow: 3px 2px 5px #617a54;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 19px 2px 19px;
  text-decoration: none;
}

.boton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.highlight {
  background-color:yellow;
}
/* LO SIGUIENTE HACE QUE NO SEAN TRANSPARENTES LAS COLUMNAS CONGELADAS */       
.frozen-bdiv.ui-jqgrid-bdiv{
  background-color:white;
}       

<!--Estilos para el boton de subida de imagenes -->

.upload-button {
  padding: 4px;
  border: 1px solid black;
  border-radius: 5px;
  display: block;
  float: left;
}

.profile-pic {
  max-width: 100px;
  max-height: 70px;
  display: block;
}

.file-upload {
  display: none;
}       
#footer {
  position: absolute;
  bottom:22px;
  z-index: 1001;
}

body {font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;}
body table {font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;}
body div {font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;}
body tr {font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;}
body td {font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;}
.ui-widget {font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;}

/*Estilos usados en los botones de shortcuts*/
.boton_personalizado {
  background: #8bceed;
  background-image: -webkit-linear-gradient(top, #8bceed, #008ee6);
  background-image: -moz-linear-gradient(top, #8bceed, #008ee6);
  background-image: -ms-linear-gradient(top, #8bceed, #008ee6);
  background-image: -o-linear-gradient(top, #8bceed, #008ee6);
  background-image: linear-gradient(to bottom, #8bceed, #008ee6);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 4px 5px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
}

.boton_personalizado:hover{
  background: #a6f5c8;
  background-image: -webkit-linear-gradient(top, #a6f5c8, #34b8d9);
  background-image: -moz-linear-gradient(top, #a6f5c8, #34b8d9);
  background-image: -ms-linear-gradient(top, #a6f5c8, #34b8d9);
  background-image: -o-linear-gradient(top, #a6f5c8, #34b8d9);
  background-image: linear-gradient(to bottom, #a6f5c8, #34b8d9);
  text-decoration: none;
}

.modal.fade .modal-dialog .modal-content .modal-header {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
  background: #499bea; /* Old browsers */
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */

}

.navbar-default{
  background-color: #000354;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffd80a;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #000354;
  background-color: #e7e7e7;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #000354;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000354;
  white-space: nowrap;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #e7e7e7;
}

@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}

.div-footer{
  color: #9999aa;;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: fixed;
  min-height: 20px;
  bottom: 0;
  width: 100%;
}


.hr-stilo{
  width: 100% !important; 
  color: #000354 !important; 
  height: 2px !important;
  background-color: #000354 !important;
  margin-top: 0px;
  margin-bottom: 10px;
}

.footer {
  background: #ffab62;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

html, body {
  height: 100%;
}

.main-footer {
  bottom: 0;
  position: fixed;
  color: #9999aa;;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 100%;
  max-height: 25px;
}

.div-res-clientes{
  font-size: 16px;
  text-align: left;
}

.upper-case{
  text-transform:uppercase;
}

.ui-datepicker-month, .ui-datepicker-year{
  color: #000;
  background-color: #fff;
}

.icon-20{
  width: 20px;
  text-align: center;
}

.icon-80{
  width: 40px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.icon-80 i{
  cursor: pointer;
}

.space-bottom{
  margin-bottom: 5px;
}

.span-alert{
  display: table-cell;
  vertical-align:middle;
  text-align: center;
}

.message-alert{
  display: table;
}

.alert-text{
  display: table-cell;
  min-height: 40px;
  vertical-align:middle !important;
  font-size: 15px;
  text-align: center !important;
}

.hr-alert{
  width: 100% !important; 
  color: #CCC !important; 
  height: 1px !important;
  background-color: #CCC !important;
  margin-bottom: 5px !important;
  margin-top: 15px !important;
}

.btn-little {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-little:focus,
.btn-little:active:focus,
.btn-little.active:focus,
.btn-little.focus,
.btn-little:active.focus,
.btn-little.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-little:hover,
.btn-little:focus,
.btn-little.focus {
  color: #DDD;
  text-decoration: none;
}
.btn-little:active,
.btn-little.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-little.disabled,
.btn-little[disabled],
fieldset[disabled] .btn-little {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-little.btn-default:hover,
.btn-little.btn-default:focus,
.btn-little.btn-default.focus {
  color: #333;
  text-decoration: none;
}

.btn-little.btn-default {
  border: 1px solid #DDD;
  text-decoration: none;
}

table.ui-jqgrid-btable{
  font-size: 12px;
}

.ui-jqgrid-htable{
  font-size: 14px;
}

.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td{
  word-wrap: break-word;
  white-space: normal !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.marbot15{
  margin-bottom: 15px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.f12 {
  font-size: 12px;
}

.f10 {
  font-size: 10px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.inp_filtro_valor {
  border-radius: 4px !important;
}

.alert-descripcion {
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 11px !important;
  float: right;
  top: 7px;
  margin-bottom: 0px !important;
  margin-top: -10px;
}

.breadcrumb {
  padding: 8px 35px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  padding: 0px;
}

.breadcrumb{
  padding: 4px;
  width: 100%;
  float: left;
  text-decoration: none;
}

.breadcrumb li.active{
  color: #777;
}

.breadcrumb li{
  padding: .25em .25em;
  float: left;
  text-decoration: none;
}

.breadcrumb li:after{
  content: '/';
  display: inline;
  padding: 0 0.5em 0 1em;
  color: #AAA;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li:first-child{
  margin-left: 20px;
}

.breadcrumb li a{
  text-decoration: none;
  font-size: 14px;
}

.navbar{
  font-size: 14px;
}

.container {
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

h4, .h4 {
  font-size: 18px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

input.form-control, select.form-select, .btn, .btn-success, .btn-danger, .btn-little, .alert, .input-group-text{
  font-size: 14px;
}

.navbar{
  padding: 5px;
  border-radius: 4px;
}

.card-login {
  background-color: #fff !important;
  border-color: #fff;
  border: 1px solid #ccc;
  padding: 1px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  max-width: 500px;
}

.btn-sefactura {
  color: #fff;
  background-color: #000354;
  border-color: #2e6da4;
}
.btn-block {
  display: block;
  width: 100%;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ui-jqgrid-titlebar {
  padding: 0.3em 0.3em 0.3em 0.3em;
  position: relative;
  font-size: 14px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #333;
}

.ui-jqgrid-titlebar {
  border: 1px solid #dddddd;
  background: linear-gradient(to right, rgba(15,89,158,1) 0%, rgba(15,89,158,0.94) 26%, rgba(32,124,229,0.79) 83%, rgba(32,124,229,0.75) 100%);
  color: #FFF;
  font-size: 16px !important;
  font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;
  border-top-left-radius: 4px;
}

.ui-jqgrid-htable{
  color: #1c94c4;
  font-size: 14px;
  font-weight: bold;
  font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;
  background: #f6f6f6;
  border: 1px solid #cccccc;
}

.jqgrow{
  font-size: 14px;
  font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif;
}

.ui-jqgrid-btable tbody tr:hover{
  cursor: pointer;
}

.pagination > li > a > span, .pagination > li.active > a{
  min-height: 38px;
  max-height: 38px;
  font-size: 14px;
}


.pagination > li.active > a{
  min-height: 34px;
  max-height: 34px;
}

.ui-icon-asc{
  top: 0px !important;
  margin-left: 3px !important;
}

.ui-icon-desc{
  top: -6px !important;
  margin-left: 3px !important;
}

.card-business {
  height: 290px;
}

.card-div {
  display: table;
  height: 240px !important;
  width: 100%;
  max-height: 240px !important;
}

.card-span {
  display: table-cell;
  text-align: center !important;
  vertical-align: middle;
}

.card-div span, .card-div span a{
  max-height: 180px!important;
  max-width: 280px !important;
}

.card-div span.card_span a img{
  max-height: 180px !important;
  max-width: 270px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.img-fluid{
  width: auto !important;
  height: auto !important;
  max-height: 180px !important;
  max-width: 270px !important;
  text-align: center;
}

.text-pos{
  color: #31708f;
  font-weight: bold;
  font-family: "Avenir", Avenir, Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
}

.modal-header button.close{
  float: right;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 30px;
}

.modal-header{
  display: inline;
  padding: 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(../javascript/jQuery/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-jqgrid tr.jqgrow td {
  word-wrap: break-word; /* IE 5.5+ and CSS3 */
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  overflow: hidden;
  height: auto;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px
}

.ui-jqgrid-pager{
  height: 30px;
  font-size: 14px;
}

.ui-jqgrid > .ui-jqgrid-pager{
  font-size: 14px;
}

.ui-pg-div span{
  color: #EF8C08;
}

.ui-state-default .ui-icon {
  background-image: url(../javascript/jQuery/images/ui-icons_ef8c08_256x240.png);
}

.ui-pager-control{
  border-top: 1px solid #dddddd !important;
}

.bootstrap-datetimepicker-widget{
  display: inline !important;
}

table.ui-jqgrid-btable, .jqgrow {
  font-size: 12px !important;
}

.td-iconos{
  min-height: 25px;
  min-width: 25px;
  max-height: 25px;
  max-width: 25px;
}

#tabla_iconos, #tabla_iconos tr, #tabla_iconos tr td{
  border: none;
  border-spacing: 0;
}

.form-check-label, form-check-input{
  cursor: pointer;
}

.btn-outline-sefactura{
  color:#000354;
  background-image:none;
  background-color:transparent;
  border-color:#000354
}
.btn-outline-sefactura:hover{
  color:#fff;
  background-color:#000354;
  border-color:#000354
}
.btn-outline-sefactura.focus,.btn-outline-sefactura:focus{
  -webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);
  box-shadow:0 0 0 2px rgba(2,117,216,.5)
}
.btn-outline-sefactura.disabled,.btn-outline-sefactura:disabled{
  color:#000354;
  background-color:transparent
}
.btn-outline-sefactura.active,.btn-outline-sefactura:active,.show>.btn-outline-sefactura.dropdown-toggle{
  color:#fff;
  background-color:#000354;
  border-color:#000354
}

.btn-sefactura {
  color: #fff;
  background-color: #000354;
  border-color: #2e6da4;
}
.btn-sefactura:focus,
.btn-sefactura.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-sefactura:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-sefactura:active,
.btn-sefactura.active,
.open > .dropdown-toggle.btn-sefactura {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-sefactura:active:hover,
.btn-sefactura.active:hover,
.open > .dropdown-toggle.btn-sefactura:hover,
.btn-sefactura:active:focus,
.btn-sefactura.active:focus,
.open > .dropdown-toggle.btn-sefactura:focus,
.btn-sefactura:active.focus,
.btn-sefactura.active.focus,
.open > .dropdown-toggle.btn-sefactura.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-sefactura:active,
.btn-sefactura.active,
.open > .dropdown-toggle.btn-sefactura {
  background-image: none;
}
.btn-sefactura.disabled:hover,
.btn-sefactura[disabled]:hover,
fieldset[disabled] .btn-sefactura:hover,
.btn-sefactura.disabled:focus,
.btn-sefactura[disabled]:focus,
fieldset[disabled] .btn-sefactura:focus,
.btn-sefactura.disabled.focus,
.btn-sefactura[disabled].focus,
fieldset[disabled] .btn-sefactura.focus {
  background-color: #000354;
  border-color: #2e6da4;
}
.btn-sefactura .badge {
  color: #000354;
  background-color: #fff;
}

.hr-sefactura{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000354;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.w-180p{
  width: 180px;
}
.w-900p{
  width: 900px;
}
.w-1000p{
  width: 1000px;
}
.ml-13p{
  margin-left: 13px;
}
.ml-10p{
  margin-left: 10px;
}
.ml-15p{
  margin-left: 15px;
}
.ml-50p{
  margin-left: 50px;
}
.mt-05p{
  margin-top: 5px;
}
.mt-08p{
  margin-top: 5px;
}
.mt-10p{
  margin-top: 10px;
}
.mt-15p{
  margin-top: 15px;
}
.mt-20p{
  margin-top: 20px;
}
.mt-30p{
  margin-top: 30px;
}
.mt-40p{
  margin-top: 40px;
}
.mr-16p{
  margin-right: 16px;
}
.mr-100p{
  margin-right: 100px;
}
.mb-10p{
  margin-bottom: 10px;
}
.mb-20p{
  margin-bottom: 20px;
}
.mb-25p{
  margin-bottom: 25px;
}
.pb-10p{
  padding-bottom: 5px;
}
.pb-20p{
  padding-bottom: 5px;
}
.fs-18p{
  font-size: 18px;
}
.fs-25p{
  font-size: 25px;
}
.rs-none{
  resize: none;
}
.h-2_5{
  height: 2.5%;
}
.form-invalid{
  border: 2px solid rgb(190, 54, 25);
}

#sortable { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100px; 
  min-height: 100px; 
}
#sortable li { 
  margin: 0 3px 3px 3px; 
  padding: 0.4em; 
  padding-left: 1.5em; 
  height: 40px; 
}
#sortable li span { 
  position: absolute; 
  margin-left: -1.3em; 
}

.sortable-ws-left{
  border: 1px solid #CCC; 
  padding-top: 10px;
  width: 115px;
  float: left;
  height: 235px;
  border-radius: 4px 0 0 4px;
}

.sortable-ws-left span{
  padding-right: 10px; 
  padding-top: 90px;
  text-align: right;
}

.sortable-ws-right{
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC; 
  border-bottom: 1px solid #CCC; 
  padding-top: 10px;
  width: calc(100% - 115px);
  min-width: 880px;
  float: left;
  height: 235px;
  border-radius: 0 4px 4px 0;
}

.sortable-ws-buttons{
  border-top: 1px solid #CCC;
  height: 50px;
  max-height: 50px;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-top: 1px;
  text-align: center;
}

.sortable-ws-items{
  padding-left: 10px;
  padding-right: 5px;
  width: 100%;
  overflow-y: scroll;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  float: left;
}

.span-middle {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  font-size: 14px;
  padding-left: 6px;
}

.ui-state-default, .ui-widget-content .ui-state-default{
  background: #D8DFFF;
}

.close {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer !important;
  background: transparent;
  border: 0;
}

.list-group-item.activo, .list-group-item.activo:hover, .list-group-item.activo:focus {
  z-index: 2;
  color: #FFF;
  background-color: #1E47FF;
  border: 2px solid #0726B0;
}

.list-group-item {
  cursor: pointer !important;
}

#div_webservice{
  min-width: 1080px;
}

.sel_filtro_opciones{
  max-width: 200px;
}

.sel_filtro_campos{
  max-width: 250px;
}

.wh-16px{
  width: 16px;
  height: 16px;
}

.ctrl-blue{
  background-color: #5398FF !important;
}

.ctrl-white{
  background-color: #FFF !important;
}

.ctrl-gray{
  background-color: #F7F7F7 !important;
}

.form-ctrl{
  display: block;
  font-size: 10px;
  width: 100%;
  font-family: arial;
  line-height: 1.42857143;
  color: #000;
  background-color: #f7f7f7;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  padding-left: 5px;
  padding-right: 5px;
}

.pt-2{
  padding-top: 2px;
}

.pt-10{
  padding-top: 10px;
}

.pt-20{
  padding-top: 20px;
}

.hr-white{
  margin: 1px;
  color: #FFF;
  background-color: #FFF;
}

.hr-gray{
  margin: 1px;
  color: #6c757d;
  background-color: #F7F7F7;
}
.mt--3{
  margin-top: -3px;
}
.ml--8{
  margin-left: -8px;
}
.fondo-gris{
  background-color: #E7E7E7;
}

.fondo-morado{
  background-color: #B0B8FF;
}

.page-link{
  min-height: 38px !important;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.badge.bg-default {
  background-color: #FFFFFF !important;
  color: #333;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 0.375rem;
}

.bg-default:hover, a.badge:hover {
  color: #555;
}

a.badge{
  cursor: pointer !important;
  text-decoration: none;
}

.ml-100p{
  margin-left: 100px;
}
#panel_captura div form{
  display: block;
  margin-top: 0em;
  margin-block-end: 1.5em;

}

.form-control[readonly] {
  background-color: #e9ecef;
}

.xw-240p{
  max-width: 240px;
}

.xh-240p{
  max-height: 240px;
}

.w-300p{
  width: 300px;
}
.header-consulta{
  width: 30px; 
  float: left; 
  position: relative; 
  min-height: 1px;
}
.header-consulta-2{
  text-align: left; 
  vertical-align: middle;
}
.header-consulta-3{
  width: calc(100% - 30px); 
  float: left; 
  position: relative; 
  min-height: 1px;
}
.mw-1200p{
  min-width: 1200px;
}
.mw-70p{
  min-width: 70px;
}
.mw-1230p{
  min-width: 1230px;
}
.w100-20p{
  width: calc(100% - 20px);
}
.h-30p{
  height: 30px;
}
input.form-check-input{
  cursor: pointer !important;
}
.div-center{
  margin-left: auto; 
  margin-right: auto;
}
.w100{
  width: 100%;
}
.h100{
  height: 100%;
}
.check-input-jonima{
  height: 15px;
  width: 15px;
}
.form-textarea{
  resize: none;
}
.qr-textarea{
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
  font-size: 11px;
}

.mt--25p{
  margin-top: -25px !important;
}
.w-433p{
  width: 433px;
}

.btn-close-dialog{
  border: none; 
  padding: 0px; 
  background: none;
}
.cursor-pointer{
  cursor: pointer !important;
}
.xh-40p{
  max-height: 40px;
}

.width_label_contacto{
  text-align: right;
  min-width: 100px;
}
.file-preview-pdf{
  width: 100%; 
  height: 237px; 
  max-height: 237px; 
  position: relative;
}

.img-ticket{
  width: auto !important;
  height: auto !important;
  max-height: 400px !important;
  max-width: 800px !important;
  text-align: center;
}

.welcome{
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 100;
  color:#FFFFFF;
}

.fondo_acceso{
  background: rgba(31,98,166,1);
}

#div_parte_1, #div_parte_2{
  max-width: 280px;
  min-height: 30px;
}

.color-azul-jonima{
  color: #004085;
}
.border-radius-5p{
  border-radius: 5px;
}
.h-40p{
  height: 40px;
}
.mw-130p{
  min-width: 130px;
}
.xh-100p{
  max-height: 100px;
}
.icon_rs{
  max-height: 24px;
  max-width: 24px;
}
.xw-500p{
  max-width: 500px;
}
.mw-160p{
  min-width: 160px;
}
.ui-dialog-titlebar{
  background: linear-gradient(to right, rgba(15, 89, 158, 1) 0%, rgba(15, 89, 158, 0.94) 26%, rgba(32, 124, 229, 0.79) 83%, rgba(32, 124, 229, 0.75) 100%);
  color: #FFF;
}

#tabla_facturas a span.badge, span.ui-dialog-title{
  font-weight: normal !important;
}
.ui-jqgrid-bdiv > div{
  height: auto !important;
}
#div_datos_campos .input-group .btn{
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.page-item a{
  cursor: pointer !important;
}
#check_politicas_privacidad{
  height: 1.3em;
  width: 1.3em;
  margin-top: -3px;
  margin-right: 10px;
}
.navbar-nav > li{
  margin-left: 15px;
}
#valor_default{
  resize: none;
  height: 150px;
}
.check_table{
  height: 1.4em;
  width: 1.4em;
  margin-top: 0px !important;
}
.check_center{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  min-height: 10px;
}
.check_menus{
  margin-top: 4px !important;
}
.form-check:has(> .check_permisos)  {
  margin-top: 6px !important;
}
.check_title{
  margin-top: 5px !important;
  margin-left: -15px;
}

