html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
}

.wrap {
    min-height: 98%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 90px;
    background-color: #f5f5f5;
    border-top: 1px solid #2F3942;
    padding-top: 20px;
    padding-bottom: 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar-inverse .btn-link {
    font-weight:bold;
    font-size:16px;
    color:#e4e8e8 !important;
}

.navbar-inverse .btn-link:hover{
    color :#ffffff !important;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse, .navbar-fixed-top, .navbar{
    background-color: #3F669D;
    border: 1px solid #3F669D;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #E7A143;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a{
    color: #B9C2C2;
}

.big-icon {
    font-size: 64px;
}

#cuerpo {
  font-size: 17.5px;
  padding-top: 5px;
}
#bievenida-jumbo {
  padding-top: 0;
  padding-bottom: 5px;
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.row-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.logo-gobierno {
    max-height: 100px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #437bc1;
}

.borde-azul {
    border-style: solid;
    border-color: #3F669D;
}

.titulo-categoria {
    background-color: #f5f5f5;
    border-top-color: black;
    border-top: solid;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: 0.67em 0;
    box-sizing: border-box;
    padding-top: 0.1%;
}

.fondo-teal {
    margin-top: 1%;
    background-color: #7baed8;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
}

blockquote.tip {
    background-color: #ddf7f2;
    background-image: url(../../../image/guide/ico_tip.svg);
    border-left: 4px solid #70c1b3;
}
blockquote.note {
  background-color: #fff7e9;
  /*background-image: url(../image/banner_1.png);*/
  border-left: 4px solid #ffab19;
}

blockquote.info, blockquote.note, blockquote.tip, blockquote.warn, blockquote.warning {
    display: block;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 85px;
    padding: 1.5rem 2rem 1.5rem 8.5rem;
    border-radius: 6px;
    min-height: 5em;
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

*, :after, :before {
    box-sizing: border-box;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

/*********************/
.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
}

h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}

.center {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    
  }

.enlace-clave{
    color:#686767; 
    margin-left: -5px;
}

.nav-pills>li>a{
    background-color: #f5f5f5 !important;
}


ul.nav-pills>li.nav-item>a:hover,
ul.nav-pills>li.nav-item>a:focus {
  background-color: #38414b !important;
  color: white;
}

ul.nav-pills>li.nav-item>a.active{
    background-color: #38414b !important;
    color: white;
}

/* red asterisk */
form div.required label.control-label:after {
    content:" * ";
    color:red;
  }

/* Hide all steps by default: */
.tab {
    display: none;
  } 

/*para la firma desde js
/*
*/
#draw-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    cursor: crosshair;
  }
  
  #draw-dataUrl {
    width: 100%;
  }  
  
  
  .button {
      background: #3071a9;
      box-shadow: inset 0 -3px 0 rgba(0,0,0,.3);
      font-size: 14px;
      padding: 5px 10px;
      border-radius: 5px;
      margin: 0 15px;
      text-decoration: none;
      color: white;
  }
  
  .button:active {
      transform: scale(0.9);
  }

  .formHide{display:none;}

  .loading-div {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 300px;
  }

  .request-overlay {
    z-index: 9999;
    position: fixed; /*Important to cover the screen in case of scolling content*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(200,200,200,0.5); /*.gif file or just div with message etc. however you like*/
} 
 /* boton flotante*/

 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:rgb(184, 207, 241);
	color:rgb(60, 101, 161);
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px rgb(161, 160, 160);
}

.my-float{
	margin-top:12px;
}
/****************************/
.my-card
{
    position:absolute;
    left:40%;
    top:-20px;
    border-radius:50%;    
}

.social-box .box{
    background: #FFF;
    border-radius: 10px; 
    margin:0px 0px 15px 5px;
    height: 120px;
    cursor: pointer;      
    transition: all 0.5s ease-out;
    box-shadow: 0 0 6px #1c385e;
}

.social-box .box:hover{
   box-shadow: 0 0 6px #4183D7;
}

.social-box .box .box-text{
    margin:5px 0px;
    font-size: 15px;
    line-height: 20px;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #4183D7;
    font-size: 16px;
}

