html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'open-sans', sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 50%);
  background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: white url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(bottom, white 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  /*padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;*/
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 1px 0;
  width: 200px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  /*margin: 1px 0;
  min-width: 200px;*/
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  height: auto;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: white url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  /*padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;*/
  padding: 2px 5px 1px 18px;
  margin: 3px 0 0 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  /*top: 4px;*/
  top:1px;
  font-size: 1px;
  outline: none;
  /*background: url("select2.png") right top no-repeat;*/
}
/*.select2-search-choice-close:before{
  content: 'x';
  position: absolute;
  left: 0;
  top:0;
}*/

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #03669b;
  color: white;
}

::-moz-selection {
  background: #03669b;
  color: white;
}

.redactor_box li {
  list-style-type: disc;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #f7f7f7;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

html, body {
  height: 100%;
  font-size: 12px;
}

header {
  background-color: #03669b;
  color: white;
}

h1, h2, h3, h4, h5, h6, legend {
  font-weight: 700;
  margin-bottom: 10px;
}

p {
  margin-bottom: 12px;
  line-height: 18px;
}

code {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  background-color: #eeeeee;
  padding: 10px;
  display: inline-block;
  margin: 10px 0;
}

select {
  max-width: 100%;
}

a {
  color: #03669b;
  text-decoration: none;
}
a:hover {
  color: #0487cd;
}

#contents-404 {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-grey {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #4a5968 solid 1px;
  background-color: #556677;
  color: white;
}
.button-grey i {
  font-weight: bold;
}
.button-grey:hover {
  background-color: #4a5968;
  color: white;
}

.button-blue, .tabs > div .visibility a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #035682 solid 1px;
  background-color: #03669b;
  color: white;
}
.button-blue i, .tabs > div .visibility a i {
  font-weight: bold;
}
.button-blue:hover, .tabs > div .visibility a:hover {
  background-color: #035682;
  color: white;
}

.button-brightblue, #content-list .list-item .options .live-edit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #006bce solid 1px;
  background-color: #0078e7;
  color: white;
}
.button-brightblue i, #content-list .list-item .options .live-edit i {
  font-weight: bold;
}
.button-brightblue:hover, #content-list .list-item .options .live-edit:hover {
  background-color: #006bce;
  color: white;
}

.button-red, #content-list .list-item .options .trash {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #ba3333 solid 1px;
  background-color: #ca3c3c;
  color: white;
}
.button-red i, #content-list .list-item .options .trash i {
  font-weight: bold;
}
.button-red:hover, #content-list .list-item .options .trash:hover {
  background-color: #ba3333;
  color: white;
}

.button-yellow {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #eea236 solid 1px;
  background-color: #f0ad4e;
  color: white;
}
.button-yellow i {
  font-weight: bold;
}
.button-yellow:hover {
  background-color: #eea236;
  color: white;
}

.button-green, #content-list .list-item .options .edit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #208e4e solid 1px;
  background-color: #25a25a;
  color: white;
}
.button-green i, #content-list .list-item .options .edit i {
  font-weight: bold;
}
.button-green:hover, #content-list .list-item .options .edit:hover {
  background-color: #208e4e;
  color: white;
}

.button-green-p {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 10px;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  border: #208e4e solid 1px;
  background-color: #25a25a;
  color: white;
  padding: 0 5px !important;
  margin-right: 4px;
}
.button-green-p i {
  font-weight: bold;
}
.button-green-p:hover {
  background-color: #208e4e;
  color: white;
}

#top-menu {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#top-menu:before, #top-menu:after {
  content: " ";
  display: table;
}
#top-menu:after {
  clear: both;
}
#top-menu .logo {
  width: 140px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top-menu .topnav {
  width: 780px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top-menu .topnav ul {
  position: relative;
  display: inline-table;
}
#top-menu .topnav ul:after {
  content: "";
  clear: both;
  display: block;
}
#top-menu .topnav ul li {
  float: left;
  position: relative;
}
#top-menu .topnav ul li a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  line-height: 40px;
  text-decoration: none;
  font-size: 12px;
  border-left: 1px solid #0376b4;
  border-right: 1px solid #035682;
}
#top-menu .topnav ul li a:hover {
  background: #0487cd;
}
#top-menu .topnav ul li ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  background-color: #024569;
  min-width: 190px;
  width: 100%;
}
#top-menu .topnav ul li ul li {
  float: none;
  position: relative;
}
#top-menu .topnav ul li ul li a {
  padding: 5px 10px;
  line-height: 20px;
  color: #fff;
}
#top-menu .topnav ul li ul li a:hover {
  background: #0487cd;
}
#top-menu .topnav ul li ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
#top-menu .topnav ul li:hover > ul {
  display: block;
}
#top-menu .topnav ul li:first-child a {
  border-left: 0;
}
#top-menu .topnav ul li:last-child a {
  border-right: 0;
}
#top-menu .topnav ul li.parent a {
  background-image: url("../images/nav-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  /* the bottom margin is the negative value of the footer's height */
}
#wrapper:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
}

