.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
  .clearfix:after {
    clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

body.gpAdmin #admincontent_panel.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9001; }

#admincontent_panel a.msg_publish_draft {
  background-color: #329880; }

#admincontent_panel a.msg_publish_draft:hover {
  background: #38ab90; }

#admincontent_panel a.msg_publish_draft_disabled, #admincontent_panel a.msg_publish_draft_disabled:hover {
  background: #257260;
  color: rgba(240, 240, 240, 0.667) !important;
  cursor: not-allowed;
  display: none; }

#admincontent_panel a.msg_saving_draft, #admincontent_panel a.msg_saving_draft:hover {
  background: #3c3c3c;
  cursor: not-allowed;
  display: none; }
/**
 * Fixed Position Adjustment when admin toolbar is displayed
 *
 */
html:not(.edit_layout):not(.admin_body) {
  margin-top: 29px; }
  html:not(.edit_layout):not(.admin_body) .gp-fixed-adjust {
    margin-top: 29px; }
/*
 * Reset CSS
 * There are two admin content containers where we attempt to reset the css
 * so a user's theme does not interfere with the display of admin content
 *
 * #gp_admin_html
 * 		contain areas that are not inline in the users theme like the sidepanel, inline editing dialogs, admin_box
 *
 */
#gp_admin_html, #gp_admin_fixed {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  text-transform: none; }

#gp_admin_fixed {
  position: fixed; }

#gp_admin_html {
  color: #333;
  font-size: 13px;
  font-family: "Segoe UI", "San Francisco", "Helvetica Neue", "DejaVu Sans", "Arial", sans-serif;
  line-height: 130%;
  /* background:none; */ }

#gp_admin_html * {
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* background: none; prevents other backgrounds from showing. "inherit" wouldn't make sense */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

#gp_admin_html hr {
  border: 0 none;
  border-bottom: 1px solid #ddd; }

#gp_admin_html label {
  font-weight: normal; }

#gp_admin_html li {
  list-style: none;
  background-image: none;
  /* ex: a bullet image for <li>, but it messes up ckeditor */ }

#gp_admin_html table, #gp_admin_html form {
  background: none;
  margin: 0;
  padding: 0; }

#gp_admin_html input, #gp_admin_html textarea {
  width: auto; }

#gp_admin_html table {
  /* margin: 0; changes bordered display */
  /* width: auto; /* this changes ckeditor display */ }

#gp_admin_html td, #gp_admin_html th {
  vertical-align: top; }

#gp_admin_html a {
  cursor: pointer; }

#gp_admin_html a img {
  border: none; }

#gp_admin_html a, #gp_admin_html a:visited, #gp_admin_html a:hover {
  color: #269;
  text-decoration: none; }

#gp_admin_html a:hover {
  color: #c42; }

#gp_admin_html a * {
  color: inherit;
  text-decoration: inherit; }

#gp_admin_html h1, #gp_admin_html h2, #gp_admin_html h3 {
  margin: 0.8em 0; }

#gp_admin_html h1 {
  font-size: 36px; }

#gp_admin_html h2 {
  font-size: 30px; }

#gp_admin_html h3 {
  font-size: 24px; }

#gp_admin_html h4 {
  font-size: 18px; }

#gp_admin_html h1, #gp_admin_html h1 a, #gp_admin_html h1 a:visited, #gp_admin_html h2, #gp_admin_html h2 a, #gp_admin_html h2 a:visited, #gp_admin_html h3, #gp_admin_html h3 a, #gp_admin_html h3 a:visited, #gp_admin_html h4, #gp_admin_html h4 a, #gp_admin_html h4 a:visited {
  color: #333;
  text-align: left;
  text-shadow: none;
  font-weight: normal; }

#gp_admin_html h1:first-child, #gp_admin_html h2:first-child, #gp_admin_html h2:first-of-type, #gp_admin_html h2.first-child, #gp_admin_html h3:first-child {
  margin-top: 0;
  padding-top: 0; }

#gp_admin_html p {
  margin: 1em 0; }

#gp_admin_html .gpselect, #gp_admin_html .gpcheckbox, #gp_admin_html .gpcancel, #gp_admin_html .gpsubmit, #gp_admin_html .gpbutton, #gp_admin_html .gpdisabled {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 6px;
  border: 1px solid #ccc;
  color: #333 !important;
  text-shadow: 1px 1px 0 #fff;
  white-space: nowrap;
  padding: 4px 8px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#gp_admin_html .gptextarea, #gp_admin_html .gp_scrolllist, #gp_admin_html .gpinput {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  color: #333;
  padding: 4px 6px;
  height: auto;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#gp_admin_html .gpinput, #gp_admin_html .gpselect, #gp_admin_html .gpsubmit, #gp_admin_html .gpcancel {
  margin: 0 7px 0 0; }

#gp_admin_html .gpcheckbox.checked, #gp_admin_html .gpselect, #gp_admin_html .gpsubmit, #gp_admin_html .gpbutton {
  cursor: pointer;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: linear-gradient(to bottom, #fbfbfb, #e9e9e9);
  background-repeat: repeat-x; }

#gp_admin_html .gpcheckbox, #gp_admin_html .gpcancel {
  cursor: pointer;
  border-color: #ddd;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #fff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #fff, #f7f7f7);
  background-image: -o-linear-gradient(top, #fff, #f7f7f7);
  background-image: linear-gradient(to bottom, #fff, #f7f7f7);
  background-repeat: repeat-x; }

#gp_admin_html .gpdisabled {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  color: #999; }

#gp_admin_html .gpselect option {
  text-shadow: none;
  padding: 0 5px; }

#gp_admin_html .gpcheckbox input {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

#gp_admin_html .gpinput {
  white-space: nowrap; }

#gp_admin_html .gpinput_warning {
  border-color: red; }

#gp_admin_html .gpreadonly {
  background: #f5f5f5; }

#gp_admin_html .sync_label {
  background: #f1f1f1; }

#gp_admin_html .padded_table td {
  padding: 5px; }

#gp_admin_html pre {
  background: #f7f7f7;
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word; }

#gp_admin_html pre.inline {
  margin-right: 20px;
  display: inline-block; }

#gp_admin_html .show_character_count {
  position: relative;
  display: inline-block;
  padding: 0; }

#gp_admin_html .show_character_count textarea {
  padding-bottom: 27px;
  border: 0 none;
  border-radius: 4px; }

#gp_admin_html .character_count {
  display: block;
  border-top: 1px solid #eee;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  padding: 0 6px;
  color: #888;
  text-align: right; }
/**
 * Admin container
 *
 */
#admincontainer {
  margin-left: 180px;
  position: relative; }

#admincontent_panel {
  display: block;
  padding: 0;
  font-weight: normal;
  background: #222; }

.gpbody #admincontent_panel {
  padding: 0 40px 0 25px; }

#admincontent_panel, #admincontent_panel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 13px; }

#admincontent_panel .GPAREA {
  display: inline; }

#admincontent_panel div.GPAREA:after {
  display: none; }

#admincontent_panel ul {
  float: left; }

#admincontent_panel ul, #admincontent_panel li, #admincontent_panel span, #admincontent_panel a {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ddd !important;
  position: relative;
  white-space: nowrap; }

#admincontent_panel ul a {
  display: block; }
/* #admincontent_panel b, */
#admincontent_panel span, #admincontent_panel a {
  padding: 8px 15px; }

#admincontent_panel a:hover {
  color: #fff !important;
  background: #3c3c3c; }

#admincontent_panel a[href$='ToggleVisibility'] {
  background: #c44830; }

#admincontent_panel a[href$='ToggleVisibility']:hover {
  background: #dc5135; }

#admincontent_panel span > .fa, #admincontent_panel a > .fa {
  margin-right: 4px; }

#admincontent_panel ul ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #222;
  min-width: 100%; }

#admincontent_panel ul ul li {
  display: block; }

#admincontent_panel .panel_tab_label {
  padding-right: 8px; }

#admincontent_panel .panel_tabs a {
  border-right: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  font-weight: normal; }
/**
 * Search
 *
 */
#panel_search {
  float: right; }

#panel_search span {
  position: relative;
  display: inline-block;
  height: 29px;
  padding: 0; }

