/**-------------------------- react-select custom ----------------------------*/

body {
    font-size: 13px
}

body, html {
    height: 100%;
}

a {
    cursor: pointer;
}

.Select-arrow {
    display: block !important;
}

/** panel padding */

.panel-body {
    padding: 0px;
}

/*reset font size*/

.dropdown-menu {
    font-size: 13px
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 0px 2px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important
}

/*---------------------------------------------------------------------------**/

.body {
    overflow-y: hidden;
}

#pageBody {
    height: calc(100% - 50px);
}

.autoList tr td {
    padding: 5px 5px !important;
}

/*------------------------- Company Filter - BEGIN --------------------------**/

.filterCompany {
    position: absolute;
    left: -120px;
    top: -5px;
}

/*-------------------------- Company Filter - END ---------------------------**/

/* End */

/*------------------------- AccordionForm - BEGIN ---------------------------**/

/*.AccordionForm .panel-group {
  margin-top: 0px;
}*/

.AccordionForm .panel, .AccordionForm .panel-default {
    border-radius: 0px;
    border: none;
    margin-top: 0px !important;
    box-shadow: none;
}

.AccordionForm .panel .panel-heading {
    background-color: #cfcfcf !important;
}

/*-------------------------- AccordionForm - END ----------------------------**/

/*--------------------------- Flat Panel - BEGIN ----------------------------**/

#pageHeader {
    border-radius: 0px;
    background: #206b79;
    box-shadow: none;
    border: 0;
    z-index: 999;
}

#pageHeader .navbar-header a {
    color: #fff;
}

#pageHeader .navbar-collapse ul li span.glyphicon, #pageHeader .navbar-collapse ul li span.caret {
    color: #fff !important;
}

#pageBreadcrumb {
    padding: 0px 8px;
    border-bottom: 1px solid #ececea;
}

#pageBreadcrumb .breadcrumb {
    background: white;
}

#pageBreadcrumb ol {
    margin-bottom: 0px !important;
    border-radius: 0px;
}

.E1FormPanel .panel, .AccordionForm .panel-default {
    border-radius: 0px;
    border-color: none;
    margin-top: 0px !important;
    box-shadow: none;
}

.E1FormPanel .panel .panel-heading {
    background-color: #efefef !important;
}

#globalSearch input {
    background-color: #fff;
    color: #000;
    border-color: #ccc !important;
    box-shadow: none;
}

#globalSearch .input-group-addon, #globalSearch .input-group-btn, #globalSearch button, #globalSearch .btn, #globalSearch .btn-default, #globalSearch .input-group {
    border-radius: 0px;
    color: #aaa;
    /* background-color: #5f5f5f !important; */
    /* border-color: #5f5f5f; */
    box-shadow: none;
}

#leftMenuNav .dropdown ul {
    border-radius: 0px;
    box-shadow: none;
    border-right-color: #cfcfcf;
    border-top: none;
    border-left: none;
    border-bottom: none;
    background-color: #efefef !important;
}

/*---------------------------- Flat Panel - END -----------------------------**/

/* Tree Select */

.rc-tree-select-selection--single {
    height: 40px !important;
}

.rc-tree-select-selection--single .rc-tree-select-selection__rendered {
    line-height: 40px !important;
}

.rc-tree-select-selection {
    border: 1px solid #8a8a8a !important;
}

.rc-tree-select-arrow {
    height: 38px !important;
}

/** custom to Select Item**/

.rowTreeSelect-sm .rc-tree-select-selection--single {
    height: 28px !important;
    margin: 1px;
}

.rowTreeSelect-sm .rc-tree-select-selection .rc-tree-select-selection--single {
    height: 28px !important;
}

.rowTreeSelect-sm .rc-tree-select-selection--single .rc-tree-select-selection__rendered {
    line-height: 28px !important;
}

.rowTreeSelect-sm .rc-tree-select-selection {
    border: 1px solid #8a8a8a !important;
}

.rowTreeSelect-sm .rc-tree-select-arrow {
    height: 28px !important;
}

/** custom to Select Item V2**/

.rowTreeSelect-smV2 {
    display: initial;
}

.rowTreeSelect-smV2 .rc-tree-select-selection--single {
    height: 28px !important;
    margin: 1px;
}

.rowTreeSelect-smV2 .rc-tree-select-selection--single {
    height: 28px !important;
    margin: 1px;
}

.rowTreeSelect-smV2 .rc-tree-select-selection .rc-tree-select-selection--single {
    height: 28px !important;
}

.rowTreeSelect-smV2 .rc-tree-select-selection--single .rc-tree-select-selection__rendered {
    line-height: 28px !important;
    padding-right: 0px !important;
}

.rowTreeSelect-smV2 .rc-tree-select-selection {
    border: 1px solid #8a8a8a !important;
}

.rowTreeSelect-smV2 .rc-tree-select-arrow {
    height: 28px !important;
}

/* End Tree Select */

/*-------------------------- left menu - BEGIN ------------------------------**/

#leftMenuNav {
    float: left;
    width: 225px;
}

#leftMenuNav .dropdown-menu {
    height: 300px;
}

#leftMenuNav .dropdown:first-child ul {
    margin-top: -20px;
    width: 220px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

#leftMenuNav .dropdown:last-child ul {
    margin-top: -20px;
    width: 180px;
    overflow-y: hidden;
    /* z-index: 100; */
    margin-left: -25px;
    border-width: 0px;
    /* border-top-width: 1px; */
    border-radius: 0px;
    box-shadow: none;
    display: none;
}

#leftMenuNav .dropdown ul {
    padding-top: 0px;
}

#leftMenuNav .dropdown ul li.dropdown-header {
    margin-top: 0px;
    border-top: 0px;
    padding: 5px 0px 5px 3px;
    background: #297582;
}

#leftMenuNav .dropdown ul div li.dropdown-subHeader, #leftMenuNav .dropdown ul li.dropdown-subHeader {
    margin-top: 0px;
    border-top: 0px;
    padding: 5px 0px 5px 20px;
    background: #696969;
}

#leftMenuNav .dropdown ul li.dropdown-header span, #leftMenuNav .dropdown ul li.dropdown-subHeader span {
    margin-right: 10px;
    float: right;
}

#leftMenuNav .dropdown ul li.dropdown-subItem a {
    color: #fff;
    padding: 5px 30px;
    text-decoration: none;
}

#leftMenuNav .dropdown ul li {
    background: #929090;
    color: #fff;
    padding: 0px 0px;
    border-top: 1px solid #9c9c9c;
    ;
}