#page-header {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#page-header:before, #page-header:after {
  content: " ";
  display: table;
}
#page-header:after {
  clear: both;
}

#page-contents {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#page-contents:before, #page-contents:after {
  content: " ";
  display: table;
}
#page-contents:after {
  clear: both;
}
#page-contents:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 40px;
}

.redactor_editor {
  height: 300px;
}

#login {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#login a {
  color: #03669b;
  text-decoration: none;
  font-style: italic;
}
#login a:hover {
  color: #0487cd;
}

#breadcrumbs {
  width: 940px;
  float: left;
  margin: 0 0 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E9E9E9;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}
#breadcrumbs a {
  color: #03669b;
  text-decoration: none;
}

#main-contents {
  width: 700px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-contents:before, #main-contents:after {
  content: " ";
  display: table;
}
#main-contents:after {
  clear: both;
}

#page-title {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
#page-title h1 {
  line-height: 2em;
  font-size: 2em;
}

.pagination {
  display: block;
  text-align: center;
}
.pagination a {
  display: inline-block;
  border: 1px solid #AAA;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #FAFAFA;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #0376b4;
  color: white;
}
.pagination a.selected {
  background-color: #03669b;
  color: white;
}
.pagination a.selected:hover {
  background-color: #0376b4;
  color: white;
}
.pagination a.pagination-first {
  background-color: #03669b;
  color: white;
}
.pagination a.pagination-first:hover {
  background-color: #0376b4;
  color: white;
}
.pagination a.pagination-last {
  background-color: #03669b;
  color: white;
}
.pagination a.pagination-last:hover {
  background-color: #0376b4;
  color: white;
}
.pagination a.pagination-next {
  background-color: #03669b;
  color: white;
}
.pagination a.pagination-next:hover {
  background-color: #0376b4;
  color: white;
}
.pagination a.pagination-previous {
  background-color: #03669b;
  color: white;
}
.pagination a.pagination-previous:hover {
  background-color: #0376b4;
  color: white;
}

.tabs {
  border-radius: 2px;
  margin-top: 20px;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs > ul {
  width: 160px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  width: 180px;
  margin-right: 0;
}
.tabs > ul:last-child {
  margin-right: 0;
}
.tabs > ul li {
  background-color: #E9E9E9;
  margin-bottom: 5px;
  -webkit-box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
}
.tabs > ul li a {
  color: #838383;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 12px;
}
.tabs > ul li.ui-state-active {
  background-color: #03669b;
}
.tabs > ul li.ui-state-active a {
  color: white;
  text-decoration: none;
}
.tabs > div {
  width: 520px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  border: 1px solid #E9E9E9;
  padding: 10px;
  background-color: #fff;
  min-height: 320px;
}
.tabs > div:last-child {
  margin-right: 0;
}
.tabs > div h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.tabs > div label {
  font-size: 12px;
}
.tabs > div h5 {
  display: inline;
}
.tabs > div .visibility {
  display: block;
  margin-bottom: 10px;
}
.tabs > div .visibility h5 {
  display: block;
  margin-bottom: 5px;
}
.tabs > div .visibility p {
  margin-bottom: 12px;
}

.divider {
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

#productDownloadsTab .file {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#productDownloadsTab .file .drop {
  margin-top: 5px;
  border: 1px dashed #999;
  padding: 20px;
  text-align: center;
  margin: 10px 0px;
  color: #999;
}

.uploadContainer .drop {
  margin-top: 5px;
  border: 1px dashed #999;
  padding: 20px;
  text-align: center;
  margin: 10px 0px;
  color: #999;
  background-color: #fafafa;
}
.uploadContainer .upload {
  position: fixed;
  left: 10px;
  top: 100px;
}
.uploadContainer .upload ul li {
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
}
.uploadContainer .upload ul .success {
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
}

.mce-tinymce td {
  padding: 10px;
}

#productOptionsTab label {
  display: inline-block;
  width: 130px;
}