#panel_search input {
  border: 0 none;
  border-radius: 3px;
  width: 160px;
  color: #fff;
  font-size: 13px;
  height: 21px;
  padding: 4px 4px 4px 25px;
  margin: 4px 0;
  background-color: #3c3c3c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#panel_search span > i {
  position: absolute;
  top: 0;
  left: 0px;
  width: 25px;
  text-align: center;
  color: #6f6f6f;
  height: 29px;
  line-height: 29px; }

#panel_search input:focus {
  background-color: #f1f1f1;
  color: #333; }

#panel_search button {
  display: none; }

#panel_search .tslogo {
  vertical-align: top; }
/**
 * Admin Breadcrumbs
 *
 */
#admin_breadcrumbs {
  background: #ededed;
  padding: 0 38px;
  font-size: 13px; }

#admin_breadcrumbs a {
  color: #777 !important;
  padding: 4px 2px;
  display: inline-block; }

#admin_breadcrumbs a:hover {
  color: #333 !important; }

#admin_drag_box {
  position: fixed;
  border: 2px dashed #000;
  z-index: 90000;
  padding: 0;
  border-radius: 3px;
  background-color: #fff;
  /* important for ie to prevent text selection underneath drag box */
  opacity: 0.4;
  filter: alpha(opacity=40); }
/**
 *  Admin Pages
 *
 */
