/**
 * YHLEE ADD START
 *
 * @format
 */

.icon-reload {
  font-family: "simple-line-icons";
  line-height: 1;
}

.form-box .input-wrapper .ng-scope {
  /* width: 100%; */
}

.form-box .input-wrapper .ng-scope label.file-input-label {
  height: 100%;
}

.form-box .input-wrapper svg {
  margin-top: 7rem;
}

.form-box .input-wrapper svg.removeIcon {
  margin-top: 0;
  width: fit-content;
}
/* YHLEE ADD END */

.frame-date-picker-unit {
  min-width: 7rem;
}
/* 
.frame-date-picker {
  max-width:16rem;
} */

.div-name-on-navbar {
  width: calc(100% - 300px);
  text-align: right;
  /* margin-top: 1.2rem; */
}

.txt-link {
  font-size: 0.7em;
  font-weight: 500;
}

.txt-item {
  font-size: 0.9em;
  font-weight: 600;
}

.txt-uc {
  color: gray !important;
  font-style: oblique !important;
}

.sidebar .nav-dropdown-toggle {
  font-size: small;
}

li.item-sub {
  margin-left: 2rem !important;
}

.disp-none {
  display: none;
}

.full-waiting {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: no-repeat center url("../static/img/bg_waiting.gif");
  background-color: gray;
  opacity: 0.9;
}

/* migrated start  */
.txt-title-main {
  font-size: 2em;
  font-weight: 700;
  padding-right: 40px;
}

.div-targeting-0 {
  background-color: #80808050;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  font-family: auto;
}

.div-targeting-0 .float-right {
  float: right;
}

.div-card-chart {
  width: 100%;
  /* height: 100%; */
}

.div-card-chart-1 {
  width: 100%;
  /* height: 100%; */
}

.div-card-table {
  width: 100%;
  height: 10rem;
  overflow: auto;
}

.div-select-target {
  position: relative;
}

.select-target {
  line-height: 2;
  width: 100%;
  background-color: #00000000 !important;
  border: none;
}

.div-cur-yg {
  background-color: yellowgreen !important;
}

.icon-right-top {
  margin-bottom: 0;
}

.ng-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.ng-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  margin-bottom: 0 !important;
}

.ng-modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-family: "arial", "sans-serif";
  font-weight: bold;
  color: #555;
}

.ng-modal-dialog-content {
  padding: 20px;
  text-align: left;
  max-height: 100%;
  overflow: auto;
}

.ng-modal-dialog-buttons {
  padding: 10px;
  text-align: center;
}

.ng-modal-dialog-buttons button {
  margin: 5px;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate {
  float: unset !important;
  text-align: unset !important;
}

.ng-invalid-pattern:focus {
  /* border-color: #ffc3c3 !important;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25) !important; */
  border: 0;
}

.ng-invalid-pattern {
  /* border-color: #ffc3c3 !important; */
  border: 0;
}

.was-validated .form-control.ng-invalid,
.was-validated .form-control.ng-invalid:focus {
  /* border-color: #ffc3c3; */
  border: 0;
  box-shadow: none;
}

.dt-filter-box {
  display: flex;
}

.dt-filter-box .dt-column-filter-box {
  flex: 1;
  margin-right: 25px;
}

.dt-search-box {
  /* margin-bottom: 1rem; */
}

.dt-filter-box .filter-date {
  display: flex;
}

.dt-filter-box .filter-date > span {
  line-height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 20px;
}

.dt-filter-box .filter-date-range-shortcut {
  display: flex;
  justify-content: center;
}

.dt-filter-box .ADMdtpInput > .removeIcon {
  right: 0px;
  margin-right: 0px;
  margin-top: 20px;
  padding-right: 4px;
}

.filter-date-range-shortcut .btn {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  z-index: 2;
}

.filter-date-range-shortcut .btn.arrow {
  flex: 3;
}

.filter-date-range-shortcut .btn {
  flex: 5;
}

.filter-date-range-shortcut .btn-outline-success.arrow {
  flex: 3;
}

.filter-date-range-shortcut .btn-outline-success {
  flex: 5;
}

.filter-date-range-shortcut .btn-outline-success.selected {
  color: #fff;
  background-color: #63c2de;
  border-color: #63c2de;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.filter-date-range-shortcut .btn-outline-success:focus,
.filter-date-range-shortcut .btn-outline-success.focus {
  box-shadow: none;
}

.filter-date-range-shortcut .btn-outline-success.selected:focus,
.filter-date-range-shortcut .btn-outline-success.selected.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: var(--green);
  /* box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25); */
  box-shadow: none;
}

datepicker .form-control:disabled,
.form-control[readonly] {
  background-color: white;
}

datepicker > i {
  position: absolute;
  top: -2px;
  right: 0px;
  cursor: pointer;
}

.dataTables_wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 5px !important;
  text-align: center;
}

