.content-alert {
    width: 100%;
}

.alert {
    padding: 12px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    font-size: 13px;
    color: #721c24;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.alert-danger-not-timeout {
	font-size: 14px;
	color: #fc613e;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-success-not-timeout {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.closebtn {
    margin-left: 15px;
    color: #721C24;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.alert span.message {
    display: block;
    margin: 5px 0;
}

.topnav-list {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.topnav-list__item .profile-menu {
    width: 100%;
    height: auto;
    position: absolute;
    background-color: #fff;
    top: 70px;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}
.topnav-list__item .profile-menu__loginout a {
    /*background: url(/assets/templates/hr/img/common/topnav-user-icon_002.png) 40px center no-repeat;*/
    background-size: auto;
}

.topnav-list__item--name {
    width: auto;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px #eff0f1 solid;
    justify-content: space-evenly;
    position: relative;
    cursor: pointer;
}

.topnav-list__item--name:hover {
    background-color: #fdfdfd;
}

.topnav-list__item--name.open .profile-name {
    color: #9d9c9c;
}

.topnav-list__item--name.open .profile-menu {
    display: block !important;
}

.topnav-list .profile-pic {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 25px;
    background-color: #eceef0;
}

.topnav-list .profile-name {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
    position: relative;
    padding-right: 20px;
}

.topnav-list .profile-name::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    top: -2px;
    position: absolute;
    right: 0;
}

.topnav-list .profile-name:hover {
    cursor: pointer;
}

.topnav-list .profile-menu {
    width: 100%;
    height: auto;
    position: absolute;
    background-color: #fff;
    top: 70px;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}

.topnav-list .profile-menu li[class^="profile-menu__"] {
    width: 100%;
    height: 40px;
    line-height: 1;
}

.topnav-list .profile-menu li[class^="profile-menu__"] a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 13px;
    color: #8c93a1;
    align-items: center;
    line-height: 1;
    padding-left: 33%;
    box-sizing: border-box;
}

.topnav-list .profile-menu li[class^="profile-menu__"] a:hover {
    background-color: rgba(225, 231, 244, 0.7);
}

.topnav-list .profile-menu__loginout a {
    /*background: url(../img/common/topnav-user-icon_002.png) 40px center no-repeat;*/
    background-size: auto;
}

.width-input-100 {
  width: 100% !important;
}

.input-small i:after {
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  right: 13px;
  top: 15px;
  border-width: 7px 5px 0 5px;
  border-color: #6d77a2 transparent transparent transparent;
}

.global-menu__sublist dt.show{
	background: url(../img/common/arrow-icon_002.png) right 3px center no-repeat;
}

.main-area {
	max-width: 375px;
}

.disabled {
	pointer-events:none;
	opacity:0.9;
}
.expensive-list .input--min{
	width: 90.18px;
}
/***************** commuting ********************/
.table-employee.table-employee__commuting tbody{
    height: auto !important;
}
.table-employee.table-employee__commuting.commuting_edit tbody{
    height: auto !important;
    width: inherit;
    overflow-y: inherit;
}
.table-commuting__list .button-search{
    padding: 10px;
}
.employee-commuting .popup-module__inner{
    max-width: 750px !important;
}
.datatable__pager-nav li.current_page a{
    background: #e8ecf7;
}
/***************** end commuting ********************/
#mynumber_created_at_from, #mynumber_created_at_to{
    height: 37px;
    max-height: 37px;
    font-size: 14px;
    color: #999999;
    width: 120px;
    padding-right: 30px;
    background: url(../img/common/input-datepicker-icon.png) right 10px center no-repeat #fff;
    background-size: auto;
    cursor: pointer;
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    box-shadow: 0px 5px 4.5px 0.5px #f7f7f7;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-weight: normal;
}
.input-passwordbox span {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: url(../img/common/pw-icon-hide_001.png) center center no-repeat;
}

.mynumber-popup {
    width: 100%;
    height: auto;
    border: 1px #e4e4e4 solid;
    outline: 1px #e9e9eb solid;
    box-sizing: border-box;
    padding: 40px 0;
    background-color: #fafbfd;
}
.mynumber-popup .form-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynumber-popup .form-list__item label {
    padding-left: 0;
    min-width: inherit;
    margin-right: 10px;
}

.mynumber-popup .form-list__item .input-passwordbox {
    max-width: 180px;
}

