body{
    width:auto;
    min-width: 100vw;
}
.modal-dialog-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-width: 0px;
}

.modal-dialog-right .modal-content {
    min-height: 100%;
    border-width: 0;
    border-radius: 0;
    border-left: 1px solid #dee2e6;
    background-color: #fdfdfd;
}
.strong{font-weight: bold;}
.table-noborder>tbody>tr>td{
    border-top:none !important;
}

span.label{font-size:1.1rem;}
.modal-header button.close{
   
    padding: 0 2rem;
    opacity: 1;
    
}
.modal-header button.close:hover{
    background-color: #AAA;
}

.control-label{
    text-overflow: ellipsis;
    overflow-x: hidden;
    inline-size: min-content;
    width: 100%;
}

.py-2{
    padding-top:2px;
    padding-bottom:2px;
}
.py-3{
    padding-top:3px;
    padding-bottom:3px;
}
.py-4{
    padding-top:4px;
    padding-bottom:4px;
}
.modal-content .modal-header{
    padding-right: 0px;
}
.text-rigth{text-align: right;}

.pre{white-space: pre-wrap;}
.inline{
    display: inline-block !important;
}
.p-2{padding: 2px;}
.p-3{padding: 3px;}
.p-4{padding: 4px;}
.mt-0{
    margin-top:0px;
}
.ml-1{
    margin-left:6px;
}
.ml-2{
	margin-left:16px;
}
.mr-2{
    margin-right:20px;
}

.mt-2{
    margin-top:20px;
}

.mb-2{
    margin-bottom:20px;
}

.ml-3{
    margin-left:32px;
}
.mt-2{
	margin-top:16px;
}
.dd {
    max-width: 1000px !important;
}
.bold{

    font-weight: 700;
}
.modal-header button.close{
    margin-top: -20px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 200px;
    margin: 0;
    opacity: 0;
}

.custom-file-fild{
    display: flex;
    align-items: center;
    justify-content: center;
    border: dashed 2px rgba(100,100,100, 0.4);
    border-radius: 12px;
}
.custom-file-fild::before {
    content: '\f093';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 2rem;
    font-weight: 900;
    color: #78818a;
}
.show-child-on-hover .show-on-hover-parent{
    display: none;
}

.show-child-on-hover:hover .show-on-hover-parent{
    display: block;
}
.position-absolute{
    position: absolute;
}
.pos-top-right{
    right:4px;
    top:4px;
}
.pos-top-left{
    left:4px;
    top:4px;
}
.position-relative{
    position: relative;
}
.w-100{
    width: 100%;
}
.custom-label{
    position: absolute;
    color:#888;
    top:-24px;
    left:10px;
}

.label-done{
    color:white;
    background-color: #C631BC;
}

input[type="search"]{
    border-left:0;
}
.float-right{
    float:right !important;
}

.dataTables_filter .btn{
    border:solid 1px rgb(204, 204, 204);
     border-left:0;
     box-shadow: none;
     border-radius: 0;
     line-height: 1.9rem;
}
.ui-sortable-helper {
    display: table;
}
