/* Bootstrap extend */

.datetimepicker-input[readonly]{ background-color: white !important;}


.d-contents {display: contents;}

.flex-1-0-auto{flex: 1 0 auto;flex-shrink: 1;}
.fill-rows .flex-1-0-auto{}

.ws-break-spaces{    white-space: break-spaces;}

.th-3{line-height: 16px;}

/* margins */
.mn-8 {margin-left: -8px;}


/* Backgrounds */
.bg-d7 { background-color: #d7d7d7; }
.bg-ed { background-color: #ededed; }


/* heigts */
.h32 {height: 32px !important;}
.h38 {height: 38px !important;}

/* widths */
.w42 {width: 42px !important;}
.w48 {width: 48px !important;}

.wm42 {min-width: 42px !important;}

img{object-fit: cover}

img.s64 {
    width: 64px;
    height: 64px;
}

img.s128 {
    width: 128px;
    height: 128px;
}

img.s150 {  width: 150px; }
img.ms150 {  min-width: 150px; }

img.s90 {
    width: 90px;
    height: 90px;
}

img.s48 {
    width: 48px;
    height: 48px;
}

img.s38
{
    width: 38px;
    height: 38px;
    
}

img.s32
{
    width: 32px;
    height: 32px;
    
}

 .mr-10 {margin-right: 10px;}


    
    .l0 {left: 0;}
    .r0 {right: 0;}
    .b0 {bottom: 0;}
    .t0 {top: 0;}