.mynumber-popup__button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.employee-list__content .employee-avatar img{
    border-radius: 50%;
}
.dropdownchecklist-selector__list span i:after {
    content: "✕";
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 43%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.employee-search-datepicker, .employee-datepicker, .datepicker-basic-info, .datepicker-education, .datepicker--experience, .datepicker-commuting, .datepicker--date_of_birth , .datepicker-customize__vertical{
    width: 250px;
    padding-right: 30px;
    background: url(../img/common/input-datepicker-icon.png) right 10px center no-repeat #fff;
    background-size: auto;
    cursor: pointer;
}
.table-employee thead tr th{
    font-weight: bold !important;
}

.input-inline{
    display: inline-block;
    width: 30% !important;
}

.tabbable--employee .tabbable-content .tabbable-content__panel--training{
    position: relative;
    max-height: 780px;
    overflow-y: auto;
}

.table-employee__training {
    position: relative;
    top: 0px;
}

.position--age {
    position: absolute;
    top: 6px;
    left: -5px;
    width: 87px!important;
    border: 1px solid #e5e5e5;
    margin: -1px 0px 0 11px;
    padding: 11px 23px 10px 10px;
}
.position--text {
    position: absolute;
    top: 17px;
}

.portlet-content--employee__workhistory table.table-workhistory__top tr th:first-child, .portlet-content--employee__workhistory table.table-workhistory__top tr td:first-child {
    min-width: 125px;
}

.portlet-content--employee__workhistory table.table-workhistory__top tr td:nth-child(2) input,
.portlet-content--employee__workhistory table.table-workhistory__top tr td:nth-child(3) input,
.portlet-content--employee__workhistory table.table-workhistory__top tr td:nth-child(4) input{
    width: 160px;
}

.form-select-padding-right select {
    box-sizing: border-box;
    display: block;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
     -moz-appearance: none;
    -webkit-appearance: none;
    position:relative;
}

.form-list__required--absence:before {
    position: absolute;
    top: 15%;
    left: 4%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "必須";
    width: 45px;
    height: 20px;
    background-color: #ff6035;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.logout:hover {
    background-color: #6d77a2 !important;
    color:white !important;
    border-radius: 4px;
}

.disabled_input {
    background-color: #e0e0eb !important;
    pointer-events:none;
}

.message-confirm {
    margin-bottom: 20px;
}

select{
    padding-right:25px;
}

.alert-danger-custom{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.master-add-grade-line {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 3px #7a85b1 dashed;
    margin: 0 auto;
}

.height-auto {
    height: auto !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.padding-text-a {
    padding: 0 !important;
    display: grid !important;
}

.center-item-li {
    margin: 0 auto;
    text-align: center;
}

.display-none {
    display: none !important;
}

.style-text-span {
    color: #333333;
    font-size: 14px;
}

#set-timeout {
    overflow-y: auto;
    max-height: 220px;
    margin-bottom: 10px;
}

.margin-let-10 {
    margin-left: 10px;
}

.customize-matrix span.fileupload:after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-bottom: 0;
    background: url("../img/common/button-icon-file_001.png") #8d96bd center center no-repeat;
}

.wrapper .page-header {
    z-index: 200;
}
#employees-grid .employee-search__button button{
    margin: 0 15px;
}
.datatable__pager-nav li.nav-first{
    margin-right: 0;
}
.top-button .button--csv-up{
    height: 38px
}

.style-inline--block {
    display: inline-block;
}
.style-inline--block .selection, .style-inline--block .select2-selection.select2-selection--single{
    width: 100%;
}
.style-inline--block .select2-container .select2-selection--single .select2-selection__rendered {
    margin-right: 0px;
}
/**
 * Custom btn all
 */
div .btn-action--create {
    background-position: 28px center;
}
div .btn-action--save-singel {
    width: 130px;
    height: 38px;
    background-position: 33px center;
    font-size: 13px;
}
div .btn-action--edit {
    width: 130px;
    height: 38px;
    background-position: 33px center;
    font-size: 13px;
}
div .btn-margin--right {
    margin-right: 10px;
}
div button.btn-margin--left {
    margin-left: 10px;
}
div .btn--action {
    width: 172px;
    height: 37px;
    font-size: 13px;
}
.btnDownloadPre{
    line-height: 37px;
}
#btnConfirmDeletePre{
    font-size: 13px;
}
.btn--action.btn-action--edit {
    background-position: 54px center;
}

.input--select56 .select2-container--jinjer {
    box-shadow: 0 5px 4.5px 0.5px #f7f7f7 !important;
}

.dropdown-end i {
    position: initial;
}
.permission--family .family_relationship_id .select2-container {
    width: 123px !important;
}

/* scroll all page */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #c0c4d5;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.matrix-column:nth-child(2).type-column-layout > div:first-child{
    margin-top: 30px;
}

.customize-layout__matrix.type-column-layout{
    display: unset !important;
}