#admincontent {
  position: relative;
  color: #333;
  font-size: 13px;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#admincontent_inner {
  padding: 30px 40px 10em 40px;
  overflow: hidden;
  background-color: #fff; }
  #admincontent_inner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #admincontent_inner *:before, #admincontent_inner *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #admincontent_inner html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #admincontent_inner body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff; }
  #admincontent_inner input, #admincontent_inner button, #admincontent_inner select, #admincontent_inner textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  #admincontent_inner a {
    color: #337ab7;
    text-decoration: none; }
    #admincontent_inner a:hover, #admincontent_inner a:focus {
      color: #23527c;
      text-decoration: underline; }
    #admincontent_inner a:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  #admincontent_inner figure {
    margin: 0; }
  #admincontent_inner img {
    vertical-align: middle; }
  #admincontent_inner .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  #admincontent_inner .img-rounded {
    border-radius: 6px; }
  #admincontent_inner .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  #admincontent_inner .img-circle {
    border-radius: 50%; }
  #admincontent_inner hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  #admincontent_inner .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  #admincontent_inner .sr-only-focusable:active, #admincontent_inner .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  #admincontent_inner [role="button"] {
    cursor: pointer; }
  #admincontent_inner h1, #admincontent_inner h2, #admincontent_inner h3, #admincontent_inner h4, #admincontent_inner h5, #admincontent_inner h6, #admincontent_inner .h1, #admincontent_inner .h2, #admincontent_inner .h3, #admincontent_inner .h4, #admincontent_inner .h5, #admincontent_inner .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    #admincontent_inner h1 small, #admincontent_inner h2 small, #admincontent_inner h3 small, #admincontent_inner h4 small, #admincontent_inner h5 small, #admincontent_inner h6 small, #admincontent_inner .h1 small, #admincontent_inner .h2 small, #admincontent_inner .h3 small, #admincontent_inner .h4 small, #admincontent_inner .h5 small, #admincontent_inner .h6 small, #admincontent_inner h1 .small, #admincontent_inner h2 .small, #admincontent_inner h3 .small, #admincontent_inner h4 .small, #admincontent_inner h5 .small, #admincontent_inner h6 .small, #admincontent_inner .h1 .small, #admincontent_inner .h2 .small, #admincontent_inner .h3 .small, #admincontent_inner .h4 .small, #admincontent_inner .h5 .small, #admincontent_inner .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777; }
  #admincontent_inner h1, #admincontent_inner .h1, #admincontent_inner h2, #admincontent_inner .h2, #admincontent_inner h3, #admincontent_inner .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    #admincontent_inner h1 small, #admincontent_inner .h1 small, #admincontent_inner h2 small, #admincontent_inner .h2 small, #admincontent_inner h3 small, #admincontent_inner .h3 small, #admincontent_inner h1 .small, #admincontent_inner .h1 .small, #admincontent_inner h2 .small, #admincontent_inner .h2 .small, #admincontent_inner h3 .small, #admincontent_inner .h3 .small {
      font-size: 65%; }
  #admincontent_inner h4, #admincontent_inner .h4, #admincontent_inner h5, #admincontent_inner .h5, #admincontent_inner h6, #admincontent_inner .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    #admincontent_inner h4 small, #admincontent_inner .h4 small, #admincontent_inner h5 small, #admincontent_inner .h5 small, #admincontent_inner h6 small, #admincontent_inner .h6 small, #admincontent_inner h4 .small, #admincontent_inner .h4 .small, #admincontent_inner h5 .small, #admincontent_inner .h5 .small, #admincontent_inner h6 .small, #admincontent_inner .h6 .small {
      font-size: 75%; }
  #admincontent_inner h1, #admincontent_inner .h1 {
    font-size: 36px; }
  #admincontent_inner h2, #admincontent_inner .h2 {
    font-size: 30px; }
  #admincontent_inner h3, #admincontent_inner .h3 {
    font-size: 24px; }
  #admincontent_inner h4, #admincontent_inner .h4 {
    font-size: 18px; }
  #admincontent_inner h5, #admincontent_inner .h5 {
    font-size: 14px; }
  #admincontent_inner h6, #admincontent_inner .h6 {
    font-size: 12px; }
  #admincontent_inner p {
    margin: 0 0 10px; }
  #admincontent_inner .lead {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
  #admincontent_inner .lead {
    font-size: 19.5px; } }
  #admincontent_inner small, #admincontent_inner .small {
    font-size: 92%; }
  #admincontent_inner mark, #admincontent_inner .mark {
    background-color: #fcf8e3;
    padding: 0.2em; }
  #admincontent_inner .text-left {
    text-align: left; }
  #admincontent_inner .text-right {
    text-align: right; }
  #admincontent_inner .text-center {
    text-align: center; }
  #admincontent_inner .text-justify {
    text-align: justify; }
  #admincontent_inner .text-nowrap {
    white-space: nowrap; }
  #admincontent_inner .text-lowercase {
    text-transform: lowercase; }
  #admincontent_inner .text-uppercase, #admincontent_inner .initialism {
    text-transform: uppercase; }
  #admincontent_inner .text-capitalize {
    text-transform: capitalize; }
  #admincontent_inner .text-muted {
    color: #777; }
  #admincontent_inner .text-primary {
    color: #337ab7; }
  #admincontent_inner a.text-primary:hover, #admincontent_inner a.text-primary:focus {
    color: #286090; }
  #admincontent_inner .text-success {
    color: #3c763d; }
  #admincontent_inner a.text-success:hover, #admincontent_inner a.text-success:focus {
    color: #2b542c; }
  #admincontent_inner .text-info {
    color: #31708f; }
  #admincontent_inner a.text-info:hover, #admincontent_inner a.text-info:focus {
    color: #245269; }
  #admincontent_inner .text-warning {
    color: #8a6d3b; }
  #admincontent_inner a.text-warning:hover, #admincontent_inner a.text-warning:focus {
    color: #66512c; }
  #admincontent_inner .text-danger {
    color: #a94442; }
  #admincontent_inner a.text-danger:hover, #admincontent_inner a.text-danger:focus {
    color: #843534; }
  #admincontent_inner .bg-primary {
    color: #fff; }
  #admincontent_inner .bg-primary {
    background-color: #337ab7; }
  #admincontent_inner a.bg-primary:hover, #admincontent_inner a.bg-primary:focus {
    background-color: #286090; }
  #admincontent_inner .bg-success {
    background-color: #dff0d8; }
  #admincontent_inner a.bg-success:hover, #admincontent_inner a.bg-success:focus {
    background-color: #c1e2b3; }
  #admincontent_inner .bg-info {
    background-color: #d9edf7; }
  #admincontent_inner a.bg-info:hover, #admincontent_inner a.bg-info:focus {
    background-color: #afd9ee; }
  #admincontent_inner .bg-warning {
    background-color: #fcf8e3; }
  #admincontent_inner a.bg-warning:hover, #admincontent_inner a.bg-warning:focus {
    background-color: #f7ecb5; }
  #admincontent_inner .bg-danger {
    background-color: #f2dede; }
  #admincontent_inner a.bg-danger:hover, #admincontent_inner a.bg-danger:focus {
    background-color: #e4b9b9; }
  #admincontent_inner .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee; }
  #admincontent_inner ul, #admincontent_inner ol {
    margin-top: 0;
    margin-bottom: 10px; }
    #admincontent_inner ul ul, #admincontent_inner ol ul, #admincontent_inner ul ol, #admincontent_inner ol ol {
      margin-bottom: 0; }
  #admincontent_inner .list-unstyled {
    padding-left: 0;
    list-style: none; }
  #admincontent_inner .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    #admincontent_inner .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  #admincontent_inner dl {
    margin-top: 0;
    margin-bottom: 20px; }
  #admincontent_inner dt, #admincontent_inner dd {
    line-height: 1.42857; }
  #admincontent_inner dt {
    font-weight: bold; }
  #admincontent_inner dd {
    margin-left: 0; }
  #admincontent_inner .dl-horizontal dd:before, #admincontent_inner .dl-horizontal dd:after {
    content: " ";
    display: table; }
    #admincontent_inner .dl-horizontal dd:after {
      clear: both; }
    @media (min-width: 768px) {
  #admincontent_inner .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #admincontent_inner .dl-horizontal dd {
    margin-left: 180px; } }
  #admincontent_inner abbr[title], #admincontent_inner abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777; }
  #admincontent_inner .initialism {
    font-size: 90%; }
  #admincontent_inner blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee; }
    #admincontent_inner blockquote p:last-child, #admincontent_inner blockquote ul:last-child, #admincontent_inner blockquote ol:last-child {
      margin-bottom: 0; }
    #admincontent_inner blockquote footer, #admincontent_inner blockquote small, #admincontent_inner blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857;
      color: #777; }
    #admincontent_inner blockquote footer:before, #admincontent_inner blockquote small:before, #admincontent_inner blockquote .small:before {
      content: '\2014 \00A0'; }
  #admincontent_inner .blockquote-reverse, #admincontent_inner blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right; }
    #admincontent_inner .blockquote-reverse footer:before, #admincontent_inner blockquote.pull-right footer:before, #admincontent_inner .blockquote-reverse small:before, #admincontent_inner blockquote.pull-right small:before, #admincontent_inner .blockquote-reverse .small:before, #admincontent_inner blockquote.pull-right .small:before {
      content: ''; }
    #admincontent_inner .blockquote-reverse footer:after, #admincontent_inner blockquote.pull-right footer:after, #admincontent_inner .blockquote-reverse small:after, #admincontent_inner blockquote.pull-right small:after, #admincontent_inner .blockquote-reverse .small:after, #admincontent_inner blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  #admincontent_inner address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  #admincontent_inner .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    #admincontent_inner .container:before, #admincontent_inner .container:after {
      content: " ";
      display: table; }
    #admincontent_inner .container:after {
      clear: both; }
    @media (min-width: 768px) {
  #admincontent_inner .container {
    width: 750px; } }
    @media (min-width: 992px) {
  #admincontent_inner .container {
    width: 970px; } }
    @media (min-width: 1200px) {
  #admincontent_inner .container {
    width: 1170px; } }
  #admincontent_inner .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    #admincontent_inner .container-fluid:before, #admincontent_inner .container-fluid:after {
      content: " ";
      display: table; }
    #admincontent_inner .container-fluid:after {
      clear: both; }
  #admincontent_inner .row {
    margin-left: -15px;
    margin-right: -15px; }
    #admincontent_inner .row:before, #admincontent_inner .row:after {
      content: " ";
      display: table; }
    #admincontent_inner .row:after {
      clear: both; }
  #admincontent_inner .col-xs-1, #admincontent_inner .col-sm-1, #admincontent_inner .col-md-1, #admincontent_inner .col-lg-1, #admincontent_inner .col-xs-2, #admincontent_inner .col-sm-2, #admincontent_inner .col-md-2, #admincontent_inner .col-lg-2, #admincontent_inner .col-xs-3, #admincontent_inner .col-sm-3, #admincontent_inner .col-md-3, #admincontent_inner .col-lg-3, #admincontent_inner .col-xs-4, #admincontent_inner .col-sm-4, #admincontent_inner .col-md-4, #admincontent_inner .col-lg-4, #admincontent_inner .col-xs-5, #admincontent_inner .col-sm-5, #admincontent_inner .col-md-5, #admincontent_inner .col-lg-5, #admincontent_inner .col-xs-6, #admincontent_inner .col-sm-6, #admincontent_inner .col-md-6, #admincontent_inner .col-lg-6, #admincontent_inner .col-xs-7, #admincontent_inner .col-sm-7, #admincontent_inner .col-md-7, #admincontent_inner .col-lg-7, #admincontent_inner .col-xs-8, #admincontent_inner .col-sm-8, #admincontent_inner .col-md-8, #admincontent_inner .col-lg-8, #admincontent_inner .col-xs-9, #admincontent_inner .col-sm-9, #admincontent_inner .col-md-9, #admincontent_inner .col-lg-9, #admincontent_inner .col-xs-10, #admincontent_inner .col-sm-10, #admincontent_inner .col-md-10, #admincontent_inner .col-lg-10, #admincontent_inner .col-xs-11, #admincontent_inner .col-sm-11, #admincontent_inner .col-md-11, #admincontent_inner .col-lg-11, #admincontent_inner .col-xs-12, #admincontent_inner .col-sm-12, #admincontent_inner .col-md-12, #admincontent_inner .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  #admincontent_inner .col-xs-1, #admincontent_inner .col-xs-2, #admincontent_inner .col-xs-3, #admincontent_inner .col-xs-4, #admincontent_inner .col-xs-5, #admincontent_inner .col-xs-6, #admincontent_inner .col-xs-7, #admincontent_inner .col-xs-8, #admincontent_inner .col-xs-9, #admincontent_inner .col-xs-10, #admincontent_inner .col-xs-11, #admincontent_inner .col-xs-12 {
    float: left; }
  #admincontent_inner .col-xs-1 {
    width: 8.33333%; }
  #admincontent_inner .col-xs-2 {
    width: 16.66667%; }
  #admincontent_inner .col-xs-3 {
    width: 25%; }
  #admincontent_inner .col-xs-4 {
    width: 33.33333%; }
  #admincontent_inner .col-xs-5 {
    width: 41.66667%; }
  #admincontent_inner .col-xs-6 {
    width: 50%; }
  #admincontent_inner .col-xs-7 {
    width: 58.33333%; }
  #admincontent_inner .col-xs-8 {
    width: 66.66667%; }
  #admincontent_inner .col-xs-9 {
    width: 75%; }
  #admincontent_inner .col-xs-10 {
    width: 83.33333%; }
  #admincontent_inner .col-xs-11 {
    width: 91.66667%; }
  #admincontent_inner .col-xs-12 {
    width: 100%; }
  #admincontent_inner .col-xs-pull-0 {
    right: auto; }
  #admincontent_inner .col-xs-pull-1 {
    right: 8.33333%; }
  #admincontent_inner .col-xs-pull-2 {
    right: 16.66667%; }
  #admincontent_inner .col-xs-pull-3 {
    right: 25%; }
  #admincontent_inner .col-xs-pull-4 {
    right: 33.33333%; }
  #admincontent_inner .col-xs-pull-5 {
    right: 41.66667%; }
  #admincontent_inner .col-xs-pull-6 {
    right: 50%; }
  #admincontent_inner .col-xs-pull-7 {
    right: 58.33333%; }
  #admincontent_inner .col-xs-pull-8 {
    right: 66.66667%; }
  #admincontent_inner .col-xs-pull-9 {
    right: 75%; }
  #admincontent_inner .col-xs-pull-10 {
    right: 83.33333%; }
  #admincontent_inner .col-xs-pull-11 {
    right: 91.66667%; }
  #admincontent_inner .col-xs-pull-12 {
    right: 100%; }
  #admincontent_inner .col-xs-push-0 {
    left: auto; }
  #admincontent_inner .col-xs-push-1 {
    left: 8.33333%; }
  #admincontent_inner .col-xs-push-2 {
    left: 16.66667%; }
  #admincontent_inner .col-xs-push-3 {
    left: 25%; }
  #admincontent_inner .col-xs-push-4 {
    left: 33.33333%; }
  #admincontent_inner .col-xs-push-5 {
    left: 41.66667%; }
  #admincontent_inner .col-xs-push-6 {
    left: 50%; }
  #admincontent_inner .col-xs-push-7 {
    left: 58.33333%; }
  #admincontent_inner .col-xs-push-8 {
    left: 66.66667%; }
  #admincontent_inner .col-xs-push-9 {
    left: 75%; }
  #admincontent_inner .col-xs-push-10 {
    left: 83.33333%; }
  #admincontent_inner .col-xs-push-11 {
    left: 91.66667%; }
  #admincontent_inner .col-xs-push-12 {
    left: 100%; }
  #admincontent_inner .col-xs-offset-0 {
    margin-left: 0%; }
  #admincontent_inner .col-xs-offset-1 {
    margin-left: 8.33333%; }
  #admincontent_inner .col-xs-offset-2 {
    margin-left: 16.66667%; }
  #admincontent_inner .col-xs-offset-3 {
    margin-left: 25%; }
  #admincontent_inner .col-xs-offset-4 {
    margin-left: 33.33333%; }
  #admincontent_inner .col-xs-offset-5 {
    margin-left: 41.66667%; }
  #admincontent_inner .col-xs-offset-6 {
    margin-left: 50%; }
  #admincontent_inner .col-xs-offset-7 {
    margin-left: 58.33333%; }
  #admincontent_inner .col-xs-offset-8 {
    margin-left: 66.66667%; }
  #admincontent_inner .col-xs-offset-9 {
    margin-left: 75%; }
  #admincontent_inner .col-xs-offset-10 {
    margin-left: 83.33333%; }
  #admincontent_inner .col-xs-offset-11 {
    margin-left: 91.66667%; }
  #admincontent_inner .col-xs-offset-12 {
    margin-left: 100%; }
  @media (min-width: 768px) {
  #admincontent_inner .col-sm-1, #admincontent_inner .col-sm-2, #admincontent_inner .col-sm-3, #admincontent_inner .col-sm-4, #admincontent_inner .col-sm-5, #admincontent_inner .col-sm-6, #admincontent_inner .col-sm-7, #admincontent_inner .col-sm-8, #admincontent_inner .col-sm-9, #admincontent_inner .col-sm-10, #admincontent_inner .col-sm-11, #admincontent_inner .col-sm-12 {
    float: left; }
    #admincontent_inner .col-sm-1 {
      width: 8.33333%; }

    #admincontent_inner .col-sm-2 {
      width: 16.66667%; }

    #admincontent_inner .col-sm-3 {
      width: 25%; }

    #admincontent_inner .col-sm-4 {
      width: 33.33333%; }

    #admincontent_inner .col-sm-5 {
      width: 41.66667%; }

    #admincontent_inner .col-sm-6 {
      width: 50%; }

    #admincontent_inner .col-sm-7 {
      width: 58.33333%; }

    #admincontent_inner .col-sm-8 {
      width: 66.66667%; }

    #admincontent_inner .col-sm-9 {
      width: 75%; }

    #admincontent_inner .col-sm-10 {
      width: 83.33333%; }

    #admincontent_inner .col-sm-11 {
      width: 91.66667%; }

    #admincontent_inner .col-sm-12 {
      width: 100%; }

    #admincontent_inner .col-sm-pull-0 {
      right: auto; }

    #admincontent_inner .col-sm-pull-1 {
      right: 8.33333%; }

    #admincontent_inner .col-sm-pull-2 {
      right: 16.66667%; }

    #admincontent_inner .col-sm-pull-3 {
      right: 25%; }

    #admincontent_inner .col-sm-pull-4 {
      right: 33.33333%; }

    #admincontent_inner .col-sm-pull-5 {
      right: 41.66667%; }

    #admincontent_inner .col-sm-pull-6 {
      right: 50%; }

    #admincontent_inner .col-sm-pull-7 {
      right: 58.33333%; }

    #admincontent_inner .col-sm-pull-8 {
      right: 66.66667%; }

    #admincontent_inner .col-sm-pull-9 {
      right: 75%; }

    #admincontent_inner .col-sm-pull-10 {
      right: 83.33333%; }

    #admincontent_inner .col-sm-pull-11 {
      right: 91.66667%; }

    #admincontent_inner .col-sm-pull-12 {
      right: 100%; }

    #admincontent_inner .col-sm-push-0 {
      left: auto; }

    #admincontent_inner .col-sm-push-1 {
      left: 8.33333%; }

    #admincontent_inner .col-sm-push-2 {
      left: 16.66667%; }

    #admincontent_inner .col-sm-push-3 {
      left: 25%; }

    #admincontent_inner .col-sm-push-4 {
      left: 33.33333%; }

    #admincontent_inner .col-sm-push-5 {
      left: 41.66667%; }

    #admincontent_inner .col-sm-push-6 {
      left: 50%; }

    #admincontent_inner .col-sm-push-7 {
      left: 58.33333%; }

    #admincontent_inner .col-sm-push-8 {
      left: 66.66667%; }

    #admincontent_inner .col-sm-push-9 {
      left: 75%; }

    #admincontent_inner .col-sm-push-10 {
      left: 83.33333%; }

    #admincontent_inner .col-sm-push-11 {
      left: 91.66667%; }

    #admincontent_inner .col-sm-push-12 {
      left: 100%; }

    #admincontent_inner .col-sm-offset-0 {
      margin-left: 0%; }

    #admincontent_inner .col-sm-offset-1 {
      margin-left: 8.33333%; }

    #admincontent_inner .col-sm-offset-2 {
      margin-left: 16.66667%; }

    #admincontent_inner .col-sm-offset-3 {
      margin-left: 25%; }

    #admincontent_inner .col-sm-offset-4 {
      margin-left: 33.33333%; }

    #admincontent_inner .col-sm-offset-5 {
      margin-left: 41.66667%; }

    #admincontent_inner .col-sm-offset-6 {
      margin-left: 50%; }

    #admincontent_inner .col-sm-offset-7 {
      margin-left: 58.33333%; }

    #admincontent_inner .col-sm-offset-8 {
      margin-left: 66.66667%; }

    #admincontent_inner .col-sm-offset-9 {
      margin-left: 75%; }

    #admincontent_inner .col-sm-offset-10 {
      margin-left: 83.33333%; }

    #admincontent_inner .col-sm-offset-11 {
      margin-left: 91.66667%; }

    #admincontent_inner .col-sm-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
  #admincontent_inner .col-md-1, #admincontent_inner .col-md-2, #admincontent_inner .col-md-3, #admincontent_inner .col-md-4, #admincontent_inner .col-md-5, #admincontent_inner .col-md-6, #admincontent_inner .col-md-7, #admincontent_inner .col-md-8, #admincontent_inner .col-md-9, #admincontent_inner .col-md-10, #admincontent_inner .col-md-11, #admincontent_inner .col-md-12 {
    float: left; }
    #admincontent_inner .col-md-1 {
      width: 8.33333%; }

    #admincontent_inner .col-md-2 {
      width: 16.66667%; }

    #admincontent_inner .col-md-3 {
      width: 25%; }

    #admincontent_inner .col-md-4 {
      width: 33.33333%; }

    #admincontent_inner .col-md-5 {
      width: 41.66667%; }

    #admincontent_inner .col-md-6 {
      width: 50%; }

    #admincontent_inner .col-md-7 {
      width: 58.33333%; }

    #admincontent_inner .col-md-8 {
      width: 66.66667%; }

    #admincontent_inner .col-md-9 {
      width: 75%; }

    #admincontent_inner .col-md-10 {
      width: 83.33333%; }

    #admincontent_inner .col-md-11 {
      width: 91.66667%; }

    #admincontent_inner .col-md-12 {
      width: 100%; }

    #admincontent_inner .col-md-pull-0 {
      right: auto; }

    #admincontent_inner .col-md-pull-1 {
      right: 8.33333%; }

    #admincontent_inner .col-md-pull-2 {
      right: 16.66667%; }

    #admincontent_inner .col-md-pull-3 {
      right: 25%; }

    #admincontent_inner .col-md-pull-4 {
      right: 33.33333%; }

    #admincontent_inner .col-md-pull-5 {
      right: 41.66667%; }

    #admincontent_inner .col-md-pull-6 {
      right: 50%; }

    #admincontent_inner .col-md-pull-7 {
      right: 58.33333%; }

    #admincontent_inner .col-md-pull-8 {
      right: 66.66667%; }

    #admincontent_inner .col-md-pull-9 {
      right: 75%; }

    #admincontent_inner .col-md-pull-10 {
      right: 83.33333%; }

    #admincontent_inner .col-md-pull-11 {
      right: 91.66667%; }

    #admincontent_inner .col-md-pull-12 {
      right: 100%; }

    #admincontent_inner .col-md-push-0 {
      left: auto; }

    #admincontent_inner .col-md-push-1 {
      left: 8.33333%; }

    #admincontent_inner .col-md-push-2 {
      left: 16.66667%; }

    #admincontent_inner .col-md-push-3 {
      left: 25%; }

    #admincontent_inner .col-md-push-4 {
      left: 33.33333%; }

    #admincontent_inner .col-md-push-5 {
      left: 41.66667%; }

    #admincontent_inner .col-md-push-6 {
      left: 50%; }

    #admincontent_inner .col-md-push-7 {
      left: 58.33333%; }

    #admincontent_inner .col-md-push-8 {
      left: 66.66667%; }

    #admincontent_inner .col-md-push-9 {
      left: 75%; }

    #admincontent_inner .col-md-push-10 {
      left: 83.33333%; }

    #admincontent_inner .col-md-push-11 {
      left: 91.66667%; }

    #admincontent_inner .col-md-push-12 {
      left: 100%; }

    #admincontent_inner .col-md-offset-0 {
      margin-left: 0%; }

    #admincontent_inner .col-md-offset-1 {
      margin-left: 8.33333%; }

    #admincontent_inner .col-md-offset-2 {
      margin-left: 16.66667%; }

    #admincontent_inner .col-md-offset-3 {
      margin-left: 25%; }

    #admincontent_inner .col-md-offset-4 {
      margin-left: 33.33333%; }

    #admincontent_inner .col-md-offset-5 {
      margin-left: 41.66667%; }

    #admincontent_inner .col-md-offset-6 {
      margin-left: 50%; }

    #admincontent_inner .col-md-offset-7 {
      margin-left: 58.33333%; }

    #admincontent_inner .col-md-offset-8 {
      margin-left: 66.66667%; }

    #admincontent_inner .col-md-offset-9 {
      margin-left: 75%; }

    #admincontent_inner .col-md-offset-10 {
      margin-left: 83.33333%; }

    #admincontent_inner .col-md-offset-11 {
      margin-left: 91.66667%; }

    #admincontent_inner .col-md-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
  #admincontent_inner .col-lg-1, #admincontent_inner .col-lg-2, #admincontent_inner .col-lg-3, #admincontent_inner .col-lg-4, #admincontent_inner .col-lg-5, #admincontent_inner .col-lg-6, #admincontent_inner .col-lg-7, #admincontent_inner .col-lg-8, #admincontent_inner .col-lg-9, #admincontent_inner .col-lg-10, #admincontent_inner .col-lg-11, #admincontent_inner .col-lg-12 {
    float: left; }
    #admincontent_inner .col-lg-1 {
      width: 8.33333%; }

    #admincontent_inner .col-lg-2 {
      width: 16.66667%; }

    #admincontent_inner .col-lg-3 {
      width: 25%; }

    #admincontent_inner .col-lg-4 {
      width: 33.33333%; }

    #admincontent_inner .col-lg-5 {
      width: 41.66667%; }

    #admincontent_inner .col-lg-6 {
      width: 50%; }

    #admincontent_inner .col-lg-7 {
      width: 58.33333%; }

    #admincontent_inner .col-lg-8 {
      width: 66.66667%; }

    #admincontent_inner .col-lg-9 {
      width: 75%; }

    #admincontent_inner .col-lg-10 {
      width: 83.33333%; }

    #admincontent_inner .col-lg-11 {
      width: 91.66667%; }

    #admincontent_inner .col-lg-12 {
      width: 100%; }

    #admincontent_inner .col-lg-pull-0 {
      right: auto; }

    #admincontent_inner .col-lg-pull-1 {
      right: 8.33333%; }

    #admincontent_inner .col-lg-pull-2 {
      right: 16.66667%; }

    #admincontent_inner .col-lg-pull-3 {
      right: 25%; }

    #admincontent_inner .col-lg-pull-4 {
      right: 33.33333%; }

    #admincontent_inner .col-lg-pull-5 {
      right: 41.66667%; }

    #admincontent_inner .col-lg-pull-6 {
      right: 50%; }

    #admincontent_inner .col-lg-pull-7 {
      right: 58.33333%; }

    #admincontent_inner .col-lg-pull-8 {
      right: 66.66667%; }

    #admincontent_inner .col-lg-pull-9 {
      right: 75%; }

    #admincontent_inner .col-lg-pull-10 {
      right: 83.33333%; }

    #admincontent_inner .col-lg-pull-11 {
      right: 91.66667%; }

    #admincontent_inner .col-lg-pull-12 {
      right: 100%; }

    #admincontent_inner .col-lg-push-0 {
      left: auto; }

    #admincontent_inner .col-lg-push-1 {
      left: 8.33333%; }

    #admincontent_inner .col-lg-push-2 {
      left: 16.66667%; }

    #admincontent_inner .col-lg-push-3 {
      left: 25%; }

    #admincontent_inner .col-lg-push-4 {
      left: 33.33333%; }

    #admincontent_inner .col-lg-push-5 {
      left: 41.66667%; }

    #admincontent_inner .col-lg-push-6 {
      left: 50%; }

    #admincontent_inner .col-lg-push-7 {
      left: 58.33333%; }

    #admincontent_inner .col-lg-push-8 {
      left: 66.66667%; }

    #admincontent_inner .col-lg-push-9 {
      left: 75%; }

    #admincontent_inner .col-lg-push-10 {
      left: 83.33333%; }

    #admincontent_inner .col-lg-push-11 {
      left: 91.66667%; }

    #admincontent_inner .col-lg-push-12 {
      left: 100%; }

    #admincontent_inner .col-lg-offset-0 {
      margin-left: 0%; }

    #admincontent_inner .col-lg-offset-1 {
      margin-left: 8.33333%; }

    #admincontent_inner .col-lg-offset-2 {
      margin-left: 16.66667%; }

    #admincontent_inner .col-lg-offset-3 {
      margin-left: 25%; }

    #admincontent_inner .col-lg-offset-4 {
      margin-left: 33.33333%; }

    #admincontent_inner .col-lg-offset-5 {
      margin-left: 41.66667%; }

    #admincontent_inner .col-lg-offset-6 {
      margin-left: 50%; }

    #admincontent_inner .col-lg-offset-7 {
      margin-left: 58.33333%; }

    #admincontent_inner .col-lg-offset-8 {
      margin-left: 66.66667%; }

    #admincontent_inner .col-lg-offset-9 {
      margin-left: 75%; }

    #admincontent_inner .col-lg-offset-10 {
      margin-left: 83.33333%; }

    #admincontent_inner .col-lg-offset-11 {
      margin-left: 91.66667%; }

    #admincontent_inner .col-lg-offset-12 {
      margin-left: 100%; } }
  #admincontent_inner .bg-danger {
    padding: 15px; }