.ckeditor {
  height: 336px;
  background-color: #456;
  color: white;
  text-align: center;
  line-height: 336px;
  margin-bottom: 20px;
}

#content-options {
  width: 220px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #737373;
  padding: 10px;
  border-radius: 2px;
  font-size: 12px;
  color: white;
}
#content-options h2 {
  color: white;
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#content-options h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#content-options .blue-button {
  display: block;
  background-color: #32a8e7;
  padding: 10px;
  color: white;
  cursor: pointer;
  width: 200px;
  margin-left: 0;
  margin-bottom: 10px;
  text-decoration: none;
  border: none;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.admin-blue-button,
#editable-list #list a.admin-blue-button{
    display: block;
    /*background-color: #32a8e7 !important;*/
    background-color: #32a8e7;
    padding: 5px;
    color: white;
    cursor: pointer;
    width: 125px;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    border: none;
    text-align: center;
    border-radius: 0px !important;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-green,
#editable-list #list a.button-green{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 10px;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    border: #208e4e solid 1px;
    background-color: #25a25a;
    color: white;
}


#editable-list #list a.admin-blue-button{
  margin-bottom: 0;
  line-height: 14px;
}
#content-options .blue-button:hover,
#editable-list #list a.admin-blue-button:hover {
  background-color: #49b2ea;
}
#content-options .grey-button {
  display: block;
  background-color: #939393;
  padding: 10px;
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content-options .grey-button:hover {
  background-color: #acacac;
}

.select-file {
  display: block;
  background-color: #32a8e7;
  padding: 10px;
  color: white;
  cursor: pointer;
  width: 200px;
  margin-left: 0;
  margin-bottom: 10px;
  text-decoration: none;
  border: none;
  margin: 0 auto;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select-file:hover {
  background-color: #49b2ea;
  color: white;
}

#dash-highlights {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#dash-highlights:before, #dash-highlights:after {
  content: " ";
  display: table;
}
#dash-highlights:after {
  clear: both;
}
#dash-highlights h1 {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #03669b;
}
#dash-highlights .box a {
  width: 220px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #024569 1px solid;
  background-color: #03669b;
  color: white;
  padding: 10px;
  text-decoration: none;
}
#dash-highlights .box .number {
  font-size: 36px;
}
#dash-highlights .box .type {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
#dash-highlights .box .link {
  display: block;
  font-size: 12px;
}
#dash-highlights .box a:hover {
  background-color: #0370aa;
}

#logs {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#logs:before, #logs:after {
  content: " ";
  display: table;
}
#logs:after {
  clear: both;
}
#logs h2 {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#logs h2 a {
  color: #666;
  text-decoration: none;
}
#logs h2 a:hover {
  color: #333;
}
#logs .log {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E9E9E9;
  margin-bottom: 5px;
  padding: 10px;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
#logs .log span {
  color: #999;
}
#logs .log:hover {
  background-color: #03669b;
  color: #fff;
}

#filter-options .filters .filter > a {
  display: inline-block;
  color: #fff;
  background-color: #999;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 4px;
  text-decoration: none;
  font-size: 12px;
}
#filter-options .filters .current > a {
  background-color: #32a8e7;
}
#filter-options input[type="submit"] {
  width: 100%;
  border: 0;
  background-color: #32a8e7;
  color: white;
  padding: 10px;
  border-radius: 2px;
  margin: 10px 0;
}
#filter-options input[type="submit"]:hover {
  background-color: #60bbec;
}

.extraOptions {
  margin-bottom: 10px;
}

#create-page {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #03669b;
  text-decoration: none;
}

