#articleTbody .select2-container{
    /*max-width: 520px;*/
}
/* Minimal jQuery UI CSS for Sortable */
.ui-sortable-helper {
    background-color: #f3f3f3;
    opacity: 0.7;
}
/* Placeholder Style */
.ui-state-highlight {
    background-color: #ffeeba; /* Light yellow background */
    border: 2px dashed #ffc107; /* Dashed border */
    height: 40px; /* Fixed height */
}
.ui-sortable-handle{
    cursor: ns-resize;
}

.modal-fullscreen{
    max-width: 90vw !important;
}


.form-control.error,.select2-container.error .form-control{
    border-color: #D70000 !important;
}

.sort-handler{
    position: relative;
}

.sort-handler:after{
    content: "\F4E2";
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 22px;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
    tr:hover .sort-handler:after{
        display: block;
    }


.input-group [type=checkbox]:not(:checked), .input-group [type=checkbox]:checked {
    position: static;
    opacity: 1;
}
#tabNewOffers .team_col_first_name  a {
    color: #d70000;
}
#tabAcceptedOffers .team_col_first_name a{
    color: green;
}
.col_number{
    width: 8em;
}
