input,
textarea,
select {
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
}

li a {
    color: green;
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-default {
    cursor: default !important;
}

.ui-widget.ui-widget-small {
    font-size: 0.8em;
    padding: 4px;
}

.ui-layout-west {
    overflow: -moz-scrollbars-none; /* Firefox */
    -ms-overflow-style: none;       /* Internet Explorer 10+ */
    scrollbar-width: none;          /* Firefox */
}

.ui-layout-west::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

/* body { */
/* background: url("images/background.gif") no-repeat right top; */
/* } */

.messi-closebtn {
    top: 0px;
}

.hover_change_color {
    background-color: #4297d7;
}

.hover_change_color:hover {
    background-color: #6fa8d2;
    cursor: pointer;
}

.hover_change_color:active {
    background-color: #2e6e9e;
}

.notif_button {
    background-color: #dfeffc;
    color: #2e6e9e;
    font-weight: bold;
    border: 1px solid #c5dbec;
}

.notif_button:hover {
    color: #FFF;
    background-color: #5BABEF;
    cursor: pointer;
}

.notif_button:active {
    background-color: #147AD0;
}

.spanStatus {
    color: #434546;
}

.spanStatus:hover {
    color: #808283;
    cursor: pointer;
}

.spanStatus:active {
    color: #616365;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    /* font-weight: 700; */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

#div_over {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    padding: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: Century Gothic, sans-serif;
}

#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

#back_overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.0;
}

#floatBarsG {
    position: relative;
    width: 214px;
    height: 15px;
    margin: auto
}

.floatBarsG {
    position: absolute;
    top: 0;
    background-color: rgb(255, 255, 255);
    width: 8px;
    height: 8px;
    animation-name: bounce_floatBarsG;
    -o-animation-name: bounce_floatBarsG;
    -ms-animation-name: bounce_floatBarsG;
    -webkit-animation-name: bounce_floatBarsG;
    -moz-animation-name: bounce_floatBarsG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
}

#floatBarsG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#floatBarsG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#floatBarsG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#floatBarsG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#floatBarsG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#floatBarsG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#floatBarsG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#floatBarsG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}