#leftMenuNav .dropdown ul li.e1-active a {
    background: #adadad;
}

#leftMenuNav .dropdown ul li a:hover {
    background: #adadad;
}

#leftMenuNav .dropdown ul li a {
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
}

.e1-dashboard {
    display: none;
}

/*--------------------------- left menu - END -------------------------------**/

.dashboard {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    text-align: center;
    /* line-height: calc(100 - 90); */
    display: block !important;
}

.dashboard p {
    position: absolute;
    left: 15%;
    right: 0;
    top: 44%;
    bottom: 0;
    font-size: 50px;
    color: #ecebeb;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: 2px 0px 0px #9a9a9a;
    letter-spacing: 0.1em;
}

/** test */

.test-custom {
    background-color: #cce;
}

/** slide panel */

/*
.formpanel-enter {
  transform: translate(100%);
}
.formpanel-enter.formpanel-enter-active {
  transform: translate(0%);
  transition: transform 1000ms ease-in-out;
}
.formpanel-leave {
  transform: translate(0%);
}
.formpanel-leave.formpanel-leave-active {
  transform: translate(-100%);
  transition: transform 1000ms ease-in-out;
}
*/

.formpanel-enter {
    opacity: 0.01;
}

.formpanel-enter.formpanel-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in;
}

.formpanel-leave {
    opacity: 1;
}

.formpanel-leave.formpanel-leave-active {
    opacity: 0.01;
    transition: opacity 300ms ease-in;
}

/*
// 初期マウント時のtransition
.formpanel-appear {
  opacity    : 0;
  transition : opacity .7s ease-in;
}

.formpanel-appear.formpanel-appear-active {
  opacity : 1;
}

// componentがCSSTransitionGroup Component以下に新たに追加されたとき
.formpanel-enter {
  max-height : 0;
  transition : all .3s ease-in;
}

.formpanel-enter.formpanel-enter-active {
  max-height : 1000px;
}

// componentがCSSTransitionGroup Component以下から削除されたとき
.formpanel-leave {
  max-height : 1000px;
  transition : all .3s ease-out;
}

.formpanel-leave.formpanel-leave-active {
  max-height : 0;
}
*/

/* // 初期マウント時のtransition/ */

.slide-appear {
    opacity: 0;
    transition: opacity .7s ease-in;
}

.slide-appear.slide-appear-active {
    opacity: 1;
}

/* // componentがCSSTransitionGroup Component以下に新たに追加されたとき */

.slide-enter {
    max-height: 0;
    transition: all .3s ease-in;
}

.slide-enter.slide-enter-active {
    max-height: 1000px;
}

/* // componentがCSSTransitionGroup Component以下から削除されたとき */

.slide-leave {
    max-height: 1000px;
    transition: all .3s ease-out;
}

.slide-leave.slide-leave-active {
    max-height: 0;
}

/*--------------------------- focus selected row - END -------------------------------**/

figure .e1-active, .active
/* custom menu ??? */

.e1-active, .e1-active a,
/* custom menu ??? */

tbody tr.e1-active, tbody tr td.e1-active {
    background: #adadad !important;
    /*2e6da4*/
    /* color: #ffffff !important; */
}

td .e1-active:parent,
/* td active tr = tbody tr.e1-active */

td .e1-active:parent td.e1-active {
    /* = tbody tr td.e1-active */
    background: #f00 !important;
    /* color: #ffffff !important; */
}

.e1-new, tbody tr.e1-new, tbody tr td.e1-new {
    background: #adadad !important;
    /*2e6da4*/
    /* color: #ffffff !important; */
}

.autoHeight {
    height: 100% !important
}

#formContainerBody {
    height: 100%;
}

.is-disabled .Select-control span.Select-arrow {
    border-style: none !important
}

.selection_img_search, .selection_bubble_root {
    display: none !important
}

/*--------------------------- notify to check duplicate - END -------------------------------**/

span.e1-reject {
    color: red
}

input.e1-reject {
    border: 1px solid red
}

span.e1-accept {
    color: green
}

input.e1-accept {
    border: 1px solid green
}

/*--------------------------- show not defined if properties null - END -------------------------------**/

.e1-padding {
    font-style: italic
}

/*--------------------------- size button in modal null - END -------------------------------**/

.e1-buttonModal {
    width: 60px;
}

.lessMore, .lessMore span {
    display: block;
    clear: both;
    word-break: break-word;
}

/*a.lessMore{
  background: red;
  color: white;
  padding: 3px;
  border-radius: 4px;
  display: initial;
}*/

.resetBorderRadius .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.success {
    color: green;
}

.error {
    color: red
}

.warning {
    color: #ffc107;
}

.Select-menu-outer {
    /* position: absolute !important; */
    top: auto !important;
    /* bottom: calc(100% - 1px) !important; */
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    z-index: 99999 !important;
}

.e1-table-container .form-group {
    margin-bottom: 1px !important;
    margin-top: 1px !important;
}

