/* Index*/

div#step_project_3  .datatablecontentSteps3 {
  overflow: auto;
  height: 60vh;
  position: relative;
}
div#step_project_3 .custom-control-label{
  font-size: 12px;
}

    div#step_project_2 .custom-control-label::before,div#step_project_3 .custom-control-label::before {
    left: -20px;
}
div#step_project_2 .custom-control-label::after,div#step_project_3 .custom-control-label::after{
    left: -20px;
}
div#step_project_2 th.row.align-content-center.border-bottom-0.border-top-0.w-100{
    margin: 0;
}
.col-nopadding {
  padding: 0px !important;
}

.col-nomargin {
  margin: 0px !important;
}

div#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #00000080;
  text-align: center;
  z-index: 10000;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis {
  top: 50%;
  transform: translateY(-50%);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}


/* End Index*/


/* Step bar */

#step-progress-bar .multi-steps>li.is-active:before,
#step-progress-bar .multi-steps>li.is-active~li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

#step-progress-bar .multi-steps>li.is-active:after,
#step-progress-bar .multi-steps>li.is-active~li:after {
  background-color: #ededed;
}

#step-progress-bar .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#step-progress-bar .multi-steps>li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #07422d;
}

#step-progress-bar .multi-steps>li:before {
  content: '\f00c';
  content: '\2713';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #07422d;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#step-progress-bar .multi-steps>li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #1b7e5a;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 0;
}

#step-progress-bar .multi-steps>li:last-child:after {
  display: none;
}

#step-progress-bar .multi-steps>li.is-active:before {
  background-color: #fff;
  border-color: #07422d;
}

#step-progress-bar .multi-steps>li.is-active~li {
  color: #808080;
}

#step-progress-bar .multi-steps>li.is-active~li:before {
  background-color: #ededed;
  border-color: #ededed;
}

#step-progress-bar .footer {
  text-align: right;
  padding: 0 5px;
}

#step-progress-bar .multi-steps li.is-there::before {
  color: white !important;
  background: #07422d !important;
}

#step-progress-bar .multi-steps>li>a {
  color: grey;
  text-decoration: none;
  display: block;
  padding-top: 40px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: 1;
  width: 100%;
}

#step-progress-bar .multi-steps>li.is-complete::before,
#step-progress-bar .multi-steps>li.is-active::before {
  cursor: pointer;
}

#step-progress-bar .multi-steps>li.is-there>a,
#step-progress-bar .multi-steps>li.is-complete>a,
#step-progress-bar .multi-steps>li.is-active>a {
  color: #07422d;
}

#step-progress-bar .multi-steps>li.is-incomplete::before,
#step-progress-bar .multi-steps>li.is-incomplete::after,
#step-progress-bar .multi-steps>li.is-incomplete>a {
  cursor: not-allowed;
  pointer-events: none;
}

#step-progress-bar h1.page-title {
  text-align: center;
  padding: 10px 15px;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
}


/* End step bar */


/* Begin step 1 */

.panel.panel-steps-custom>.panel-heading {
  background: #1b7e5a;
  color: #fff;
}

#step_project_1 .panel-body .row .custom-file-upload,
#step_project_1 .panel-body .row .row.action-button {
  display: none;
}


/* End step 1 */


/* Begin step 2 */

#step_project_2 .panel-body .panel-container-custom button#auto-create {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#step_project_2 .panel-body .panel-container-custom .panel-justify-custom,
#step_project_2 .panel-body .panel-container-custom .panel-table-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(62, 44, 90, .08);
  box-shadow: 0 0 13px 0 rgba(62, 44, 90, .08);
  margin-bottom: 1.5rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .09);
  border-bottom: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-transition: border .5s ease-out;
  transition: border .5s ease-out;
}

#step_project_2 .panel-body .panel-container-custom .panel-justify-custom .form-group,
#step_project_2 .panel-body .panel-container-custom .panel-table-custom .form-group {
  text-align: center;
}

#step_project_2 .panel-body .panel-container-custom .panel-justify-custom .form-group .form-label,
#step_project_2 .panel-body .panel-container-custom .panel-table-custom .form-group .form-label {
  font-weight: bold;
}

.m-8 {
  margin: 8px!important;
}

