/*.ui-dialog .ui-dialog-title {*/
/*    color: #333;*/
/*    font-size: 20px;*/
/*    background-color: #f0f0f0;*/
/*}*/
/*.ui-dialog .ui-dialog-content {*/
/*    color: #666;*/
/*    font-size: 16px;*/
/*    background-color: #fff;*/
/*}*/
/*.ui-dialog .ui-dialog-buttonset button {*/
/*        border-radius: 5px;*/
/*    padding: 0px 10px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    font-size: 19px;*/
/*    display: flex;*/
/*    width: 80px;*/
/*    justify-content: center;*/
/*}*/

/*.ui-dialog .ui-widget {*/
/*    position:absolute !important;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*}*/
/*.ui-dialog-buttonset {*/
/*    display:flex;*/
/*}*/

.animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0} 
    to{top:0;opacity:1}
}
.modal {
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
  /*margin: 5% auto;*/
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
  display: inline;
      /*max-height: 360px;*/
}

.moflex{
  /*margin: 5% auto;*/
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
  display: flex !important;
      /*max-height: 360px;*/
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>*{
    margin: 5px;
}

/* buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #ffb230;
    border-color: #ffb230;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary {
    color: #fff;
    background-color: #ffb230;
    border-color: #ffb230;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}




























/*alert*/
.alert {
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.alert-new {
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.alert-content {
  /*margin: 5% auto;*/
    width: 500px;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
    display: inline;
    max-height: 260px;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    /* border: 1px solid #888; */
    border-radius: 16px;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.alert-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.alert-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.alert-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.alert-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.alert-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.alert-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.alert-footer>*{
    margin: 5px;
}

.fa-check-square {
    font-size: 87px;
    display: flex;
    color: #53a653;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0) !important;
}

.fa-square-xmark {
    font-size: 87px;
    display: flex;
    color: #b44141;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0) !important;
}
.fa-check-square, .fa-square-check {
    font-size: 87px;
    display: flex;
    color: #53a653;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0) !important;
}




















/*alert*/
.profile {
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
  scrollbar-width: none;
}

.profile-content {
    /* width: 500px; */
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.3rem;
    outline: 0;
    display: inline;
    /*max-height: 100%;*/
    top:10%;
    /*width: 500px;*/
    max-width: 400px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
    display: inline;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /* border: 1px solid #888; */
    border-radius: 16px;
    width: 80%;
    display: flex;
}
.profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.profile-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.profile-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.profile-body {
    flex: 1 1 auto;
    padding: 1rem;
    display:flex;
}
.profile-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.profile-datos {
    width: 30%;
}
.profile-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.profile-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 130px;
    width: 130px;
    background: #ccc;
    border-radius: 50%;
}
.profile-nombre {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
}
.profile-contacto {
font-size: .7rem;
    /* border: 7px #ccc; */
    border-top: 1px solid #e9ecef;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.profile-info {
    padding: 2rem;
    width: 70%;

}
.profile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.profile-footer>*{
    margin: 5px;
}



.profile-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1rem;
}

.profile-content {
    /* margin: 5% auto; */
    /*width: 500px;*/
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.3rem;
    outline: 0;
    display: inline;
     top:10%;
}





.vizualizador {
    display: none;
    position: fixed;
    z-index: 40;
    left: 0;
    top: 0;
    width: 100%;
    height: 91vh;
    overflow: auto;
    background-color: rgb(0 0 0 / 74%);

}

.vizualizador-content {
    /* margin: 5% auto; */
    width: 500px;
    max-width: 470px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
    display: inline;
    /*max-height: 260px;*/
    margin: 15% auto;
    /*padding: 20px;*/
    /* border: 1px solid #888; */
    border-radius: 16px;
    width: 80%;
    display: flex;
    flex-direction: column;
}



#tablaUsuarios_filter {
    position: relative;
    right: 63px;
}
