#chat-window {
    max-height: 400px; /* o la altura que quieras */
    overflow-y: auto;
}
*{
     box-sizing:border-box;
}
body{
    overflow-x: hidden;
    font-family: verdana,verdana;
   /* background: linear-gradient(to left,rgb(122, 64, 133) 50%, white 50%);
    background-repeat: no-repeat;*/
   background-color: rgb(122, 64, 133) !important;
}
a
{
    text-decoration: none !important;
}
.u-link:hover
{
    text-decoration: underline;
}
.table-new{
    
}
.table-new .table-new_record
{
    border-bottom: 1px dotted rgb(122, 64, 133) ;
}
.table-new .table-new_record .table-new-cell
{
    padding: 1ex;
    font-size: 1.2ex;
    /*border-right: 1px dotted graytext;*/
}
.table-new .table-new-menu
{
    
}
.table-new .table-new-menu div
{
    cursor: pointer;
}
.table-new .table-new_record .table-new-cell-last
{
    border:none;
}
#checkdays-options div
{
    background-color: violet !important;
    margin-right:  1ex;
    cursor: pointer;
    
}
#antecedentes
{
    background: repeating-linear-gradient(
        0deg,
        white,
        white 19px,
        rgba(200,200,200,.2) 1px,
        rgba(200,200,200,.2) 20px
      );
}
#patient-header
{
    /*font-size:1ex;*/
}
.banner-base
{
    position: relative;
    display: block;
    /*font-size: 1ex;*/
}
#sliderdate-parent
{
    overflow: hidden;
/*    display: inline !important;*/
    /*max-height: 7ex;*/
   
}
.sliderdate
{
    float: left;
    padding: 1ex;
    cursor: pointer;
    font-style: italic;
    text-align: center;
    color: rgb(122, 64, 133);
    border-right: .2ex solid white !important;
}
.sliderdate:hover
{
    background-color: rgba(122, 64, 133,.7);;
    color: white;
    font-style: normal;
    font-weight: bold;
}
.sliderdate.active
{
    background-color: rgb(122, 64, 133);
    color: white;
    font-style: normal;
    font-weight: bold;
    /*border: .3ex solid rgb(200,200,200) !important;*/
}
.sliderdatedays
{
    float: left;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background-color: rgba(122, 64, 133,.4);
    color: white;
    border: .3ex solid rgb(255,255,255) !important;
}
.bg-violet-light
{
    background-color: rgba(122, 64, 133,.4);
}
.sliderdatedays.active
{
    /*background-color: white !important;*/
    color: rgb(122, 64, 133);
    border: .3ex solid rgb(122, 64, 133) !important;
}
.sliderdatedays:hover
{
    background-color: white;
    color: rgb(122, 64, 133);
    border: .3ex solid rgb(122, 64, 133) !important;
}
.card
{
    cursor: pointer;
}
#estudios .card:hover
{
    background-color: rgba(122,100,133,.1);
    margin: 1ex;
}
.tab-pane
{
    overflow-x: hidden;
}
.tab-content
{
    border-bottom: 2px solid graytext;
}
.banner-md
{
    padding: 5ex;
}
.banner-sm
{
    padding: 2ex;
}
.borderx
{
    border: 1px solid black;
}
.border-v
{
    border: 1px solid rgb(122, 64, 133) !important;
}

.PD-comments-open
{
    position: relative;
}
.PD-comments-close
{
    position: fixed;
    bottom: 25%;
    right: 0;
    z-index: 99;
    display: block !important;
}
#collHCOpen
{
    border-top: 1px solid rgb(122, 64, 133);
    border-left: 1px solid rgb(122, 64, 133);
    border-right: 1px solid rgb(122, 64, 133);
    margin-bottom: -2px;
    z-index: 100;
    position: relative;
}
#collHCOpenBody
{
    border: 1px solid rgb(122, 64, 133);
    border-radius: 0 !important;
    box-shadow: 5px 5px 20px;
}
.input-lg
{
    min-height: 12ex !important;
    padding: 0;
}
.box-shadow
{
    box-shadow: 2ex 2ex 2ex 0px lightgray;
    border: lightgray !important;
    border-radius: 1ex;
}
.padding-0
{
    padding: 0;
}
.padding-top-sm
{
    padding-top: 3ex;
}
.padding-top-md
{
    padding-top: 6ex;
}
.padding-top-lg
{
    padding-top: 10ex;
}
.padding-sm
{
    padding: 1ex;
}
.padding-md
{
    padding: 2ex;
}
.buttons-line a
{
    cursor: pointer;
}
.button-basic
{
    border-radius: 1ex;
    border-style: solid;
    border-width: 0px;
    padding: 1ex;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    
}
.button-transparent
{
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 1ex;
}
.button-disabled
{
    pointer-events: none;
}
.button-enabled
{
    pointer-events: auto;
}
.form-input 
{
    border: none;
    padding: 1ex;
    border-radius: .5ex;
}
.form-input-search
{
    background-color: lightyellow;
}
input[type=text].form-input, textarea.form-input, input[type=number].form-input
{
    border: 1px solid rgb(122, 64, 133);
    border-radius: .5ex;
    cursor: text;
}
input[type=text].form-input:focus, textarea.form-input:focus, input[type=number].form-input:focus
{
    box-shadow: 5px 5px 20px gray;
    line-height: 4ex;
}
select.form-input, input[type=date].form-input , input[type=datetime-local].form-input 
{
    /*background-color: red;*/
    cursor: pointer;
    border: 1px solid rgb(122, 64, 133);
}
.form-input-ro
{
    border-width: 0px;
    background-color: rgba(0,0,0,0);
    padding: 1ex;
    color: rgb(122, 64, 133);
    cursor: pointer;
    pointer-events: none;
}
.border-none
{
    border:none;
}