#admincontent_inner #finder, #admincontent_inner #finder * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#admincontent .nowrap {
  white-space: nowrap; }

#admincontent .formlabel {
  text-align: right;
  font-weight: bold; }

#admincontent li a {
  text-decoration: none; }

#gp_admin_html .admin_note, #gp_admin_html .sm {
  font-size: 12px; }

#gp_admin_html .admin_note a {
  text-decoration: none; }

#gp_admin_html .text-muted {
  color: #666; }
/*** admin_box ***/
#gp_admin_box1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000; }

#gp_admin_box {
  position: absolute;
  top: 0;
  margin-top: 40px; }

#gp_admin_boxc {
  background: #fff !important;
  width: 640px;
  padding: 20px !important; }

#gp_admin_boxc.iframe {
  padding: 25px 1px 20px 0 !important; }

#gp_admin_boxc iframe {
  width: 100%;
  border: 0; }

#gp_admin_box h2, #gp_admin_box h3 {
  margin-top: 0;
  padding-top: 0; }

a.gp_admin_box_close {
  position: absolute;
  top: 7px;
  right: 7px;
  text-decoration: none;
  height: 16px;
  width: 16px;
  background: url('/include/imgs/cancel.png') no-repeat 50% 50%; }

#gp_admin_box h2 a, #gp_admin_box h3 a, #gp_admin_box h4 a {
  text-decoration: none;
  color: #444; }

