/* Botones modal programas */
  .btn_descargar_success {
    background-image: url(../img/new_face/buttons/descargar_sucess.png);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    width: 45px;
    height: 20px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    margin-top: -3px;
  }
  .btn_descargar_disabled {
    background-image: url(../img/new_face/buttons/descargar_disabled.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    cursor: not-allowed;
    position: absolute;
    right: 117px;
    margin-top: -3px;
    opacity: 0.5;
  }
  .btn_url_success {
    background-image: url(../img/new_face/buttons/url_success.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    width: 50px;
    height: 70px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    margin-top: -28px;
    right: 30px;
  }
  .btn_url_disabled {
    background-image: url(../img/new_face/buttons/url_disabled.png);
    background-size: 25px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    cursor: not-allowed;
    position: absolute;
    margin-top: -5px;
    right: 35px;
    opacity: 2;
  }

  @media only screen and (max-width: 360px) {
    .btn_descargar_success, .btn_descargar_disabled {
      right: 80px !important;
    }
    .btn_url_success {
      right: 15px !important;
    }
    .btn_url_disabled {
      right: 20px !important;
    }
  }

  @media (max-width: 576px) {
    .btn_descargar_success, .btn_descargar_disabled {
      right: 85px !important;
    }
    .btn_url_success {
      right: 15px !important;
    }
    .btn_url_disabled {
      right: 20px !important;
    }
  }
  
  @media (max-width: 991px) {
    .btn_descargar_success, .btn_descargar_disabled {
      right: 120px;
    }
  }

  
/*btn-success*/
.btn-success-utem {
  border-color: #2DD69C;
  color: white;
  background: #2DD69C 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/*btn-success*/
.btn-success-utem_guia {
  border-color: #2DD69C;
  color: white;
  background: #2DD69C 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}


.btn-success-utem.active,
.btn-success-utem:not(:disabled):not(.disabled):active,
.btn-success-utem.active:focus,
.btn-success-utem:not(:disabled):not(.disabled):active:focus,
.btn-success-utem:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-success-utem {
  background: rgb(38, 170, 124) 0% 0% no-repeat padding-box;
  /* color: #fff; */
  /* box-shadow: 0px 3px 6px #00000029; */
}

.btn-success-utem.hover,
.btn-success-utem:hover,
.show .dropdown-toggle.btn-success-utem {
    background-color: rgb(38, 170, 124);
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
}

.btn-success-utem.active:hover {
    background: rgb(38, 170, 124) 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    /* opacity: 1; */
}

.btn-success-utem.disabled,
.btn-success-utem[disabled],
fieldset[disabled] .btn-success-utem,
.btn-success-utem.disabled:hover,
.btn-success-utem[disabled]:hover,
fieldset[disabled] .btn-success-utem:hover,
.btn-success-utem.disabled:focus,
.btn-success-utem[disabled]:focus,
fieldset[disabled] .btn-success-utem:focus,
.btn-success-utem.disabled:active,
.btn-success-utem[disabled]:active,
fieldset[disabled] .btn-success-utem:active,
.btn-success-utem.disabled.active,
.btn-success-utem[disabled].active,
fieldset[disabled] .btn-success-utem.active {
    background-color: #018ABE;
    border-color: #018ABE
}
.btn-success-utem .badge {
    color: #018ABE;
    background-color: #fff
}

/*btn-warning*/
.btn-warning-utem,
.btn-warning-utem:focus {
  border-color: #f8d053;
  color: white;
  background: #f8d053 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.btn-warning-utem.active,
.btn-warning-utem:not(:disabled):not(.disabled):active,
.btn-warning-utem.active:focus,
.btn-warning-utem:not(:disabled):not(.disabled):active:focus,
.btn-warning-utem:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-warning-utem {
  background: #ffc107 0% 0% no-repeat padding-box;
  /* color: #fff; */
  /* box-shadow: 0px 3px 6px #00000029; */
}

.btn-warning-utem.hover,
.btn-warning-utem:hover,
.show .dropdown-toggle.btn-warning-utem {
    background-color: #ffc107;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
}

.btn-warning-utem.active:hover {
    background: #ffc107 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    /* opacity: 1; */
}

.btn-warning-utem.disabled,
.btn-warning-utem[disabled],
fieldset[disabled] .btn-warning-utem,
.btn-warning-utem.disabled:hover,
.btn-warning-utem[disabled]:hover,
fieldset[disabled] .btn-warning-utem:hover,
.btn-warning-utem.disabled:focus,
.btn-warning-utem[disabled]:focus,
fieldset[disabled] .btn-warning-utem:focus,
.btn-warning-utem.disabled:active,
.btn-warning-utem[disabled]:active,
fieldset[disabled] .btn-warning-utem:active,
.btn-warning-utem.disabled.active,
.btn-warning-utem[disabled].active,
fieldset[disabled] .btn-warning-utem.active {
    background-color: #018ABE;
    border-color: #018ABE
}
.btn-success-utem .badge {
    color: #018ABE;
    background-color: #fff
}


/*btn-danger*/
.btn-danger-utem,
.btn-danger-utem:focus {
  border-color: #c64643;
  color: white;
  background: #c64643 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.btn-danger-utem.active,
.btn-danger-utem:not(:disabled):not(.disabled):active,
.btn-danger-utem.active:focus,
.btn-danger-utem:not(:disabled):not(.disabled):active:focus,
.btn-danger-utem:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-danger-utem {
  background: #c64643 0% 0% no-repeat padding-box;
  /* color: #fff; */
  /* box-shadow: 0px 3px 6px #00000029; */
}

.btn-danger-utem.hover,
.btn-danger-utem:hover,
.show .dropdown-toggle.btn-danger-utem {
    background-color: #c64643;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
}

.btn-danger-utem.active:hover {
    background: #c64643 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    /* opacity: 1; */
}

.btn-danger-utem.disabled,
.btn-danger-utem[disabled],
fieldset[disabled] .btn-danger-utem,
.btn-danger-utem.disabled:hover,
.btn-danger-utem[disabled]:hover,
fieldset[disabled] .btn-danger-utem:hover,
.btn-danger-utem.disabled:focus,
.btn-danger-utem[disabled]:focus,
fieldset[disabled] .btn-danger-utem:focus,
.btn-danger-utem.disabled:active,
.btn-danger-utem[disabled]:active,
fieldset[disabled] .btn-danger-utem:active,
.btn-danger-utem.disabled.active,
.btn-danger-utem[disabled].active,
fieldset[disabled] .btn-danger-utem.active {
    background-color: #018ABE;
    border-color: #018ABE
}
.btn-danger-utem .badge {
    color: #018ABE;
    background-color: #fff
}
/*btn danger utem*/

/*btn excel utem*/
.btn-excel-utem,
.btn-excel-utem:focus {
  border-color: #4cae4c;
  color: white;
  background: #5cb85c 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.btn-excel-utem.active,
.btn-excel-utem:not(:disabled):not(.disabled):active,
.btn-excel-utem.active:focus,
.btn-excel-utem:not(:disabled):not(.disabled):active:focus,
.btn-excel-utem:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-danger-utem {
  background: #5cb85c 0% 0% no-repeat padding-box;
  /* color: #fff; */
  /* box-shadow: 0px 3px 6px #00000029; */
}

.btn-excel-utem.hover,
.btn-excel-utem:hover,
.show .dropdown-toggle.btn-excel-utem {
    background-color:#4cae4c;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
}

.btn-excel-utem.active:hover {
    background: #4cae4c 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    /* opacity: 1; */
}

.btn-excel-utem.disabled,
.btn-excel-utem[disabled],
fieldset[disabled] .btn-excel-utem,
.btn-excel-utem.disabled:hover,
.btn-excel-utem[disabled]:hover,
fieldset[disabled] .btn-excel-utem:hover,
.btn-excel-utem.disabled:focus,
.btn-excel-utem[disabled]:focus,
fieldset[disabled] .btn-excel-utem:focus,
.btn-excel-utem.disabled:active,
.btn-excel-utem[disabled]:active,
fieldset[disabled] .btn-excel-utem:active,
.btn-excel-utem.disabled.active,
.btn-excel-utem[disabled].active,
fieldset[disabled] .btn-excel-utem.active {
    background-color: #018ABE;
    border-color: #018ABE
}
.btn-excel-utem .badge {
    color: #018ABE;
    background-color: #fff
}
/*btn excel utem*/


/* btn simple prymary */

.btn-primary-utem, .btn-primary-utem:focus {
  color: #fff;
  background-color: #021A8E;
  border-color: #021A8E;
}

.btn-primary-utem.active, .btn-primary-utem:not(:disabled):not(.disabled):active, .btn-primary-utem.active:focus, 
.btn-primary-utem:not(:disabled):not(.disabled):active:focus, .btn-primary-utem:not(:disabled):not(.disabled):active:hover, .show .dropdown-toggle.btn-primary-utem {
  background-color: #006587;
  border-color: #006587;
  color: #fff;
  box-shadow: none;
}

.btn-primary-utem.hover, .btn-primary-utem:hover, .show .dropdown-toggle.btn-primary-utem {
  background-color: #006587;
  border-color: #006587;
  color: #fff;
}

.btn-primary-utem.active:hover {
  background: #002888;
  border-color: #002888;
}

.btn-primary-utem.disabled, .btn-primary-utem[disabled], fieldset[disabled] .btn-primary-utem, .btn-primary-utem.disabled:hover, .btn-primary-utem[disabled]:hover, fieldset[disabled] .btn-primary-utem:hover, .btn-primary-utem.disabled:focus, .btn-primary-utem[disabled]:focus, fieldset[disabled] .btn-primary-utem:focus, .btn-primary-utem.disabled:active, .btn-primary-utem[disabled]:active, fieldset[disabled] .btn-primary-utem:active, .btn-primary-utem.disabled.active, .btn-primary-utem[disabled].active, fieldset[disabled] .btn-primary-utem.active {
  background-color: #021A8E;
  border-color: #021A8E;
}

.btn-primary-utem .badge {
  color: #021A8E;
  background-color: #fff;
}

.btn-modificar-inscripcion, .btn-modificar-inscripcion:focus {
  color: #fff !important;
  background-color: #021A8E !important;
  border-color: #021A8E !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}


.btn-white-utem,
.btn-white-utem:focus {
  border-color: #ffffff;
  color: #14D393;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.btn-white-utem.active,
.btn-white-utem:not(:disabled):not(.disabled):active,
.btn-white-utem.active:focus,
.btn-white-utem:not(:disabled):not(.disabled):active:focus,
.btn-white-utem:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-white-utem {
  background: #ffffff 0% 0% no-repeat padding-box;
}

.btn-white-utem.hover,
.btn-white-utem:hover,
.show .dropdown-toggle.btn-white-utem {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    color:#14D393;
}

.btn-white-utem.active:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
}

.btn-white-utem.disabled,
.btn-white-utem[disabled],
fieldset[disabled] .btn-white-utem,
.btn-white-utem.disabled:hover,
.btn-white-utem[disabled]:hover,
fieldset[disabled] .btn-white-utem:hover,
.btn-white-utem.disabled:focus,
.btn-white-utem[disabled]:focus,
fieldset[disabled] .btn-white-utem:focus,
.btn-white-utem.disabled:active,
.btn-white-utem[disabled]:active,
fieldset[disabled] .btn-white-utem:active,
.btn-white-utem.disabled.active,
.btn-white-utem[disabled].active,
fieldset[disabled] .btn-white-utem.active {
    background-color: #018ABE;
    border-color: #018ABE
}

.btn-white-utem{
  height: 28px;
  color: #14D393;
  background-color:#ffffff;
}

.btn-cancelar-utem,
.btn-cancelar-utem:focus {
    cursor: pointer;
    letter-spacing: 0px;
    border-radius: 13px;
    border: 1px solid #2DD69C;
    color: #2DD69C;
    background-color: #FFFFFF;
    font-weight: bold;
}
.btn-cancelar-utem:hover {
    border: 1px solid #2DD69C;
    color: #FFFFFF;
    background-color: #2DD69C;
}
.btn-info-utem,
.btn-info-utem:focus {
  border-color: #ffffff;
  color: #1447d3;
  background: #1447d3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  font-weight: bold;
  opacity: 1;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.btn-info-utem.active,
.btn-info-utem:not(:disabled):not(.disabled):active,
.btn-info-utem.active:focus,
.btn-info-utem:not(:disabled):not(.disabled):active:focus,
.btn-info-utem:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-info-utem {
  background: #1447d3 0% 0% no-repeat padding-box;
}

.btn-info-utem.hover,
.btn-info-utem:hover,
.show .dropdown-toggle.btn-white-utem {
    background-color: #1447d3;
    box-shadow: 0px 3px 6px #00000029;
    color:#1447d3;
}

.btn-info-utem.active:hover {
    background: #1447d3 0% 0% no-repeat padding-box;
}

.btn-info-utem.disabled,
.btn-info-utem[disabled],
fieldset[disabled] .btn-info-utem,
.btn-info-utem.disabled:hover,
.btn-info-utem[disabled]:hover,
fieldset[disabled] .btn-info-utem:hover,
.btn-info-utem.disabled:focus,
.btn-info-utem[disabled]:focus,
fieldset[disabled] .btn-info-utem:focus,
.btn-info-utem.disabled:active,
.btn-info-utem[disabled]:active,
fieldset[disabled] .btn-info-utem:active,
.btn-info-utem.disabled.active,
.btn-info-utem[disabled].active,
fieldset[disabled] .btn-info-utem.active {
    background-color: #018ABE;
    border-color: #018ABE
}

.btn-info-utem{
  height: 28px;
  color: #1447d3;
  background-color:#1447d3;
}