.matrix-column.type-column-layout{
    margin-left: 0px !important;
    width: 100% !important;
}

.matrix-column.type-column-layout > *{
    width: 50% !important;
}

#page-insurance .form-list__item i:after{
    pointer-events: none;
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    right: 13px;
    top: 30px;
    border-width: 7px 5px 0 5px;
    border-color: #6d77a2 transparent transparent transparent;
}

#page-insurance .radiobox-column > .radiobox{
    margin-left: 0px !important;
}

#page-insurance .checkbox-column > .checkbox{
    margin-right: 0px !important;
}

#page-insurance .checkbox-column > .checkbox:not(:first-child){
    margin-top: 10px;
}

.customize-select:after {
    pointer-events: none;
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    right: 13px;
    top: 16px;
    border-width: 7px 5px 0 5px;
    border-color: #6d77a2 transparent transparent transparent;
}
.customize-matrix span.customize-checkbox {
    width: 20px;
    min-height: 20px;
}
.customize-matrix .checkbox span.customize-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
}

#page-insurance .form-list--employee .form-list__item label:not(.radiobox) {
    padding-left: 0px;
}

#insurance_pulldown .form-list__item i:after {
    top: 16px !important;
}
.customize span i:after {
    border-width: 12px 6px 0 6px !important;
    border-color: #e5e8f6 transparent transparent transparent !important;
    left: 7px;
    bottom: -20px;
}

.icon_pulldown:after {
    left: 464px !important;
    border-width: 7px 5px 0 5px !important;
    border-color: #6d77a2 transparent transparent transparent !important;
}

.badge--min i {
    z-index: 1;
}

.customize_tooltip i{
    background-color: #dfdcef;
}

.customize_tooltip span i:after{
    border-color: #dfdcef transparent transparent transparent !important;
}

.radiobox-disable input[type="radio"]:checked:after {
    border-color: #9fa7c3cc !important;
}
.remove_hover_default_item {
    border: none !important;
    background: none !important;
}

.span-unit {
    min-width: 20px;
    margin: auto auto auto 5px;
}

.display-unit-span {
    display: flex;
}

.text-align-left {
    text-align: left !important;
}

.space-td-dept {
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
    /*width: 135px !important;*/
}

.badge--min-custom i:after {
    left: auto !important;
    right: auto !important;
}

.display-flex {
    display: flex;
}
.item-title-filter-dept {
    display: flex;
}

.title-filter-depts, .checkall-filter-depts, .checkall-filter-depts-last {
    display: flex;
    flex: 1;
}

.checkall-filter-depts {
    margin-left: 10px;
    flex: 3;
}

.checkall-filter-depts .badge{
    background-color: #7a85b1;
    border-radius: 50%;
}

