﻿.bootstrap-tagsinput {
    border: none;
    box-shadow: none;
}

input#txtTag {
    border: none;
}

.bootstrap-tagsinput .badge {
    margin: 0px 5px 0px 0px;
}


.form-rounded {
    border-radius: 2rem;
}

.light {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 2rem 0rem 0rem 2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-right: 0;
}

.btnInfo {
    border-radius: 0rem 0rem 0rem 0rem;
    font-size: 25px;
    padding: 16.2px 17px;
}

.alert-info {
    border-radius: 0rem 0rem 0rem 0rem;
    padding: 19px 17px;
    margin-bottom: 2rem;
    font-size: 15px;
    background-color: #D6EAF8;
    color: black;
}

.btn-default {
    background-color: #9AA9B8;
}

.circulo {
    height: 10px;
    width: 10px;
    background-color: #495057;
    border-radius: 50%;
    display: inline-block;
}

.border-right-personalizado {
    border-right: 1px solid #dee2e6;
}


.h6Estado {
    text-align: center;
    padding-top: 18%;
    font-weight: bold;
}

.tableinformacion {
    padding: 5px;
}

.btn-outline-primary-personalizado {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-danger-personalizado {
    color: #ff646d !important;
    background-color: transparent;
    background-image: none;
    border-color: #ff646d !important;
    width: 40%;
}
.buttons-html5 {
    display: none;
}



.dataTables_filter {
    display: none;
}

.btn_accion {
    color: #007bff !important;
}
/*
.list-group-item {
    color: #495057;
}*/

/*.seleccionado {
    color: #007bff;
}
*/
.pj__alert {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 20px;
}



.pj__alert-icon {
    width: 75px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #708a97;
    padding: 20px;
    color: #fff;
    font-size: 25px;
}



.pj__alert-message {
    padding: 20px;
    background-color: #d6eaf8;
    font-weight: 600;
    width: calc(100% - 75px );
    height: 100%;
    display: flex;
    align-items: center;
}

.ScrollClass {
    height: 600px; 
    overflow-y: scroll;
}
a {
     color: black; 
    text-decoration: solid;
    background-color: transparent;
   /* pointer-events:none;*/
   
}