#step_project_2 .panel-body .panel-container-custom .panel-table-custom .panel-hdr {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-radius: 4px 4px 0 0;
  -webkit-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out;
}

#step_project_2 .panel-body .panel-container-custom .panel-table-custom .panel-hdr label {
  display: inline-block;
  margin-bottom: .3rem;
  font-weight: bold;
}

#step_project_2 .panel-body .panel-container-custom .panel-table-custom .panel-hdr h2 {
  position: relative;
}

#step_project_2 .panel-body .panel-container-custom .panel-table-custom .panel-hdr>:last-child {
  padding-right: 1rem;
}

#step_project_2 .panel-body .panel-container-custom .panel-table-custom .panel-hdr>:first-child {
  padding-left: 1rem;
}

#step_project_2 .panel-body .panel-container-custom .panel-table-custom .panel-hdr h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: .875rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3rem;
  color: inherit;
  color: #333;
  position: relative;
  font-weight: 500;
}

#step_project_2 .panel.panel-steps-custom>.panel-body .panel-container-custom .form-group-custom {
  text-align: center;
}

#step_project_2 .panel.panel-steps-custom>.panel-body .panel-container-custom .form-group-custom .form-label {
  font-weight: 700;
}

@media (min-width: 992px) {
  .page-content .panel {
      margin-bottom: 1.5rem;
  }
}

@media (min-width: 576px) {
  #step_project_2 .col-sm-2 {
      flex: 0 0 40%;
      max-width: 40%;
  }
}

@media (min-width: 768px) {
  #step_project_2 .col-md-2 {
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 992px) {
  #step_project_2 .col-lg-2 {
      flex: 0 0 20%;
      max-width: 20%;
  }
}

#step_project_2 #panel-1.panel .row>div,
#step_project_2 #panel-2-step2 .panel-container>.row>div,
#step_project_2 #panel-1.panel>.row>div {
  display: inline-block;
  float: left;
}

#step_project_2 #panel-2-step2 table .Step2HeadNotDisplay {
  display: none;
}


/*#step_project_2 #panel-2-step2 table .Step2HeadDisplay td:nth-child(1) {
  display: none;
}*/


/*#step_project_2 #panel-2-step2 tbody td:nth-child(2) {
  width: 40px !important;
  position: relative;
  padding: 0px !important;
}

#step_project_2 #panel-2-step2 .virtual-table tbody td:nth-child(2) div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -.5px;
  left: 0;
}*/


/*#step_project_2 #panel-2-step2 th:last-child,
#step_project_2 #panel-2-step2 td:first-child,
#step_project_2 #panel-2-step2 td:last-child,
#step_project_2 #panel-2-step2 th:nth-child(4),
#step_project_2 #panel-2-step2 td:nth-child(4),
#step_project_2 #panel-2-step2 tfoot td:nth-child(3) {
  display: none;
}*/

#table-data-step-project2 th:last-child,
#table-data-step-project2 td:last-child {
  display: table-cell !important;
}

#step_project_2 #panel-2-step2 div.form-group.m-2>label {
  display: block;
  text-align: center;
}

#step_project_2 #panel-2-step2 .col-sm-12 {
  flex: unset;
  max-width: unset;
}

#step_project_2 .custom-control {
  position: relative;
  display: block;
  min-height: 1.19437rem;
  padding-left: 1.625rem;
}

#step_project_2 .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#step_project_2 .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

#step_project_2 table.dataTable tbody td {
  padding: 0px 5px !important;
  margin: 0 auto;
  vertical-align: middle;
}

#step_project_2 table.dataTable tbody>tr.selected,
#step_project_2 table.dataTable tbody>tr>.selected {
  background: rgba(136, 106, 181, .1);
  font-weight: 500;
  color: inherit;
}

#step_project_2 .section-selected:before,
#step_project_2 .zone-selected:before {
  left: 10% !important;
}

#step_project_2 .section:before,
#step_project_2 .zone:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  background: inherit;
  transition: .4s;
}

.swal2-header .swal2-close {
  font-size: 2em !important;
}

.swal2-header .swal2-title {
  font-weight: bold !important;
}

#table-data-step-project2.fixed thead tr:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  background: white;
  z-index: 2;
}