#content-fullwidth {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content-list {
  width: 700px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
}
#content-list .list-item {
  background-color: #E9E9E9;
  margin-bottom: 5px;
  font-size: 12px;
}
#content-list .list-item:before, #content-list .list-item:after {
  content: " ";
  display: table;
}
#content-list .list-item:after {
  clear: both;
}
#content-list .list-item .handle {
  position: relative;
}
#content-list .list-item .handle span {
  display: block;
  position: absolute;
  left: -26px;
  font-size: 18px;
  padding: 4px;
  border-radius: 3px 0px 0px 3px;
  background-color: #E9E9E9;
}
#content-list .list-item .col-1 {
  width: 160px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-1:last-child {
  margin-right: 0;
}
#content-list .list-item .col-2 {
  width: 100px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-2:last-child {
  margin-right: 0;
}
#content-list .list-item .col-3 {
  width: 160px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-3:last-child {
  margin-right: 0;
}
#content-list .list-item .col-4 {
  width: 220px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-4:last-child {
  margin-right: 0;
}
#content-list .list-item .col-5 {
  width: 280px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-5:last-child {
  margin-right: 0;
}
#content-list .list-item .col-6 {
  width: 340px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-6:last-child {
  margin-right: 0;
}
#content-list .list-item .col-7 {
  width: 400px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-7:last-child {
  margin-right: 0;
}
#content-list .list-item .col-8 {
  width: 460px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-8:last-child {
  margin-right: 0;
}
#content-list .list-item .col-9 {
  width: 520px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-9:last-child {
  margin-right: 0;
}
#content-list .list-item .col-10 {
  width: 580px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-10:last-child {
  margin-right: 0;
}
#content-list .list-item .col-11 {
  width: 640px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-11:last-child {
  margin-right: 0;
}
#content-list .list-item .col-12 {
  width: 700px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .col-12:last-child {
  margin-right: 0;
}
#content-list .list-item .align-right {
  text-align: right;
}
#content-list .list-item .last {
  margin-right: 0;
  padding-right: 5px;
}
#content-list .list-item .flags {
  width: 120px;
  margin-right: 0;
}
#content-list .list-item .name {
  width: 160px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .name:last-child {
  margin-right: 0;
}
#content-list .list-item .name-mid {
  width: 220px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list.user-list .list-item .name-mid {
    width: 120px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#content-list .list-item .name-mid:last-child {
  margin-right: 0;
}
#content-list .list-item .name-large {
  /*width: 340px;*/
  width: 296px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 12px 5px;
  line-height: 16px;
  /*line-height: 40px;
  height: 40px;*/
  overflow: hidden;
}
#content-list .list-item .name-large:last-child {
  margin-right: 0;
}
#content-list .list-item .name-only {
  width: 460px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .name-only:last-child {
  margin-right: 0;
}
#content-list .list-item .type {
  width: 140px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list.user-list .list-item .type {
    width: 203px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
#content-list .list-item .type:last-child {
  margin-right: 0;
}

#content-list.user-list .list-item .display-name-mid {
    width: 120px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}
#content-list .list-item .display-name-mid:last-child {
    margin-right: 0;
}
#content-list .list-item .type-mid {
  width: 220px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

#content-list.user-list .list-item .type-mid,
#content-list.user-list .list-item .country-mid,
#content-list.user-list .list-item .company-mid {
    width: 90px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.country-mid{
  width: 45px;
}
.company-mid {
  width: 45px;
}
#content-list .list-item .type-mid:last-child {
  margin-right: 0;
}
#content-list .list-item .type-large {
  width: 280px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
#content-list .list-item .type-large:last-child {
  margin-right: 0;
}
#content-list .list-item .locales {
  width: 160px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
#content-list .list-item .locales:last-child {
  margin-right: 0;
}
#content-list .list-item .options {
  width: 220px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  text-align: right;
  padding-right: 5px;
  line-height: 40px;
  height: 40px;
}

#content-list.user-list .list-item .options {
    width: 90px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    text-align: right;
    padding-right: 5px;
    line-height: 40px;
    height: 40px;
}
#content-list .list-item .options:last-child {
  margin-right: 0;
}
#content-list .list-item .options a {
  display: inline-block;
  text-decoration: none;
  line-height: 10px;
  padding: 5px;
  border-radius: 3px;
}
#content-list .list-item .advanced {
  width: 700px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ddd;
}
#content-list .list-item .advanced:last-child {
  margin-right: 0;
}
#content-list .list-item .advanced span {
  font-weight: 700;
}
#content-list .list-item .advanced label {
  display: inline-block;
  width: 120px;
}
#content-list .list-item .advanced input {
  display: inline-block;
  width: 200px;
}
#content-list .list-header {
  background-color: #f7f7f7;
  color: #d1d1d1;
  font-weight: 300;
  border-bottom: 1px solid #d1d1d1;
  font-style: italic;
  margin-bottom: 1em;
}