input.admin_box_close {
  display: none; }

#gp_admin_box input.admin_box_close {
  display: inline; }

.layout_color_id {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 5px; }

.layout_default {
  opacity: 0.6;
  filter: alpha(opacity=60); }
/* For new content areas, empty areas and hidden areas */
body.edit_layout .GPAREA {
  min-height: 1em; }

body.gpAdmin .GPAREA[data-gp_hidden="true"] {
  display: none !important; }

body.gpAdmin div.editable_area {
  min-height: 1em; }
/* general */
.bordered {
  margin-top: 1em;
  border-spacing: 0;
  border-top: 1px solid #eee; }

.full_width, #gp_admin_html .full_width {
  width: 100%; }

.bordered > tbody > tr > th, .bordered > thead > tr > th, .bordered > tbody > tr > td, .bordered > tfoot > tr > td {
  padding: 7px;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #444 !important;
  background-color: #fff; }

.bordered > tbody > tr > th, .bordered > thead > tr > th {
  background-color: #eee;
  white-space: nowrap;
  color: #000;
  text-shadow: 0 1px 0 #fff !important;
  border-bottom: 1px solid #ddd;
  font-weight: bold; }

.bordered > tbody > tr.even > td, .bordered.striped tbody > tr:nth-child(2n) > td {
  background: #f5f5f5; }

#gp_admin_html .bordered.middle > tbody > tr > td {
  vertical-align: middle; }
/* collapsible */
.collapsible h4 {
  margin: 0;
  border: 0 none; }

.collapsible h4 a {
  display: block;
  cursor: pointer;
  padding: 5px 6px;
  margin-top: 5px;
  border-radius: 3px;
  color: #333 !important;
  background: #f1f1f1;
  border: 1px solid #ccc !important;
  border-color: #ddd #ddd #ccc #ddd !important;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ddd));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ddd);
  background-image: -o-linear-gradient(top, #f7f7f7, #ddd);
  background-image: linear-gradient(to bottom, #f7f7f7, #ddd);
  background-repeat: repeat-x; }

.collapsible h4 a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0d7";
  color: #666;
  width: 1.2em;
  text-align: center; }

.collapsible h4.gp_collapsed a {
  border-radius: 3px; }

.collapsible h4.gp_collapsed a:before {
  content: "\f0da";
  color: #888 !important; }

.collapsible h4 a:focus {
  outline: 0;
  /* prevent dotted outline from click */ }

.collapsible > div {
  border-radius: 0 0 3px 3px;
  background: #fff;
  padding: 5px; }
/* configuration table */
table.configuration {
  width: 100%; }

table.configuration select {
  width: 15em; }

table.configuration input, table.configuration textarea {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 3px; }

table.configuration textarea {
  width: 100%; }

table.configuration td:first-child {
  width: 20%; }

table.tablesorter th.gp_header {
  cursor: pointer; }

table.tablesorter th.gp_header:before {
  content: "\21C5";
  float: right; }

table.tablesorter th.gp_header_asc:before {
  content: "\2193"; }

table.tablesorter th.gp_header_desc:before {
  content: "\2191"; }
/* New Expandable Menu Control */
.expand_child, .expand_child_click {
  position: relative; }

.expand_child ul, .expand_child_click ul {
  position: absolute;
  display: none; }

.expand ul {
  display: block; }

.expand .expand_child ul, .expand .expand_child_click ul {
  display: none; }

.expand .expand ul {
  display: block; }

.hidden_options {
  visibility: hidden; }

.expand .hidden_options {
  visibility: visible; }
/* don't show any drop down menus when dragging */
.drag_active ul {
  display: none !important; }

.drag_active .hidden_options {
  visibility: hidden !important; }
/*	 Drag 'n Drop   */
.draggable_element {
  cursor: move; }

.draggable_hidden {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.target {
  left: -5px;
  top: -5px;
  visibility: visible !important;
  -webkit-box-shadow: 5px 5px 5px #888;
  -moz-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
  opacity: 1;
  filter: alpha(opacity=100); }
/*
 * Admin Panel
 * This is the panel of admin links that is displayed across all pages when the user is logged in
 *
 */
/* simple panel */
#simplepanel {
  position: fixed;
  z-index: 9002; }

#simplepanel > div {
  padding: 0;
  margin: 0 0 5px 0;
  width: auto;
  min-width: 130px;
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  background: #222;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

#gp_admin_html ul, #simplepanel ul {
  overflow: visible; }

#simplepanel a, #simplepanel span, #simplepanel div {
  line-height: 18px;
  text-decoration: none;
  color: #f5f5f5 !important; }

#simplepanel img {
  border: 0;
  margin: 0;
  padding: 0; }
/* toolbar */
#simplepanel .toolbar {
  position: relative;
  cursor: move;
  line-height: 0; }

