label_icon {
  position: relative;
}

label_icon:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}
/*
input.icon {
  padding: 10px 30px;
}*/


.col-login 
{
    background-color: Transparent;
}
@media (min-width: 768px) {
  .col-login {
    background-color:#fff;
  }
}

/*
.col-vista_02
{
    background-color: Transparent;
}
@media (min-width: 768px) {
  .col-vista_02 {
    background-color:#f8f9fa;
  }
}
*/

.col-vista_02 
{
    background-color:#f8f9fa;
}

/*
.col-vista_03
{
    background-color: Transparent;
}
@media (min-width: 768px) {
  .col-vista_03  {
    background-color:#fff;
  }
}
*/
  
.col-vista_03 
{
    background-color:#fff;
}

.btn-iseguros_morado
{
    font-size: 1em !important;
    color: #fff;
    background-color:#7851e2;
    border-color: #7851e2;
    border-radius: 12px !important;
    box-shadow: 3px 0px 9px rgba(89, 142, 63, 0.23)
}

.txtfield-pd-025 {
    padding: 0.25rem 0.25rem !important;
}


  
.link_iseguros 
{
    color:#109648 !important;
}

.link_iseguros.gris 
{    
    color:#b0b1aa !important;
}


.label_login
{
    /*color:#109648 !important;*/
    color:#b0b1aa !important;
}

.label_verde
{
    color:#109648 !important;
}

.label_morado
{
    color:#7851e2 !important;
}

.label_rojo
{ 
    color:#e6000d !important;
}

.label_link
{
    color:#109648 !important;
}

/*
body {
    background-image: url(../imagenes/interface/fondo_2022.jpeg);
    background-size: cover;
    background-repeat: no-repeat;    
}
*/


/*
navbar.footer_iseguros 
{
    background-color: red !important;
}

.navbar-brand.footer_iseguros 
{
    color: Yellow !important;
}*/

.ml-3 {
    padding-left: 1rem !important;
}

.mt-6 {
    padding-top: 2rem !important;
}

/* Component switch button */
.toggle
{
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #109648;
    width: 100px;
    color: white;
    font-size: 15px;
    font-family: Verdana;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    padding: 2px;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
    transition: background-color 0.2s;
}
.toggleText{
    position: relative;
    z-index: 1;
    opacity: 0.7;
    text-align: center;
    flex: 1;
    transform: translatey(1px);
    transition: transform 0.2s, opacity 0.2s;
}
.toggle:hover{
    background-color: #109648;

}
.toggle:hover > .toggleText{
    opacity: 1;
    transform: translatey(-1px);
}
.toggleFrame{
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 40px;
    background: #7851e2;
    bottom: 0px;
    left: 0px;
    transform-origin: bottom;
    transition: 0.2s left;
}

.toggleCheckbox:checked + .toggleFrame{
    left: 55px; 
}
.toggleCheckbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/*End Switch*/