.childLinks {
  margin-left: 24px;
}
.childLinks .type-mid {
  width: 196px !important;
}
.childLinks .advanced {
  width: 676px !important;
}
.childLinks .list-item {
  background-color: #dadada !important;
}
.childLinks .handle span {
  background-color: #dadada !important;
}
.authLevel label span{
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  margin-top: 4px;
}
.urlOptions {
  width: 140px;
}

#content-options {
  width: 220px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #737373;
  padding: 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #FFF;
}
#content-options input[type="search"] {
  width: 100%;
  color: black;
}
#content-options select {
  color: black;
  width: 200px;
  display: block;
  max-width: none;
}

#mega-menu-list {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#mega-menu-list:before, #mega-menu-list:after {
  content: " ";
  display: table;
}
#mega-menu-list:after {
  clear: both;
}
#mega-menu-list .handle {
  position: relative;
}
#mega-menu-list .handle span {
  display: block;
  position: absolute;
  left: -31px;
  font-size: 18px;
  padding: 4px;
  border-radius: 3px 0px 0px 3px;
  background-color: #E9E9E9;
}
#mega-menu-list .list-item {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E9E9E9;
  font-size: 12px;
  margin-bottom: 10px;
}
#mega-menu-list .list-item:before, #mega-menu-list .list-item:after {
  content: " ";
  display: table;
}
#mega-menu-list .list-item:after {
  clear: both;
}
#mega-menu-list .list-item h2 {
  font-size: 14px;
  line-height: 24px;
  color: #03669b;
}
#mega-menu-list .list-item label {
  display: block;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 2px;
}
#mega-menu-list .list-item .top-menu {
  width: 140px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
#mega-menu-list .list-item .top-menu:last-child {
  margin-right: 0;
}
#mega-menu-list .list-item .top-menu select {
  width: 120px;
}
#mega-menu-list .list-item .top-menu-description {
  width: 220px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mega-menu-list .list-item .top-menu-description:last-child {
  margin-right: 0;
}
#mega-menu-list .list-item .children {
  width: 540px;
  margin-right: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
#mega-menu-list .list-item .children:last-child {
  margin-right: 0;
}
#mega-menu-list .list-item .children ul {
  margin-top: 18px;
}
#mega-menu-list .list-item .children .child {
  background-color: #fafafa;
  margin-bottom: 5px;
  padding: 2px;
}
#mega-menu-list .list-item .children .child label {
  display: inline;
  margin: 0;
}
#mega-menu-list .list-item .children .child input[type="number"] {
  width: 30px;
}

.remove-menu {
  position: relative;
}
.remove-menu a {
  position: absolute;
  left: 510px;
  bottom: -5px;
}

#log-information {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#log-information h2 {
  line-height: 2em;
}
#log-information ul li {
  margin-bottom: 20px;
  font-size: 12px;
}
#log-information ul li strong {
  font-size: 700;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  color: #03669b;
}
#log-information ul li a {
  color: #03669b;
  text-decoration: none;
}

#editor-container {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#editor-container:before, #editor-container:after {
  content: " ";
  display: table;
}
#editor-container:after {
  clear: both;
}
#editor-container #editor {
  width: 700px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#editor-container #editor h1 {
  line-height: 2em;
  font-size: 2em;
}
#editor-container #editor .inline {
  font-size: 12px;
  margin-bottom: 5px;
}
#editor-container #editor .inline a {
  color: #03669b;
  text-decoration: none;
}
#editor-container #editor .inline strong {
  font-weight: 700;
}
#editor-container #publish-options {
  width: 220px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#settings {
  width: 980px;
  margin: 0 auto;
  display: block;
}
#settings:before, #settings:after {
  content: " ";
  display: table;
}
#settings:after {
  clear: both;
}
#settings #settings-form {
  width: 460px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form {
  margin-top: 12px;
}
.form fieldset {
  margin-bottom: 10px;
}
.form legend {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
  display: block;
  color: #03669b;
}
/*.form div {
  margin-bottom: 5px;
}*/
.form label {
  display: inline-block;
  width: 103px;
  font-size: 12px;
  vertical-align: top;
  margin-top: 5px;
  padding-bottom: 5px;
}
.form label.extended {
  width: 200px;
}
.form label.no-width {
  width: auto;
}
.form label.reset {
  vertical-align: baseline;
  margin-top: 0px;
}
.form a {
  font-size: 12px;
  /*margin-bottom: 5px;*/
  text-decoration: none;
}
.form input, .form select {
  width: 200px;
}
.form input.reset, .form select.reset {
  width: auto;
}
.form input[type="submit"] {
  width: 100px;
}
.form .textarea-large {
  width: 360px;
  display: inline-block;
}
.form span.helper {
  display: block;
  color: #999;
  font-size: 10px;
  font-style: italic;
  margin-bottom: 5px;
  padding: 3px 0 0;
}
.form .counter-char-count {
  display: inline-block;
  vertical-align: top;
  color: #2ecc71;
  position: relative;
  top: 2px;
}
.form .counter-over {
  color: #CA3C3C;
}