.e1-table-container .Select-control, .e1-table-container .Select-control .Select-input {
    height: 32px !important;
    /* border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
}

.title {
    margin: 0px 0px 5px 20px;
    font-weight: bold;
    font-size: 14px;
}

.disabledText label {
    color: #b2b2b2
}

.disabledText label input[type="radio"] {
    vertical-align: text-bottom !important;
}

.line {
    display: block;
    padding: 3px 0;
    position: relative;
    clear: both;
}

.groups fieldset {
    border: 1px solid silver !important;
    padding: .35em .625em .75em !important;
}

.groups legend {
    width: auto !important;
    display: block;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

.groups fieldset ul {
    display: table;
}

.groups fieldset ul li input[type="checkbox"] {
    vertical-align: text-bottom;
}

.groups fieldset ul li span {
    margin-left: 2px;
}

.groups fieldset ul li {
    display: inline-table;
    padding: 5px 5px;
}

.first-p-l0 {
    padding-left: 0;
}

.last-p-r0 {
    padding-right: 0;
}

.Select-control, .form-control {
    border-color: #8a8a8a !important;
}

/*  */

/*
 * Specific styles of signin component
 */

/*
 * General styles
 */

.fullWidth {
    width: 100%;
    height: calc(100% - 0px);
    position: absolute;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(54, 93, 151), rgb(12, 97, 33));
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/*
* Card component
*/

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    /*width: 96px;*/
    height: 120px;
    margin: 0 auto 10px;
    display: block;
    /*-moz-border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
}

/*
 * Form styles
 */

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.match-password {
    display: block;
    color: red;
    line-height: 2;
    margin-bottom: 10px !important;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputUsername, .form-signin #inputEmail, .form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin div input[type=password], .form-signin input[type=text], .form-signin div input[type=text], .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
    background-color: rgb(43, 133, 64);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus {
    color: rgb(12, 97, 33);
}

/*  */

.groupsSearch {
    position: relative;
}

.autoList {
    box-shadow: 0px 1px 5px #ccc;
    position: relative;
    display: flow-root;
    padding: 15px;
    display: none;
    background: white;
    overflow-x: auto;
    position: absolute;
    min-width: 100%;
    z-index: 9999;
}

.autoList tr td {
    padding: 5px 5px !important;
}

.dropdown figure>li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.reason {
    border: 1px solid #f89406 !important;
}

/*  */

.otherclass {
    /*background: yellow !important;*/
    background: #adadad !important;
}

.help-block {
    margin-top: 7px !important;
    margin-bottom: -10px !important;
}

.dropdown.btn-group a:hover {
    background: #adadad !important;
}

.dropdown.btn-group a {
    background: transparent !important;
}

/* style BTN */

/* .isolBtn{
    border: 0;
    padding: 4px 10px;
    color:#fff;
  }
  .btn-add:hover,
  .btn-add:focus,
 .btn-add{
   background: #337ab7;
   color:#fff;
 }
 .btn-apply:hover,
 .btn-apply:focus,
 .btn-apply{
   background: #4CAF50;
   color:#fff;
 }
 .btn-cancel:hover,
 .btn-cancel:focus,
 .btn-cancel{
   background: #ea4538;
   color:#fff;
 }
 .btn-save-draft:hover,
 .btn-save-draft:focus,
 .btn-save-draft{
    padding: 4px 10px;
    border: 0;
    background: #bbb6b6;
    color: #f5f5f5;
    box-shadow: none;
 } */

.checkRow {
    height: 45px;
    overflow: hidden;
}

/* .checkRow:last-child {
    clear: both;
} */

.labelCheck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.labelCheck input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    margin: 1px 3px;
    border: 1px solid #c0c0bf;
}

.labelCheck:hover input[type="checkbox"]~.checkmark {
    background-color: #e2e2e1;
}

.labelCheck input[type="checkbox"]:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.labelCheck input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.labelCheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* dropzon card-container */

.dropzonContainerText {
    width: 98%;
    height: 100px;
    border-width: 2px;
    border-color: rgb(102, 102, 102);
    border-style: dashed;
    border-radius: 5px;
    margin: 5px;
}

.dropzonContainerTextForList {
    width: 98%;
    height: 100%;
    border-width: 2px;
    border-color: rgb(102, 102, 102);
    border-style: dashed;
    border-radius: 5px;
    margin: 5px;
}

/*--------------- color input when change ---------------**/

.present-table, rc-table .present-table {
    color: #1b1515 !important;
}

.childrenRow-table, tbody tr.childrenRow-table {
    background: #c1c1c1 !important;
}

.e1-warning, tbody tr.e1-warning {
    background: #ffff99 !important;
}

.e1-error, tbody tr.e1-error {
    background: #ff6666 !important;
}

.e1-input, tbody tr.e1-input, tbody tr td.e1-input {
    background: #ffa366 !important;
    /*color: #ffffff !important;*/
}

/*adjust yesterday timesheet*/

.e1-warning-time, tbody tr.e1-warning-time {
    background: #4d90fe !important;
}

input[type=checkbox], input[type=radio] {
    vertical-align: sub;
}

textarea.none {
    resize: none;
}

textarea.vertical {
    resize: vertical;
}

textarea.horizontal {
    resize: horizontal;
}

textarea.auto {
    resize: auto;
}

.loadding {
    visibility: hidden;
    background: black;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}

.loadding img {
    margin: 0 auto;
    position: relative;
    top: 40%;
    bottom: 0;
}

.disableEvent {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* use in timesheet final*/

.e1-nightshift {
    background: #DCDCDC !important;
}

.e1-leave {
    background: #7CBB00 !important;
}

.e1-abnormal {
    background: orange !important;
}

/** use in adjust timesheet supervisor */

.e1-timesheet .E1PanelBody {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    height: auto;
}

.e1-timesheet .E1PanelBody .e1-table-container {
    height: calc(100% - 25%) !important;
}

.planGroupStartEnd {
    margin: 0 !important;
}

.planGroupStartEnd .checkRow {
    height: auto !important;
}

/* autoComplete */

.autoComplete {
    min-width: 350px !important;
}

.groupsSearch {
    clear: both;
}

.groupsSearch table thead th {
    color: #000 !important;
    padding: 5px 5px !important;
    vertical-align: middle !important;
}

.closeMulti {
    background: rgba(0, 126, 255, 0.09);
    color: #007eff;
    padding: 3px 5px;
    border-radius: 4px;
    position: relative;
    float: left;
    margin-right: 1px;
}

.closeMulti small.selectIcon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px;
}

.closeMulti small.selectValue {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px;
}

/* Loading */

.loading {
    position: relative;
    height: 100%;
    line-height: 100%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
}

.loader2 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db !important;
    width: 70px;
    height: 70px;
    /* margin: auto; */
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
}

.loaderTable {
    top: 50%;
    left: 50%;
    position: absolute;
}

.loaderTable2 {
    top: 40%;
    left: 40%;
    position: absolute;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 0px !important;
}

#payslip {
    display: none
}

.rc-table td, .rc-table th {
    padding: 6px 8px !important;
}

.rc-table th div {
    white-space: initial;
}

.rc-table-fixed-header .rc-table-scroll .rc-table-header {
    overflow-y: auto !important;
}

/* Themes */

.settingThemes .nav.nav-tabs.navbar-nav {
    width: 100% !important;
}

.settingThemes .tab-content {
    clear: both;
    padding: 10px 20px;
}

.settingThemes .badge.active {
    border: 3px solid #fff;
}

.settingThemes .badge {
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 23px;
    margin-right: 5px;
    position: relative;
    width: 23px;
}

.settingThemes .default {
    background-color: #206b79;
}

.settingThemes .badge-black {
    background-color: #000000;
}

.settingThemes .badge.active, .badge:hover {
    border-color: #0bf;
}

.settingThemes .switch-trigger span {
    float: left;
}

.settingThemes .badge-azure {
    background-color: #1dc7ea;
}

.settingThemes .badge-green {
    background-color: #87cb16;
}

.settingThemes .badge-orange {
    background-color: #ffa534;
}

.settingThemes .badge-red {
    background-color: #fb404b;
}

.settingThemes .badge-purple {
    background-color: #9368e9;
}