.dataTables_wrapper table tr td img {
  max-width: 100px;
  max-height: 40px;
  min-height: 40px;
}

/*기본 검색창 숨김*/
.dataTables_filter:not(.custom-filter) {
  display: none;
}
.dataTables_filter {
  margin: 0 !important;
}

.no_drag_progress .gantt_task_progress_drag {
  display: none !important;
}

/* lightbox ok button start*/
/***************************/
.ok_button {
  margin-top: 1px;
  background-image: url("../static/img/gantt/button/v_ok.png");
  width: 20px;
}

.dhx_btn_set.ok_button_set {
  background: #accaac;
  color: #454545;
  border: 1px solid #94ad94;
}
/***************************/
/* lightbox ok button end*/

modal-dialog datepicker,
form datepicker {
  float: none;
}

.dt-action-button {
  margin-right: 5px;
  border-radius: 5px;
}

datepicker .form-control:disabled,
.form-control[readonly] {
  border-color: #c2cfd6;
}

.dropdown-item {
  cursor: pointer;
}

table.transposed {
  border-collapse: collapse;
  border-right: none !important;
  border-top: none !important;
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
table.transposed tr,
table.transposed thead {
  display: block;
  float: left;
  box-sizing: border-box !important;
}
table.transposed th,
table.transposed td {
  display: block;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  border-left: none !important;
  border-bottom: none !important;
  height: 40px !important;
  box-sizing: border-box !important;
}
table.transposed tbody {
  display: block;
}
table tr td.no-border {
  border: none !important;
}
table tr td.no-border-top {
  border-top: none !important;
}
table tr td.no-border-bottom {
  border-bottom: none !important;
}
table tr td.no-border-left {
  border-left: none !important;
}
#so-detail-table {
  width: 501px !important;
  margin: 0 !important;
}
#so-detail-table tr {
  width: 250px !important;
}
#so-detail-table th {
  width: 100% !important;
}

.dataTables_filter input {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #393e46;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #c2cfd6 !important; */
  /* border-radius: 0 !important; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.dataTables_filter input:focus {
  color: #393e46 !important;
  background-color: #fff !important;
  border-color: #c2cfd6 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25) !important;
}

[ng-controller="OutputMoldController"] table td:not(:first-child) {
  border-left: 1px solid #ddd;
}

.icon-filter-close {
  position: absolute;
  font-size: 8px;
  bottom: 0px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  right: 0px;
  cursor: pointer;
  color: #c2cfd6;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c2cfd6;
  font-weight: bold;
}

.icon-input-close {
  font-size: 8px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  color: #c2cfd6;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c2cfd6;
  font-weight: bold;
  float: right;
  margin-top: -15px;
}

.dt-buttons {
  display: none;
}

.dataTables_length {
  float: right !important;
}

table th {
  text-align: center;
}
table td {
  text-align: center;
}
table thead tr {
  background-color: #e1eae6;
}

table thead tr th:not(:first-child) {
  border-top: 1px solid #c2cfd6;
  border-bottom: 1px solid #c2cfd6;
  border-left: 1px solid #c2cfd6;
}

table thead tr th:first-child {
  border-top: 1px solid #c2cfd6;
  border-bottom: 1px solid #c2cfd6;
}

table tbody td:not(:first-child) {
  border-left: 1px solid #ddd;
}

.DataTables_Table_0_wrapper {
  padding: 0;
}

.contriner-combobox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  height: 60px;
}

.contriner-filter-button {
  width: 35%;
}

.contriner-button .btn {
  /* margin: 5px; */
}