@keyframes bounce_floatBarsG {
    0% {
        transform: scale(1);
        background-color: rgb(66, 150, 215);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_floatBarsG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(66, 150, 215);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_floatBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(66, 150, 215);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_floatBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(66, 150, 215);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_floatBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(66, 150, 215);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

label input[type=checkbox] {
    vertical-align: middle;
}

.fa-1_5x {
    font-size: 1.5em;
}

.btn.btn-square {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn.focus,.btn:focus{
    box-shadow: none;
}
.bg-elsa {
    background-color: #427ed7 !important;
}

.bg-elsa-accordion {
    background-color: #427ed7 !important;
}

.btn-elsa {
    color: #fff;
    background-color: #ff704c;
    border-color: #ffc5b7;
}

.btn-elsa:hover {
    color: #fff;
    background-color: #99432d;
}

.btn-elsablue:hover {
    color: #adcde5;
}

.btn-elsablue {
    border: 1px solid #c5dbec;
    background: #dfeffc;
    font-weight: bold;
    color: #4297d7;
}

.btn_blue {
    color: #fff;
    background-color: #4c61ff;
}

.btn_blue:hover {
    color: #fff;
    background-color: #2d3a99;
}

.btn_green {
    color: #fff;
    background-color: #7c8b67;
}

.btn_green:hover {
    color: #fff;
    background-color: #4a533d;
}

.btn_red {
    color: #fff;
    background-color: #784d4d;
}

.btn_red:hover {
    color: #fff;
    background-color: #482e2e;
}
.btn.btn-disabled {
    pointer-events: none;
}

#loading_anime {
    z-index: 10;
    width: 100%;
    height: 3px;
    position: absolute;
    background: rgba(108, 165, 209, 1);
    color: white;
    animation: pulse 1s ease-in-out 1s infinite;
    margin-top: 25px;
    margin-left: -6px;
}

@keyframes pulse {
    0% {
        background: rgba(255, 255, 255, 1);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 1);
    }
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    /* margin: 0; */
    /* cursor: pointer; */
    * cursor: hand;
    margin-right: -0.1em !important;
    float: left;
    text-align: left;
}

.dataTables_paginate .ui-button {
    margin-right: -0.1em !important;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_filter {
    width: 200px;
}

.tab {
    display: inline-block;
    *display: inline;
    background: #666;
    border: solid 1px #999;
    border-bottom: none;
}

.tab a {
    font-size: 0.8vw;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    color: white
}

.tab a:hover {
    text-decoration: underline;
}

.tab.active {
    background: #fff;
    padding-top: 6px;
    position: relative;
    top: 1px;
    border-color: #666;
}

.tab a.active {
    font-weight: bold;
    color: green
}

.flaticon {
    color: #4297d7;
    font-size: 170%;
    font-weight: normal;
}

.flaticon:hover {
    color: #adcde5;
}

.flaticon:active {
    color: #2e6e9e;
}

.hover_flaticon {
    color: #4297d7;
}

.hover_flaticon:hover {
    color: #adcde5;
}

.hover_flaticon:active {
    color: #2e6e9e;
}


.flaticon_menu {
    color: #FFFFFF;
    font-size: 300%;
    font-weight: normal;
}

.div_flaticon_menu {
    background-color: #427ed7;
    border: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
    color: #FFFFFF;
    font-size: 13px;
    height: 95px;
}

.div_flaticon_menu:hover {
    background-color: #adcde5;
    cursor: pointer;
}

.div_flaticon_menu:active {
    background-color: #2e6e9e;
}

.profile_dropdown:focus, .language_switcher:focus {
    outline: none;
    box-shadow: none;
}

.profile_dropdown_menu {
    position: absolute;
    right: 0px;
    z-index: 100;
    width: 150px;
    height: 150px;
}
.language_switcher_menu {
    position: absolute;
    right: 0px;
    z-index: 100;
    width: 150px;
    height: 150px;
}

.dev-icon {
    fill: white;
    transform: scale(3);
    overflow: visible;
}

.icon_retry {
    display: inline;
    font-size: 1vw;
    cursor: hand;
    cursor: pointer;
    margin-right: 10px;
    float: right;
}

._ul_job {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

._li_job {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

._li_job:last-child {
    border: none;
}

._li_job_a {
    display: inline;
    text-decoration: none;
    color: #000;

    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    width: 200px;
}

._li_job a:hover {
    font-size: 1vw;
    background: #f6f6f6;
}


.selected_li,
.selected_status {

    background-color: #b2b2b2;
    color: white
}

.unselected_li,
.unselected_status {

    background: none;
    color: black
}

.tab_job_log {
    width: 30% !important;
    height: 90% !important;
    float: left !important;
    margin-right: 2%;
}

.div_button_text_icon {
    border: 1px solid #FFFFFF;
    border: none;
    color: white;
    font-size: 13px;
}


.div_button_text_icon:hover {
    color: #adcde5;
    cursor: pointer;
}

.div_button_text_icon:active {
    color: #2e6e9e;
}

.step_container {
    width: 100%;
    margin-bottom: 100px;
}

.step_bar {
    counter-reset: step;
}

.step_bar li {
    list-style-type: none;
    width: 16.5%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #cfead8;
}

.step_bar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #cfead8;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.step_bar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #cfead8;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.step_bar li:first-child:after {
    content: none;
}

.step_bar li.active {
    color: green;
    font-weight: bold
}

.step_bar li.active:before {
    font-weight: bold;
    border-color: #66be83;
    background-color: #aadbba;
    color: white;
}

.step_bar li.active+li:after {
    /*background-color: #55b776;*/
    background: linear-gradient(90deg, #88cc9f 50%, #cfead8 50%);
}

.step_bar li.finish+li:after {
    background-color: #88cc9f;
}

.step_bar li.finish:before {
    border-color: #88cc9f;
}

.step_bar li.finish {
    color: #7d7d7d;
}

.APCannotUse {
    background-color: red;
    color: white
}

/* Custom CSS Block for edwin.yohanes@m2comm-semi.com */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.pps-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    outline: 1px solid #ccc;
}

.pps-accordion.accordion-active,
.pps-accordion:hover {
    background-color: #ccc;
}

.pps-accordion .flaticon-dynamic2122:before {
    content: "\e03c";
}

.pps-accordion.accordion-active .flaticon-dynamic2122:before {
    content: "\e03d";
}

.pps-accordion-panel {
    padding: 18px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
}

.pps_rule_parent .rule-group:first-child .pps-accordion-panel {
    display: block;
}

.pps-accordion-panel p:last-child {
    margin-bottom: 0;
}

.pps-accordion-panel p {
    margin-bottom: 0.5rem;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 95%;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.trigger_output_pps:disabled {
    cursor: not-allowed;
}

/* .form-control { */
    /* display: block; */
    /* width: 100%; */
    /* padding: .375rem .75rem; */
    /* font-size: 1rem; */
    /* line-height: 1.5; */
    /* color: #495057; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: 1px solid #ced4da; */
    /* border-radius: .25rem; */
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
/* } */

/* .form-control[disabled], */
/* .form-control[readonly] { */
    /* background-color: #e9ecef; */
    /* opacity: 1; */
/* } */

table td input.form-control {
    width: 95%;
}

/* .form-control-sm, */
/* .input-group-sm>.form-control, */
/* .input-group-sm>.input-group-append>.btn, */
/* .input-group-sm>.input-group-append>.input-group-text, */
/* .input-group-sm>.input-group-prepend>.btn, */
/* .input-group-sm>.input-group-prepend>.input-group-text { */
    /* padding: .25rem .5rem; */
    /* font-size: .875rem; */
    /* line-height: 1.5; */
    /* border-radius: .2rem; */
/* } */

/* select.form-control:not([size]):not([multiple]) { */
    /* height: calc(2.25rem + 2px); */
/* } */

/* .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), */
/* .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), */
/* .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), */
/* .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), */
/* .input-group-sm>select.form-control:not([size]):not([multiple]), */
/* select.form-control-sm:not([size]):not([multiple]) { */
    /* height: calc(1.8125rem + 2px); */
/* } */

.form-text {
    display: block;
    margin-top: .25rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.tbPPScheduler_rules td {
    font-size: 15px;
    font-weight: 500;
    outline: 0;
}

tr.bordered {
    border-bottom: 1px solid #000;
}

.collapsible.elsa_collapsible {
    height: auto;
}

/* End of Custom CSS Block */