.swal2-contentStep2 {
  position: relative;
  height: 500px;
  overflow: auto;
}

#table-data-step-project2.fixed th div.custom-control.custom-checkbox {
  float: left;
}

#table-data-step-project2.fixed tbody:last-child {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: white;
  z-index: 1;
}

#table-data-step-project2.fixed thead tr:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: white;
}


/* End step 2 */


/* Begin step 4 */

#step_project_4 .tab-header-overflow {
  background-color: #dee2e6;
}

#step_project_4 .tab-header-overflow .nav.nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#step_project_4 .tab-header-overflow .nav.nav-tabs .nav-link.active {
  border: 1px solid #d5dbe0 !important;
  border-bottom-width: 0px !important;
}

#step_project_4 .tab-content {
  padding: 15px;
  margin-bottom: 20px;
  background: transparent;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #d5dbe0 !important;
  border-top-width: 0px !important;
}

#step_project_4 .page-content-select-steps .col-form-label {
  padding: 15px;
  font-weight: 600;
  color: #4e5c68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

div.customelement span.select2.select2-container {
  width: 100% !important;
}

#step_project_4 .page-content-data-listcv-steps {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}


/* Standard Tables */

#step_project_4 .page-content-data-rule-steps .panel-content {
  min-height: 200px;
  max-height: 500px;
}

#step_project_4 .page-content-data-rule-steps .form-group .col-form-label,
#step_project_4 .page-content-data-listcv-steps .form-group .col-form-label {
  font-size: 1.125rem;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.2;
}

