/**/
.details-form-wrapper .header-row th {
  text-align: left;
}
@keyframes blinker {
  85% {
    opacity: 0.0;
  }
}
.help-line {
  font-size: 12px;
  font-style: italic;
  color: #bbb;
}
[itemtype=Allocation],
[itemtype=Allocation] a {
  color: dodgerblue !important;
}
.draft,
.draft span,
.draft a {
  color: #ff9c00 !important;
}
.draft.selected,
.draft.selected span,
.draft.selected a {
  color: #fff;
}
.red {
  color: red !important;
}
.hidden {
  display: none !important;
}
.annotation {
  color: #bbb;
}
.form h3 {
  margin-top: 30px;
}
.full-module {
  margin-left: 76px;
  display: block;
}
html {
  height: 100%;
}
html body {
  height: auto;
  margin-top: 83px;
  background: #F3F3F3;
  /*.push-footer {
            height: 25px;
            width: 100%;
            clear: both;
        }*/
}
html body .fa {
  margin-right: 2px;
}
html body form {
  background: none;
}
html body .context-menu {
  background: #fff;
  border: solid #aaa 1px;
  min-width: 150px;
  box-shadow: #666 6px 6px 21px -4px;
}
html body .context-menu .section {
  margin-top: 5px;
}
html body .context-menu .section h4 {
  margin-bottom: -5px;
  color: black;
  color: #a0a0a0;
}
html body .context-menu .item {
  padding: 2px 10px;
  cursor: pointer;
}
html body .context-menu .item .icon {
  width: 13px;
  margin: 2px 7px 0 0;
}
html body .context-menu .item .icon img {
  width: 13px;
}
html body .context-menu .item:hover {
  background: #ccc;
}
html body .view-contenttype input[type=submit] {
  display: inline-block;
  margin-left: 10px;
}
html body .auditable-list {
  min-width: 450px;
  min-height: 300px;
}
html body .value-list-view {
  margin-left: 10px;
}
html body .website-banner {
  width: 100%;
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #333333;
  /* Clears floats using pseudo selectors */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
html body .website-banner:before,
html body .website-banner:after {
  content: " ";
  display: table;
}
html body .website-banner:after {
  clear: both;
}
html body .website-banner > a {
  display: inline-block;
  margin: 10px 15px 6px;
}
html body .website-banner .logo {
  height: 36px;
  margin-top: 13px;
}
html body .website-banner .banner-right-side {
  float: right;
  display: inline-block;
  padding: 0 25px 0 0;
  line-height: 56px;
}
html body .website-banner .banner-right-side div {
  color: #fff;
}
html body .website-banner .banner-right-side select {
  color: black;
}
html body .website-banner .user {
  color: #0096ff;
}
html body .website-banner a.logout,
html body .website-banner a.bug,
html body .website-banner a.logout:hover,
html body .website-banner a.bug:hover {
  color: #fff;
}
html body .website-footer {
  height: 56px;
  padding: 10px 25px 0 100px;
  background: #333333;
  line-height: 1.5em;
  color: #ADADAD;
  clear: both;
  /* Clears floats using pseudo selectors */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  z-index: 500;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .website-footer:before,
html body .website-footer:after {
  content: " ";
  display: table;
}
html body .website-footer:after {
  clear: both;
}
html body .website-footer a:hover {
  color: #F3F3F3;
}
html body .website-footer .icon-blocks {
  padding-top: 8px;
}
html body .website-footer .icon-blocks .icon-block {
  float: left;
  margin: 0 8px 0 0;
  padding: 3px;
}
html body .website-footer .icon-blocks a.icon-block:last-of-type {
  margin-right: 0;
}
html body .website-footer .fa {
  font-size: 18px;
}
html body .website-footer a.icon-block {
  color: #fff;
}
html body .website-footer a.icon-block:hover {
  color: #0096ff;
}
html body .main-body {
  width: 100%;
  min-width: 991px;
  margin: 0 auto;
  background: #f0f0f0;
}
html body .content-area-wrapper {
  min-height: 500px;
  overflow: auto;
}
html body .content-area {
  overflow: auto;
  /* Clears floats using pseudo selectors */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
html body .content-area:before,
html body .content-area:after {
  content: " ";
  display: table;
}
html body .content-area:after {
  clear: both;
}
html body .module {
  margin-bottom: 20px;
  background: #fff;
}
html body .module .view-body,
html body .module .list,
html body .module .form-body,
html body .module .search {
  padding: 10px 20px;
  display: block;
}
html body .module .form-body {
  display: block;
}
html body .module .form-body h3 {
  margin-top: 0;
  padding: 10px 20px 10px 16px;
  border-left: 4px solid #0096ff;
  font-size: 19px;
  font-weight: bold;
}
html body .module .form-body .collapsible-form {
  padding: 10px 20px;
}
html body .module .form-body .collapsible-form h3 {
  padding: 0;
  border: 0;
}
html body .module .form-body h3.nested-form-header {
  border: 0;
  padding: 0;
}
html body .module h2 {
  border-left: 4px solid #0096ff;
  padding: 10px 20px 10px 16px;
  font-size: 21px;
  font-weight: bold;
}
html body .module .buttons {
  padding: 10px 20px;
}
html body .module .form-content-item > .form > .form-body {
  padding: 0;
}
html body.no-side-menu .side-bar {
  display: none;
}
html body.no-side-menu .content-area-wrapper {
  margin: 0;
  padding: 0;
}
html body.no-side-menu .website-footer {
  padding: 10px 8px 0 15px;
}
html body .main-menu {
  /* Clears floats using pseudo selectors */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  font-family: 'Segoe UI Semibold' 'Segoe UI', Arial, Helvetica;
  display: inline;
  float: right;
  white-space: nowrap;
}
html body .main-menu:before,
html body .main-menu:after {
  content: " ";
  display: table;
}
html body .main-menu:after {
  clear: both;
}
html body .main-menu > span {
  display: inline-block;
}
html body .main-menu a {
  display: block;
  font-size: 13px;
  text-align: center;
}
html body .main-menu a:hover {
  background: #0096ff !important;
  color: #fff !important;
}
html body .main-menu .selected .item a,
html body .main-menu .selected .item a:hover {
  background: #0096ff;
  color: #fff;
}
html body .main-menu > span {
  display: block;
  float: left;
}
html body .main-menu .item a {
  padding: 0 15px;
  line-height: 60px;
  min-width: 112px;
  color: #ADADAD;
}
html body .sub-menu {
  /* Clears floats using pseudo selectors */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  font-family: 'Segoe UI Semibold' 'Segoe UI', Arial, Helvetica;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
html body .sub-menu:before,
html body .sub-menu:after {
  content: " ";
  display: table;
}
html body .sub-menu:after {
  clear: both;
}
html body .sub-menu > span {
  display: inline-block;
}
html body .sub-menu a {
  display: block;
  font-size: 13px;
  text-align: center;
}
html body .sub-menu a:hover {
  background: #0096ff !important;
  color: #fff !important;
}
html body .sub-menu .selected .item a,
html body .sub-menu .selected .item a:hover {
  background: #0096ff;
  color: #fff;
}
html body .sub-menu .item a {
  min-width: 100px;
  padding: 8px 10px;
  background: #fff;
  color: #000;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
html body .sub-menu .selected .item a {
  border: 0;
}
html body .explorer {
  font-size: 12px;
}
html body .explorer .fa {
  font-size: 25px;
  margin: 0 0 2px 0;
}
html body .explorer a {
  display: block;
  text-align: center;
  color: gray;
  padding: 12px 0;
}
html body .explorer a:hover,
html body .explorer span.selected a {
  color: #fff;
}
html body .explorer img {
  width: 40px;
}
html body .explorer img.attention {
  animation: blinker 1s linear infinite;
  cursor: pointer;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 0;
}
html body .explorer span.selected,
html body .explorer > span > span:hover,
html body .explorer > span:first-of-type:hover {
  background: #0096ff;
  display: block;
  color: #fff;
  /*img {
                    -webkit-filter: brightness(2);
                    -moz-filter: brightness(2);
                    -o-filter: brightness(2);
                    -ms-filter: brightness(2);
                }*/
}
html body .explorer span.selected a,
html body .explorer > span > span:hover a,
html body .explorer > span:first-of-type:hover a {
  color: #fff;
}
html body .explorer .item .item-tab-name {
  line-height: 10px;
}
html body .explorer > span,
html body .explorer > span > span {
  display: block;
  text-align: center;
}
html body .social-media-frame {
  width: 100%;
  min-height: 750px;
  border: none;
}
html body .toolbar {
  border: 1px solid #bfbfbf;
  background: #fff;
}
html body .toolbar .menu:after {
  display: block;
  clear: both;
  content: "";
}
html body .toolbar .menu .item {
  float: left;
  padding: 10px 10px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 13px;
  /*.separator {                
                        min-height: 35px;
                        float: left;
                        width: 2px;
                    }*/
}
html body .toolbar .menu .item.delete {
  float: right;
  margin-right: 0;
}
html body .toolbar .menu .item .icon {
  margin: 3px 4px 0 0;
}
html body .toolbar .menu .item.disabled {
  opacity: 0.65;
}
html body .toolbar .menu .item:hover {
  background: #0096ff;
  color: #fff;
}
html body .side-bar {
  width: 72px;
  height: 100vh;
  float: left;
  background: #333333;
  position: fixed;
  border-right: 4px solid #0096ff;
}
html body .side-bar .sub-menu {
  margin: 0;
}
html body .side-bar .sub-menu .item a {
  width: 180px;
  margin-bottom: 5px;
  text-align: left;
}
html body .side-bar #panel {
  border: solid red 1px;
}
html body .two-columns .left-column-wrapper {
  margin-left: 76px;
  display: inline-block;
  border-right: 1px dotted #bfbfbf;
  overflow-x: hidden;
  padding: 10px 12px 0 12px;
  background: #fff;
  min-width: 300px;
}
html body .two-columns .left-column-wrapper .AutoComplete {
  display: block;
}
html body .two-columns .left-column-wrapper .AutoComplete .treeview-autocomplete {
  display: inline-block;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .two-columns .left-column-wrapper .AutoComplete .panel {
  z-index: 100;
  width: 700px;
}
html body .two-columns .left-column-wrapper .left-column {
  font-size: 13px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
  position: relative;
}
html body .two-columns .left-column-wrapper .left-column .tree {
  display: none;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview ul {
  margin-top: 0;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node {
  display: block;
  vertical-align: top;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node[itemtype=Placeholder] {
  color: grey;
  font-style: italic;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node[itemtype=Placeholder] .text {
  font-weight: normal;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node.cloned .text :after {
  font-size: 0.9em;
  content: " «shadow allocation»";
  color: GrayText;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node img {
  margin-bottom: 0px;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node > * {
  display: inline-block;
  vertical-align: middle;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node > a {
  display: block;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview .jtreeview li .node > a > * {
  display: inline-block;
  vertical-align: middle;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview a[style],
html body .two-columns .left-column-wrapper .left-column .content-treeview div {
  color: black;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview a[style][isvisible='False'],
html body .two-columns .left-column-wrapper .left-column .content-treeview div[isvisible='False'] {
  color: #FFA615 !important;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview table {
  margin-bottom: -3px;
}
html body .two-columns .left-column-wrapper .left-column .content-treeview a[href*='_SkipLink'] {
  display: none;
}
html body .two-columns .left-column-wrapper .left-column .tree .node .text {
  font-weight: bold;
  padding: 1px;
}
html body .two-columns .left-column-wrapper .left-column .tree .page-template span.text {
  color: #26854e;
  font-weight: bold;
}
html body .two-columns .left-column-wrapper .left-column .tree .content-type span.text {
  color: #549acf;
}
html body .two-columns .left-column-wrapper .left-column .tree .content-template span.text {
  color: #26854e;
}
html body .two-columns .left-column-wrapper .left-column .tree .place-holder span.text {
  color: #ff006e;
}
html body .two-columns .left-column-wrapper .left-column .tree .selected {
  display: block;
}
html body .two-columns .left-column-wrapper .left-column .tree .selected a {
  color: #fff;
}
html body .two-columns .left-column-wrapper .left-column .tree .selected .text {
  background: #0096ff;
  color: #fff !important;
}
html body .two-columns .left-column-wrapper .left-column .tree .active {
  font-weight: bold;
}
html body .two-columns .left-column-wrapper .left-column .tree .warning {
  background: right url(/Images/Icons/exclamation-red.png) no-repeat;
  display: inline-block;
  padding-right: 20px;
}
html body .two-columns .left-column-wrapper .left-column .warning {
  background: right url(/Images/Icons/exclamation-red.png) no-repeat;
  display: inline-block;
  padding-right: 20px;
}
html body .two-columns .right-column {
  display: inline-block;
  padding: 10px 20px;
}
html body .two-columns .right-column .google-analytics-dashboard {
  max-width: 1600px;
}
html body .two-columns .right-column .google-analytics-dashboard #google-panel-container {
  display: none;
  background: yellow;
  border: 1px solid red;
  text-align: center;
  padding: 10px;
}
html body .two-columns .right-column .google-analytics-dashboard #google-panel-container,
html body .two-columns .right-column .google-analytics-dashboard #google-panel-container .unauthorized {
  margin-bottom: 10px;
}
html body .two-columns .right-column .google-analytics-dashboard .list {
  padding: 0;
}
html body .two-columns .right-column .google-analytics-dashboard tr {
  display: inline-block;
  vertical-align: top;
}
html body .two-columns .right-column .google-analytics-dashboard tr td {
  border: 0;
  min-width: 500px;
}
html body .two-columns .right-column .google-analytics-dashboard tr td .google-analytics-item {
  background: white;
  /*padding: 20px;*/
}
html body .two-columns .right-column .google-analytics-dashboard .google-analytics-item tr {
  display: block;
}
html body .two-columns .right-column .google-analytics-dashboard .google-analytics-item tr td,
html body .two-columns .right-column .google-analytics-dashboard .google-analytics-item tr th {
  min-width: 200px;
}
html body .two-columns .right-column .google-analytics-dashboard .error {
  padding: 10px 5px;
  background: yellow;
  border: 1px solid red;
  margin-bottom: 10px;
}
html body .two-columns .right-column .google-analytics-dashboard .error ul {
  list-style-position: outside;
  padding-left: 5px;
}
html body .two-columns .right-column.full-module {
  display: block;
}
html body .two-columns .details-form-wrapper .header-row th {
  text-align: left;
}
html body .notificationBox {
  border: solid #ccc 2px;
  top: 100px;
  left: 50%;
  background: #fff;
  padding: 20px;
  position: fixed;
  box-shadow: 10px 10px 5px #888888;
  border-radius: 15px;
}
html body .notificationBox img {
  width: 17px;
  margin-right: 8px;
}
html body .loadingImage {
  display: none;
  float: right;
  margin-top: 4px;
}
html body .context-aware-form .pseudo-readonly {
  background-color: transparent;
  color: #000;
}
html body .context-aware-form .pseudo-readonly.waterMark {
  color: #ADADAD;
  font-size: 12px;
}
html body .context-aware-form .edited {
  color: #E74C3C;
}
html body .context-aware-form .module {
  /* Clears floats using pseudo selectors */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
html body .context-aware-form .module:before,
html body .context-aware-form .module:after {
  content: " ";
  display: table;
}
html body .context-aware-form .module:after {
  clear: both;
}
html body .context-aware-form .module:first-of-type {
  margin-bottom: 0;
}
html body .message {
  padding: 10px 20px;
  max-width: 600px;
}
html body .message p {
  font-size: 23pt;
}
html body.popup {
  margin-top: 0;
}
html body.popup .website-banner {
  display: none;
}
html body.popup .side-bar {
  display: none;
}
html body.popup .left-column-wrapper {
  display: none;
}
html body.popup .website-footer {
  display: none;
}
html body.popup .form .item .label {
  width: 150px;
}
html body.popup .form .item .label + .input {
  margin-left: 150px;
}
html body .top-bar {
  background: black;
  text-align: right;
  padding: 3px 10px;
}
html body .top-bar h2 {
  font-size: 24px;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
}
html body .top-bar .close-button {
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(/images/icons/close-modal.png) no-repeat;
}
html body .close {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 5px;
}
html body .media-item-preview .image-desc {
  font-weight: bold;
}
html body .media-item-preview .file-extension {
  min-width: 150px;
  min-height: 150px;
  font-size: 32pt;
  display: table;
  text-align: center;
  width: 200px;
  background: #CCCCCC;
  color: #666666;
}
html body .media-item-preview .file-extension > span {
  display: table-cell;
  vertical-align: middle;
}
html body .media-item-preview .browse-media:before {
  content: '';
  display: block;
}
html body .custom-admin {
  margin-left: 100px;
}
html body .ui-state-highlight {
  background: #DFF1DC;
}
html body .content-sub-menu {
  background: #F3F3F3;
  padding-top: 20px;
}
html body .template-sub-menu {
  background: #F3F3F3;
  padding-top: 20px;
}
html body .content-type-sub-menu {
  margin-bottom: 0;
}
html body .content-list h2 {
  margin-bottom: 0;
}
html body .form-template h2 {
  margin-bottom: 0;
}
html body .hosting-page {
  display: block;
  font-size: 11px;
  color: #bbb;
}
.login-form {
  width: 450px;
  background: #fff;
  padding: 30px;
  margin-top: 50px;
}
.login-form input[type=text],
.login-form input[type=password] {
  width: 180px !important;
}
.login-form .label {
  width: 113px !important;
}
.login-form .form .item .label + .input {
  margin-left: 100px;
}
.login-form h2 {
  margin-bottom: 30px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.AutoComplete .panel {
  color: #000;
  padding: 0;
}
.AutoComplete .panel div.highlighted,
.AutoComplete .panel div:hover {
  background: #F3F3F3;
  cursor: pointer;
  font-weight: bold;
}
.AutoComplete .panel .page-template {
  color: #26854e;
}
.AutoComplete .panel .content-type {
  color: #549acf;
}
.AutoComplete .panel .content-template {
  color: #26854e;
}
.AutoComplete .panel .place-holder {
  color: #ff006e;
}
.AutoComplete .panel .item {
  padding: 7px 0 7px 10px;
}
.AutoComplete .panel .item img {
  margin-right: 3px;
}
.image-resized {
  position: relative;
}
.image-resized:after {
  content: 'Resized view';
  display: block;
  position: absolute;
  top: 0;
  background: #FFA615;
  padding: 5px;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  html body .two-columns .right-column {
    padding: 10px 5px;
  }
  html body .form .item .label {
    width: 150px;
  }
  html body .form .item .label + .input {
    margin-left: 150px;
  }
  html body .form .item .input input[type="text"],
  html body .form .item .input input[type="password"],
  html body .form .item .input textarea,
  html body .form .item .input select,
  html body .form .item .input .cke_reset {
    width: 92%;
  }
  html body .defaultModal iframe {
    width: 900px;
  }
}
.star {
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
}
.star:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  margin: 8px 0 0 -13px;
}
.content-item-form-attention {
  margin-left: 19px;
  /** {
        display: inline-block;
        vertical-align: top;
    }*/
}
.content-item-form-attention img {
  margin-right: 5px;
}
.url-browse-button {
  cursor: pointer;
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
}
.list-media-item {
  background-color: #ddd;
}
.list-media-item .thumbnail {
  max-height: 64px;
}
.move-column {
  width: 20px;
}
.ui-colorpicker {
  position: absolute;
}
