@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?59o67k');
  src:  url('fonts/icomoon.eot?59o67k#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?59o67k') format('truetype'),
    url('fonts/icomoon.woff?59o67k') format('woff'),
    url('fonts/icomoon.svg?59o67k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-circle:before {
  content: "\f055";
}
.icon-trash:before {
  content: "\f1f8";
}
.hidden {
	display: none;
}
.width {
	width: 500px;
}
.width2{
	width: 370px;
}
.width3{
	width: 370px;
}
.width3_1 {
	width: 175px;
}
.width4{
	width: 72px;
}
.font {
	font-size: smaller;
}
.tdc {
	background: #AFD6FF;
}
.style3 {
	color: #0A0A0A;
	font-weight: bold;
	font-size: smaller;
}
.lyout {
	color: black;
	font-size: smaller;
	background: #FFAE2F;
}

/* Firefox, Chrome, Opera */ 
.width3_1::placeholder {  
	text-align: center; 
} 
/* Internet Explorer 10-11 */ 
.width3_1:-ms-input-placeholder { 
	text-align: center; 
}

.width3::placeholder {  
	text-align: center; 
} 

/* Internet Explorer 10-11 */ 
.width3:-ms-input-placeholder { 
	text-align: center; 
}

.fontRed {
	color: #990000;
}

.theme_item {
	line-height: 22px;
}

.add_btn_color {
	color: green;
	opacity: 0.7; 
	vertical-align:middle;
}

.remove_btn_color {
	color: red;
	opacity: 0.5;
	vertical-align:middle;
}

.add_btn_color:hover,.remove_btn_color:hover {
	opacity: 1; 
}