#simplepanel .toolbar > a {
  display: inline-block;
  height: 32px;
  width: 20% !important;
  min-width: 32px;
  vertical-align: top;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#simplepanel .toolbar > a i {
  margin: 0; }

#simplepanel .toolbar .toggle_panel {
  background: url('/include/imgs/icons.png') no-repeat 50% -32px; }

#simplepanel.compact > div {
  width: 32px;
  min-width: 0; }

#simplepanel.compact .toolbar .toggle_panel {
  background: url('/include/imgs/icons.png') no-repeat 50% -64px; }

#simplepanel.minb:hover > div {
  margin: 0 0 200px 0;
  /* prevent the menu from disappearing if changing the display makes the user mouseout */ }

#simplepanel.toggledmin > div {
  margin: 0 !important;
  /* don't add margin at bottom if the display was just changed */ }

#simplepanel.minb .toolbar .toggle_panel {
  background: url('/include/imgs/icons.png') no-repeat 50% 0; }

#simplepanel .toolbar .extra {
  float: right; }

#simplepanel.compact .toolbar .extra, #simplepanel.minb .toolbar .extra {
  display: none; }

#simplepanel.minb:hover .toolbar .extra {
  display: inline-block; }
/* panelgroup */
#simplepanel .panelgroup {
  position: relative;
  display: block; }
/* toplink */
#simplepanel .toplink {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  margin: 0;
  height: 16px;
  padding: 8px; }

#simplepanel .fa {
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  font-size: 14px; }

#simplepanel .toolbar .fa {
  font-size: 16px; }

#simplepanel .gpversion {
  color: #888 !important;
  font-size: 11px;
  padding: 10px; }

#simplepanel .toplink span {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  color: #f5f5f5; }

#simplepanel.compact .toplink span {
  display: none; }
/* panelgroup2 */
#simplepanel.compact .panelgroup .panelgroup2 {
  position: absolute;
  top: 0;
  left: 100%;
  display: none !important;
  padding-left: 8px;
  padding-right: 5px;
  margin-left: -3px;
  /* for IE */
  background-image: url('/include/imgs/blank.gif');
  /* for IE */ }

#simplepanel.compact .panelgroup:hover .panelgroup2 {
  display: block !important; }
/* submenu */
#simplepanel .submenu {
  position: relative;
  background-color: #2b2b2b;
  border-top: 1px solid #111;
  border-bottom: 1px solid #3f3f3f;
  margin: 0;
  padding: 0; }

#simplepanel .submenu ul, #simplepanel .submenu li {
  margin: 0;
  padding: 0;
  list-style: none; }

#simplepanel .submenu ul {
  z-index: 9010;
  margin-left: -1px;
  margin-right: -1px; }

#simplepanel .submenu li > a, #simplepanel .submenu li > span {
  display: block;
  padding: 3px 14px;
  white-space: nowrap;
  overflow: hidden; }

#simplepanel .submenu a.submenu_top {
  display: none; }

#simplepanel .submenu .expand_child > a:after {
  font-size: 10px;
  vertical-align: top;
  color: #aaa;
  content: "\25B6";
  padding-left: 9px;
  position: absolute;
  right: 0px;
  padding-right: 3px;
  background-color: inherit; }

#simplepanel .submenu a:hover {
  background-color: #222; }

