﻿/* Panel styles */
/* Panel styles */
#s-panel {
  position: fixed;
  top: 150px;
  left: -122px;
  z-index: 100;
  width: 120px;
  background-color: #282828;
  border: 1px solid #000;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  font-family: Tahoma;
  font-size: 12px;
  color: #7d7d7d;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-transition-property: left;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-delay: 0s;
  -o-transition-property: left;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -o-transition-delay: 0s;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -ms-transition-property: left;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-delay: 0s;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
#s-panel.opened {
  left: 0px;
  -moz-transition-property: left;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-delay: 0s;
  -o-transition-property: left;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -o-transition-delay: 0s;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -ms-transition-property: left;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-delay: 0s;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
}
#s-panel * {
  outline-width: 0;
}
#s-panel ::selection,
#s-panel ::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
#s-panel ul {
  list-style: none;
  margin: 0;
}
#s-panel [class^="icon-"],
#s-panel [class*=" icon-"] {
  background-image: url('../image/glyphicons_halflings_white.png');
}
#s-panel #switcher {
  position: absolute;
  top: 11px;
  right: -30px;
  background: #282828 url('../image/icon_panel.png') 4px 4px no-repeat;
  border: 1px solid #000;
  border-left: none;
  width: 29px;
  height: 28px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  cursor: pointer;
  box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 11px 16px 0px rgba(0, 0, 0, 0.5);
}
#s-panel h3 {
  margin: 0;
  text-transform: none;
}
#s-panel p {
  margin-bottom: 0px;
}
#s-panel .desc {
  margin-left: 10px;
  display: inline-block;
  margin-top: 3px;
}
#s-panel a {
  font-family: Tahoma;
  font-size: 9px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