.bg-color-strongviolet
{
    background-color: rgb(122, 64, 133);
}
.bg-color-transparent
{
    background-color: rgba(0,0,0,0);
}
.bg-color-mediumviolet
{
    background-color: rgba(122, 64, 133,.7);
}
.bg-color-white
{
    background-color: white;
}
.font-size-md
{
    font-size: 2.5ex;
}
.font-color-white
{
    color: white !important;
}
.font-color-white::placeholder
{
    color: white !important;
}
.font-color-strongviolet
{
    color: rgb(122, 64, 133) !important;
}
.font-weight-bold
{
    font-weight: bold;
}
.line-bottom
{
    border-bottom: 1px solid rgb(122, 64, 133);
}
.line-bottom-d
{
    border-bottom: 1px dotted rgb(122, 64, 133);
}
nav ul, nav li, nav div
{
    background-color: rgba(0,0,0,0);
}
.paginator a
{
    color: rgb(122, 64, 133);
    font-weight: bold;
}
#mainTable tr td, #mainTable tr, #mainTable, #mainTable tr, #mainTable td, #mainTable th
{
    border: 0 !important;
    cursor: pointer;
}
.table
{
    cursor: pointer;
}
.fake-table section
{
    float: left;
    padding: 1ex;
}
.fake-table .fake-table-line
{
    border-bottom: 1px dotted gray !important;
    /*margin-bottom: 1ex;*/
}
.fake-table .fake-table-line:hover
{
    background-color: rgba(220,200,220,1) !important;
}
.card-body .fake-table-line
{
    float: left;
    /*border: 1px dotted black;*/
}
#accordionSidebarPatient .mnuPatient .nav-item *:hover
{
    background-color: gray;
    color: white !important;
}
.mnuTopIcon *:hover
{
    color: rgba(122, 64, 133,.5);
}
.pagination li
{
    padding: 2ex;
    /*border-right: 1px solid rgb(122, 64, 133);*/
}
#search::placeholder
{
    /*color: white;*/
}
#searchResult
{
    position: fixed;
    top: 5ex;
    background-color: white;
    border-radius: .5ex;
    padding: 2ex;
    display: none;
    overflow-y: scroll;
    z-index: 99;
    max-height: 40ex;
    border: 2px solid rgb(122, 64, 133);
    -webkit-box-shadow: 10px 9px 51px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 51px -3px rgba(0,0,0,0.75);
box-shadow: 10px 9px 51px -3px rgba(0,0,0,0.75);
}
#searchResult li:hover
{
    background-color: rgba(122, 64, 133,.5);
}
#searchResult, #searchResult li
{
    /*background-color: rgba(0,0,0,0);*/
}
#searchResult li
{
    cursor: pointer;
}
a
{
    color: #000 !important;
}
input:disabled, textarea:disabled
{
    background-color: rgb(255,255,220);
    color: black;
    cursor: help !important;
}
.button-container *,.button-container *:hover
{
    margin-right: 3ex;
    text-decoration: none;
}
.dashboard-menu:hover
{
    background-color: rgba(122, 64, 133,.5);
    border: none;
    color: white;
}
#ddmTools
{
    background-color: rgba(122, 64, 133,1) !important;
    border:none;
}
/*.nav-link:hover
{
    background-color: rgba(249, 235, 157,.5) !important;
    
}
*/
.cursor-pointer
{
    cursor: pointer;
}
.internalNews
{
    position: fixed;
    bottom:0;
    right:0;
    background-color: white;
    overflow-y: scroll;
    border-radius: 1ex 0 0 0;
    max-height: 25ex;
    min-height: 25ex;
    cursor: pointer;
    padding: 0;
}
#internalNews .news-btn
{
    /*position: absolute;
    left: 0;
    top: 0;*/
    max-height: 25ex;
    min-height: 25ex;
}
.carousel-control-prev{
    /*background-color: red;*/
    max-height: 25ex;
    min-height: 25ex;
}
.carousel-control-next{
    /*background-color: red;*/
    max-height: 25ex;
    min-height: 25ex;
}
.carousel-control-prev-icon
{
    color: red !important;
}
/*.chevron
{
    font-size: 5ex;
    font-weight: bold;
    color: black !important;
    opacity: 1 !important;
    
    
}
.chevronl
{
    margin-left: -2.5ex;
}
.chevronr
{
    margin-right: -2.5ex;
}*/
.no-border
{
    border:none !important;
}
.bg-light
{
    background-color: black !important;
}
.nav-tabs .nav-link 
{
    background-color: white;
    border-radius: 1ex 1ex 0 0;
    border-width: 1px 1px 0 1px;
    border-color: rgb(122, 64, 133);
    padding: .5ex !important;
    margin-right: .5ex;
}
.list-group-item
{
    padding: .5ex !important;
}
 .tachado
 {
     text-decoration:line-through;
 }