#simplepanel .submenu li.selected a {
  background-color: #222;
  font-weight: bold; }

#simplepanel.compact .submenu {
  border: 1px solid #000;
  border-radius: 5px; }

#simplepanel.compact .submenu a.submenu_top {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 16px;
  font-weight: bold;
  background-color: #222;
  border-bottom: 1px solid #000; }

#simplepanel .submenu li.separator {
  border-bottom: 1px solid #3f3f3f; }

#simplepanel .submenu li:last-child {
  border-bottom: 0 none; }
/* third level */
#simplepanel .expand ul {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #222;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px; }

#simplepanel .expand ul a:hover {
  background: #2b2b2b; }
/*
 * Minimum display
 */
#simplepanel.minb > div {
  min-width: 0; }

#simplepanel.minb .toolbar a:nth-child(n+2), #simplepanel.minb .panelgroup {
  display: none; }

#simplepanel.minb:hover .panelgroup {
  display: block; }

#simplepanel.minb:hover .toolbar a:nth-child(n+2) {
  display: inline-block; }

#simplepanel.toggledmin .panelgroup, #simplepanel.toggledmin .toolbar a:nth-child(n+2) {
  display: none !important; }

#gp_edit_overlay {
  position: absolute;
  height: 0;
  width: 0;
  overflow: visible;
  z-index: 8999; }

#gp_edit_overlay div, #gp_edit_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8998;
  display: none;
  cursor: pointer;
  background-color: #eee;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 1px dashed red;
  border-radius: 3px;
  -moz-border-image: url('/include/imgs/editing.gif') 1 repeat;
  -webkit-border-image: url('/include/imgs/editing.gif') 1 repeat;
  border-image: url('/include/imgs/editing.gif') 1 repeat; }

#gp_edit_overlay > span {
  position: absolute;
  z-index: 8999;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin: 2px;
  max-width: 200px;
  background: rgba(238, 238, 238, 0.95);
  padding: 2px;
  border: 1px solid rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

#gp_edit_overlay span > * {
  display: none !important; }

#gp_edit_overlay span a {
  position: relative;
  color: #444 !important;
  padding: 4px 7px;
  border: 1px solid transparent;
  margin: 0 24px 0 0;
  font-size: 13px !important;
  cursor: pointer;
  white-space: nowrap;
  line-height: 100%;
  border-radius: 2px; }

#gp_edit_overlay span a:hover {
  background: rgba(200, 200, 200, 0.5); }

#gp_edit_overlay span.gp_hover * {
  display: block !important; }

#gp_edit_overlay .gp_separator {
  margin: 2px 0;
  border: 0 none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #f5f5f5; }

#gp_edit_overlay span a.gp_overlay_expand {
  display: block !important;
  padding: 1px !important;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-align: right;
  margin: 0;
  font-size: 16px !important; }

#gp_edit_overlay span.gp_hover a.gp_overlay_expand {
  float: right;
  z-index: 9001;
  text-align: center; }

#gp_edit_overlay span.gp_hover a.gp_overlay_expand:before {
  content: '\f00d'; }
/* adminlinks */
#adminlinks2 {
  position: relative;
  z-index: 10;
  margin-right: -30px; }

#adminlinks2 .panelgroup {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 10px 0;
  width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns_3 #adminlinks2 .panelgroup {
  width: 33%; }

.columns_2 #adminlinks2 .panelgroup {
  width: 49%; }

.columns_1 #adminlinks2 .panelgroup {
  width: 99%; }

#adminlinks2 .panelgroup2 {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  margin: 3px 0; }

#adminlinks2 > div > a, #adminlinks2 > div > span {
  padding: 7px 3px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 #fff;
  font-size: 18px;
  color: #333 !important; }

#adminlinks2 > div > span.layout_label > a {
  color: #333; }

#adminlinks2 ul, #adminlinks2 li {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10; }

#adminlinks2 li {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

#adminlinks2 li > a, #adminlinks2 li > span {
  font-size: 13px;
  padding: 5px 12px;
  display: block;
  white-space: nowrap;
  min-width: 170px;
  outline: 0 none;
  color: #333 !important; }

#adminlinks2 li a:hover {
  color: #269 !important;
  text-decoration: none; }

#adminlinks2 li.submenu_top {
  display: none; }

#adminlinks2 li.separator {
  border-bottom: 1px dotted #ccc; }

#adminlinks2 li.expand_child_click {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  background: #f9f9f9; }

#adminlinks2 li.expand_child_click > a:before {
  font-size: 10px;
  vertical-align: top;
  color: #888;
  content: "\25B6";
  padding-right: 5px; }

#adminlinks2 li.expand > a:before {
  content: "\25BC"; }

#adminlinks2 li.expand, #adminlinks2 li:hover {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 11; }

#adminlinks2 li.expand_child_click ul {
  position: relative;
  z-index: 11;
  background: #fff; }

#adminlinks2 li.expand_child_click li {
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0 none;
  border-radius: 0;
  margin: 0; }

#adminlinks2 li.expand_child_click li > a, #adminlinks2 li.expand_child_click li > span, #adminlinks2 li.expand_child_click li > b, #adminlinks2 li.expand_child_click li > form {
  font-size: 13px;
  display: block;
  padding: 3px 25px; }

#adminlinks2 li.expand_child_click li:hover {
  background: #f7f7f7; }

#adminlinks2 .gp_notice {
  margin: 5px; }
/*
 *
 * Overlay
 */
#loading1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  text-align: center; }

#loading1 i {
  position: absolute;
  top: 40%; }

div.inline_box {
  padding: 2em; }

div.inline_box h2 {
  margin-top: 0;
  color: #333; }

div.inline_box td {
  padding: 0.5em; }

div.inline_box .formlabel {
  text-align: right;
  font-size: 85%;
  white-space: nowrap; }

div.inline_box input, div.inline_box select, div.inline_box textarea {
  padding: 3px 5px; }

div.inline_box .cancel {
  display: inline !important; }

div.inline_box li {
  list-style: none; }

div.inline_box label {
  display: block; }
/*
 * Addon
 */
#gp_admin_html .rating {
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: top; }

#gp_admin_html .rating a {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  padding: 0;
  background: url('/include/imgs/stars.png') no-repeat 0 0; }

#gp_admin_html .rating a.unset {
  background-position: 0 -16px; }

.gp_notice, .gp_warning {
  border: 1px solid #fcefa1;
  padding: 7px 9px;
  border-radius: 5px;
  background: #fffde6; }

.gp_notice, .gp_warning b {
  display: block; }

.gp_warning {
  border-color: #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

.gp_passed {
  border: 1px solid #6aa84f;
  padding: 5px 7px;
  background-color: #bdf5a4;
  border-radius: 5px; }

body #addon_about {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 14px;
  max-width: 600px;
  border-radius: 5px;
  line-height: 170%; }

#addon_about h3 {
  margin-bottom: 0.5em; }
/*
 Admin_Users
 */
#gp_admin_html label.all_checkbox {
  position: relative;
  white-space: nowrap;
  margin-right: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

#gp_admin_html label.all_checkbox > span {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  padding: 4px 7px;
  border-radius: 3px; }

#gp_admin_html label.all_checkbox input:checked + span {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

#gp_admin_html label.all_checkbox input {
  position: absolute;
  left: -20px;
  z-index: -1; }

#gp_admin_html label.select_all {
  padding: 5px 0;
  margin-bottom: 5px; }
/* tabs */
.layout_links {
  margin: 0 0 12px 0;
  /*
   text-align: justify;
   position: relative;
   width: 100%;
   &:after { // create a line break to justify line
   content: "";
   display: inline-block;
   width: 100%;
   height: 1px;
   }
   */ }

.layout_links a, #gp_admin_html .layout_links a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin: 3px 0;
  padding: 3px 5px;
  border-radius: 3px !important;
  font-size: 13px;
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.layout_links a.selected, #gp_admin_html .layout_links a.selected {
  border: 1px solid #444;
  background-color: #777;
  color: #fff; }

#area_lists {
  position: relative; }

#area_lists table {
  width: 100%; }

#area_lists td.add {
  text-align: right; }