.settingThemes .badge-blue {
    background-color: #4d4bca;
}

.settingThemes .badge-white {
    background-color: #ffffff;
}

/* Themes Menu */

.settingThemes .switch-trigger {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}

/* Hover */

.hoverStyle[data-hover="#206b79"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#206b79"] ul li.isol-itemMenu a:hover {
    background: #206b79 !important;
}

.hoverStyle[data-hover="black"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="black"] ul li.isol-itemMenu a:hover {
    background: #000000 !important;
}

.hoverStyle[data-hover="#FFA534"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#FFA534"] ul li.isol-itemMenu a:hover {
    background: #FFA534 !important;
}

.hoverStyle[data-hover="#FB404B"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#FB404B"] ul li.isol-itemMenu a:hover {
    background: #FB404B !important;
}

.hoverStyle[data-hover="#9368E9"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#9368E9"] ul li.isol-itemMenu a:hover {
    background: #9368E9 !important;
}

.hoverStyle[data-hover="#87CB16"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#87CB16"] ul li.isol-itemMenu a:hover {
    background: #87CB16 !important;
}

.hoverStyle[data-hover="#1DC7EA"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#1DC7EA"] ul li.isol-itemMenu a:hover {
    background: #1DC7EA !important;
}

.hoverStyle[data-hover="#ffffff"] ul li.isol-itemMenu.e1-active, .hoverStyle[data-hover="#ffffff"] ul li.isol-itemMenu a:hover {
    background: #ffffff !important;
}

/* Item */

.mystyle[data-color="#206b79"] ul li.isol-itemMenu {
    background: #206b79 !important;
}

.mystyle[data-color="black"] ul li.isol-itemMenu {
    background: #000000 !important;
}

.mystyle[data-color="#FFA534"] ul li.isol-itemMenu {
    background: #FFA534 !important;
}

.mystyle[data-color="#FB404B"] ul li.isol-itemMenu {
    background: #FB404B !important;
}

.mystyle[data-color="#9368E9"] ul li.isol-itemMenu {
    background: #9368E9 !important;
}

.mystyle[data-color="#87CB16"] ul li.isol-itemMenu {
    background: #87CB16 !important;
}

.mystyle[data-color="#1DC7EA"] ul li.isol-itemMenu {
    background: #1DC7EA !important;
}

/* Text Color */

.mystyle[data-textColor="#206b79"] ul li.isol-itemMenu a {
    color: #206b79 !important;
}

.mystyle[data-textColor="black"] ul li.isol-itemMenu a {
    color: #000000 !important;
}

.mystyle[data-textColor="#FFA534"] ul li.isol-itemMenu a {
    color: #FFA534 !important;
}

.mystyle[data-textColor="#FB404B"] ul li.isol-itemMenu a {
    color: #FB404B !important;
}

.mystyle[data-textColor="#9368E9"] ul li.isol-itemMenu a {
    color: #9368E9 !important;
}

.mystyle[data-textColor="#87CB16"] ul li.isol-itemMenu a {
    color: #87CB16 !important;
}

.mystyle[data-textColor="#1DC7EA"] ul li.isol-itemMenu a {
    color: #1DC7EA !important;
}

/* Category */

.headerItem[data-header="#206b79"] ul li.dropdown-header {
    background: #206b79 !important;
}

.headerItem[data-header="black"] ul li.dropdown-header {
    background: #000000 !important;
}

.headerItem[data-header="#FFA534"] ul li.dropdown-header {
    background: #FFA534 !important;
}

.headerItem[data-header="#FB404B"] ul li.dropdown-header {
    background: #FB404B !important;
}

.headerItem[data-header="#9368E9"] ul li.dropdown-header {
    background: #9368E9 !important;
}

.headerItem[data-header="#87CB16"] ul li.dropdown-header {
    background: #87CB16 !important;
}

/* use for annual leave report */

.center-header {
    text-align: center;
}

/* .resetHeight .full-height{
  height: auto;
}
.full-height{
  height: 100%;
} */

.treeSelect34 .rc-tree-select-selection--single {
    border-radius: 3px !important;
    width: 100% !important;
    height: 34px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    /*white-space: nowrap !important;*/
}

.treeSelectFilter .rc-tree-select-selection--single {
    /*width: 120px !important;*/
    height: 30px !important;
}

.treeSelectFilter .rc-tree-select-selection {
    border-radius: 3px !important;
}

.treeSelectFilterBorderNone .rc-tree-select-selection--single {
    /*width: 120px !important;*/
    height: 30px !important;
}

.treeSelectFilterBorderNone .rc-tree-select-selection {
    border-radius: 0px !important;
    width: 100% !important;
    height: 30px !important;
    font-size: 13px !important;
    border: none !important;
    border-bottom: 1px #898989 solid !important;
    font-weight: normal !important;
}

/* .treeSelectFilter .rc-tree-select-selection .rc-tree-select-selection__rendered{
  margin-bottom: 10px !important;
} */

.selectFilter .Select-control {
    width: 150px !important;
    margin-top: 13px !important;
    border-radius: 3px !important;
}

.checkboxInput {
    margin-top: 5px !important;
}

.chkboxInput {
    margin-top: 13px !important;
}

.checkboxInput .checkRow {
    height: auto !important;
}

.e1-table-container .Select-control, .e1-table-container .customSelect .Select-control .Select-input {
    height: 20px !important;
    /* border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
}

#supperSmall {
    height: 22px;
}

.rc-tree-select-disabled .rc-tree-select-selection--single, .rc-tree-select-disabled .rc-tree-select-selection__choice__remove {
    color: #333 !important;
    /* height: 35px !important */
}

.rc-tree-select-disabled .rc-tree-select-selection--single:hover, .rc-tree-select-disabled .rc-tree-select-selection__choice__remove:hover {
    color: #333 !important;
}

/* .hoverTitle:hover {} */

.tableRow, tbody tr td.tableRow {
    white-space: normal !important;
}

/** use for print material price */

.formTable tbody tr td, .formTable tbody tr th {
    border-top: 0px !important;
    padding: 6px;
}

/** use for send mail in purchase order */

.alignCenter, .formPurchaseOrder thead tr th {
    text-align: center;
}