.subtitulo_iseguros {
  font-size: calc(0.7rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .subtitulo_iseguros {
    font-size: 1rem !important;
  }
}

.texto_responsive {
  font-size: calc(0.65rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .texto_responsive {
    font-size: 0.8rem !important;
  }
}

.subtitulo_responsive {
  font-size: calc(0.7rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .subtitulo_responsive {
    font-size: 1rem !important;
  }
}



.footer-iseguros
{
    z-index:999;    
}

.header-iseguros
{
    z-index:999;    
}



.footer-iseguros.footer_movil_content
{
    /*z-index:9999;   */
    color:#fff; 
}



.footer-text {
  color: #B0B1AA;
  font-size: 10px;
  text-align: center;
  margin-bottom: 2px;
  /*margin-top: 12px;*/
}

.footer-ssrp {
  color: #ffffff;
  /*font-size: 15px;*/
  font-size: 11px;
  text-align: center;
  margin-bottom: 2px;
  /*margin-top: 12px;*/
}

.footer-text.movil
{
    color: #ffffff;
    font-size: 7px;
    margin-bottom: -5px;
}

.footer-ssrp.movil
{
    color: #ffffff;
    font-size: 7px;
    margin-bottom: 0;
}


.footer-text.dark, .footer-ssrp.dark
{
    color: #000000;
}


/*
.container {
  padding: -60px 15px 0;
}
*/

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: red !important;
  /*background-color: #D7B1D7;*/
}

/*.form-check:first-child{color:Red;}*/

/*.form-check label {color:blue;}*/

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	/*color : windowtext;*/
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	max-height : 200px;
    text-align : left; 
    list-style-type : none;
	/*color:Blue;
	font-family: Arial;  
	font-size: 9pt;*/ 		
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	padding: 1px;
	color:gray;
	/*font-family: Arial;  
	font-weight:bold;  
	font-size: 9pt; 	*/
}

/* AutoComplete item */
.autocomplete_listItem 
{
	/*background-color : #EFEDE2;*/
	padding : 1px;
	/*color:orange;*/
	/*font-family: Arial;  
	font-size: 9pt;     	
	max-height: 10px;*/
}    


.nombreAgente 
{
    font-weight:bold;
    text-decoration: underline;  
    font-size:13px; 
}

/*
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #109648;
    width: 100%;
    border-radius: 0;
}*/

.menu_iseguros > .nav-pills .nav-link.active, .menuIS >  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #109648;
    width: 100%;
    border-radius: 0;
    font-size:16px;
}

.menu_iseguros > .nav-pills .nav-link:hover {
    color: #109648;    
    font-size:16px;
    /*width: 100%;
    border-radius: 0;*/
}

.menu_iseguros > .nav-pills .nav-link.active:hover {
    color: #fff;    
    /*width: 100%;
    border-radius: 0;*/
}


.menu_iseguros > .nav-pills .nav-link {
    color: #49644c;
    width: 100%;
    border-radius: 0;
       
    font-size:15px;
}


.menu_iseguros_h > .btn.active {
    color: #109648 !important;
    text-decoration: underline;
    font-weight:bold;
}

.menu_iseguros_h > .btn {
    color: rgba(0, 0, 0, 0.55) !important;
}



.icon {
  /*padding-left: 25px;*/
  /*background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat right;*/
  background-size: 20px;
  /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='20' viewBox='0 0 25 25' fill='green'  fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E")  no-repeat right;*/
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='25' viewBox='0 -5 25 25' fill='green'  fill-rule='evenodd'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")  no-repeat right;
    
}


.infoUsuario 
{
 margin-left: 5px;   
}    

.idAgente 
{
 font-size:14px;   
}


.infoUsuarioInicio 
{
 color: #109648;
 font-weight:bold;
}    


.infoUsuarioInicio .infoLabel
{
 color: #7851e2; 
} 
/*
#custom-nav{
    box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5) !important;
    }
    */

    
#navbar_menu {
    -webkit-box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5) !important;
    -moz-box-shadow:    0px 8px 8px -6px rgba(0,0,0,.5) !important;
    box-shadow:         0px 8px 8px -6px rgba(0,0,0,.5) !important;
    z-index:999;
}    


.ctrls.sticky-top {
    position: sticky;
    top: 100px !important;
    z-index: 1020;
}

/*
tr.tbl-pager td table td
{
    margin: 2px;
    width: 10px;
    padding: 0px 3px 0px 3px;
    background-color: #FBFBFB;
    text-align: center;
    border: solid 1px #CACACA;
}
*/

/*#109648: verde_is */

.page_iseguros.page-item .page-link 
{
    color:#505050 !important;
}
.page_iseguros.page-item.active .page-link 
{
    background-color: #505050   !important;
    color:#fff !important;
    border-color: #505050 !important;
}

tr.tbl-pager td  
{
    background-color: #fff !important;
}