/* jquery ui autocomplete */
#gp_admin_html .ui-autocomplete {
  z-index: 12000;
  /* for auto-complete scrolling */
  max-height: 250px;
  overflow-y: auto; }
  #gp_admin_html .ui-autocomplete .ui-menu-item {
    min-width: 200px !important;
    padding-right: 30px !important; }
  #gp_admin_html .ui-menu .ui-menu-item {
    font-size: 14px;
    line-height: 14px !important;
    padding: 0.3em 0.4em !important;
    margin: 0.1em 0 !important;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden; }
  #gp_admin_html .ui-menu-item a {
    color: #333; }
  #gp_admin_html .ui-menu-item span {
    font-size: 11px;
    padding-top: 1px;
    line-height: 11px;
    display: block;
    color: #777; }
/* Upload form
 * Needed for inline editing and upload manager
 */
.gp_upload_form {
  position: relative;
  display: block;
  font-size: 13px !important;
  cursor: pointer;
  overflow: hidden;
  height: 100%; }

#ckeditor_area .gp_upload_form {
  padding: 0 0 5px 0 !important; }

.gp_object_wrapper {
  position: relative;
  z-index: 10001;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }

.gp_upload_form * {
  cursor: pointer; }
/* floating areas */
#gp_admin_box, .gp_floating_area {
  border: 1px solid #fff;
  border-radius: 6px;
  background: #ededed;
  background: #ededed -moz-linear-gradient(top, #fafafa 5px, #ededed 25px);
  background: #ededed -webkit-linear-gradient(top, #fafafa 5px, #ededed 25px);
  background: #ededed -o-linear-gradient(top, #fafafa 5px, #ededed 25px);
  background: #ededed -ms-linear-gradient(top, #fafafa 5px, #ededed 25px);
  background: #ededed linear-gradient(top, #fafafa 5px, #ededed 25px);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

#gp_admin_box > div, .gp_floating_area > div {
  padding: 4px;
  border-radius: 6px; }

.gp_floating_area .toolbar {
  text-align: left;
  margin-bottom: 2px;
  cursor: move;
  min-height: 18px;
  cursor: move;
  /* font-weight: bold; */
  font-size: 13px;
  position: relative;
  color: #777 !important; }

.gp_floating_area .gp_right {
  float: right; }

.gp_floating_area .gp_right a, .gp_floating_area .gp_right span {
  display: inline-block;
  margin: 0 0 0 8px; }

.unavail {
  visibility: hidden; }
/**
 * drop down menus
 *
 */
.dd_menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 150px; }

.dd_menu ul, .dd_menu li, .dd_menu li a, .dd_menu .dd_list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 130% !important;
  background: #fff;
  white-space: nowrap;
  width: auto; }

.dd_menu a {
  color: #333 !important;
  position: relative; }

.dd_menu {
  position: relative;
  line-height: 100% !important;
  height: 26px; }

.dd_menu > a {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 0 20px 0 7px;
  line-height: 24px !important;
  height: 24px;
  white-space: nowrap; }

.dd_menu > a input {
  border: 0 none;
  background: #fff;
  width: 100%; }

.dd_menu > a:after {
  position: absolute;
  right: 0;
  padding: 0 4px;
  border-radius: 2px;
  font-size: 10px;
  color: #666;
  content: "\25BC";
  padding-left: 5px;
  background: #fff; }

.dd_menu .dd_list {
  position: absolute;
  padding: 0;
  display: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  top: 100%;
  margin-top: -1px;
  z-index: 11020;
  /* place over messages */
  overflow: hidden; }

.dd_list > ul {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.dd_list .list_heading {
  font-weight: bold;
  padding: 0 10px;
  background: #f1f1f1 !important;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 3px;
  font-size: 15px; }

.dd_list li:first-child .list_heading {
  border-top: 0 none; }

.dd_list li > span, .dd_list li > b, .dd_list li > a {
  padding: 3px 17px !important;
  display: block;
  min-width: 200px;
  position: relative; }

.dd_list li.selected > * {
  font-weight: bold; }

.dd_list li > *:hover {
  background: #f5f5f5; }

.dd_list li.selected > *:before {
  content: "\25B6";
  font-size: 8px;
  color: #aaa;
  margin-left: -10px;
  position: absolute; }

#admin_search .match_stats {
  color: #666;
  display: block; }

#admin_search .result_list h4 {
  margin: 20px 0 0 0; }

#admin_search .result_list h4 a {
  font-weight: normal;
  font-size: 17px;
  margin: 0;
  color: #269 !important;
  border-bottom: 0 none; }

.ui-selectable-helper {
  z-index: 10000 !important; }

#gp_admin_html .hmargin_tabs, #gp_admin_html .hmargin {
  margin-top: 0;
  margin-bottom: 1em;
  color: #333; }

.hmargin a, .hmargin span {
  display: inline-block;
  white-space: nowrap; }

.hmargin_tabs a, .hmargin_tabs span {
  border-right: 2px solid #eee;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  white-space: nowrap; }

.hmargin_tabs a, .hmargin a {
  color: #888 !important;
  border-bottom: 0 none !important; }

.hmargin_tabs a:hover, .hmargin a:hover {
  color: #333 !important; }

.hmargin span {
  color: #bbb;
  margin: 0 5px; }

.hmargin_tabs *:last-child {
  border: 0 none; }

.well {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 20px; }
/**
 * Full Size Admin Area
 *
 */
.admin_body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box; }
  .admin_body body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box; }
  .admin_body #gp_admin_html {
    position: relative;
    text-transform: none;
    box-sizing: border-box; }
  .admin_body #simplepanel {
    position: absolute;
    width: 180px;
    top: 0;
    left: 0;
    bottom: 0; }
    .admin_body #simplepanel > div {
      border-radius: 0;
      border: 0 none;
      height: 100%;
      width: 180px;
      margin: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .admin_body #simplepanel > div:after {
      content: '';
      position: fixed;
      width: 180px;
      top: 0;
      left: 0;
      bottom: 0;
      border: 1px solid #000;
      background: #222;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
      z-index: -1; }
    .admin_body #simplepanel .toggle_panel {
      display: none; }
/* ckeditor & autocomplete conflict */
.cke_dialog_ui_input_text .ui-helper-hidden-accessible {
  display: none; }

#admincontent_inner .cke_reset * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
/**
 * New section options
 *
 */
#new_section_links > div {
  display: inline-block;
  max-width: 100px;
  width: 50%;
  position: relative;
  overflow: hidden; }

#new_section_links input {
  position: absolute;
  left: -30px;
  top: 0px; }

#new_section_links label, #new_section_links a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0;
  background: #fff;
  margin: 0 3px 3px 0;
  color: #666 !important;
  box-sizing: border-box;
  text-align: center;
  height: 52px;
  vertical-align: top;
  overflow: hidden;
  outline: none;
  position: relative;
  cursor: pointer; }

#new_section_links a:hover #new_section_links input:checked + label {
  border-color: #999; }

#new_section_links a:hover:after, #new_section_links input:checked + label:after {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  content: ' '; }

#new_section_links span {
  font-size: 12px;
  padding: 4px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-shadow: 0 1px 1px #fff; }
/**
 * Scroll list
 *
 */
#gp_admin_html .gp_scrolllist {
  transform: translateZ(1px);
  padding-left: 0;
  padding-right: 0;
  width: auto;
  display: block;
  overflow: hidden; }

#gp_admin_html .gp_scrolllist > div {
  height: 300px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 24px; }

.gp_scrolllist > div > input.gpsearch {
  box-sizing: border-box !important;
  width: 100% !important;
  display: block;
  padding: 5px 10px;
  border: 0 none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
  position: fixed;
  top: 0; }

.gp_scrolllist label, .gp_scrolllist span {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis; }

.gp_scrolllist label input {
  position: absolute;
  left: -20px;
  z-index: -1; }

.gp_scrolllist label > span {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 3px 5px;
  color: #666;
  margin: 3px 6px; }

.gp_scrolllist label.filtered > span {
  display: none; }

.gp_scrolllist input:checked + span {
  display: block !important;
  border-color: #ddd;
  background-color: #eee; }

.gp_scrolllist label span.slug {
  color: #aaa;
  font-size: 11px !important; }
/**
 * Fontawesome
 *
 */
#gp_admin_html .fa {
  font-family: FontAwesome; }
/**
 * Layout Editor/Codemirror
 *
 */
.CodeMirror {
  font-family: "Consolas", "Menlo", "Andale Mono", "DejaVu Sans Mono", monospace !important; }
