/* ADAPTACIONS NOVA VERSIO UNIFY */
/* reset things */

/* bootstrap */
.rounded {
    border-radius: .25rem!important;
}
.w-90{
    width: 90% !important;
}
.w-100{
    /*width: 100% !important;*/
    width: -webkit-fill-available;
}
/*
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.border-0 {
    border: 0!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 16px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item-action {
    /*width: 100%;*/
    color: #495057 !important;
    text-align: inherit;
}
.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
/* bootstrap components */
.list-group-border-0 .list-group-item:first-child, .list-group-border-0 .list-group-item:last-child {
    border-radius: 0;
}
.list-group-item.active {
    background-color: #72c02c;
    border-color: #72c02c;
}
.u-label {
    display: inline-block;
    padding: .35rem .58rem;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}
.list-group-item-action:hover {
    background-color: #f7f7f7;
}
.active.list-group-item-action:hover {
    background-color: #72c02c;
}
.card-header {
    padding: 10px 15px;
}
.card, .card-header {
    border-color: #eee;
}
.btn-xs {
    line-height: 1.4;
    padding: 0.14286rem 0.5rem;
    font-size: 0.78571rem;
}
.btn-sm{
    line-height: 1.5;
    padding: .25rem .5rem;
    font-size: .875rem;
}
/* _RFS */
.h6, h6 {
    /*font-size: 1rem;*/
    font-size: 14px;
}
/* unify-globals */
.g-color-cyan {
    color: #00bed6 !important;
}

/* FI ADAPTACIONS */

.no-shadow{
    box-shadow: none;
}



.my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mr-2{
    margin-right: 20px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}
.font-size-12{
    font-size: 12px;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.btn-upload[readonly]{
    /*
    background-color: #3398dc !important;
    color: white !important;
    */
    color: black !important;
}
.lista-medicos{
    min-height: 100px;
    display: flex;
    align-items: center;
}