.nowrap {
  white-space: nowrap;
}

.btn {
  /* margin-right: 5px; */
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #728277;
  border-color: #728277;
}

/* .dataTables_wrapper {
  margin-top: 15px !important;
} */

table.dataTable.no-footer {
  border-bottom: 1px solid #c2cfd6 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0 !important;
  height: 500px;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none !important;
  border: none !important;
  color: #000000 !important;
} */

.dataTables_wrapper > :not(.dataTables_scroll) table.dataTable {
  width: 100% !important;
}

table.dataTable tr {
  /* height: 52px; */
}

.image-table table.dataTable tr {
  height: 65px;
}

.form-check-input {
  position: relative;
}

.dataTables_info {
  position: absolute !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  /* border-color: #c2cfd6; */
  padding-right: 0;
  background-image: none;
  border: 0;
}

.was-validated .form-control.ng-invalid,
.was-validated .form-control.ng-invalid {
  /* border-color: #ffc3c3; */
}

#adp-time label:nth-child(4) {
  /*minutes*/
  display: none;
}

#adp-time input:nth-child(5) {
  /*minutes*/
  display: none;
}

.ADMdtp-box footer .calTypeContainer {
  display: none;
}

.ADMdtp-box footer button.today {
  display: none;
}

/* .ADMdtpTime span.dtpIcon:nth-child(3) {
  visibility: hidden;
}

.ADMdtpTime span.dtpIcon:nth-child(9) {
  visibility: hidden;
} */

.ADMdtp-calendar-container hr:nth-child(7) {
  display: none;
}

.ADMdtp-box footer {
  display: none;
}

.form-group .input-wrapper .ADMdtpInput input {
  height: unset;
  padding-left: 10px;
}