#editable-list #list,
.categories-list #list {
  width: 700px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#editable-list #list li {
  padding: 5px;
  background-color: #E9E9E9;
  font-size: 12px;
  margin-bottom: 5px;
}
#editable-list #list li select.select2{
    /*width: 500px;*/
}
#editable-list #list .order {
  width: 30px;
}
#editable-list #list .handle {
  display: inline-block;
}
#editable-list #list a {
  display: inline-block;
  background-color: #fff;
  text-decoration: none;
  line-height: 10px;
  padding: 5px;
  border-radius: 3px;
  color: #666;
  background-color: #CA3C3C;
  color: white;
  float: right;
}
#editable-list #list a:hover {
  background-color: #cf5050;
}

#editable-list #parent-category,
#editable-list .admin-size {
    width: 140px;
}
.categories-list #list > li{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 0 1% 0 0;
}
.categories-list #list > li > label{
  min-height: 40px;
}
#locale-options {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#module-upload {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#megamenu-options {
  width: 940px;
  float: left;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  height: 39px;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #E9E9E9;
}
footer p {
  line-height: 40px;
  text-align: center;
}

.traceMessage {
  background-color: #ff3e40;
  padding: 5px 10px;
  border: 1px solid #d70002;
  color: #710001;
  text-shadow: 1px 1px 0 #ff7172;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 940px;
  font-size: 14px;
  font-weight: 300;
}

.debugMessage {
  background-color: #86bcff;
  padding: 5px 10px;
  border: 1px solid #2084ff;
  color: #0053b9;
  text-shadow: 1px 1px 0 #b9d8ff;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 940px;
  font-size: 14px;
  font-weight: 300;
}

.successMessage {
  background-color: #c3e67b;
  padding: 5px 10px;
  border: 1px solid #9bd328;
  color: #5c7d18;
  text-shadow: 1px 1px 0 #d6eea6;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 940px;
  font-size: 14px;
  font-weight: 300;
}

.infoMessage {
  background-color: #86bcff;
  padding: 5px 10px;
  border: 1px solid #2084ff;
  color: #0053b9;
  text-shadow: 1px 1px 0 #b9d8ff;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 940px;
  font-size: 14px;
  font-weight: 300;
}

.warningMessage {
  background-color: #ff8f27;
  padding: 5px 10px;
  border: 1px solid #c05c00;
  color: #5a2b00;
  text-shadow: 1px 1px 0 #ffa95a;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 940px;
  font-size: 14px;
  font-weight: 300;
}

.errorMessage {
  background-color: #ff3e40;
  padding: 5px 10px;
  border: 1px solid #d70002;
  color: #710001;
  text-shadow: 1px 1px 0 #ff7172;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 940px;
  font-size: 14px;
  font-weight: 300;
}

body.login {
  background-color: #666;
  background-image: url("/img/debut_dark.png");
}

#login-box {
  width: 400px;
  background-color: #eee;
  height: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -200px;
  border-radius: 3px;
}
#login-box .logo {
  text-align: center;
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#login-box .login {
  padding: 5px 37px;
}
#login-box .login form label {
  display: inline-block;
  width: 86px;
  font-size: 12px;
}
#login-box .login form input {
  display: inline-block;
  width: 230px;
  margin-bottom: 5px;
}
#login-box .login form input[type="submit"] {
  text-align: center;
  width: 80px;
}

.image-preview {
  background-color: #FAFAFA;
  width: 155px;
  height: 155px;
  margin: 10px;
  float: left;
  border: 1px grey solid;
  position: relative;
}
.image-preview a.fancybox {
  display: block;
  height: 100%;
}
.image-preview a.fancybox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.image-preview a.button-red, .image-preview #content-list .list-item .options a.trash, #content-list .list-item .options .image-preview a.trash {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.image-preview:hover a.button-red, .image-preview:hover #content-list .list-item .options a.trash, #content-list .list-item .options .image-preview:hover a.trash {
  display: block;
}