#s-panel a:hover {
  text-decoration: none;
}
#s-panel .section {
  margin-bottom: 10px;
}
#s-panel .section .framed {
  float: left;
}
#s-panel #accordion .panel-head,
#s-panel #accordion .panel {
  margin: 0 13px;
}
#s-panel .ui-accordion-header {
  padding: 13px 13px;
  text-align: center;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #161616;
}
#s-panel .ui-accordion-header.ui-state-active {
  border-bottom: none;
}
#s-panel .ui-accordion-header a {
  display: block;
  height: 20px;
  border: 1px solid #1f1f1f;
  border-top: 1px solid #080808;
  border-bottom: 1px solid #3c3c3c;
  background-color: #1f1f1f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#s-panel #accordion .ui-accordion-header:first-child {
  border-top: none;
}
#s-panel .ui-accordion-content {
  padding: 2px 13px 12px;
  border-bottom: 1px solid #161616;
  overflow: hidden;
}
#s-panel .ui-accordion-content ul {
  width: 105%;
}
#s-panel .ui-accordion-content ul li {
  float: left;
  margin: 0 4px 4px 0;
}
#s-panel .framed {
  width: 24px;
  height: 24px;
  padding: 2px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: #010101;
  background: -moz-linear-gradient(top, #010101, #4d4d4d);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #010101), color-stop(100%, #4d4d4d));
  background: -webkit-linear-gradient(top, #010101, #4d4d4d);
  background: -o-linear-gradient(top, #010101, #4d4d4d);
  background: -ms-linear-gradient(top, #010101, #4d4d4d);
  background: linear-gradient(top, #010101, #4d4d4d);
}
#s-panel .framed .filled {
  display: block;
  width: 100%;
  height: 100%;
}
#s-panel .framed .filled i {
  width: 100%;
  height: 100%;
}
#s-panel .framed.selected {
  box-shadow: 0px 0px 3px 0px #ffffff;
  -o-box-shadow: 0px 0px 3px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0px #ffffff;
  -moz-box-shadow: 0px 0px 3px 0px #ffffff;
}
#s-panel .scheme-0 {
  background: #c23844;
  background: -moz-linear-gradient(top, #c23844, #cabfbc);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c23844), color-stop(100%, #cabfbc));
  background: -webkit-linear-gradient(top, #c23844, #cabfbc);
  background: -o-linear-gradient(top, #c23844, #cabfbc);
  background: -ms-linear-gradient(top, #c23844, #cabfbc);
  background: linear-gradient(top, #c23844, #cabfbc);
}
#s-panel .scheme-1 {
  background: #000000;
  background: -moz-linear-gradient(top, #000000, #4d3e30);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #4d3e30));
  background: -webkit-linear-gradient(top, #000000, #4d3e30);
  background: -o-linear-gradient(top, #000000, #4d3e30);
  background: -ms-linear-gradient(top, #000000, #4d3e30);
  background: linear-gradient(top, #000000, #4d3e30);
}
#s-panel .scheme-2 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #a8a8a8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #a8a8a8));
  background: -webkit-linear-gradient(top, #ffffff, #a8a8a8);
  background: -o-linear-gradient(top, #ffffff, #a8a8a8);
  background: -ms-linear-gradient(top, #ffffff, #a8a8a8);
  background: linear-gradient(top, #ffffff, #a8a8a8);
}
#s-panel .scheme-3 {
  background: #ffc700;
  background: -moz-linear-gradient(top, #ffc700, #5fa1de);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc700), color-stop(100%, #5fa1de));
  background: -webkit-linear-gradient(top, #ffc700, #5fa1de);
  background: -o-linear-gradient(top, #ffc700, #5fa1de);
  background: -ms-linear-gradient(top, #ffc700, #5fa1de);
  background: linear-gradient(top, #ffc700, #5fa1de);
}
#s-panel .scheme-4 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #b32d2d);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #b32d2d));
  background: -webkit-linear-gradient(top, #ffffff, #b32d2d);
  background: -o-linear-gradient(top, #ffffff, #b32d2d);
  background: -ms-linear-gradient(top, #ffffff, #b32d2d);
  background: linear-gradient(top, #ffffff, #b32d2d);
}
#s-panel .scheme-5 {
  background: #423d3d;
  background: -moz-linear-gradient(top, #423d3d, #f0d89c);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #423d3d), color-stop(100%, #f0d89c));
  background: -webkit-linear-gradient(top, #423d3d, #f0d89c);
  background: -o-linear-gradient(top, #423d3d, #f0d89c);
  background: -ms-linear-gradient(top, #423d3d, #f0d89c);
  background: linear-gradient(top, #423d3d, #f0d89c);
}
#s-panel .scheme-6 {
  background: #3f3d42;
  background: -moz-linear-gradient(top, #3f3d42, #ebddc7);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3d42), color-stop(100%, #ebddc7));
  background: -webkit-linear-gradient(top, #3f3d42, #ebddc7);
  background: -o-linear-gradient(top, #3f3d42, #ebddc7);
  background: -ms-linear-gradient(top, #3f3d42, #ebddc7);
  background: linear-gradient(top, #3f3d42, #ebddc7);
}
#s-panel .scheme-7 {
  background: #0083fc;
  background: -moz-linear-gradient(top, #0083fc, #465059);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0083fc), color-stop(100%, #465059));
  background: -webkit-linear-gradient(top, #0083fc, #465059);
  background: -o-linear-gradient(top, #0083fc, #465059);
  background: -ms-linear-gradient(top, #0083fc, #465059);
  background: linear-gradient(top, #0083fc, #465059);
}
#s-panel .scheme-8 {
  background: #dcdecc;
  background: -moz-linear-gradient(top, #dcdecc, #2e2d4f);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdecc), color-stop(100%, #2e2d4f));
  background: -webkit-linear-gradient(top, #dcdecc, #2e2d4f);
  background: -o-linear-gradient(top, #dcdecc, #2e2d4f);
  background: -ms-linear-gradient(top, #dcdecc, #2e2d4f);
  background: linear-gradient(top, #dcdecc, #2e2d4f);
}
#s-panel .scheme-9 {
  background: #9ba624;
  background: -moz-linear-gradient(top, #9ba624, #383330);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ba624), color-stop(100%, #383330));
  background: -webkit-linear-gradient(top, #9ba624, #383330);
  background: -o-linear-gradient(top, #9ba624, #383330);
  background: -ms-linear-gradient(top, #9ba624, #383330);
  background: linear-gradient(top, #9ba624, #383330);
}
#s-panel .scheme-10 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #8a8a8a);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #8a8a8a));
  background: -webkit-linear-gradient(top, #ffffff, #8a8a8a);
  background: -o-linear-gradient(top, #ffffff, #8a8a8a);
  background: -ms-linear-gradient(top, #ffffff, #8a8a8a);
  background: linear-gradient(top, #ffffff, #8a8a8a);
}
#s-panel .layout-selector li {
  width: 95px;
  height: 49px;
}
#s-panel #content-background .filled {
  background-image: url('../image/content_backgrounds.png');
}
#s-panel .sprite-0 {
  background-position: 0 0;
}
#s-panel .sprite-1 {
  background-position: -20px 0;
}
#s-panel .sprite-2 {
  background-position: -41px 0;
}
#s-panel .sprite-3 {
  background-position: -62px 0;
}
#s-panel .sprite-4 {
  background-position: -83px 0;
}
#s-panel .sprite-5 {
  background-position: -104px 0;
}
#s-panel .sprite-6 {
  background-position: -125px 0;
}
#s-panel .sprite-7 {
  background-position: -146px 0;
}
#s-panel .actions {
  overflow: hidden;
  padding: 0px;
  border-top: 1px solid #3c3c3c;
  background: #282828;
  background: -moz-linear-gradient(top, #282828, #1c1c1c);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #1c1c1c));
  background: -webkit-linear-gradient(top, #282828, #1c1c1c);
  background: -o-linear-gradient(top, #282828, #1c1c1c);
  background: -ms-linear-gradient(top, #282828, #1c1c1c);
  background: linear-gradient(top, #282828, #1c1c1c);
  text-align: center;
}
#s-panel .align-left {
  float: left;
}
#s-panel .align-right {
  float: right;
}
#s-panel .align-left,
#s-panel .align-right {
  margin: 0;
}
#s-panel .button {
  font-weight: bold;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
  text-align: center;
  text-transform: none;
  background: #272727;
  background: -moz-linear-gradient(top, #272727, #0e0e0e);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #0e0e0e));
  background: -webkit-linear-gradient(top, #272727, #0e0e0e);
  background: -o-linear-gradient(top, #272727, #0e0e0e);
  background: -ms-linear-gradient(top, #272727, #0e0e0e);
  background: linear-gradient(top, #272727, #0e0e0e);
  border: 1px solid #010101;
  box-shadow: 0px 1px 1px 0px #2f2f2f, inset 0px 1px 1px 0px #3c3c3c;
  -o-box-shadow: 0px 1px 1px 0px #2f2f2f, inset 0px 1px 1px 0px #3c3c3c;
  -webkit-box-shadow: 0px 1px 1px 0px #2f2f2f, inset 0px 1px 1px 0px #3c3c3c;
  -moz-box-shadow: 0px 1px 1px 0px #2f2f2f, inset 0px 1px 1px 0px #3c3c3c;
  padding: 6px 16px;
}
#s-panel .button:hover {
  background: #171717;
  background: -moz-linear-gradient(top, #171717, #000000);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171717), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #171717, #000000);
  background: -o-linear-gradient(top, #171717, #000000);
  background: -ms-linear-gradient(top, #171717, #000000);
  background: linear-gradient(top, #171717, #000000);
  box-shadow: inset 0px 0px 3px 0px #000000;
  -o-box-shadow: inset 0px 0px 3px 0px #000000;
  -webkit-box-shadow: inset 0px 0px 3px 0px #000000;
  -moz-box-shadow: inset 0px 0px 3px 0px #000000;
}
#s-panel .font-selector {
  width: 100%;
  border: 1px solid #1f1f1f;
  border-top: 1px solid #080808;
  border-bottom: 1px solid #3c3c3c;
  -webkit-appearance: none;
  color: #ccc;
  background-color: #1f1f1f;
  background-image: url('../image/menu_downarrow_white.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
#data ::selection,
#data ::-moz-selection {
  background: #ccc;
}
#data p {
  color: #000;
}
.colorpicker.dropdown-menu {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 101;
  float: left;
  display: none;
  padding: 4px 3px 0 4px;
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

