.disabled-select2 {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.dropdown-menu-selected > li > a {
    text-decoration: none;
    color: #fff;
    background-color: #A19B9E;
}

.field-validation-error {
    color: #0168fa;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

#validation-errors {
    padding-left: 20px;
}

.input-validation-error {
    border: 1px solid #dc1e1e;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #dc1e1e;
    font-weight: normal;
}

.validation-summary-valid {
    display: none;
}

.dropzone {
    height: 200px;
    min-height: 200px !important;
    overflow-y: scroll;
}

div.upload-area {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid rgba(0,0,0,.2);
}

div.operative {
    height: 40px;
    background-color: lightgreen;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: green;
    border-radius: 0.25rem;
}

div.inoperative {
    height: 40px;
    background-color: #FF9C9C;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: red;
    border-radius: 0.25rem;
}

div.operation-not-defined {
    height: 40px;
    background-color: #f7cc7e;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #c47404;
    border-radius: 0.25rem;
}

/* Gantt styles */

.gantt_container {
    font-family: Roboto, sans-serif;
    border-radius: 0.25rem;
}

.gantt_task_line.gantt_milestone.system {
    background-color: #FF0000;
}

.gantt_task_cell.weekend {
    background-color: #fafafa;
}

.gantt_task_row.gantt_selected .gantt_task_cell.weekend {
    background-color: #F8EC9C;
}

.gantt_rightside_warning {
    font-weight: 600;
    color: red;
}

.gantt_task_line.gantt_project.simulation .gantt_task_progress {
    background: #46ad51;
    background-color: #46ad51;
    border-right: 1px solid #5abc65;
    box-shadow: -1px 0 0 1px #45a94f inset;
}

.gantt_task_line.gantt_project.simulation {
    border: 1px solid #46ad51;
    background: #ff0000;
}

/* Soft line */
.gantt_task_link.start_to_start_soft .gantt_line_wrapper div {
    background-color: #FFD200;
}

.gantt_task_link.start_to_start_soft:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0px #FFD200;
}

.gantt_task_link.start_to_start_soft .gantt_link_arrow_right {
    border-left-color: #FFD200;
}

.gantt_task_link.finish_to_start_soft .gantt_line_wrapper div {
    background-color: #FFD200;
}

.gantt_task_link.finish_to_start_soft:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0px #FFD200;
}

.gantt_task_link.finish_to_start_soft .gantt_link_arrow_right {
    border-left-color: #FFD200;
}

.gantt_task_link.finish_to_finish_soft .gantt_line_wrapper div {
    background-color: #FFD200;
}

.gantt_task_link.finish_to_finish_soft:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0px #FFD200;
}

.gantt_task_link.finish_to_finish_soft .gantt_link_arrow_left {
    border-right-color: #FFD200;
}

/* Hard lines */
.gantt_task_link.start_to_start_hard .gantt_line_wrapper div {
    background-color: red;
}

.gantt_task_link.start_to_start_hard:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0px red;
}

.gantt_task_link.start_to_start_hard .gantt_link_arrow_right {
    border-left-color: red;
}

.gantt_task_link.finish_to_start_hard .gantt_line_wrapper div {
    background-color: red;
}

.gantt_task_link.finish_to_start_hard:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0px red;
}

.gantt_task_link.finish_to_start_hard .gantt_link_arrow_right {
    border-left-color: red;
}

.gantt_task_link.finish_to_finish_hard .gantt_line_wrapper div {
    background-color: red;
}

.gantt_task_link.finish_to_finish_hard:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0px red;
}

.gantt_task_link.finish_to_finish_hard .gantt_link_arrow_left {
    border-right-color: red;
}

.status01 {
    fill: rgb(190,190,190);
}

.status02 {
    fill: rgb(245, 204, 46);
}

.status03 {
    fill: rgb(112, 187, 241);
}

.status04 {
    fill: rgb(104, 255, 0);
}

.status05 {
    fill: rgb(183, 121, 76);
}

.status06 {
    fill: rgb(255, 106, 0);
}

.status07 {
    fill: rgb(39, 141, 53);
}

.status08 {
    fill: rgb(59, 48, 48);
}

.status09 {
    fill: rgb(237, 92, 225);
}

.status10 {
    fill: rgb(255, 0, 0);
}


/* Version Status Column styles */

td.version-status-0 {
    background-color: rgb(190,190,190);
}

td.version-status-1 {
    background-color: rgb(245, 204, 46);
}

td.version-status-2 {
    background-color: rgb(112, 187, 241);
}

td.version-status-3 {
    background-color: rgb(104, 255, 0);
}

td.version-status-4 {
    background-color: rgb(183, 121, 76);
    color: #fff;
}

td.version-status-5 {
    background-color: rgb(255, 106, 0);
    color: #fff;
}

td.version-status-6 {
    background-color: rgb(39, 141, 53);
    color: #fff;
}

td.version-status-7 {
    background-color: rgb(59, 48, 48);
    color: #fff;
}

td.version-status-8 {
    background-color: rgb(237, 92, 225);
    color: #fff;
}

td.version-status-9 {
    background-color: rgb(255, 0, 0);
    color: #fff;
}

.ui-iggrid td.ui-state-highlight {
    background: #ECEEEF !important;
}

.required-field {
    border-left: 4px solid #0168fa !important;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #000;
}

label {
    font-size: 12px;
    line-height: 1.2;
    padding: 4px;
    margin: 0px;
    /*color: #c0ccda;*/
}

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

/**Override table hover styles*/
td.ui-state-hover {
    background-color: rgba(1, 104, 250, 0.2) !important;
    border-color: #fff !important;
    border: 1px solid #ffffff !important;
    color: #000 !important;
}

.ui-chart-legend-item-text, .ui-chart-piechart-container, .ui-sparkline, .ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Roboto, sans-serif !important;
}


.navbar-menu .nav-label {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    color: #8392a5;
    white-space: nowrap;
}