.textCurrency {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

.symbol {
    float: left;
}

/** use for send mail in defect control */

.custom-modal-70 {
    width: 70%;
}

.custom-modal-90 {
    width: 90%;
}

.Select-control, .select-height-32 .Select-control .Select-input {
    height: 32px !important;
}

.customStyleCss .Select-control {
    height: 80px !important;
}

/** style for table, not use class e1-table-container */

.table-form>table>thead {
    background-color: whitesmoke;
    color: #555;
    font-size: 11px !important;
}

.table-form>table>thead,
.table-form .clsHeader {
    background-color: whitesmoke;
    color: #555;
    font-size: 11px !important;
}

.table-form>table>thead tr {
    height: 35px;
}

/* use for autocomplete - start */

/*body {
  font-family: sans-serif;
}

input {
  border: 1px solid #999;
  padding: 0.5rem;
  width: 300px;
}*/

.no-suggestions {
    color: #999;
    padding: 0.5rem;
}

.suggestions {
    border: 1px solid #999;
    border-top-width: 0;
    list-style: none;
    margin-top: 0;
    max-height: 143px;
    overflow-y: auto;
    padding-left: 0;
    width: calc(300px + 1rem);
}

.suggestions li {
    padding: 0.5rem;
}

.suggestion-active, .suggestions li:hover {
    background-color: #adadad;
    /*color: #fae042;*/
    cursor: pointer;
    font-weight: 700;
}

.suggestions li:not(:last-of-type) {
    border-bottom: 1px solid #999;
}

/* use for autocomplete - end */

/* use for components/common/Autocomplete.js - start */

.groupsSearch {
    position: relative;
}

.autoComplete {
    box-shadow: 0px 1px 5px #ccc;
    position: relative;
    display: flow-root;
    padding: 15px;
    display: none;
    background: white;
    overflow-x: auto;
    position: absolute;
    min-width: 100%;
    z-index: 9999;
}

.autoComplete table {
    table-layout: fixed;
    display: table;
    width: 100%;
    height: 100%;
}

.autoComplete thead {
    width: 100%;
    height: 40px;
    line-height: 3em;
    background: #eee;
    table-layout: fixed;
    display: table;
}

.autoComplete tbody {
    height: 300px;
    overflow-y: auto;
    display: block;
    /*width: 320px;*/
}

.autoComplete tr td {
    padding: 5px 5px !important;
}

.groupChild:hover .remove {
    display: block;
}

.groupsSearch {
    clear: both;
}

.groupsSearch .remove {
    position: absolute;
    right: 10px;
    top: 8px;
    background: #e6e6e8;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}

.closeMulti {
    background: rgba(0, 126, 255, 0.09);
    color: #007eff;
    padding: 3px 5px;
    border-radius: 4px;
    position: relative;
    float: left;
    margin-right: 1px;
}

.closeMulti small.selectIcon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px;
}

.closeMulti small.selectValue {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px;
}

.hoverUser {
    padding: 3px 0px 3px 17px;
}

.hoverUser:hover {
    background: rgba(215, 215, 215, 0.48);
}

/* use for components/common/Autocomplete.js - end */

/** react-select for size "sm" - start */

.select-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.select-sm .Select-control {
    margin-top: -6px;
    margin-left: -11px;
    width: 136%;
}

.select-sm .Select-control .Select-placeholder, .select-sm .Select-control .Select-value {
    line-height: 31px !important;
}

/*.select-sm .Select-control .Select-multi-value-wrapper .Select-input{*/

.select-sm .Select-control .Select-input {
    height: 30px !important;
}

.select-sm2 {
    height: 30px !important;
    ;
    padding: 5px 10px !important;
    ;
    font-size: 12px !important;
    ;
    line-height: 1.5 !important;
    ;
    border-radius: 3px !important;
    ;
}

.select-sm2 .Select-control {
    margin-top: -6px !important;
    margin-left: -11px !important;
    width: 107% !important;
}

.select-sm2 .Select-control .Select-placeholder, .select-sm2 .Select-control .Select-value {
    line-height: 31px !important;
}

/*.select-sm .Select-control .Select-multi-value-wrapper .Select-input{*/

.select-sm2 .Select-control .Select-input {
    height: 30px !important;
}

/** react-select for size "sm" - end */

/** react-select for size "sm" - start - use in partlist */

.select-sm-table {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.select-sm-table .Select-control {
    margin-top: -6px;
    margin-left: -11px;
    width: 110%;
}

.select-sm-table .Select-control .Select-placeholder, .select-sm-table .Select-control .Select-value {
    line-height: 31px !important;
}

.select-sm-table .Select-control .Select-input {
    height: 30px !important;
}

/** react-select for size "sm" - end - use in partlist */

/** table used in control MPO oversea - start */

.hoverRow {
    background: lightyellow !important;
}

/* .tblCtrMPOOversea tbody th {
    background: lightyellow;
  line-height: normal;
  color: #555;
  font-size: 12px;
} */

.tblCtrMPOOversea tbody {
    /*background: lightyellow;
  line-height: normal;
  color: #555;*/
    font-size: 11px;
}

.inputGroupDate {
    display: table;
}

.inputGroupDate .right {
    display: table-cell;
    padding-left: 2px;
}

.fixTableHeight .popover-content {
    padding: 0px !important;
    font-size: 12px;
}

.fixTableHeight .popover-content table thead tr td, .fixTableHeight .popover-content table tbody tr td {
    border: none !important;
}

.fixTableHeight .datePicker span>div {
    position: absolute !important;
}

.fixTableHeight th.filter {
    position: absolute !important;
    border: none;
}

.fixTableHeight .Select-arrow-zone {
    color: red;
}

/*.fixTableHeight .rc-table-content .rc-table-scroll .rc-table-body{
  height: 520px !important;
}
/** table used in control MPO oversea - end */

/** use for change header contain <br /> - start*/

.tblHeader {
    white-space: pre-wrap !important;
}

/** use for change header contain <br /> - end */

/*start tagsinput*/

.tagsinput {
    /*width: 100%;*/
    background-color: #fff;
    border: 1px solid #777;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
    /*height: 34px;*/
    min-height: 34px;
    border-radius: 4px;
}

.tagsinput-tag {
    background-color: #c2e0ff;
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    color: #007eff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    /*font-weight: 400;*/
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0px 0px 0px 6px;
    text-align: center;
    /*height: 34px;*/
}

.tagsinput-input {
    /*width: 100%;*/
    background: transparent;
    border: 0;
    color: #555;
    font-family: sans-serif;
    font-size: 14px;
    /*font-weight: 400;*/
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 0px 0px 0px 6px;
    /*width: 80px;*/
}

.tagsinput-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
}

.tagsinput-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.tagsinput-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

/*.tagsinput:read-only {
  background-color: #ededee;
}

.tagsinput-tag:read-only {
  color: black;
  border-color: #ccc;
  background-color: #ddd;
}

.tagsinput-input:read-only {
  background: #ededee;
}*/

/*end tagsinput*/

.expImpScheduleSelect .Select-control .Select-input {
    height: 30px;
}

.selectStyle .Select-control .Select-input {
    height: 26px !important;
    line-height: 26px;
}

.tableAutocompleteV2 {
    /*table-layout: fixed;*/
    /* margin: 2%; */
    width: 100% !important;
    margin-bottom: 0;
}

.tableAutocompleteV2 thead, .tableAutocompleteV2 tbody, .tableAutocompleteV2 tr, .tableAutocompleteV2 td, .tableAutocompleteV2 th {
    display: block;
}

.tableAutocompleteV2 tbody tr {
    cursor: pointer;
}

.tableAutocompleteV2 tbody td, .tableAutocompleteV2 thead th, .tableAutocompleteV2 thead td {
    /*width: 25%;*/
    float: left;
}

.tableAutocompleteV2 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.tableAutocompleteV2 tbody {
    height: 200px;
    overflow-y: auto;
}

.tableAutocompleteV2 thead {
    background: #eee;
}

.tableAutocomplete {
    box-shadow: 0px 1px 5px #ccc;
    position: relative;
    /*display: flow-root;*/
    padding: 5px;
    /*top: 80%;*/
    display: none;
    background: white;
    overflow-x: auto;
    position: absolute;
    width: 100%;
    min-width: 300px;
    z-index: 9999;
}

.autocompleteV2 {
    /*margin: 0; */
    /*padding: 0; */
    width: 100%;
    /*min-height: 100%;*/
    /*font-family: Open Sans;*/
    /*background-color: #00BCD4;*/
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*color: #fff; font-size:18px;*/
    position: relative;
    clear: both;
}

.groupInside {
    position: relative;
    width: 100%;
    /* margin-bottom: 10px; */
}

.inputAutocomplete {
    /*height:25px;*/
    width: 100%;
    padding-left: 10px;
    /*border-radius: 4px;*/
    /*border:none;outline:none;*/
}

.buttonAutocomplete {
    /* position:absolute;
  right: 0px;
  top: 4px;
  border:none;
  height:20px;
  width:20px;
  border-radius:100%;
  outline:none;
  text-align:center;
  font-weight:bold;
  margin-right: 10px;
  display: none;
  padding:2px;*/
    position: absolute;
    right: 8px;
    top: 8px;
    background: #e6e6e8;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}

.buttonAutocomplete:hover {
    cursor: pointer;
}

.groupInside:hover .buttonAutocomplete {
    display: block;
}

.table-pl .whiteSpaceNormal .rc-table th, .rc-table td {
    white-space: normal !important;
}

.forcedToBreakWord {
    overflow-wrap: break-word;
    word-break: break-word;
}

.textAlignRight {
    text-align: right !important;
}

.textAlignCenter {
    text-align: center !important;
}

.textAlignLeft {
    text-align: left !important;
}

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
    height: 34px !important;
    border-radius: 4px !important;
}

.custom-rc-tree-select .rc-tree-select-selection__rendered {
    height: auto !important;
    min-height: 34px;
    max-height: 100px;
    overflow: auto !important;
}

.treeSelect5 .rc-tree-select-selection {
    border: none !important;
    border-bottom: 1px solid !important;
}

.treeSelect5 .rc-tree-select-selection--single {
    height: 35px !important;
}

.fontWeight {
    font-weight: bold;
}

.customerCodeDepositMoneyMatching .Select-input {
    height: 32px !important;
}

.heightSelect32 .Select-input {
    height: 32px !important;
}

.editingInput {
    background: lemonchiffon !important;
}

.successInput {
    background: mediumaquamarine !important;
}

/*.tableBorderFilterFixedHeader{
    border-collapse: collapse;
}

.tableBorderFilterFixedHeader tbody tr,td{
    border: 1px solid #ddd;
}
*/

.fixed-table {
    /*max-width: 40em;*/
    /*max-height: 20em;*/
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    height: 100%
}

.fixed-table table {
    position: relative;
    /*border-collapse: collapse;*/
}

.fixed-table table thead tr th {
    background-color: #eaeaea;
    color: #555;
}

.fixed-table table thead .fixedHeader {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
}

.fixed-table table thead .fixedLeft {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
}

.fixed-table table thead .fixedRight {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
}

.boxShadowFixedLeft {
    box-shadow: 4px 0 4px rgba(100, 100, 100, 0.1);
}

.boxShadowFixedRight {
    box-shadow: -4px 0 4px rgba(100, 100, 100, 0.1);
}

/*#testTable thead .fixedHeader:first-child {
  left: 0;
  z-index: 1;
}
*/

/*#testTable thead .fixedHeader:nth-child(2) {
  left: 115px;
  z-index: 1;
}*/

.fixed-table table tbody .fixedHeader {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    background: white;
    /*left: 0;*/
}

.fixed-table table tbody .fixedLeft {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    background: white;
    /*left: 0;*/
}

.fixed-table table tbody .fixedRight {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    background: white;
    /*left: 0;*/
}

.nowrap {
    white-space: nowrap;
}

/** tree-select same as form-control normal - start */

.tree-select-normal .rc-tree-select .rc-tree-select-enabled .rc-tree-select-allow-clear {
    height: 34px !important;
}

.tree-select-normal span .rc-tree-select-selection__placeholder {
    white-space: nowrap !important;
}

.tree-select-normal span .rc-tree-select-selection__clear {
    top: 13px !important;
}

.inputGroup34 .input-group-addon {
    padding: 0px 12px !important;
}

/** tree-select same as form-control normal - end */

.form-control5 {
    height: 34px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
}

.form-control5-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
}
.form-control5-xs {
    height: 25px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
}