.fa{
     color:#4183D7;
}

/******************************/


.float .label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.float .label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.float .label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	top: 175px;
	right:20px;
	background-color:rgb(125, 182, 235);
	color: #235c8f;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: bot-to-top 2s ease-out;
}

.float_dsk .label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.float_dsk .label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.float_dsk .label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float_dsk{
	position:fixed;
	width:56px;
	height:56px;
	top: 175px;
	right:20px;
	background-color:rgb(125, 182, 235);
	color: #235c8f;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	/*z-index:1000;
	animation: bot-to-top 2s ease-out;*/
}

.btn-float{
	position:fixed;
	right:20px;
    padding-bottom:20px;   
	top: 175px;
	z-index:100;
}

.btn-float li{
	list-style:none;
    margin-bottom:10px;
     
}

.btn-float li a{
	background-color:rgb(125, 182, 235);
	color:rgb(22, 22, 22);
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:60px;
	height:60px;
	display:block;
}

.btn-float_dsk{
	position:fixed;
	right:20px;
    padding-bottom:80px;   
	bottom: 45px;
    z-index:20;
    opacity:0.5!important;
}

.btn-float_dsk li{
	list-style:none;
    margin-bottom:10px;
     
}

.btn-float_dsk li a{
	background-color:rgb(125, 182, 235);
	color:rgb(22, 22, 22);
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:56px;
	height:56px;
    display:block;
    
}

#btn-icon-video{
    background-image: url(../images/guide/video1.png);background-repeat: no-repeat;  
    background-size: 32px 32px; 
    background-position: center;  
}


.btn-float:hover{
	visibility:visible!important;
	opacity:1!important;
}

.btn-float_dsk:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:30px;
	margin-top:15px;
}

.btn-help-float{
	font-size:40px;
    margin-top:10px;
    background-position: center; 
}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

/* mensaje tooltip */
  
a.tip {
    position: relative;
  }
  
a.tip span {
    display: none;
    position: absolute;
    top: 5px;
    right: 80px;
    width: 225px;
    padding: 5px;
    z-index: 100;
    background: rgb(100, 99, 99);
    color: #fff;
    -moz-border-radius: 5px;
    /* this works only in camino/firefox */
    -webkit-border-radius: 5px;
    /* this is just for Safari */
  }
  
a.tip span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgb(100, 99, 99);;
    right: -8px;
    top: 8px;
  }
  
a:hover.tip {
    font-size: 99%;
    /* this is just for IE */
  }
  
a:hover.tip span {
    display: block;
  }
 /**********/
 a.disabled {
  pointer-events: none;
 } 
/**********/

 .swal-content {
    text-align: justify !important;         
 } 
 /* 
 * Quitar los botones picker de los input tipo numero
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
* cuota sugerida
*/
.cuota-sug{
    color:#216A0A !important;
    font-weight: bold !important;

}
/*
*
*/

df-messenger {

    --df-messenger-button-titlebar-color: rgb(125, 182, 235);    
   

}


.navbar-inverse .btn-link .btn-sesion-link:hover {color:rgb(247, 241, 241) !important};

ul.enlaces a:hover{
    text-decoration: none;
}

ul.enlaces a:link { text-decoration: none; }

.btn-ingresar{
    background-color:#038f77 !important;
    color:white !important;     
}

.btn-ingresar:hover{
  background-color:#02806b !important;
  color:white !important;
}

.progress {
    text-align: left;
    position: relative;
    height: 30px;
}

.progress-bar {
    text-align: left;
}

.progress-bar span.label-bar {
    position: absolute;
    z-index: 2;
    color: black;
    font-weight: bold;
    top: 18%;
    left: 3%;
}

.bootstrap-switch-animate{
    width: 130px !important;
}

.bootstrap-switch-label{
    width: 60px !important;
}

#switch-role .bootstrap-switch-wrapper{
    margin-top: -10px;
    width: 156px;
}

#switch-role > .bootstrap-switch-wrapper > span .bootstrap-switch-success{
    width: 100px;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}