@charset "UTF-8";
/* .tab-view-count{
  display:inline-block;
  vertical-align: top;
}

.itemViewCountTab {
    float: left;
    margin-left: -2px;
    min-width: 50px;
    height: 35px;
    border: 2px solid #dedede;
    color: #999;
    font-size: 20px;
    background: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    margin-top:5px;
}
.tab-view-count .itemViewCountTab:first-child{
    border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}
.tab-view-count .itemViewCountTab:last-child{
    border-top-right-radius: 5px; border-bottom-right-radius: 5px; margin-right:20px;
}

.itemViewCountTab:hover{
    color :  #0367B0;
    background-color: #f9f9f9;
}

.iVCTactive {
    border-color: #0367B0;
    position: relative;
    z-index: 5;
    color :  #0367B0;
} */




/*단말상세 탭위치*/
/* .big-item-inner{padding-left: 15px;} */

/* .device_detail_info ul{padding-left: 20px;} */

/* .detail-info-1 .ul1 > li {
    background: #F7F7F7;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 30px 40px;
}

.detail-info-1 .ul2{
    float: left;
    width: 90%;
} */

/* #detail-info button:hover{
    color :  #0367B0;
    background-color: #f9f9f9;
}
 */
.incorrect_data td{
  background-color: #EEEEEE;
}


