.ciusan-plugin{
	-webkit-box-shadow: 0 8px 6px -6px #fafafa !important;
	   -moz-box-shadow: 0 8px 6px -6px #fafafa !important;
	        box-shadow: 0 8px 6px -6px #fafafa !important;
}
.ciusan-plugin:hover{
	-webkit-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
	   -moz-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
	        box-shadow: 0 8px 6px -6px #e9e9e9 !important;
}
.ciusan-plugin thead tr th{
	height:25px;
	color:#555;
	font-weight:700;
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
}
.ciusan-plugin tr td{
	border:1px solid #e9e9e9;
}
.ciusan-plugin tr:nth-child(odd){
	background-color:#f9f9f9;
}
.ciusan-plugin tr:nth-child(even){
	background-color:#f5f5f5;
}
.ciusan-plugin tr:hover,
.ciusan-plugin tr:nth-child(odd):hover,
.ciusan-plugin tr:nth-child(even):hover{
	background-color:#fcfcfc;
}
.ciusan-plugin input[type="text"]:focus{
	background-color:#fcfcfc;
}
.ciusan-plugin .titledesc{
	line-height:30px;
	border:1px solid #e9e9e9;
	width:150px;
}
.ciusan-plugin td small.help{
	display: none !important;
}

/* ----- */

.ciusan-switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.ciusan-switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ciusan-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.ciusan-switch-label:before, .ciusan-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.ciusan-switch-label:before {
  content: attr(data-no);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.ciusan-switch-label:after {
  content: attr(data-yes);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.ciusan-switch-input:checked ~ .ciusan-switch-label {
  background: #e84c3d;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.ciusan-switch-input:checked ~ .ciusan-switch-label:before {
  opacity: 0;
}
.ciusan-switch-input:checked ~ .ciusan-switch-label:after {
  opacity: 1;
}
.ciusan-switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.ciusan-switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.ciusan-switch-input:checked ~ .ciusan-switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* ----- */
