#table_loding_img {
  width: 100%;
  margin-top: 30px; }

#table_loding_img img {
  display: block;
  margin: 0 auto; }
  
.th__drop--icon {
	cursor: pointer;
}

#main_gwUpgradeTable th.check-all {
	min-width: 40px;
}
#main_gwUpgradeTable th.GW_Type {
	min-width: 80px;
}
#main_gwUpgradeTable th.Site_Name {
	min-width: 80px;
}
#main_gwUpgradeTable th.ID_Site {
	min-width: 95px;
}
#main_gwUpgradeTable th.GW_Name {
	min-width: 100px;
}
#main_gwUpgradeTable th.ID_GW {
	min-width: 85px;
}
#main_gwUpgradeTable th.GW_Version {
	min-width: 95px;
}
#main_gwUpgradeTable th.Connect {
	min-width: 110px;
}
#main_gwUpgradeTable th.Upgrade_Status {
	min-width: 60px;
}
#main_gwUpgradeTable th.Upgrade_Date {
	min-width: 100px;
}

/* --------------------------------------------------------------------- */
.upgrade.pt5 {
  padding-top: 5px; }

.upgrade__tabs {
  margin-bottom: 20px; }
  
.upgrade__update-txt {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative; }
  .upgrade__update-txt a {
    margin-left: 5px; }
  .upgrade__update-txt:after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }

.upgrade .section-header {
  /* border-bottom: solid 3px #e5e5e5; */
  padding-bottom: 17px;
  display: flex; }
  .upgrade .section-header.wrapping {
    flex-wrap: wrap; }
  .upgrade .section-header.wrapping .row {
    display: flex;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }
    .upgrade .section-header.wrapping .monitoring__left-items {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-content: center;
      height: auto; }
      .upgrade .section-header.wrapping .monitoring__left-items .dropdown {
        margin: 0;
        padding-left: 25px;
        background-color: #fff; }
        .upgrade .section-header.wrapping .monitoring__left-items .dropdown:first-child {
          padding-left: 10px; }
          .upgrade .section-header.wrapping .monitoring__left-items .dropdown.default-dropdown button.dropdown-toggle {
          border: 0 !important;
          height: 100%; }
          .upgrade .section-header.wrapping .monitoring__left-items .dropdown.default-dropdown .dropdown-menu { 
          left: 0;
          overflow-y: auto;
          max-height: 300px;
          transform: none; }

.upgrade__search-box {
  position: relative; 
  margin: 5px 0;
  width: 240px;
  line-height: normal; }
  .upgrade__search-box + .upgrade__filter {
    width: calc(100% - 181px); }

.upgrade__filter {
  width: 100%;
  height: 43px;
  display: inline-flex;
  /* justify-content: flex-end; */
  align-items: center;
  position: relative; }
  .upgrade__filter .dropdown-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px; }
    .upgrade__filter .dropdown-group .dropdown {
      min-width: 114px; }
      .upgrade__filter .dropdown-group .dropdown__version {
        min-width: 194px; }
    .upgrade__filter .dropdown-group b {
      color: #555555;
      font-weight: normal;
      margin-right: 13px;
      min-width: 50px; }
  .upgrade__filter > button {
    margin-left: 30px; }
  .upgrade__filter > .dropdown {
    min-width: 114px;
    margin-right: 30px; }
  .upgrade__filter--button {
    padding-left: 21px;
    position: relative; }
    .upgrade__filter--button:after {
      content: '';
      width: 1px;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      background: #e5e5e5; }
    .upgrade__filter--button > button {
      height: 27px;
      line-height: 1; }
  .upgrade__filter--pcbupdate {
    padding-left: 21px;
    position: relative; }
    .upgrade__filter--pcbupdate > button {
      height: 27px;
      line-height: 1; }
  .upgrade__filter.sw-version {
    justify-content: flex-start; }

.upgrade__mini-tabs {
  margin: 10px 0; }

.upgrade__restore {
  height: 27px;
  text-align: right; }
  .upgrade__restore button {
    height: 27px;
    line-height: 24px; }

.upgrade .form-group {
  margin: 0; }

/* .upgrade__table--gw {
  min-width: 770px; } */
  .upgrade__table--gw td input + label, .upgrade__table--gw th input + label {
    padding-left: 8px !important; }

/* .upgrade__table--odu {
  min-width: 1130px; } */
  .upgrade__table--odu td input + label, .upgrade__table--odu th input + label {
    padding-left: 8px !important; }

  .upgrade__table--fota td input + label, .upgrade__table--odu th input + label {
    padding-left: 8px !important; }
    
.upgrade table th .th__drop {
  position: relative; }
  .upgrade table th .th__drop--icon {
    display: block; }

.upgrade table td.td__dropdown .dropdown-toggle {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 200px; }
  .upgrade table td.td__dropdown .dropdown-toggle:after {
    right: 10px; }

.upgrade table td.td__dropdown .dropdown-item {
  max-width: 200px; }

.section.remotelog .target-select__data {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;}
.section.remotelog .target-select__data .dropdown { 
  vertical-align: top;}
.section.remotelog .target-select__data .dropdown .dropdown-toggle {
  padding-right: 30px;
  min-width: 80px; }
.section.remotelog .target-select__data--check {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  min-width: 84px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #fff;
  line-height: 2.3;
  text-align: center;
  font-size: 13.5px;
  color: #333;
  font-weight: normal; }
  .section.remotelog .target-select__data--check:hover {
    background-color: #f5f5f5; }
  .section.remotelog .target-select__data--check:active {
    background-color: #ccc; }
.section.remotelog .target-table .check-all {
  width: 40px; }
  .section.remotelog .target-table .check-all label {
    padding-left: 8px !important; }
.section.remotelog .target-table .table_chk:not(.type-log) label {
  padding-left: 8px !important; }
.section.remotelog .target-table .table_chk.type-log label {
  text-align: center; }
.section.remotelog .target-table .btn-file-download {
  width: 24px;
  height: 24px;
  background: url(/images/common/file_down.png) no-repeat center;
  font-size: 0; }
  .section.remotelog .target-table .btn-file-download[disabled] {
    opacity: 0.4; }
.section.remotelog .target-table .btn-default {
  height: 40px;
  font-size: 14px; }
.section.remotelog .target-table .childRow td:first-child {
  border-left: solid 1px #e5e5e5; }
.section.remotelog .form-horizontal .form-group {
  margin: 0; }