.ADMdtpInput input {
  padding-top: 26px;
  color: #818181;
  height: calc(1.5em + 0.75rem + 2px);
  display: block;
  width: 100%;
  /* padding: 0.375rem 0.75rem; */
  /* padding-top: 0.375rem; */
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #c2cfd6; */
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dtp-ig {
  display: none;
  flex: none !important;
  width: 50px;
}
.dtp-ig > .dtp-i {
  height: 100%;
}

.ADMdtpInput > .removeIcon {
  right: 0px;
  margin-right: 0px;
  margin-top: 20px;
  padding-right: 4px;
}

.ADMdtpInput {
  display: block;
}

.was-validated .ng-invalid,
.was-validated .ng-invalid {
  border-color: #ffc3c3;
}

[ng-controller="DshSchedulemap4EquipController"]
  .dt-column-filter-box
  .row:nth-child(1) {
  visibility: hidden;
  height: 0px;
}

.ADMdtpInput input {
  float: none;
}

.dtp-btn-ok {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 19px;
  color: #fc5f2a;
  font-weight: bold;
}

/* FRAME START */
body {
  max-height: 100vh;
  overflow: hidden;
}

ui-view {
  max-height: 100vh;
}
.breadcrumb {
  margin-bottom: 10px;
}
.main .container-fluid {
  padding: 30px 30px 10px 30px;
}
/* FRAME END */
.ADMdtp.ADMdtp-container {
  flex: 1;
}

a:hover {
  cursor: pointer;
}

/*
.app-header.navbar {
  background-color : #232f3e;
  color: white;
} 

.sidebar .sidebar-nav {
  background-color: white;
  border-right: 1px solid #c2cfd6;
}

.sidebar .nav-link.active, .sidebar .navbar .active.dropdown-toggle, .navbar .sidebar .active.dropdown-toggle {
  color: #545b64;
  background-color: white;
}

.sidebar .nav-dropdown.open .nav-link, .sidebar .nav-dropdown.open .navbar .dropdown-toggle, .navbar .sidebar .nav-dropdown.open .dropdown-toggle {
  color: #545b64;
  background-color: white;
}
.sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle {
  color: #545b64;
}
.sidebar {
  background-color: white;
}
.sidebar .nav-dropdown.open{
  background-color: white;
} 
.app-header.navbar .navbar-brand {
  background-color : #232f3e;
} */

li.item-sub {
  margin-left: 0 !important;
}
body {
  font-size: 0.9rem;
  font-weight: 600;
}
.sidebar .nav-dropdown-toggle {
  font-size: inherit;
}
.sidebar .nav-dropdown-items li a {
  color: #57796b;
  font-weight: 400;
}

.txt-item {
  font-size: inherit;
}

.sidebar .nav-link:hover,
.sidebar .navbar .dropdown-toggle:hover,
.navbar .sidebar .dropdown-toggle:hover {
  color: #fff !important;
  background: #6d9886 !important;
}

.sidebar .item-sub .nav-link {
  padding-left: 25px;
}

/* .app-header.navbar .navbar-brand {
  margin-left: 10px;
} */

.sidebar .nav-dropdown.open .nav-link.active,
.sidebar .nav-link.active {
  color: #ffbb00;
  font-weight: 700;
}
.ADMdtp-box {
  z-index: 9999;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.card {
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: none;
  border: none;
  color: #393e46 !important;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
  border: none;
  color: inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: none;
  color: #6d9886 !important;
  box-shadow: none;
}

.dataTables_wrapper table {
  overflow: hidden; /* this is what fixes the expansion */
  text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
  white-space: nowrap;
}

:focus {
  outline: none;
}

.solution_grid_container {
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: left;
}

.solution_grid_container .grid_item {
  display: inline-block;
  padding: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 138px;
  width: 138px;
  border: 1px solid #c2cfd6;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.solution_grid_container .grid_item:hover {
  border: 1px solid #6d9886;
}

.solution_grid_container .grid_item img {
  display: inline-block;
  width: 80%;
  height: 80%;
  object-fit: contain;
}

/* #sr-datatable-solution-global_wrapper .dataTables_scrollHead, #sr-datatable-solution-global_wrapper .dataTables_scrollBody{
  display: none ;
} */
/* #sr-datatable-solution-instance_wrapper .dataTables_scrollHead, #sr-datatable-solution-instance_wrapper .dataTables_scrollBody{
  display: none ;
} */

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border: none !important;
}

.solution_grid_container {
  height: 540px;
}

.solution-related .solution_grid_container {
  height: 1327px;
}

.input-wrapper label.file-input-label {
  position: relative;
  display: block;
  /* border: 1px dashed #c2cfd6; */
  /* background: #c2cfd622; */
  /* height: 200px; */
  cursor: pointer;
  text-align: center;
  margin-bottom: 0;
}
.form-group .input-wrapper.input-select {
  display: block;
}

.form-group .input-wrapper {
  border: 1px solid #c2cfd6;
  /* background: #c2cfd622; */
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  flex: 1;
}

.form-group .input-wrapper.required {
  /* border: 1px solid #ffc3c3; */
  border: 1px solid #c2cfd6;
  /* background: #ffc3c322; */
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
}

/* .form-group .input-wrapper *{
  display: flex;
  flex:1;
} */

label {
  /* background-color: #c0c0c033;
  color: gray;
  z-index: 9; */
  color: #393e46;
  font-size: 14px;
}

.input-wrapper.required label {
  background-color: #ffc3c333;
  color: gray;
  z-index: 9;
}

.input-wrapper label.file-input-label {
  background: none;
}

.input-wrapper label.file-input-label > .label {
  /* background-color: #c0c0c033;
  color: gray;
  position: absolute;
  left: 12px;
  top: 5px; */
}

.input-wrapper.required label.file-input-label > .label {
  /* background-color: #ffc3c333;
  color: gray;
  position: absolute;
  left: 12px;
  top: 5px; */
}

label.file-input-label > .label-icon-attach {
  font-size: 55px;
  color: #00000015;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

label.file-input-label > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  position: absolute;
  padding: 25px;
}

input.form-control {
  /* padding-top: 26px; */
  padding: 10px 20px;
  color: #6d9886;
  border-radius: 5px;
}
input.form-control::placeholder {
  padding-top: 26px;
  color: #81818155;
}

select.form-control {
  padding-top: 26px;
  color: #818181;
}

.dt-filter-box select.form-control {
  padding-left: 31px;
}

select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.login-form label {
  /* position: absolute; */
  /* left: 50px; */
  /* top: 5px; */
  /* z-index: 20; */
  display: flex;
}

.login-form .form-control {
  /* padding-left: 1.2rem;
  padding-right: 1.2rem; */
}

[ui-sref-active="inactive"] {
  color: #bbbbbb !important;
}

/* .form-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
} */
.form-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.form-box textarea {
  margin-top: 25px;
  resize: none;
  border: none;
  box-shadow: none;
}

.form-box input {
  border: none;
  box-shadow: none;
}

.form-box select {
  border: none;
  box-shadow: none;
}

.form-box textarea:focus {
  margin-top: 25px;
  resize: none;
  border: none;
  box-shadow: none;
}

.form-box input:focus {
  border: none;
  box-shadow: none;
}

.form-box select:focus {
  border: none;
  box-shadow: none;
}

.ng-modal-dialog-content .form-group {
  margin-bottom: 0;
}

.sboard {
  display: flex;
  position: relative;
  min-height: 700px;
  flex-flow: wrap;
  background-color: transparent;
  background-image: linear-gradient(
      0deg,
      transparent 24%,
      rgba(20, 20, 20, 0.08) 25%,
      rgba(20, 20, 20, 0.08) 26%,
      transparent 27%,
      transparent 74%,
      rgba(20, 20, 20, 0.08) 75%,
      rgba(20, 20, 20, 0.08) 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 24%,
      rgba(20, 20, 20, 0.08) 25%,
      rgba(20, 20, 20, 0.08) 26%,
      transparent 27%,
      transparent 74%,
      rgba(20, 20, 20, 0.08) 75%,
      rgba(20, 20, 20, 0.08) 76%,
      transparent 77%,
      transparent
    );
  background-size: 50px 50px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.sboard .object[type="edgeGw"] {
  border: 1px solid #d00000;
}
.sboard .object {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  cursor: pointer;
  border: 1px solid green;
  opacity: 0.8;
  border-radius: 0.5em;
  width: 190px;
  height: 50px;
  -webkit-box-shadow: 2px 2px 19px #aaa;
  background-color: #eeeeef;
  /* margin-left: 50px; */
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.15s ease-in;
}
.sboard .head {
  width: 100%;
  display: flex;
}
.sboard .body {
  width: 100%;
  display: flex;
}
.sboard .head .bg {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.sboard .head .bg .object {
  background: green;
}
.sboard .head .bg .object[type="edgeGw"] {
  background: #d00000;
}
.sboard .head .bg .object label {
  color: white;
}
.sboard .head .bg .object .button {
  position: absolute;
  right: 0;
  background: white;
  width: 50px;
  height: 100%;
}
.sboard .head .bg .object .button i {
  color: green;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.sboard .head .bg .object[type="edgeGw"] .button i {
  color: #d00000;
}
.sboard .head .object {
  height: 50px;
  width: 190px;
}
.sboard .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  min-height: 700px;
  /* border-left: dashed 1px; */
}
.sboard .list.campaign > label {
  margin-left: 10px;
}
.sboard .list.schedule > label {
  margin-left: 10px;
}
.sboard .list.device > label {
  margin-left: 10px;
}
.sboard .object label {
  line-height: 100%;
  cursor: pointer;
}

.sboard .object .label {
  margin: 0 auto;
  font-size: 14px;
  color: black;
  font-weight: normal;
}

.sboard .object img {
  display: inline-block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sboard .object.focused {
  border: 1px solid green;
}
.sboard .object.focused[type="edgeGw"] {
  border: 1px solid #d00000;
}

.sboard .object.blurred {
  opacity: 0.25;
}

.sboard .object.selected {
  border: 1px solid rgb(33, 100, 119);
}

.sboard .object.hovered {
  background: rgba(0, 168, 255, 0.2);
}

.sboard .object.hovered img {
  opacity: 0.3;
}

.sboard .object.device {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sboard .object.campaign {
  height: 108px;
}

.sboard .object.schedule {
  height: 50px;
}

.sboard .object.campaign label {
  bottom: 0;
  background: #00000088;
  color: white;
  font-weight: normal;
  position: absolute;
  margin-bottom: -15px;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.sboard .menu {
  width: 165px;
  box-shadow: 0 4px 5px 3px rgba(170, 118, 118, 0.2);
  position: relative;
  display: none;
  z-index: 10;
  background: white;
  position: absolute;
}
.sboard .menu .menu-options {
  list-style: none;
  padding: 10px 0;
}
.sboard .menu .menu-options .menu-option {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
.sboard .menu .menu-options .menu-option:hover {
  color: white;
  background: #6d9886;
}
.sboard path {
  cursor: pointer;
}
.sboard .light {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sboard .connected .light {
  background: limegreen;
}
.sboard .disconnected .light {
  background: darkgray;
}
.removeIcon {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  z-index: 3;
  fill: #e64949;
  padding: 8px;
  cursor: pointer;
  opacity: 0.7;
  font-size: 1.1em;
  height: 34px;
}

.dtp-ig {
  border: none;
}

.full-card {
  width: 100%;
  height: 100%;
}

/* customize css of datatable start */
table.dataTable thead .sorting {
  background-image: url("../../../node/node_modules/datatables.net-dt/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../../../node/node_modules/datatables.net-dt/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../../../node/node_modules/datatables.net-dt/images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../../node/node_modules/datatables.net-dt/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../../node/node_modules/datatables.net-dt/images/sort_desc_disabled.png");
}
/* customize css of datatable start */

.word-counter {
  position: absolute;
  right: 1px;
  bottom: 1px;
  color: gray;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  padding-top: 26px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: inherit;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  padding: 0.375rem 0.75rem;
  padding-top: 26px;
}
.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-top: 2.2rem;
  font-size: 0.875rem;
}

.select2 .dropdown-wrapper {
  position: absolute;
}
.select2-dropdown {
  border-color: #c2cfd6;
  border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #c2cfd6;
}

.select2 .selection {
  display: block;
  width: 100%;
}

.input-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  border: solid 1px #c2cfd6;
}

.dt-column-filter-box .input-wrapper {
  display: block;
}
.select2.select2-container {
  display: flex;
  width: auto !important;
}

.select2-selection.select2-selection--single {
  min-height: 60px;
}

.input-wrapper label.file-input-label {
  width: 100%;
  height: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #818181;
  font-weight: 400;
  padding: 0;
}

.div-4-spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: 5rem;
  width: 100%;
  height: 100%;
  z-index: 10;
  vertical-align: middle;
  text-align: center;
}

.div-4-spinner div img {
  width: 50%;
  height: 50%;
  vertical-align: middle;
  text-align: center;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  cursor: default;
}

.search_a.sel-page-length {
  /* margin-right: 2rem !important;
  border: none !important;
  width: max-content !important; */
}

.search_a.sel-page-length span {
  display: flex;
  align-items: center;
  margin-right: 1rem !important;
}

.search_a.sel-page-length select {
  height: 100% !important;
}

.item-list .disconnected .light {
  background: darkgray;
}

.item-list .connected .light {
  background: limegreen;
}
.item-list .light {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* span.select2-selection__rendered {
	display:none;
} */

/* Filter Style Start */

.dt-filter-box .filter-date {
  display: flex;
}

.dt-filter-box .filter-date > span {
  line-height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 20px;
}

.dt-filter-box .filter-date-range-shortcut {
  display: flex;
  justify-content: center;
}

.dt-filter-box .ADMdtpInput > .removeIcon {
  right: 0px;
  margin-right: 0px;
  margin-top: 20px;
  padding-right: 4px;
}

.filter-date-range-shortcut .btn {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  z-index: 2;
}

.filter-date-range-shortcut .btn.arrow {
  flex: 3;
}

.filter-date-range-shortcut .btn {
  flex: 5;
}

.filter-date-range-shortcut .btn-outline-success.arrow {
  flex: 3;
}

.filter-date-range-shortcut .btn-outline-success {
  flex: 5;
}

.filter-date-range-shortcut .btn-outline-success.selected {
  color: #fff;
  background-color: #63c2de;
  border-color: #63c2de;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.filter-date-range-shortcut .btn-outline-success:focus,
.filter-date-range-shortcut .btn-outline-success.focus {
  box-shadow: none;
}

.filter-date-range-shortcut .btn-outline-success.selected:focus,
.filter-date-range-shortcut .btn-outline-success.selected.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.contriner-search-filter {
  /* position: relative;
  min-height: 6rem; */
}

.search_a.sel-page-length {
  /* position: absolute;
  bottom: 5px;
  right: -24px; */
  display: flex;
  flex-direction: row;
}

.sboard .object label,
.dt-filter-box label,
.input-wrapper label:not(.file-input-label) {
  position: absolute;
  left: 12px;
  top: 5px;
}

#main-container .head .tit {
  padding: 5px;
}

#xspreadsheet .x-spreadsheet-bottombar {
  /* hide xls sheet bottom tab */
  display: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.app {
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.login-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 30%;
  min-width: 300px;
  max-height: 95vh;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.login-container {
  width: 100%;
}

.w-100 {
  width: 100%;
}

.colum {
  display: flex;
  flex-direction: column;
}

.card-group {
  justify-content: center;
}

.login-logo {
  width: 200px;
  margin-bottom: 40px;
}
.register-link {
  cursor: pointer;
}

.myinfo-main-container {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 55px;
}

.navbar-brand-logo {
  width: 90%;
  height: 90%;
}

/* register */

.register-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* main */

.md-icon {
  background-color: #6d9886 !important;
  border: 0.5px solid #6d9886 !important;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.md-input-focused {
  color: #167495 !important;
}

.page-length-box {
  margin: 0 5px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.search-filter-box {
  margin: 0 5px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  text-align: center;
}

tr {
  width: 40px;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar).md-accent,
md-toolbar:not(.md-menu-toolbar).md-accent {
  background-color: #ff625e;
}

.md-button.md-default-theme.md-accent.md-fab,
.md-button.md-accent.md-fab,
.md-button.md-default-theme.md-accent.md-raised,
.md-button.md-accent.md-raised {
  background-color: #ff625e;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.md-button.md-default-theme.md-accent.md-fab:not([disabled]).md-focused,
.md-button.md-accent.md-fab:not([disabled]).md-focused,
.md-button.md-default-theme.md-accent.md-fab:not([disabled]):hover,
.md-button.md-accent.md-fab:not([disabled]):hover,
.md-button.md-default-theme.md-accent.md-raised:not([disabled]).md-focused,
.md-button.md-accent.md-raised:not([disabled]).md-focused,
.md-button.md-default-theme.md-accent.md-raised:not([disabled]):hover,
.md-button.md-accent.md-raised:not([disabled]):hover {
  background-color: #e55854;
}

.md-button.md-default-theme.md-primary,
.md-button.md-primary {
  color: #393e46;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cont {
  margin: 10px 10px;
  padding: 30px 30px 10px 30px;
}

.entity-title {
  padding: 0 5px 0 10px;
}

.custom-form {
  display: flex;
  flex-direction: column;
}

.custom-form-label {
  display: flex !important;
  z-index: 1;
}

.custom-form-input {
  margin: 30px 0 0 0;
}

.login-input {
  margin-bottom: 15px !important;
}

.md-button {
  padding: 0 !important;
  margin: 0 !important;
}

.label-role {
  /* display: flex !important; */
  /* margin: 2rem 0 0 0 !important; */
  position: relative !important;
}

.button-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.register-button {
  padding: 6px 12px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
