.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: black;
}

.tab-disabled {
    position : relative;
    color: grey;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-disabled:after {
    content:' ';
    bottom: 0;
    right: 0;
    left:0;
    top: 0;
    position:absolute;
    cursor: not-allowed;
    z-index: 99998;
}
.estimated-plan-item .ep-item-input{
    width: 100%;
}
.estimated-plan-item .error{
    background-color: red;
    font-size: 15px;
}
.estimated-plan-item.edit{
    background-color: blue!important;
}
.estimated-plan-item.new{
    background-color: green!important;
}
.estimated-plan-item .icon-edit,
.estimated-plan-item .icon-save,
.estimated-plan-item .icon-del{
    margin-left: 5px;
}

.controller-issues.action-show .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
    z-index: 99999;
}

.with_color .over_busy{
    background-color: red;
}

.need_disabled_false td{
    background-color: #F0F4F9;
}

.with_color .with_hours{
    background-color: yellow ;
}
.modal_custom td.need_hide_in_modal{
    display: none;
}
.user_id_js{
    width: 100%;
}

.modal_custom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11000; /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 100px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal_custom-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_custom-header {
    padding: 2px 16px;
    background-color: #5e80b3;
    color: white;
}
.modal_custom-header h2{
    margin: 5px;
    color: white;
}

/* Modal Body */
.modal_custom-body {padding: 2px 16px;}

/* Modal Footer */
.modal_custom-footer {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    color: white;
}
.add_button_modal{
    color: #333f99;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    border: 1px solid #333f99;
    border-radius: 5px;
    margin-bottom: 10px;
}

.add_button_modal:hover {
    color: #fff;
    background-color: #333f99;
}

/* Modal Content */
.modal_custom-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

.form_content_body_js tr{
    display: flex;
    flex-wrap: wrap
}
.form_content_body_js tr td{
    -webkit-box-flex: 0;
    flex: 0 0 12%;
    max-width: 12%;
    padding: 2px;
}

.form_content_body_js tr td input,
.form_content_body_js tr td select{
    width: 90%;
    max-width: 90%;
    min-width: 90%;
}

.fixed_table p.label,
.main_table p.label,
.fixed_table div.label,
.main_table div.label{
    display: none;
}

.form_content_body_js p.label, .form_content_body_js div.label{
    display: block;
}
.filter_menu .params_block .select2{
    width: 95% !important;
}


/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@media (max-width: 1288px){
    .form_content_body_js tr td{
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 988px){
    .form_content_body_js tr td{
        -webkit-box-flex: 0;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media (max-width: 450px){
    .form_content_body_js tr td{
        -webkit-box-flex: 0;
        flex: 0 0 95%;
        max-width: 95%;
    }
}

