.sidebar {
    width: 210px;
}
.sidebar + .main-content {
    margin-left: 210px;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
body { padding-right: 0 !important }

.borderRed{
    border: solid 1px red !important;
}

.modal-open {
    overflow: scroll;
}

.modal-backdrop{
    position: fixed;
}

.show-routine-consultation{
    cursor: pointer;
}

.itemdiv.dialogdiv:before{
    content: none;
}

.itemdiv{
    min-height: 45px;
}

.btn-danger-gray{
    background-color: #b54f3ead !important;
    border-color: #cd877c;
}

.btn-danger-gray:hover{
    background-color: #e44226 !important;
    border-color: #cd877c;
}

.hand{
    cursor: pointer;
}

.m-0{
    margin: 0;
}

.double-scroll-bar .scroll-1, .double-scroll-bar .scroll-2{
    overflow-x: scroll; overflow-y:hidden;
}

.modifiel-by-pagination > .pagination > span{
    padding: 6px 12px;
    color: #1c6ca2;
    background-color: #EAEFF2;
    border-color: #c1d1d7;
}

.modifiel-by-pagination > .pagination > span.active{
    background-color: #6FAED9;
    border-color: #6FAED9;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    z-index: 2;
}

.modifiel-by-pagination > .pagination > span.active > a{
    background-color: unset!important;
    border-color: unset!important;
}

.selectize-input.invalid{
    border: solid 1px red !important;
}

.dialogdiv-delete .body{
    width: 92%;
}

.dialogdiv-delete .div-btn-trash{
    position: absolute;
    right: 0;
    top: 0;
}

.mb-1{
    margin-bottom: 1rem;
}

.align-td-vertical td{
    vertical-align: inherit!important;
}

.div-session-time{
    color: #fff;
    text-align: right;
    display: none;
    line-height: 18px;
    position: fixed;
    z-index: 9999999;
    background-color: #438eb9e6;
    right: 15px;
    bottom: 10px;
    padding: 10px 20px;
    border-radius: 30px;
}

.div-session-time .time-session{
    font-size: 20px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #f1f1f1;

}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.713);
}

.modal-to-right .modal-dialog{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0!important;
    border-width: 0;
}

.modal .modal-lg{
    max-width: 800px;
}

.modal .modal-xl{
    width: 60%;
    max-width: 1150px;
}

.modal .modal-content{
    display: flex;
    flex-direction: column;
}

.modal-to-right .modal-content{
    height: 100%;
}

.modal-to-right .modal-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.w-100{
    width: 100%;
}

.div-of-signature-user .profile-info-name{
    width: 20rem;
}

.d-flex{
    display: flex;
}

.d-block{
    display: block;
}

.items-center{
    align-items: center;
}

.justify-content-between{
    justify-content: space-between;
}

.mb-0{
    margin-bottom: 0;
}

.mb-2{
    margin-bottom: 2rem;
}

.ml-1{
    margin-left: 1rem;
}

.ml-2{
    margin-left: 2rem;
}

.mt-2{
    margin-top: 2rem;
}

.pl-1{
    padding-left: 1rem!important;
}

.pl-2{
    padding-left: 2rem!important;
}

.pl-2-5{
    padding-left: 2.5rem!important;
}

.pl-3{
    padding-left: 3rem!important;
}

.pl-4{
    padding-left: 4rem!important;
}

/* .div-for-pics-selected {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -13px;
    margin-right: 13px;
}

.div-for-pics-selected > div {
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div-for-pics-selected > div:first-child {
    flex: 0 0 300px;
}

.div-for-pics-selected > div:not(:first-child) {
    flex: 0 0 100px;
}

.footer-pic {
    border-top: 1px solid #000;
    padding-top: 10px; 
    margin-top: 10px; 
} */

.div-for-pics-selected {
    display: flex;
    margin-left: -16px;
    width: 98%;
}

.div-for-pics-selected > div:first-child {
    min-width: 360px;
}

.div-for-pics-selected > div:nth-child(2) {
    display: flex;
    overflow-x: auto;
    max-width: 60%;;
}

.div-for-pics-selected > div:nth-child(2) > div {
    width: 100px;
}

.text-rigth{
    text-align: right;
}

body{
    font-size: 12px;
}

.table-center-items tbody tr td{
    align-content: center;
}

.footer-login {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: right;
}

.blue-strip{
    background-color: #17a2ca;
    text-align: center;
}

.image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}