/*tbl-iseguros-info*/

   .header.sticky{
        position:sticky;
        top: 0 ;
    }
    
    
.tableFixHead          { overflow: auto; height: 100px; }
/*.tableFixHead thead th, .tableFixHead tbody .tbl-header th { position: sticky; top: 0px; z-index: 1; }*/


.tableFixHead tbody .tbl-pager { position: sticky; top: 0px; z-index: 1; }

.tableFixHead tbody .tbl-header th { position: sticky; top: 0px; z-index: 1; }
.tableFixHead tbody .tbl-header.pager th { position: sticky; top: 38px; z-index: 1; }

/*.tableFixHead thead { position: sticky; top: 0px; z-index: 1; }*/


.tableFixHead tbody .tbl-header-acordeon th { position: sticky; top: 0px; z-index: 2; }
.tableFixHead tbody .tbl-header-acordeon.pager th { position: sticky; top: 38px; z-index: 1; }



.tableFixHead thead .tbl-header th { position: sticky; top: 0px; z-index: 1; }
.tableFixHead thead .tbl-header.pager th { position: sticky; top: 28px; z-index: 1; }

.tableFixHead thead .tbl-header-acordeon th { position: sticky; top: 0px; z-index: 2; }
.tableFixHead thead .tbl-header-acordeon.pager th { position: sticky; top: 28px; z-index: 1; }

.tableFixHead thead .tbl-pager { position: sticky; top: 0px; z-index: 1; }

/* Just common table stuff. Really. */
/*
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }
*/  


/*.btn-iseguros_primary.disabled 
{
} */ 

/*
.btn-iseguros_secondary {
    font-size: 16px !important;
    border-radius: 12px !important;
    box-shadow: 3px 0px 9px rgba(89, 142, 63, 0.23) !important;
    color: #fff !important;
}*/

.tbl-iseguros-detalle .item_aseg {
    color: #505050 !important;
    text-decoration:none !important;
}

/*
.trDetalleAseg:hover 
{
 background: transparent !important;   
}
*/

/*
.trDetalleAseg1 
{
    background: orange;
}
.trDetalleAseg1:hover
{
    background-color: unset !important;
}

.table-hover > tbody > tr.trDetalleAseg:hover 
{    
    background-color: white !important;
}
*/

/*
.tbl-iseguros-detalle > tr:hover  
{
    background: blue;
}
*/
.noHover{
    pointer-events: none;
}

/*
.table-hover > tbody > tr.hidden-table:hover > td {
    background-color: unset !important;
    color: unset !important;
}
*/

.tbl-iseguros-detalle > tbody >  tr:not(.no-hover):hover {
    background-color: #f1f1f1 !important;
}


/*
.table-hover > tbody > tr:not(.no-hover):hover 
{    
    background-color: orange !important;
}
*/

.tbl-container.border-rounded_2 {
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    border: solid 2px #71717C;
} 

tbl-container.border-rounded-transparent {
    border-radius: 10px;
    overflow: hidden;
    border: solid 2px transparent;
}



.input-group-rounded .input-group-field-start {
  border-radius: 10px 0 0 10px !important;
}

.input-group-rounded .input-group-field-center {
  border-radius: 0px !important;
  margin-left: -2px !important;
}

.input-group-rounded .input-group-field-end {
  border-radius: 0 10px 10px 0 !important;
  margin-left: -2px !important;
}


.btn-outline-iseguros_primary {    
    border-radius: 0.7rem !important;
    background-color: #ffffff;
}

.btn-outline-iseguros_secondary 
{  
    border-radius: 0.7rem !important;
    background-color: #ffffff;    
    color:#109648;
}


.btn-outline-iseguros_primary:hover
{
    color: #fff !important;
}


.btn-outline-iseguros_secondary:hover
{
    color: #fff !important;
}