.form-control5-sm[disabled], .form-control5-sm[readonly],
.form-control5-xs[disabled], .form-control5-xs[readonly],
.form-control5[disabled], .form-control5[readonly] {
    background-color: #eee;
    opacity: 1;
}

.select-control5-sm .Select-control{
  height: 30px !important;
  font-size: 11px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  border-left: none;
  border-image: initial;
  border-radius: 3px;
}
.select-control5-sm .Select-input {
  height: 30px !important;
}
.select-control5-sm .Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  padding: 0px 0 12px;
  -webkit-appearance: none;
}

.currency div {
    float: right !important;
}

.divRange {
    padding-top: 5px;
}

.strikethrough {
    text-decoration: line-through;
}

.breakWord {
    word-break: break-word;
    /*overflow-wrap: break-word;*/
}

/* NOTE: start loading overlay */

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2222221f;
    z-index: 10;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
}

.bodyBordered td {
    border: 1px solid #ddd;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.rc-table-tbody .date-picker-popover .popover-content {
    padding: 5px 5px !important;
    font-size: 13px !important;
}

/* NOTE: end loading overlay */

.mandatoryField {
    /*color: red !important;*/
    width: 5px !important;
}

.whiteSpaceNormal {
    white-space: normal !important;
}

.sortIcon {
    display: grid;
    float: right;
    cursor: pointer;
}