.label-check-circle{
    line-height: 32px;
    padding-right: 4px;
  }

  .tag-gray{
    min-width: 20px;
    margin-left: 4px;
    padding: 1px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #aaaaaa;
  }

  .view-size-2 .tag-gray{
    min-width: 14px;
    height: 14px;
    padding: 0;
    font-size: 0;
  }

  .view-size-3 .tag-gray{
    display: none;
  }

  .select2-container--default .select2-selection--single{
    min-width: 100px;
    height: 38px !important;
    font-size: 14px;
    padding: 0 40px 0 14px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #fff url("../../images/icon/select_arrow.svg") no-repeat right 14px center;
    background-size: 12px 6px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered{
    color: #888888;
    padding-left: 6px;
    padding-right: 24px;
    margin-top: 8px;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top:-15px;
    display: none;
  }

  .hide{
    display: none;
  }

  #detailGrid td .app-ico{
    vertical-align: top;
    width: 28px;
    height: 28px;
    background-size: 28px;
  }

  #detailGrid td .deviceNameDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .deviceNameDiv .btn-edit {
    width: 85%;
    min-width: 0;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .deviceNameDiv .gridDeviceNameEdit {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: url('../../images/ico/ico_wirte.png');
    flex-shrink: 0;
  }

  #detailGrid td .employeeNameDiv {
    display: flex;
    justify-content: space-between;
    content-align: center;
  }

  .employeeNameDiv .btn-edit {
    width: 85%;
    min-width: 0;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .employeeNameDiv .gridEmployeeNameEdit {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: url('../../images/ico/ico_wirte.png');
    flex-shrink: 0;
  }

  .jsgrid-header-row>.jsgrid-header-cell{
      height: 50px;
      padding: 10px;
      font-size: 15px;
      color: #fff;
      background-color: #034778;
      border-width: 1px;
      border-style: solid;
      border-color: #033c66;
  }

  .jsgrid-alt-row>.jsgrid-cell{
    background-color: #fff;
  }

  .jsgrid-selected-row>.jsgrid-cell{
    background: #c4e2ff;
    background-color: #c4e2ff;
  }

  .jsgrid-cell{
    height: 48px;
    padding: 5px 8px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: 1px solid #DFDFDF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .design-checkbox input[type="checkbox"]{
    visibility: hidden;
    width:0;
    height: 0;
    display: block;
  }
  .design-checkbox label{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: top;
    line-height: 30px;
    font-size: 20px;
    color: #888;
  }

  .label-check-circle i{
    top: 15px;
    position: absolute;
  }

  .design-checkbox label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 50%;
  }

  .design-checkbox input[type="checkbox"]:checked ~ label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 0;
    background-image: url("../../images/ico/checkbox_circle_on.png");
    background-color: transparent;
    border-radius: 50%;
  }

  .jsgrid-pager{
    text-align: center;
  }

  .jsgrid-grid-header{
    overflow: auto;
    margin-right:12px;
  }

  .returnToServiceWiFiList .jsgrid-grid-header{
    overflow: auto;
    margin-right:0px;
  }

  .wifiArea dd {
    margin-top: 8px;
    margin-left: 0px !important;
  }

  .jsgrid-grid-body {
    border: none;
    overflow-y: scroll;
    margin-right: 0px;
    height: calc(100vh - 501px);
  }

  .list-table-scrollbar.scroll-tbody-height{
    max-height: none;
    overflow-y: auto;
    margin-right: -12px;
    position: static;
  }
  
  .list-table-scrollbar::-webkit-scrollbar-thumb {
	border-top: none;
  }

  .list-table-scrollbar::-webkit-scrollbar-button {
    display: none;
  }

  .jsgrid-grid-body::-webkit-scrollbar {
    width: 12px;
  }

  .jsgrid-grid-body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
  }

  .jsgrid-grid-body::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .view-size-3 .tag-red, .view-size-3 .tag-yellow{
    display: none !important;
  }

  .no-result-box{
    width: 400px;
    margin: 260px auto 0;
    text-align: center;
  }

  .no-result-box p{
    margin: 20px auto 40px;
    font-size: 20px;
    color: #888;
    font-weight: 500;
  }

  .deviceList .mini-tip-text{
    visibility: hidden;
    position: absolute;
    top: 55px;
    right:19px;
    width: 74px;
    height: 38px;
    border-radius: 3px;
    background: #3E78EC;
    color: #F7F7F7;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    z-index: 10;
  }

  .mini-tip-text::after{
    content: '';
    position: absolute;
    top: -11px;
    left: 25px;
    border-top: 0px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #3E78EC;
  }

  .mini-tip-text.bg-gray {
    background: #999999;
  }

  .mini-tip-text.bg-gray::after {
    border-bottom: 12px solid #999999;
  }

  /* select2 사용 검색창에서 '포함:'을 제외한 dropdown 메뉴 숨김 처리 */
  #select2-deviceSearch-results .select2-results__options .select2-results__option:not(.select2-results__option--highlighted){
    display: none !important;
  }

  #select2-deviceSearch-results .select2-results__option[role="group"]{
    display: none !important;
  }

  #select2-deviceSearch-results .select2-dropdown{
    border: none !important;
  }

  ul#select2-deviceSearch-results.select2-results__options{
    border-top:none !important;
  }

  .select2-dropdown{
    border-bottom-color:#0367B0;
  }

  .contetns-main{
    padding-right: 50px;
  }
  
	.jsgrid-pager {
	    width: 100%;
	    margin-top: 18px;
	    text-align: center;
	    margin-bottom: 24px;
      line-height: 30px;
	}
	
	.jsgrid-pager-page{
	    padding: 2px 8px;
	    margin: 0 2px;
	    text-decoration: none;
	    font-size: 13px;
	    font-weight: 500;
	    line-height: 1;
	    color: #999;
	    border-radius: 70%;
	    transition: background-color .3s;
	}
	
	.jsgrid-pager-page:hover,
	.jsgrid-pager-page:focus {
	    color: #0367B0;
	    background-color: rgba(0, 0, 0, 0.1);
	}
	
	.jsgrid-pager-current-page,
	.jsgrid-pager-current-page:hover {
	    background: #0367B0;
	    color: #fff;
	    cursor: default;
	}
	
	.jsgrid-pager-nav-button{
		font-size: 14px;
	    color: #999;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	
	.jsgrid-pager-nav-button:hover,
	.jsgrid-pager-nav-button:focus{
		color: #0367B0;
	}

  .pageRow-right{
    position: absolute;
    right: 12px;
  }
  