.btn-outline-iseguros_menu_button 
{
    border-radius: 0.7rem !important;
    background-color: #ffffff;    
    color:#109648;
    
}

.btn-outline-iseguros_menu_button:hover 
{
    color: #fff !important;
}


.hideFullColumn tr > .hidecol
{
    display:none;
}






.Link_Circular a
{
	/*font-family:Arial;
	font-size: 9pt;*/
	color: #666699;
	/*font-weight:bold; */
	text-decoration:none;	
} 

.Link_Circular a:hover
{
	/*font-family:Arial;
	font-size: 9pt;*/
	color: #0066FF;
	/*font-weight:bold; */
	text-decoration:none;	
} 

.Link_Circular_Nueva a
{
	/*font-family:Arial;
	font-size: 9pt;*/
	color: #FF3300;
	/*font-weight:bold; */
	text-decoration:none;	
} 

.Link_Circular_Nueva a:hover
{
	/*font-family:Arial;
	font-size: 9pt;*/
	color: #0066FF;
	/*font-weight:bold; */
	text-decoration:none;	
} 


.titulo_menu_header
{
    color: #fff;
    background-color: #109648;    
    font-size: 17px;
}


.titulo_menu_header a
{
    color: #fff;
    background-color: #109648;    
    font-size: 17px;
}


.tituloPortal 
{
 margin-left: 5px;   
}    

.panel2 
{
    background-image: url(../imagenes/interface/fondo_2022.jpg);
    background-size: cover;
    background-repeat: no-repeat;    
}

.shadow-65 {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 65%) !important;
}


.ContenidosGenerales 
{
    background-color: #ffffff !important;    
}
 
@media all and (max-width:767px) and (min-width:0px) 
{
    .ContenidosGenerales 
    {
        /*background-color: #ffffff !important;    */
    }    
}    
 
/*//////////////////////////////////*/
@font-face{font-family:'Glyphicons Halflings';src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}



/*-------------------------------------------*/


.cardAutoExpress {
  background-color: #FFFFFF;
  padding: 0;
  width: 100%;
  /*border-radius: 6px;*/
  color: rgba(0,0,0, 0.87);
  background: #fff;
  border-top-left-radius: 88px !important;
  border-bottom-right-radius: 88px !important;
  border-bottom-left-radius: 0 !important;
  border:none !important;
}

.modal-aexpress 
{
    padding:4px;
    
}

.cardAutoExpress_footer {  
  border-bottom-right-radius: 86px !important;
  border-bottom-left-radius: 0 !important;
  border:none !important;
  background-color: #2c2d3f !important;
  min-height:95px;
}

.wizard-card {
  /*min-height: 410px;*/
  /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.14), 0 6px 6px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  
  font-family: sans-serif;
  font-size: 9pt !important;
}

.btn-ae { 
    background: transparent !important;
}
.wizard-card-btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    /*background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;*/
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.-modal:nth-of-type(even) {
    z-index: 1062 !important;
}
.-modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
}
    
.modal.fade {
  z-index: 10000000 !important;
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  opacity: 0;
}    

.aexpress 
{
    /*max-height:90vh !important;*/
    
}    


/*.table , tr
{
border: 1px solid orange;
border-collapse: collapse;

}  */  

.tbl-iseguros-info th:nth-child(1)
{
    border-radius:10px 0 0 0;
    overflow:hidden;    
}

.tbl-iseguros-info th:last-child
{    
    border-radius: 0 10px 0 0 ;
    overflow:hidden;        
}

.table th:nth-child(1)
{
    /*border: 1px solid orange;*/
    /*border-radius:10px 0 0 0;
    overflow:hidden;*/
    /*border-left: 1px solid orange;
    border-top: 1px solid orange;*/
       
} 

.table th:last-child
{
    /*border: 1px solid orange;*/
    /*border-radius: 0 10px 0 0 ;
    overflow:hidden;    */
    
}
    
/*-------------------------------------------*/