#step_project_4 .page-content-data-rule-steps .form-group .col-form-button,
#step_project_4 .page-content-data-listcv-steps .form-group .col-form-button {
  text-align: right;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer {
  margin: 0 auto;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project {
  min-width: auto !important;
  overflow: auto;
  margin: 0;
  padding: 0;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project th.table-th-step-project,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project th.table-th-step-project {
  vertical-align: middle;
  word-wrap: break-word;
  white-space: normal;
  background-color: #fff;
  color: #333333;
  padding: 2px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project {
  vertical-align: middle;
  word-wrap: break-word;
  white-space: normal;
  padding: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project th.sorting.sorting_disabled:after,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project th.sorting.sorting_disabled:after {
  display: none;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project {
  max-height: 50px;
  min-height: 20px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .form-group,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .form-group {
  margin-bottom: 0px;
  min-height: 20px;
  vertical-align: middle;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .form-group input[class*=input-],
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .form-group input[class*=input-] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .form-group input[disabled],
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .form-group input[disabled] {
  background-color: #e9ecef4a !important;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .btn-group ul,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .btn-group ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .btn-group ul li,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .btn-group ul li {
  display: flex;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .switchery,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .switchery {
  height: 20px;
  width: 40px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project td.table-td-step-project .switchery>small,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project td.table-td-step-project .switchery>small {
  height: 20px;
  width: 20px;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project .table-th-step-project-times-start,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project .table-th-step-project-times-end {
  width: 80px !important;
  margin: 0px auto;
  padding: 0px;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project th:nth-child(1) {
  width: 60px !important;
  margin: 0px auto;
  padding: 0px;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project .table-th-step-project-times {
  width: 50px !important;
  margin: 0px auto;
  padding: 0px;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .start_date,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .date_end,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .start_date_novalues,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .date_end_novalues {
  width: 80px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .capxaydung {
  width: 60px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .songaydukien,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .songaydukien_novalues {
  width: 50px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .SelectedCellsActive {
  border: 1px solid #ff0000 !important;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project thead.table-thead-step-project tr.table-tr-step-project {
  height: 30px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-checkboxes-select-all {
  width: 20px !important;
  margin: 0px;
  padding: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .rule-step-project-checkboxes {
  width: 19px !important;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-stt {
  width: 40px !important;
  margin: 0px;
  padding: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project .rule-step-project-stt {
  width: 39px !important;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-cvapply,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-cvdata {
  width: 300px !important;
  margin: 0px;
  padding: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project-cvapply .select2.select2-container--default,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project td.table-td-step-project-cvdata .select2.select2-container--default {
  width: 299px !important;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-cxdapply,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-cxddata,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-congthucapdung {
  width: 250px !important;
  margin: 0px;
  padding: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project .rule-step-project-cxdapply,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project .rule-step-project-cxddata,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project .rule-step-project-congthucapdung {
  width: 249px !important;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-action,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project th.table-th-step-project-holiday {
  width: 80px !important;
  margin: 0px;
  padding: 0px;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project .table-td-step-project-action,
#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project table.table-bordered-step-project .table-td-step-project-holiday {
  width: 79px !important;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project .fixedHeader-floating,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project .fixedHeader-floating {
  min-width: auto !important;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project .dataTables_scrollBody::-webkit-scrollbar,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project .dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #f2f3f4;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project .dataTables_scrollBody::-webkit-scrollbar-thumb,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project .dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c2c3c3;
}

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project .dataTables_scrollBody::-webkit-scrollbar-track,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project .dataTables_scrollBody::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer .DTFC_LeftBodyLiner::-webkit-scrollbar {
  width: auto;
  background: transparent!important;
}


/* #step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer .DTFC_LeftBodyWrapper,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer .DTFC_LeftBodyLiner {
  height: 500px !important;
  max-height: 500px !important;
} */

#step_project_4 .page-content-data-rule-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer .DTFC_LeftHeadWrapper .table-bordered-step-project th.table-th-step-project,
#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project div.dataTables_wrapper.no-footer .DTFC_LeftHeadWrapper .table-bordered-step-project th.table-th-step-project {
  border-right-width: 1px;
}

#step_project_4 .listcv-theme-panel-right-step4 .display-hide {
  display: none !important;
}

#step_project_4 .listcv-theme-panel-right-step4 .display-show {
  display: block !important;
}

#step_project_4 .page-content-data-rule-steps .glyphicon-rule-custom {
  margin: 0px !important;
}

#step_project_4 .theme-panel.theme-panel-lg.active {
  right: 0 !important;
}

#step_project_4 .page-content-data-listcv-steps .panel-content .table-content-step-project input+.tooltip>.tooltip-inner {
  background: #f00;
}

#step_project_4 .tooltip-inner {
  background: #f00;
}

#step_project_4 .page-content-data-listcv-steps .tooltip.top .tooltip-arrow {
  border-top-color: #f00;
}

#step_project_4 .page-content-data-listcv-steps .tooltip.right .tooltip-arrow {
  border-right-color: #f00;
}

#step_project_4 .page-content-data-listcv-steps .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f00;
}

#step_project_4 .page-content-data-listcv-steps .tooltip.left .tooltip-arrow {
  border-left-color: #f00;
}

#step_project_4 .selectColorStep3 {
  border: 1px solid red;
}

#step_project_4 .theme-panel-step4.theme-panel-lg-step4 {
  left: 0;
  right: 0;
  height: 320px;
  bottom: -320px;
}

#step_project_4 .theme-panel-step4.theme-panel-lg-step4.active {
  bottom: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .3);
}

#step_project_4 .theme-panel-step4 .theme-panel-content-bottom {
  margin: -15px;
  padding: 15px;
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

#step_project_4 .theme-panel-step4 {
  position: fixed;
  bottom: -175px;
  right: 150px;
  z-index: 1020;
  background: #fff;
  padding: 15px;
  width: 100%;
  -webkit-transition: bottom .2s linear;
  -moz-transition: bottom .2s linear;
  -ms-transition: bottom .2s linear;
  -o-transition: bottom .2s linear;
  transition: bottom .2s linear;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

#step_project_4 .theme-panel-step4.theme-panel-lg-step4 .theme-panel-content-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*overflow: scroll;*/
  margin: 0;
  padding: 20px;
}

#step_project_4 .theme-panel-step4.theme-panel-lg-step4 .theme-collapse-btn-step4 {
  left: 50%;
}

#step_project_4 .theme-panel-step4 .theme-collapse-btn-step4 {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #2d353c;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}


/* End step 4 */


/* start step 5 */

.warningstep5 {
  box-shadow: 1px 1px 4px red;
  animation: myanim 2s infinite;
}

@keyframes myanim {
  50% {
      box-shadow: 0px 0px 0px transparent;
  }
  100% {
      box-shadow: 1px 1px 4px red;
  }
}


/* End step 5 */