.sortIcon .sort-by-asc {
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 0px 0px 0 3px;
    background: transparent;
    border-bottom: solid 5px #555;
    border-top-width: 0;
}

.sortIcon .sort-by-desc {
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 2px 0px 0 3px;
    background: transparent;
    border-top: solid 5px #555;
    border-bottom-width: 0;
}

.disabled-event {
    pointer-events: none !important;
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

#date-picker-popover-0 {
    width: auto;
}

.groupInputSelect {
    display: flex;
}

.groupInputSelect input {
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 36px;
}

.groupInputSelect .Select {
    width: 50%;
}

.groupInputSelect .Select-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

.inputRow {
    background: #FFFFC8;
}

.inputNew {
    background: #87CEFF;
}

.panelHeader {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 10px !important;
}

.dateRangePicker[disabled] {
    pointer-events: none;
}

/* use in production plan*/

.treeSelectPlan {
    position: initial !important;
}

.treeSelectPlan .rc-tree-select-selection--single {
    position: initial !important;
}

.treeSelectPlan .rc-tree-select-selection__placeholder {
    white-space: nowrap;
}

.rc-table-scroll-horizontal .rc-table-body, .rc-table-scroll-horizontal .rc-table-header {
    display: inline-block;
}

.rc-table-scroll-horizontal .rc-table-header {
    padding-right: 0px !important;
}

.planBorder {
    border-bottom: dotted 1.5px #ddd !important;
}

.tablePlan table tbody tr td {
    border-bottom: solid 1px;
}

.alignTop {
    vertical-align: initial !important;
}

.inputButtonGroup {
    display: flex;
}

.inputButtonGroup input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.inputButtonGroup button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid;
}

.errorPlan {
    background-color: orange;
    color: red;
}

#formContainerBody>div:first-child, #formContainerBody div.E1FormPanel~div:nth-child(2) {
    display: flow-root;
}

.borderBottomHeader table thead tr th {
    border-bottom: 1px solid;
}

.borderBottomHeader table thead tr th[colspan="1"] {
    border-bottom: none;
}

.hide {
    display: none;
}

.tableAutocompleteTree .level1 td:first-child, .table-collapse .level1 td:first-child {
    padding-left: 15px;
}

.tableAutocompleteTree .level2 td:first-child, .table-collapse .level2 td:first-child {
    padding-left: 30px;
}

.tableAutocompleteTree .level3 td:first-child, .table-collapse .level3 td:first-child {
    padding-left: 45px;
}

.tableAutocompleteTree .level4 td:first-child, .table-collapse .level4 td:first-child {
    padding-left: 60px;
}

.tableAutocompleteTree .level5 td:first-child, .table-collapse .level5 td:first-child {
    padding-left: 75px;
}

.tableAutocompleteTree .level6 td:first-child, .table-collapse .level6 td:first-child {
    padding-left: 90px;
}

.tableAutocompleteTree .level7 td:first-child, .table-collapse .level7 td:first-child {
    padding-left: 105px;
}

.tableAutocompleteTree .level8 td:first-child, .table-collapse .level8 td:first-child {
    padding-left: 120px;
}

.tableAutocompleteTree .level9 td:first-child, .table-collapse .level9 td:first-child {
    padding-left: 135px;
}

.tableAutocompleteTree .level10 td:first-child, .table-collapse .level10 td:first-child {
    padding-left: 150px;
}

.tableAutocompleteTree .collapse .toggle, .table-collapse .collapse .toggle {
    background: url("../images/minus.svg");
    cursor: pointer;
}

.tableAutocompleteTree .expand .toggle, .table-collapse .expand .toggle {
    background: url("../images/plus.svg");
    cursor: pointer;
}

.tableAutocompleteTree .toggle, .table-collapse .toggle {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 3px;
}

.table-collapse tr.collapse {
    display: table-row;
}

#formSaleTaskResult .react-bootstrap-daterangepicker-container {
    display: block !important;
}

.transportationFeeInvoiceID>label {
    white-space: pre-line;
}

.titleShow {
  background-image: linear-gradient(to left, rgba(255,0,0,0), #006400);
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  color: white;
  padding-left: 10px;
}

.crossed {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), black, transparent calc(50% + 0px));
}

.mandatoryBg {
  background: #ffff0038;
}

.inputGroup5-sm>input{
  height: 30px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.inputGroup5-sm>.input-group-addon{
  font-size: 11px;
  border-bottom: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 0px;
  border-right: 0px;
}

.borderLeft {
  border-left: 3px solid !important;
}

.groupInput5-sm-left {
    position: relative;
    display: flex;
    border-collapse: separate;
}
.groupInput5-sm-left>input {
    border-right: 1px solid;
    font-size: 10px;
    padding: 5px 2px;
    min-width: 50px;
}
.groupInput5-sm-left>span {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 9px;
    border-bottom: 1px solid;
    white-space: nowrap;
}
.groupInput5-sm-left>span {
    border-left: 0;
}
.groupInput5-sm-left>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.blink {
    animation: blinker 1s linear infinite;
}

.blink:hover {
    animation: none;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }  
  }
  
  .shake {
    animation: shake 0.5s infinite;
  }

  .shakeColor {
    box-shadow: 1px 1px 5px 2px #ffc107 !important;
  }

