.row-troquel{
    margin: 0;
    padding: 8px 10px;
}
.row-header{
    margin: 0;
    padding: 8px 10px;
    font-weight: bold;
}

.pastilla{
    font-size: small;
    text-align: center;
    background-color: #17a2b8;;
    color: white;
    padding: 0 5px;
    border-radius: 5px;
    margin: 2px 0;
}

.middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb-box{
    width: 60px;
    height: 60px;
    border: solid #d6d6d6 1px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #b1b1b1;
    overflow: hidden;
    text-align: center;
}

.image{
    display: flex !important;
    justify-content: center;
}
.col-center{
    text-align: center;
}

.row-troquel:nth-child(even){
    background-color: #ffffff;
}
.row-troquel:nth-child(odd){
    background-color: #eeeeee;
}

.row-hover:hover{
    background-color: #e4e2e2;
}
.no-link {
    color: black;
}

.color-info{
    color: #17a2b8 !important;
}

.color-success{
    color: #0b5500 !important;
}

.color-warning{
    color: #c77000 !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #d2d2d2 !important;
}

.asistente-button-xl{
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 1.6em;
    line-height: 1em;
    border-radius: 10px;
    border: 0;
    box-shadow: 1px 1px 3px #838383;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.img-button{
    margin: -10px 20px -10px -10px;
    border-radius: 10px 0 0 10px;
    float: left;
    overflow: hidden;
}
