﻿.frame-option {
  background-color: #6B6B6B;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;

}
    .frame-option tr td {
          height:55px;
          width:70px;
    }

    .frame-option tr td:hover, .frame-option tr td.active  {
        background-color:#FF704A;

    }

.checkbox input {
    display:none;
}

.checkbox:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #aaa;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
  border-radius: 4px;

}
.checkbox.active:before {
  content: "\2714";
  color:white;
  background-color: #666;
  line-height: 15px;
  text-shadow: 0px 0px 3px #eee;

}

.checkbox.disabled:before {
  background-color:#EEF0F4;
}


.list-wrp {
  position: absolute;
  top: 34px;
  left: 70px;
}

.option-list {
  overflow: auto;
  margin-left: 5px;
  height: 450px;
  width: 401.841px;
  font-size:13pt;
}


.layer-table tr:nth-child(1) td {
    border: 1px solid #6C6A68;
        
}

.layer-table tr {
    border-left: 1px solid #6C6A68;
    border-right: 1px solid #6C6A68;
}

.layer-table tr:nth-child(2n+1) {
    background-color:#EFF3FA;
}



.layer-table tr:last-child {
    border-left: 1px solid #6C6A68;
    border-bottom: 1px solid #6C6A68;
}

#opFrame li img.inactive,#Clear.inactive {
    cursor:default;
}

#opFrame li img,#Clear {
    cursor:pointer;
}