@keyframes scale {
    0% { transform: scale(0.99); }
    25% { transform: scale(0.995); }
    50% { transform: scale(1); }
    75% { transform: scale(0.995); }
    100% { transform: scale(0.99); }  
  }

  .scale {
    animation: scale 0.5s infinite;
  }
  .scaleColor {
    box-shadow: inset 0px 0px 3px 1px #ffc107 !important;
  }

  .scaleColorLeft {
    box-shadow: inset 5px 0px 0px 0px #ffc107 !important
  }

    
  #popupStatusBtn{
    padding: 0.5rem;
  }

  #statusDiscription{
    min-width: 400px;
    z-index: 9999;
  }

  #statusDiscription .popover-content > div{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5rem 0;
  }

  #statusDiscription .wrap-label {
    width: 30%;
  }

  
  #statusDiscription .discription {
    width: 70%;
    font-size: 12px;
  }

  .title-part {
    text-transform: uppercase;
    padding-left: 5px;
    margin: 10px auto;
    border-left: 5px solid #297582;
  }

  .controlMonthPicker {
    background-color: #fff;
  }

  .controlMonthPicker > .month-picker > .rmp-container .rmp-popup .rmp-pad > div label {
    font-size: 2rem !important;
  }

  .controlMonthPicker > .month-picker > .rmp-container .rmp-popup .rmp-pad li {
    font-size: 1.55rem !important;
  }

  .list-table>table {
    font-size: 11px;
  }
  .list-table>table th {
    position: sticky;
    background: whitesmoke;
    box-shadow: 0 0 0.5px #ddd;
    z-index: 3;
  }
  .list-table>table thead tr:first-child th {
    top: 0;
    height: 45px;
  }
  .list-table>table thead tr:nth-child(2) th {
    top: 45px;
    height: 45px;
  }
  .list-table>table th, .list-table>table td{
    padding: 4px !important;
  }
  .list-table>table td{
    vertical-align: top !important;
  }

  .table-standard {
    font-size: 11px;
  }
  .table-standard>thead>tr>th {
    position: sticky;
    background: whitesmoke;
    box-shadow: 0 0 0.5px #ddd;
    z-index: 3;
  }
  .table-standard>thead>tr>th, .table-standard>thead>tr>td{
    padding: 4px !important;
  }
  .table-standard>thead>tr>td{
    vertical-align: top !important;
  }

  .inputSelectGroup-sm {
    display: flex;
  }
  .inputSelectGroup-sm input{
    height: 30px !important;
  }
  .inputSelectGroup-sm .Select-control,
  .inputSelectGroup-sm .Select-value,
  .inputSelectGroup-sm .Select-input,
  .inputSelectGroup-sm .Select-clear-zone,
  .inputSelectGroup-sm .Select-arrow-zone {
    height: 28px !important;
  }

  .inputSelectGroup {
    display: flex;
  }
  .inputSelectGroup .Select-control,
  .inputSelectGroup-sm .Select-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 80px;
  }
  .inputSelectGroup input{
    height: 34px !important;
  }
  .inputSelectGroup .Select-control,
  .inputSelectGroup .Select-value,
  .inputSelectGroup .Select-input,
  .inputSelectGroup .Select-clear-zone,
  .inputSelectGroup .Select-arrow-zone {
    height: 32px !important;
  }
  .inputSelectGroup .Select-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 80px;
  }
  
  .inputSelectGroup5-sm {
    display: flex;
    width: 100%;
  }
  .inputSelectGroup5-sm input{
    flex: 1;
    height: 30px !important;
    border: none;
    border-bottom: 1px solid;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #ddd;
  }
  .inputSelectGroup5-sm .Select-control,
  .inputSelectGroup5-sm .Select-value,
  .inputSelectGroup5-sm .Select-input,
  .inputSelectGroup5-sm .Select-clear-zone,
  .inputSelectGroup5-sm .Select-arrow-zone {
    height: 28px !important;
  }
  .inputSelectGroup5-sm .Select-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 90px;
    border: none;
  }
  .inputSelectGroup5-sm .Select {
    border-bottom: 1px solid;
  }

  .switch {
    position: relative !important;
    display: inline-block !important;
    width: 42px !important;
    height: 22px !important;
  }

  .switch input { 
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }

  .slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    -webkit-transition: .4s !important;
    transition: .4s !important;
  }
  
  .slider:before {
    position: absolute !important;
    content: "" !important;
    height: 20px !important;
    width: 20px !important;
    left: 0px !important;
    bottom: 1px !important;
    background-color: white !important;
    -webkit-transition: .4s !important;
    transition: .4s !important;
  }
  
  input:checked + .slider {
    background-color: #2196F3 !important;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3 !important;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px) !important;
    -ms-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px !important;
  }
  
  .slider.round:before {
    border-radius: 50% !important;
  }

  .textConfirmSave {
    color: #077404;
  }
  .btnConfirm {
    min-width: 90px;
  }

  .desc-datetime {
    font-size: x-small;
    font-style: italic;
    white-space: nowrap;
  }

.header-container>.openbtn {
    font-size: 20px;
    padding: 8px 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 100%;
}  
.header-container {
    display: flex;
    align-items: center;
}
.header-container>.navbar-form,
.header-container>.navbar-toggle{
    border-color: #206b79;
}

@media (max-width: 480px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
  }

.rc-table td {
  user-select: text !important;
  cursor: default;
}
.dragging-row {
  opacity: 0.6;
}

.login-nav-dropdown li.dropdown.open > ul.dropdown-menu {
  left: auto !important;
  right: 30% !important;
  transform-origin: top right !important;
}
.password-toggle {
  color: #888;
}
.password-toggle.active {
  color: #337ab7;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
}


.groupPriceV2 {
    display: inline-flex;
}
.groupPriceV2 > .inputPrice {
    height: 30px;
    font-size: 11px;
    border: 1px solid;
    border-top: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: right;
    width: 100%;
    border-color: #8a8a8a;
    border-top: none;
    border-left: none;
    border-top: none !important;
}
.groupPriceV2 .inputCurrency {
    height: 30px;
    box-shadow: none;
    text-align: right;
    padding: 3px;
    font-size: 11px;
    border: none;
    border-top: none;
    border-bottom: 1px solid;
    border-radius: unset;
    border-top: none !important;
    width: 100%;
}
.groupPriceV2 > p {
    height: 30px;
    font-size: 18px;
    vertical-align: middle;
    margin: 0px;
    padding: 2px 0px;
    border: 1px solid;
    border-color: #8a8a8a;
    border-left: none;
    border-right: none;
    border-top: none !important;
}
.groupPriceV2 > p[disabled]{
    background-color: #eee;
    opacity: 1;
    border-top: none !important;
}
.groupPriceV2 .inputUnit {
    height: 30px;
    box-shadow: none;
    padding: 3px;
    font-size: 11px;
    border: 1px solid;
    border-left: none;
    border-top: none;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top: none !important;
    width: 100%;
}
.groupPriceV2 .buttonAutocomplete{
    display: none !important;
}

.groupQuantityUnitAddon input{
  border-bottom-right-radius: unset;
  text-align: right;
}
.groupQuantityUnitAddon span{
  min-width: 50px;
  font-size: 11px;
  border: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.groupQuantityUnitAddon .form-control5-sm::placeholder {
  text-align: left;
}

input::placeholder {
  text-align: left;
}