.item-title-filter-dept .badge--min {
    font-size: 10px;
}
.td-word-break {
    word-break: break-all;
}
.organization-tag-btn{
    display: inline-block;
    height: 18px;
    width: 16px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    background: url(../img/common/tag-icon001.png) left center no-repeat;
}
.group-box-header__icon{
    position: relative;
}
.group-box-header__icon.mark:after {
    content: "";
    width: 9px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/organization/groupbox/staff/staff-mark_02.jpg) center center no-repeat;
    background-size: auto;
}
.title--tag .title--tag--right.title-tag-organizaton{
    width: 31%;
    margin-right: 0;
}
.content-organizaton{
    margin-top: 10px !important;
}
.permission--tag_hr:disabled,
.permission--tag_manager:disabled,
.permission--tag_business:disabled{
    background-color: #bdbec6;
}
.department-list .input-selectbox{
    border: 0;
}
.tag-move .button--tagmove-organization {
    width: 110px;
    height: 38px;
    margin: auto 15px;
    background-image: url(../img/common/arrow-icon_005.png), url(../img/common/arrow-icon_004.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 10px center,right 10px center;
    box-shadow: 0 10px 20px 0 rgba(211, 226, 254, 0.9);
    background-color: #00b8ff;
    color: #fff;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tag-organization{
    width: auto;
    height: 28px;
    padding-left: 40px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eceef7;
    border-radius: 15px;
    font-size: 12px;
    line-height: 28px;
    color: #000000;
    margin: 5px;
    cursor: pointer;
}
.tag-organization.active {
    background-color: #bdbec6;
}

.portlet-content--timeline {
    width: 100%;
    max-width: 1306px;
    margin: 0 auto;
}
.timeline-year .timeline-stage-1:after {
    background-color: #3AE9D1;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-2:after {
    background-color: #32D4E5;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-3:after {
    background-color: #35BFE4;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-4:after {
    background-color: #23AAF5;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-5:after {
    background-color: #2390ED;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-6:after {
    background-color: #265DE5;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-7:after {
    background-color: #362AE5;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-8:after {
    background-color: #7527F1;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-9:after {
    background-color: #9C27EF;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-10:after {
    background-color: #CB28E8;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-11:after {
    background-color: #F223D3;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-12:after {
    background-color: #D92C9B;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-13:after {
    background-color: #F62384;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-14:after {
    background-color: #F46C93;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-15:after {
    background-color: #E27069;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.timeline-year .timeline-stage-16:after {
    background-color: #F4A57D;
    box-shadow: 0 5px 9px 4px rgba(211, 252, 254, 0.8);
}
.send-email-ai{
    margin: 0 auto;
    display: block;
}
.setting-device{
    margin-bottom: 50px;
}
.setting-device thead tr{
    border: 1px #92a5c2 solid;
    padding: 5px;
    font-size: 13px;
    color: #19233c;
}
.setting-device tr:not(:last-child) td{
    border: 1px #92a5c2 solid;
    border-top: 0;
    font-size: 13px;
    color: #19233c;
}


.setting-device .button--del{
    width: 27px;
    height: 27px;
    background: url(../img/common/button-icon-del_001.png) center center no-repeat #7a85b1;
    background-size: auto;
    border: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.setting-device .table-add{
    margin-top: 50px;
}
.setting-device-save:disabled,
.setting-device .table-add button:disabled {
    color: white;
    background-color: #cccccc;
    box-shadow: none !important;
}
table.table-email-template tbody tr td{
	word-break: break-word;
}
.td-break {
	word-break: break-word !important;
}

.route-search__footer button {
	margin: 0 15px;
}

.organization-search__button button {
	margin: 0 15px;
}
.dropdownchecklist-checkbox__item{
    width: 100%;
    display: inline-table;
}


.lds-ring {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	margin-right:auto;
	margin-left:auto;
	top: 19%;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #353535;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #353535 transparent transparent transparent;


}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.chart-loading
{
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 30px;
	right:0;
	bottom:0;
	width: 100%;
	height:100%;
	z-index: 1;
	text-align: center;
}
.textarea-customize{
    width: 100%;
    font-size: 14px;
    color: #19233c;
}
.textarea-customize span:first-child{
    width: auto;
    float: left;
    max-width: calc(100% - 20px);
    text-align: justify;
    word-break: break-all;
}
.textarea-customize span:last-child{
    width: 20px;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5px;
}

.corporate-form .bank-info__item label:not(.radiobox).form-list__required_banks:before {
	position: absolute;
	top: 50%;
	left: -8px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "必須";
	width: 38px;
	height: 18px;
	background-color: #ff6035;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text_label_banks {
	padding-left: 40px;
}


.request-table {
    width: 100%;
}

.request-table tbody {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.request-table thead,
.request-table tbody {
    display: block;
}

.request-table tbody tr {
    display: table;
    table-layout: fixed;
}

.global_menu_customize {
	display: inline-block;
	width: 100% !important;
}

.menu-list-salary {
	padding-top: 65px
}
.menu-list-additions {
	padding-top: 20px
}

.table_scroll_height{
	overflow-y: scroll; max-height:600px;
}

.unchecked:after {
	content: none!important;
}
.unchecked-remove:after {
	content: none!important;
}

.jinjer_work_list .datatable__table--roll tbody tr td:nth-child(2){
	width: 105px;
	padding: 0 20px;
}

.td-break-line {
	word-break: break-word !important;
	line-height: 1.5;
}

/*top header trial*/
.lbl-trial-day {
    height: 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #34495E;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 0.4rem;
    position: relative;
}

.lbl-trial-day::before {
   position: absolute;
   content: '';
   width: 100%;
   height: 3px;
   background: #FDD5D5;
   bottom: -8px;
   left: 1px;
 }

.spn-trial-day {
    width: 38px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #34495E;
}

.hr-trial-day {
    width: 185px;
    height: 3px;
    background: #FDD5D5;
    margin-left: 20px;
    position: absolute;
    bottom: 6px;
    border-top: none;
}

.btn-register-trial {
    width: 190px;
    height: 40px;
    background: #FB9C3D;
    border-radius: 100px;
    border: 1px solid #FB9C3D;
    cursor: pointer;
    margin-right: 18px;
}

.spn-register-trial {
    width: 108px;
    height: 17px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}
.code {
    position: relative;
}
.code-icon {
    content: url('/assets/templates/v2/img/document/eye-code.svg');
    position: absolute;
    top: 35px;
    right: 17px;
}

.code-icon.off {
    content: url('/assets/templates/v2/img/document/eye-code_off.svg') !important;
}
