.dhnotificationbar thead tr th{
	height:25px;
	color:#555;
	font-weight:700;
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
}
.dhnotificationbar tr td{
	border:1px solid #e9e9e9;
}
.dhnotificationbar tr:nth-child(odd){
	background-color:#f9f9f9;
}
.dhnotificationbar tr:nth-child(even){
	background-color:#f5f5f5;
}
.dhnotificationbar tr:hover,
.dhnotificationbar tr:nth-child(odd):hover,
.dhnotificationbar tr:nth-child(even):hover{
	background-color:#fcfcfc;
}
.dhnotificationbar input[type="text"]{
	width: 300px;
}
.dhnotificationbar select{
	width: 100px;
}
.dhnotificationbar textarea{
	width: 350px;
	height: 100px;
}
.dhnotificationbar select{
	height: 30px;
}
.dhnotificationbar input[type="text"],
.dhnotificationbar select option,
.dhnotificationbar textarea{
	padding: 3px 5px 5px 5px;
}
.dhnotificationbar input[type="text"]:hover,
.dhnotificationbar input[type="text"]:focus,
.dhnotificationbar select:hover,
.dhnotificationbar select:focus,
.dhnotificationbar textarea:hover,
.dhnotificationbar textarea:focus{
	background-color:#fcfcfc;
}
.dhnotificationbar .titledesc{
	line-height:30px;
	border:1px solid #e9e9e9;
	width:150px;
}
.dhnotificationbar td small.help,
.soo-latest small.help,
.soo_admin_footer small.help {
	display: none !important;
}

/* ----- */

.dhnotificationbar-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);
}
.dhnotificationbar-switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.dhnotificationbar-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;
}
.dhnotificationbar-switch-label:before, .dhnotificationbar-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.dhnotificationbar-switch-label:before {
  content: attr(data-no);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.dhnotificationbar-switch-label:after {
  content: attr(data-yes);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.dhnotificationbar-switch-input:checked ~ .dhnotificationbar-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);
}
.dhnotificationbar-switch-input:checked ~ .dhnotificationbar-switch-label:before {
  opacity: 0;
}
.dhnotificationbar-switch-input:checked ~ .dhnotificationbar-switch-label:after {
  opacity: 1;
}
.dhnotificationbar-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;
}
.dhnotificationbar-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);
}
.dhnotificationbar-switch-input:checked ~ .dhnotificationbar-switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* ----- */

.dhnotificationbar [type="radio"]:checked,
.dhnotificationbar [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.dhnotificationbar .default [type="radio"]:checked + label,
.dhnotificationbar .default [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ddd;
}
.dhnotificationbar .blue [type="radio"]:checked + label,
.dhnotificationbar .blue [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #3498db;
}
.dhnotificationbar .green [type="radio"]:checked + label,
.dhnotificationbar .green [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2ecc71;
}
.dhnotificationbar .red [type="radio"]:checked + label,
.dhnotificationbar .red [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #e74c3c;
}
.dhnotificationbar .orange [type="radio"]:checked + label,
.dhnotificationbar .orange [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #f1c40f;
}
.dhnotificationbar .purple [type="radio"]:checked + label,
.dhnotificationbar .purple [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #9b59b6;
}
.dhnotificationbar .dark [type="radio"]:checked + label,
.dhnotificationbar .dark [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
	padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #34495e;
}
.dhnotificationbar .default [type="radio"]:checked + label:before,
.dhnotificationbar .default [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .blue [type="radio"]:checked + label:before,
.dhnotificationbar .blue [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #3498db;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .green [type="radio"]:checked + label:before,
.dhnotificationbar .green [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #2ecc71;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .red [type="radio"]:checked + label:before,
.dhnotificationbar .red [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e74c3c;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .orange [type="radio"]:checked + label:before,
.dhnotificationbar .orange [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #f1c40f;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .purple [type="radio"]:checked + label:before,
.dhnotificationbar .purple [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9b59b6;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .dark [type="radio"]:checked + label:before,
.dhnotificationbar .dark [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #34495e;
    border-radius: 100%;
    background: #fff;
}
.dhnotificationbar .default [type="radio"]:checked + label:after,
.dhnotificationbar .default [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ddd;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar .blue [type="radio"]:checked + label:after,
.dhnotificationbar .blue [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3498db;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar .green [type="radio"]:checked + label:after,
.dhnotificationbar .green [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2ecc71;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar .red [type="radio"]:checked + label:after,
.dhnotificationbar .red [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e74c3c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar .orange [type="radio"]:checked + label:after,
.dhnotificationbar .orange [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f1c40f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar .purple [type="radio"]:checked + label:after,
.dhnotificationbar .purple [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #9b59b6;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar .dark [type="radio"]:checked + label:after,
.dhnotificationbar .dark [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #34495e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dhnotificationbar [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.dhnotificationbar [type="radio"]:hover:not(:checked) + label:after,
.dhnotificationbar [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ----- */
