/*
body {
    padding-top: 56px;
    padding-bottom: 70px;
}*/

/*.x_submenu
{
	margin-bottom: 20px;
}*/

#maincontainer {
    padding-top: 10px;
    padding-bottom: 20px;
    /*padding-right: 5px;*/
    /*padding-left: 5px;*/
    color: var(--bs-body-color);
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    border-radius: 0.35rem;
}

.x_panel>.x_content>table {
    margin: 0;
}

.x_panel:has(table) {
    padding: 0;
}

.x_panel:has(table) .x_title {
    margin-left: 10px;
    margin-right: 10px;
    /*margin: 5px;
    border-bottom: 0;*/
}

.x_content:has(table) {
    padding: 0;
    margin: 0;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 5px 5px 8px;
    /*padding: 1px 5px 6px;*/
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

.x_infopanel{
    position: absolute;
    z-index: 10;
    right: 10px;
    width: 340px;
}

.x_title .x_btn{
    position: absolute;
    top: 10px;
    right: 17px;
    text-align: right;
}

.sh, .x_panel, .x_submenu
{
	webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}



.savingoverlay {
    display: none;
    background: #007bff4d;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    color: black;
    text-align: center;
    font-size: 5em;
}



.status-pause { /* warning */
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.status-inprogress { /* success */
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.status-done { /* info */
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.status-wait { /* danger */
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.status {
    /*position: relative;*/
    padding: .25rem 1.25rem;
    /*margin-bottom: 1rem;*/
    border: 1px solid transparent;
    /*border-radius: .25rem;*/
}



.alert-message
{
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.tableAddOpToPart td{
    padding: 0.25em;
}

.fontLarge{
    font-size: 20px;
}

.fa-angle-down {
  -webkit-transition: transform .4s; /* Safari */
  transition: transform .4s;
}


.alert-m {
    margin-bottom: 20px !important;
}


.modal-content {
    box-shadow: 0px 0px 100px 20px rgba(0,0,0,0.5);
    /*rgba(0,0,0,0.502)*/
 /*   box-shadow: 0px 0px 200px 70px #000000;*/
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #bcbcbc; /*red*/
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #bcbcbc; /*red*/
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #bcbcbc; /*red*/
 }



 .red {
    color: red !important;
 }
 .green {
    color: green !important;
 }