.sticky-container, #content-anchor {
  float: left;
}

.tab-image-preview, .tab-file-preview {
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.tab-image-preview .img, .tab-image-preview .image, .tab-image-preview .file, .tab-file-preview .img, .tab-file-preview .image, .tab-file-preview .file {
  background-color: white;
  float: left;
  text-align: center;
  position: absolute;
  padding: 0;
  width: 100px;
}
.tab-image-preview .img img, .tab-image-preview .image img, .tab-image-preview .file img, .tab-file-preview .img img, .tab-file-preview .image img, .tab-file-preview .file img {
  display: block;
  max-width: 100%;
  height: 100px;
}
.tab-image-preview .description, .tab-file-preview .description {
  margin-left: 100px;
  float: left;
  padding-left: 10px;
}
.tab-image-preview .description p, .tab-file-preview .description p {
  margin-bottom: 0;
  display: inline-block;
  width: 300px;
  overflow-wrap: break-word;
  font-size: 10px;
  color: #666;
  font-style: italic;
  line-height: 1.2em;
}
.tab-image-preview .options, .tab-file-preview .options {
  float: right;
  height: 100px;
  line-height: 100px;
}
.tab-image-preview:before, .tab-image-preview:after, .tab-file-preview:before, .tab-file-preview:after {
  content: " ";
  display: table;
}
.tab-image-preview:after, .tab-file-preview:after {
  clear: both;
}

.tab-upload-image {
  background-color: white;
  padding: 10px;
}
.tab-upload-image:before, .tab-upload-image:after {
  content: " ";
  display: table;
}
.tab-upload-image:after {
  clear: both;
}
.tab-upload-image > .upload, .tab-upload-image .select {
  width: 48%;
  float: left;
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px;
  min-height: 100px;
}
.tab-upload-image > .upload .upload-box input, .tab-upload-image .select .upload-box input {
  position: relative;
  left: 25px;
}
.tab-upload-image .divide {
  width: 4%;
  float: left;
  text-align: center;
}
.tab-upload-image .divide p {
  height: 62px;
  margin-bottom: 0;
  line-height: 62px;
}

div.rating-cancel, div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

div.rating-cancel, div.rating-cancel a {
  background: url(../images/delete.gif) no-repeat 0 -16px;
}

div.star-rating, div.star-rating a {
  background: url(../images/star.gif) no-repeat 0 0px;
}

div.rating-cancel a, div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

div.star-rating-on a {
  background-position: 0 -16px !important;
}

div.star-rating-hover a {
  background-position: 0 -32px;
}

div.star-rating-readonly a {
  cursor: default !important;
}

div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}
input[type="checkbox"],
input[type="radio"]{
  width: 16px;
  height: 16px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"]{
  margin: 0;
  padding: 6px;
  height: 28px;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  width: 200px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.form select{
  color: #999;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  border: 1px solid #aaa;
}
.form-row{padding: 0 0 5px;}

#list.download-category input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 24px;
    margin: 0;
    padding: 2px;
    width: 128px;

}

.form em {
    color: #e40019;
}
.form-horizontal em {
    color: #e40019;
}

.registration-emails-grid div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#content-list.registration-emails-grid  .list-item .options {
    float: right;
    width: auto;

}

#content-list .list-item .name-mid.large {
    width: 350px;
}


#content-list .list-item.downloads-grid .name-large {
    width: 325px;
}

#content-list .list-item.downloads-grid .force {
    width: 140px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

#content-list .list-item.downloads-grid .language {
    width: 110px;
    margin-right: 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
#content-list .list-item.downloads-grid .options {
    width: 100px;
}

#content-list .list-item.downloads-grid .type {
    width: 100px;
}

div.templates textarea {
	height: 275px;
}

div.form-row div.countryField {
	padding-left: 0;
}

input.newBlueButton {
	border-radius: 10px;
	border: 1px solid #476e9e;
	display: inline-block;
	cursor: pointer;
	background-color: #03669b;
	color: #fff;
	padding: 5px 12px;
	text-shadow: 0px 1px 0px #283966;
	margin-left: 154px;
}
input.newBlueButton.nbb2 {
	margin-left: 80px;
}