
.tooltip { pointer-events: none; }
/*Tablas*/
.table tbody {
    font-size: 1rem !important;
}

/*Radios*/
input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
/*Distancia entre radios*/
.disRadio {
    padding-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
/*Cerrar collapse*/
#close {
    float: right;
    font-weight: bold;
    color: red;
}

table.uib-timepicker tr.text-center {
    display: none;
}

/* Bootstrap calendar angular js */
span.glyphicon.glyphicon-chevron-up::before {
    content: '▲';
    font-family: 'Font Awesome 5 Free';
    font-size: large;
}

span.glyphicon.glyphicon-chevron-down::before {
    font-family: 'Font Awesome 5 Free';
    content: '▼';
    font-size: large;
}

button > span.text-info{
    color: white;
}

button.btn.btn-default.btn-info.active > span {
    color: white!important;
}
button > span.text-info {
    color: #555454!important;
}

/* end bootstrap calendar */

.page-link{
    cursor: pointer;
}
.flex{
    display: flex;
}

button.btn.btn-link.tb {
    padding: 0 10px 0 0;
}
button.btn.btn-link:focus{
    outline: none;
    box-shadow: none;
}
/* Swal */

button.swal2-confirm.swal2-styled{
    padding: .5rem 1rem;
}
button.swal2-cancel.swal2-styled{
    padding: .5rem 1rem;
}
/* end Swal */
.pd-15{
    padding: 15px;
}
.hide{
    display: none;
}

/* Spinner */
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/* End spinner */

.notyf__icon {
    font-size: unset!important;
}

.search-group{
    display: flex;
    float: right;
    /* min-width: 390px; */

}

.modal-title.confirm{
    color: black;
}

button.delete.btn.btn-link.tb {
    color: red;
    padding: 0 15px 0 0;
}

button.edit.btn.btn-link.tb {
    color: dodgerblue;
    padding: 0 15px 0 0;
}
button.user.btn.btn-link.tb {
    color: rgb(17, 182, 45);
    padding: 0 15px 0 0;
}
button.company.btn.btn-link.tb {
    color: rgb(241, 126, 18);
    padding: 0 15px 0 0;
}


.scroll-bar-x{
    overflow-x:auto;
}

.scroll-bar-y {
    overflow-y: auto;
    height: 405px;
}


.break{
    word-break: break-all;
}
a.nav-link > i.fas {
    font-size: 1rem;
}

/* Label for table filter */

.filter-lb{
    margin: 0 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.mt-32{
    margin-top: 32px;
}

.form-radio{
    margin: 0 10px 0 0;
}

/* Forms feedback */
.form-control-feedback {
    position: absolute;
    bottom: 0;
    right: 12px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 100%;
    line-height: 1;
    text-align: center;
    pointer-events: none;
}
.has-feedback {
    position: relative;
}

.fade-in {
    animation: fadeInAnimation linear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.pwd-eye{
    cursor: pointer;
    pointer-events: all;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pointer{
    cursor: pointer;
}

.fa.delete-image-icon{
    position: absolute;
    right: 21px;
    border-radius: 50%;
    background: red;
    padding: 6px;
    color: white;
    top: 8px;
}
.fa.image-status-valid{
    position: absolute;
    left: 21px;
    border-radius: 50%;
    background: rgb(0, 182, 39);
    padding: 6px;
    color: white;
    top: 8px;
}
.fa.image-status-invalid{
    position: absolute;
    left: 21px;
    border-radius: 50%;
    background: red;
    padding: 6px;
    color: white;
    top: 8px;
}

.form-check.lg{
    transform: scale(1.2);
}
.check-lg{
    transform: scale(1.2);
}



@media (min-width: 768px){
    .sidebar .nav-item .nav-link i {
        font-size: 1.3rem;
        margin-right: .25rem;

    } 
}

/* Schedule table fix */
table.uib-timepicker {
    margin: auto;
}

td.uib-time > input.form-control {
    height: calc(1.5em + .5rem + 2px);
}
td.uib-time > button.btn {
    height: calc(1.5em + .5rem + 2px);
}
/* End Schedule table fix */

form.user .form-control-user {
    font-size: .9rem;
}
form.user .btn-user {
    font-size: .9rem;
}

.btn-user {
    font-size: .9rem;
    border-radius: 10rem;
    padding: .375rem .75rem;
}

.c-primary{
    color:#4e73df
}

.clock{
    width: fit-content;
    display: flex;
    margin: auto;
    /* font-size: 5rem; */
    color: dodgerblue;
}
.date{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
@media screen and (min-width: 400px) {
    .clock{
        font-size: 4rem;
    }
}

@media screen and (min-width: 1000px) {
    .clock{
        font-size: 4rem;
    }
  }

@media screen and (min-width: 1200px) {
    .clock{
        font-size: 5rem;
    }
  }

div.input-group > angucomplete{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

td > i.fa.fa-check.text-success{
    font-size: 1.25em;
}
td > i.fa.fa-close.text-danger{
    font-size: 1.25em;
}

i.fa.fa-times.red {
    color: red;
}
/* Custom bg color in dropdown   */
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-menu {
    min-width: 100%;
}