#myTabContent
{
    overflow-y: scroll;
    border-radius: 1ex 1ex 0 0;
    padding: 0 !important;
    max-height: 20ex;
}

.nav-tabs .active
{
    background-color: rgb(122, 64, 133) !important;
    color: white !important;
}
#accordionUploadfile, #accordionUploadfile .card
{
    background-color: rgba(0,0,0,0);
    border: none;
    cursor:pointer;
}
#accordionUploadfile .card-header, #accordionUploadfile .card-header a
{
    background-color: rgba(122, 64, 133,1);
    color: white !important;
}
#collapseNews
{
    background-color: white !important;
    color: rgb(50,0,50) !important;
    border-radius: 1ex 0 0 0;
    border-top: .5ex solid rgba(122, 64, 133,1);
    border-left: .5ex solid rgba(122, 64, 133,1);
}
.dropdown-menu a:hover
{
    background-color:  rgba(122, 64, 133,1);
    color: white !important;
}
#msgbox .modal-title
{
    color: white !important;
    font-weight: bold;
}
.msgbox-header
{
    color: white !important;
    font-weight: bold;
}
.msgbox-body
{
    background-color: white;
    min-height: 15ex !important;
    border-style: solid;
    border-width: 0 2px 0 2px;
    border-color: rgba(122, 64, 133,1);
}
.msgbox-footer
{
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-color: rgba(122, 64, 133,1);
}
#msgbox
{
    z-index: 100000;
    top: 30%;
}
#accordionNews
{
    position: fixed;
    bottom: 0;
    right:0;
    z-index: 99;
    /*min-height: 15ex;*/
}
#accordionNewsIcon
{
    min-height: 20ex;
    border-radius: 1ex 0 0 0;
}
.camera-option
{
    position: relative;
    display: block;
    padding: 2ex;
}
.camera-option-off
{
    background-color:  white;
    color: rgba(122, 64, 133,1);
}
.camera-option-on
{
    background-color: rgba(122, 64, 133,1);
    color:white;
}
#tbl-user-queue td,#tbl-user-queue thead, tbl-user-queue th
{
    border:none;
}
#tbl-user-queue tr
{
    border-bottom: 1px dotted gray;
}
#tbl-user-queue
{
    background-color: white;
    border-left: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 5px solid rgba(122, 64, 133,1);
}
#tbl-user-queue tbody
{
    
}
.tbl-eleven td,tbl-eleven thead, .tbl-eleven th
{
    border:none;
}
.tbl-eleven
{
    background-color: white;
    border-left: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 5px solid rgba(122, 64, 133,1);
}
.tbl-eleven tbody
{
    
}
.bg-warning-light
{
    background: linear-gradient(rgba(255, 137, 58,.2),rgba(255, 137, 58,.4));
}
.bg-muted-light
{
    background: linear-gradient(rgba(100,50,100,.2),rgba(100,50,100,.4));
}
.bg-success-light
{
    background-color: rgba(206, 255, 132,.5);
}
.checkbox-day + .form-input-ro
{
    /*background-color: gray !important;*/
    opacity: .6;
}
.checkbox-day
{
    line-height: 5ex;
    padding: 1ex;
    /*border: 1px solid rgba(122, 64, 133,1);*/
}
.checkbox-day:hover
{
    background-color: rgba(122, 64, 133,0.6) !important;
    color: white;
    
}

.card-header
{
    padding: 1ex !important;
    
}
.card-body
{
    padding: 1ex !important;
}
@media only screen and (min-width:700px)
{
    .banner-base
    {
        font-size: 2ex;
    }
    .padding-md
    {
        padding: 5ex;
    }
}

.patient-file-tabs
{
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #fff;
    padding-top: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.patient-file-tabs .nav-link
{
    background-color: transparent;
}

