#widgetCP {
	font-family: Tahoma;
	overflow: hidden;
	padding: 10px 2%;
}

#widgetCPTable {
	width: 100%;
	border-collapse: collapse;
}
#widgetCPTable td:not(.tdCategory) {
    border: 1px solid lightblue;
    border-radius: 2px;
	background-color: #f5f5f5;
}

#icon-area {
    border-bottom: 1px solid #b2e7f4;
    margin-left: 1%;
    width: 98%;
}

#icon-area div {
	/*font-weight: bold;*/
	font-size: 24px;
	/*border-bottom: 2px solid;*/
	line-height: 45px;
}

#widgetCPTable td {
	/*border-width: 0 1px 1px 1px;
	border-style: solid;*/
}

#widgetCPTable ul {

}

#widgetCPTable li {
	float: left;
}

.noWidgets {
    font-size: 16px;
    padding: 20px;
}

.tdCategory {
    font-size: 16px;
    font-weight: bold;
}

.widgetCP-li {
	position: relative;
	width: 200px;
	overflow: hidden;
	height: 30px;
	/*padding: 2px 0px;*/
	margin: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.widgetCP-li-switch {
	width: 35px;	
	height: 30px;
	position: absolute;
	left: 0px;		
	top: 0px;
	cursor:pointer;
}

.widgetCP-li-content {
	width: 160px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	margin-left: 40px;
	padding-right: 5px;	
	padding-left: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: white;
	font-size: 12px;
	color: #333;
	text-shadow: 0px 0px 1px #AAA;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.widgetCP-li-content a {
	text-decoration: none;
	position: relative;
	cursor:pointer;
}

input.cmn-toggle-round + label {
  padding: 0px;
  width: 35px;
  height: 16px;
  background-color: #dddddd;
  border-radius: 60px;
  position:relative;
  top:7px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #FFEEEE;
  border-radius: 60px;
  transition: background 0.2s;
}
input.cmn-toggle-round + label:after {
  width: 14px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #00ab42;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 19px;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
  display:none;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.toggleIco {
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
	display: none;
}

.newIco {
	position: absolute;
	right: 30px;
	top: 9px;
	cursor: pointer;
	display: none;
}

#icon-area .icon-th-list-1:before,#icon-area .icon-up-2:before {color: #0099cc;}
#icon-area .icon-th-list-1:hover:before,#icon-area .icon-up-2:hover:before{color: #f92;}
#icon-area .icon-plus-new.newIco:before {color: #0099cc; font-size: 18px;}
#icon-area .icon-plus-new.newIco:hover:before{color: #f92;}