body {
  background: #333 url('../Images/bg_tile.jpg');
}
.wrapper {
  max-width: 960px;
  margin: 108px auto 40px;
}
form {
  margin: 0;
}
::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #EBF7E7;
}
::-webkit-scrollbar-thumb {
  background: #639307;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
  background: #000;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
.ws-navbar {
  background-color: #000;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f1f1f), to(#000));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #000);
  background-image: -moz-linear-gradient(top, #1f1f1f, #000);
  background-image: -ms-linear-gradient(top, #1f1f1f, #000);
  background-image: -o-linear-gradient(top, #1f1f1f, #000);
  position: fixed;
  height: 68px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #424242;
  overflow: hidden;
  z-index: 1030;
  transition: height 500ms;
  -webkit-transition: height 500ms;
  -moz-transition: height 500ms;
  -o-transition: height 500ms;
}
.ws-navbar.active {
  height: 100%;
  border-bottom: none;
}
.ws-navbar .bar {
  height: 68px;
  border-bottom: 1px solid #424242;
}
.ws-navbar .bar .logo {
  display: block;
  float: left;
  padding-right: 20px;
  height: 68px;
}
.ws-navbar .bar .logo img {
  margin: 15px 0 0 15px;
}
.ws-navbar .bar .ws-togglebutton {
  height: 68px;
  display: block;
  float: right;
  outline: none;
  padding: 0 20px;
  border-left: 1px solid #3D3D3D;
  margin-left: 20px;
}
.ws-navbar .bar .ws-togglebutton img {
  margin-top: 24px;
}
.ws-navbar .bar .account-info {
  float: right;
}
.ws-navbar .bar .account-info p {
  line-height: 68px;
  color: #ccc;
  padding-left: 16px;
  margin: 0;
  background: url('../Images/user-icon.png') no-repeat 0 50%;
}
.ws-navbar .bar .account-info p a {
  color: #ccc;
  text-decoration: underline;
}
.ws-navbar .bar .account-info p a:hover {
  color: #9cc138;
}
.ws-navbar .bar .account-info p a.highlight {
  font-weight: bold;
  text-decoration: none;
}
.ws-navbar .bar .client-name {
  float: left;
}
.ws-navbar .bar .client-name p {
  line-height: 68px;
  color: #ccc;
  padding-left: 20px;
  margin: 0;
  font-weight: bold;
}
.ws-navbar .main-navigation {
  width: 400px;
  margin-left: -200px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
.ws-navbar .main-navigation .btn-block + .btn-block {
  margin-top: 10px;
}
.ws-navbar .staging-indicator {
  float: right;
  display: none;
  font-weight: bold;
  color: #ffffff;
  padding-left: 7px;
}
.ws-navbar .site-info {
  float: right;
  line-height: 68px;
  margin-right: 20px;
}
.ws-navbar .site-info select {
  margin-bottom: 0;
}
.ws-navbar .site-info img {
  border: 2px solid #fff;
}
.staging .ws-navbar .bar {
  background: #cc0000;
}
.staging .ws-navbar .staging-indicator {
  display: block;
}
.main-header {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  height: 80px;
  background: #eee url('../Images/tex_noise.gif');
  border-bottom: 1px solid #ccc;
}
.main-header .breadcrumb {
  background-color: transparent;
  line-height: 80px;
  padding: 0 0 0 20px;
  margin: 0;
  float: left;
}
.main-header .breadcrumb li {
  font-size: 18px;
  line-height: inherit;
}
.main-header .breadcrumb li.active,
.main-header .breadcrumb li .divider {
  color: #666;
}
.main-header .breadcrumb li img.current-site-flag {
  padding-bottom: 5px;
  opacity: 0.2;
}
.main-header .page-options .dropdown-menu {
  left: auto;
  right: 0;
}
.main-header .vertical-div {
  background-color: #BEBEBE;
  border-right: 1px solid #FFFFFF;
  float: right;
  height: 50px;
  margin: 15px 20px 0 0;
  width: 1px;
}
.main-header + .main-content {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.main-content {
  -mox-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #444;
  background-color: #fff;
  padding: 20px;
  min-height: 400px;
}
.main-footer {
  color: #999;
  font-size: 12px;
  padding: 20px 0 0;
  text-align: center;
  text-shadow: 1px 1px #222222;
}
.main-footer a {
  color: #ccc;
}
.login-form {
  text-align: center;
  margin-bottom: 20px;
}
.login-form .validation-summary-errors {
  text-align: left;
}
.login-form .validation-summary-errors ul {
  margin: 0;
}
.login-form .validation-summary-errors ul li {
  list-style: none outside;
}
.login-form [class*="span"] {
  margin-left: 0;
}
.login-form .logo {
  padding: 10px 0 20px;
}
.login-form .checkbox {
  display: inline-block;
}
.sitemap {
  margin-bottom: 20px;
}
.sitemap ol {
  margin: 0 0 0 50px;
  padding: 0;
  list-style-type: none;
}
.sitemap ol.sortable {
  margin: 0;
  width: 90%;
}
.sitemap ol.sortable li {
  margin: 10px 0 0;
  padding: 0;
}
.sitemap ol.sortable li .sortable-page {
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #fefefe 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  cursor: move;
  border: 1px solid #c0c0c0;
}
.sitemap ol.sortable li .sortable-page .disclose {
  transition: background-position 250ms;
  -webkit-transition: background-position 250ms;
  -moz-transition: background-position 250ms;
  -o-transition: background-position 250ms;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
  width: 50px;
  height: 34px;
  margin: 6px 0 0;
  padding: 0;
  display: none;
  font-weight: bold;
  font-size: 3em;
  float: left;
  cursor: pointer;
  background: transparent url('../Images/sortable_icons.gif') no-repeat 0 50%;
  border-right: 1px solid #aba9a9;
}
.sitemap ol.sortable li .sortable-page .page-title {
  display: inline-block;
  line-height: 46px;
  margin-left: 15px;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap {
  display: block;
  float: right;
  margin: 6px 6px 0 0;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap .dropdown-menu {
  left: auto;
  right: 0;
  cursor: pointer;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap .dropdown-menu > li {
  margin: 5px 0;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap .dropdown-menu > li > a {
  padding: 6px 20px;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap .nav {
  margin-bottom: 0;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap .nav li {
  margin: 0;
  cursor: pointer;
}
.sitemap ol.sortable li .sortable-page .btn-sitemap .nav > li > a > i {
  margin-top: 0;
  vertical-align: top;
}
.sitemap ol.sortable li.mjs-nestedSortable-expanded > .sortable-page {
  background: #ddd9d7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd9d7), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ddd9d7 0%, #eaeaea 100%);
  background: -moz-linear-gradient(top, #ddd9d7 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ddd9d7 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ddd9d7 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ddd9d7 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd9d7', endColorstr='#eaeaea', GradientType=0);
}
.sitemap ol.sortable li.mjs-nestedSortable-expanded > .sortable-page > .disclose {
  background-position: -50px 50%;
}
.sitemap ol.sortable li.mjs-nestedSortable-branch > .sortable-page > .disclose {
  display: block;
}
.sitemap ol.sortable li.mjs-nestedSortable-leaf > .sortable-page > .disclose {
  display: none;
}
.sitemap ol.sortable li.mjs-nestedSortable-collapsed > ol {
  display: none;
}
.sitemap ol.sortable li.no-move > .sortable-page {
  cursor: default;
}
.sitemap ol.sortable li.placeholder {
  outline: 1px dashed #418320;
}
.sitemap .unpublished {
  color: White;
  background-color: Red;
  padding: 2px;
  font-size: 0.8em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sitemap .showinnav {
  color: White;
  background-color: #79AE22;
  padding: 2px;
  font-size: 0.8em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.publish-toggle {
  float: right;
  margin: 28px 20px 0 0;
}
.page-options {
  float: right;
  margin: 26px 20px 0 0;
}
#addSectionAssetModal .row-fluid + .row-fluid {
  padding-top: 30px;
}
#addSectionAssetModal .row-fluid + .row-fluid.shadow {
  border-top: 1px solid #fff;
  background: url('../Images/tile-shadow.gif') repeat-x;
}
#addSectionAssetModal .asset-type-tabs {
  border-bottom: 1px solid #bebebe;
  margin: 0;
  zoom: 1;
}
#addSectionAssetModal .asset-type-tabs:before {
  content: '';
  display: block;
}
#addSectionAssetModal .asset-type-tabs:after {
  content: '';
  display: table;
  clear: both;
}
#addSectionAssetModal .asset-type-tabs li {
  float: left;
  list-style: none outside;
  margin-right: 2px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
#addSectionAssetModal .asset-type-tabs li a {
  padding: 60px 0 0;
  width: 100px;
  height: 30px;
  display: block;
  text-align: center;
  color: #444;
  text-decoration: none;
  background: no-repeat 50% 0;
  outline: none;
  transition: background-position 500ms;
  -webkit-transition: background-position 500ms;
  -moz-transition: background-position 500ms;
  -o-transition: background-position 500ms;
}
#addSectionAssetModal .asset-type-tabs li a.tab-text {
  background-image: url('../Images/asset-icon-text.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-image {
  background-image: url('../Images/asset-icon-image.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-video {
  background-image: url('../Images/asset-icon-video.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-map {
  background-image: url('../Images/asset-icon-map.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-carousel {
  background-image: url('../Images/asset-icon-carousel.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-custom-form {
  background-image: url('../Images/asset-icon-form.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-comments {
  background-image: url('../Images/asset-icon-comments.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-file-list,
#addSectionAssetModal .asset-type-tabs li a.tab-child-list,
#addSectionAssetModal .asset-type-tabs li a.tab-sibling-list {
  background-image: url('../Images/asset-icon-list.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-amplience {
  background-image: url('../Images/asset-icon-amplience.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-custom-asset {
  background-image: url('../Images/asset-icon-custom-asset.png');
}
#addSectionAssetModal .asset-type-tabs li a.tab-spacer {
  background-image: url('../Images/asset-icon-spacer.png');
}
#addSectionAssetModal .asset-type-tabs li:hover {
  background: #eee;
}
#addSectionAssetModal .asset-type-tabs li.selected {
  background: #6ca328;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ca328), color-stop(100%, #91c418));
  background: -webkit-linear-gradient(top, #6ca328 0%, #91c418 100%);
  background: -moz-linear-gradient(top, #6ca328 0%, #91c418 100%);
  background: -ms-linear-gradient(top, #6ca328 0%, #91c418 100%);
  background: -o-linear-gradient(top, #6ca328 0%, #91c418 100%);
  background: linear-gradient(to bottom, #6ca328 0%, #91c418 100%);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#addSectionAssetModal .asset-type-tabs li.selected a {
  background-position: 50% -120px;
  color: #fff;
  font-weight: bold;
}
ul.child-page-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.child-page-list li {
  margin: 10px;
}
ul.child-page-list.horizontal li {
  display: inline-block;
  margin: 10px;
}
ul.child-page-list.horizontal span {
  display: block;
}
body#AssetManager .radio.inline + .radio.inline,
body#AssetManager .checkbox.inline + .checkbox.inline {
  margin-left: 0;
}
body#AssetManager .progress-ie {
  background: #fff url('../Images/ajax-loader-bar.gif') no-repeat;
  background-size: 100% 100%;
}
body#AssetManager .help-block {
  margin-bottom: 0;
}
#image-picker-form .placeholder-imagepicker {
  width: 50%;
  float: left;
}
#image-picker-form #assetEditor1-placeholder {
  width: 50%;
  float: left;
}
#asset-type-select {
  display: none;
}
#image-upload-form .table .files th,
#image-upload-form .table .files td {
  vertical-align: middle;
}
#image-upload-form .table .files th .progress,
#image-upload-form .table .files td .progress {
  margin: 0;
}
#image-upload-form .table .files th.start,
#image-upload-form .table .files td.start {
  text-align: center;
}
#assetEditor4-placeholder .zoom-level p {
  float: left;
  margin: 0;
}
#assetEditor4-placeholder .zoom-level p i {
  margin-top: 1px;
}
#assetEditor4-placeholder .zoom-level .control-label {
  padding-top: 19px;
}
#assetEditor4-placeholder .zoom-level .slider-container {
  margin: 0 0 0 20px;
  padding: 20px;
  float: left;
  border: 1px solid;
  border-color: #ccc #ccc #b3b3b3;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#assetEditor4-placeholder .zoom-level .slider-container .slider {
  width: 300px;
  float: left;
  margin: 2px 20px 0;
}
#assetEditor4-placeholder .zoom-level .slider-container .slider .ui-slider-range {
  background: #9cc138;
}
#assetEditor4-placeholder .zoom-level .slider-container .slider .ui-slider-handle {
  border-color: #999;
}
#assetEditor4-placeholder .zoom-level .controls {
  clear: left;
}
#templatelayout #t-page div.drop-active {
  border-color: #FFCF29;
}
#templatelayout #t-page div.drop-hover {
  border-color: #3C450E;
}
#templatelayout #t-page div.newsection {
  background-color: #939F57;
}
#templatelayout #t-page #t-header h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 30px;
}
#templatelayout #t-page .t-section {
  width: 100%;
  /* Section Asset Editors */
}
#templatelayout #t-page .t-section .row-fluid {
  margin-bottom: 0;
}
#templatelayout #t-page .t-section .row-fluid:first-child {
  margin-bottom: 10px;
}
#templatelayout #t-page .t-section .row-fluid .well {
  margin-bottom: 20px;
  background-color: transparent;
  padding: 0 8px;
}
#templatelayout #t-page .t-section .row-fluid .well .btn-group-addasset {
  background-color: #ECEFE7;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  margin: 8px 0;
}
#templatelayout #t-page .t-section .row-fluid .span1.first-col,
#templatelayout #t-page .t-section .row-fluid .span2.first-col,
#templatelayout #t-page .t-section .row-fluid .span3.first-col,
#templatelayout #t-page .t-section .row-fluid .span4.first-col,
#templatelayout #t-page .t-section .row-fluid .span5.first-col,
#templatelayout #t-page .t-section .row-fluid .span6.first-col,
#templatelayout #t-page .t-section .row-fluid .span7.first-col,
#templatelayout #t-page .t-section .row-fluid .span8.first-col,
#templatelayout #t-page .t-section .row-fluid .span9.first-col,
#templatelayout #t-page .t-section .row-fluid .span10.first-col,
#templatelayout #t-page .t-section .row-fluid .span11.first-col,
#templatelayout #t-page .t-section .row-fluid .span12.first-col {
  margin-left: 0;
  clear: left;
}
#templatelayout #t-page .t-section .row-fluid .span1.next-row,
#templatelayout #t-page .t-section .row-fluid .span2.next-row,
#templatelayout #t-page .t-section .row-fluid .span3.next-row,
#templatelayout #t-page .t-section .row-fluid .span4.next-row,
#templatelayout #t-page .t-section .row-fluid .span5.next-row,
#templatelayout #t-page .t-section .row-fluid .span6.next-row,
#templatelayout #t-page .t-section .row-fluid .span7.next-row,
#templatelayout #t-page .t-section .row-fluid .span8.next-row,
#templatelayout #t-page .t-section .row-fluid .span9.next-row,
#templatelayout #t-page .t-section .row-fluid .span10.next-row,
#templatelayout #t-page .t-section .row-fluid .span11.next-row,
#templatelayout #t-page .t-section .row-fluid .span12.next-row {
  margin-top: 20px;
}
#templatelayout #t-page .t-section .hover-toggle {
  display: none;
  position: absolute;
  top: -46px;
  left: -7px;
  background-color: transparent;
  z-index: 1000;
  background: #ffffff;
  border: 2px solid #F90;
  border-radius: 7px;
  padding: 4px;
  -webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.75);
}
#templatelayout #t-page .t-section .hover-toggle:after,
#templatelayout #t-page .t-section .hover-toggle:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#templatelayout #t-page .t-section .hover-toggle:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  left: 22px;
  margin-left: -11px;
}
#templatelayout #t-page .t-section .hover-toggle:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #F90;
  border-width: 14px;
  left: 22px;
  margin-left: -14px;
}
#templatelayout #t-page .t-section .last-column .hover-toggle {
  left: -140px;
}
#templatelayout #t-page .t-section .last-column .hover-toggle:after {
  left: auto;
  right: 22px;
  margin-left: 0;
  margin-right: -11px;
}
#templatelayout #t-page .t-section .last-column .hover-toggle:before {
  left: auto;
  right: 22px;
  margin-left: 0;
  margin-right: -14px;
}
#templatelayout #t-page .t-section .section-asset-group {
  margin: 8px 0;
  z-index: 10;
  position: relative;
}
#templatelayout #t-page .t-section .section-asset-group .asset-container-border {
  border: solid 2px transparent;
}
#templatelayout #t-page .t-section .section-asset-group .asset-container-border.hover {
  border-color: #F90;
}
#templatelayout #t-page .t-section .section-asset-group .asset-container {
  position: relative;
}
#templatelayout #t-page .t-section .section-asset-group .asset-container table {
  border: 1px solid black;
}
#templatelayout #t-page .t-section .section-asset-group .asset-container table td {
  border: 1px solid black;
  padding: 2px;
}
#templatelayout #t-page #t-footer {
  background-color: #E0E0E0;
  height: 60px;
  width: 100%;
  bottom: 0;
}
.field-validation-error {
  color: #B94A48;
}
.jstemplate {
  display: none;
}
.sidebar-nav {
  padding: 9px 0;
}
.menu-toggle {
  position: absolute;
  left: 50%;
  top: 0;
}
.navbar .btn-navbar {
  display: block;
}
.blockMsg {
  max-width: 400px !important;
  z-index: 6011 !important;
}
.blockOverlay {
  opacity: 0.2 !important;
  z-index: 6000 !important;
}
.bs-docs-example {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  margin: 15px 0;
  padding: 39px 19px 14px;
  position: relative;
}
.bs-docs-example:after {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 4px 0;
  color: #9DA0A4;
  content: "Example";
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  padding: 3px 7px;
  position: absolute;
  top: -1px;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
.well {
  padding: 8px;
  height: auto;
}
.info {
  font-size: 0.9em;
  margin-top: 10px;
}
.info span {
  font-weight: bold;
}
/* Page Editor */
/* Asset Editors */
.asset-editor {
  display: none;
}
/* CK Editor */
.cke_dialog_body {
  z-index: 10200 !important;
}
@keyframes spring {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.image_picker_selector.ui-sortable .thumbnail {
  /*&.selected {
            background-color: #79AE22 !important;
        }*/
}
.image_picker_selector.ui-sortable .thumbnail:after {
  display: none;
}
.image_picker_selector .thumbnail {
  max-width: 92px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.image_picker_selector .thumbnail span.image_picker_zoom {
  background: #79AE22 url("../Bootstrap/img/glyphicons-halflings-white.png") no-repeat -43px 5px;
  border-radius: 50% 50% 50% 50%;
  height: 24px;
  width: 24px;
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
}
.image_picker_selector .thumbnail:after {
  border-radius: 50% 50% 50% 50%;
  content: ' ';
  height: 24px;
  left: -8px;
  position: absolute;
  text-indent: -3000em;
  top: -8px;
  width: 24px;
  background: #79AE22 url("../Bootstrap/img/glyphicons-halflings-white.png") no-repeat -283px 5px;
  opacity: 0;
}
.image_picker_selector .thumbnail.selected {
  background-color: #C5D5AA !important;
}
.image_picker_selector .thumbnail.selected:after {
  opacity: 1;
  -webkit-animation: spring 0.250s 1 normal forwards;
  /* Safari 4+ */
  -moz-animation: spring 0.250s 1 normal forwards;
  /* Fx 5+ */
  -o-animation: spring 0.250s 1 normal forwards;
  /* Opera 12+ */
  animation: spring 0.250s 1 normal forwards;
  /* IE 10+ */
}
.image_picker_selector .thumbnail.selected .image_picker_image {
  outline: 1px solid rgba(255, 255, 255, 0.1);
}
.image_picker_selector .thumbnail p {
  font-size: 0.8em;
  margin: 5px 0 0;
  text-align: center;
  line-height: 15px;
  height: 30px;
  overflow: hidden;
  word-wrap: break-word;
}
.image_picker_selector .thumbnail .image_picker_image {
  min-height: 90px;
  width: 90px;
  background: #fff url("../Images/thumb-loader.gif") no-repeat 50%;
  color: #fff;
}
ul.thumbnails.image_picker_selector {
  background: #333 url('../Images/bg_tile.jpg');
  max-height: 290px;
  padding: 15px 15px 0;
  margin-bottom: 20px;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
ul.thumbnails.image_picker_selector li {
  margin: 0 15px 15px 0;
}
ul.thumbnails.image_picker_selector li .thumbnail {
  border: none;
}
#AssetManager ul.thumbnails.image_picker_selector {
  max-height: 360px;
}
/* Bootstrap modal css over-rides */
.modal-body {
  min-height: 300px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal-body.alert {
  min-height: inherit;
}
.bootbox .modal-body {
  min-height: auto;
  margin-top: 20px;
}
.modal-header {
  padding: 20px 20px 18px;
  background: url("../Images/tex_noise.gif") repeat 0 0 #EEEEEE;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #ccc;
}
.modal-header h3 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  text-shadow: 0 1px 0 #FFFFFF;
}
.modal-header .close {
  margin: -5px -5px 0 0;
}
.modal-footer {
  background-color: #f5f5f5;
}
.modal-open {
  overflow: hidden;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
.hero-unit {
  padding: 20px;
}
.hero-unit h1 {
  font-size: 2.5em;
}
/* Fix ddl in Button group */
.btn-group > .dropdown-toggle {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: -1px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* Datagrid */
.datagrid-sort-column {
  background-image: url('../Images/arrow-move.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: move;
}
/*
.row-fluid {
    overflow: hidden; 
}
.span6 {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    background-color:#ffc;
}
*/
.weditor .redactor_box {
  max-width: 600px;
}
/* Media breakpoints */
@media (max-width: 1280px) {
  #addSectionAssetModal .asset-type-tabs li a {
    width: auto;
    min-width: 60px;
    background-position: 50% 0;
    font-size: 12px;
    padding: 40px 10px 0;
    background-size: 60px 150px;
  }
  #addSectionAssetModal .asset-type-tabs li.selected a {
    background-position: 50% -90px;
    font-weight: normal;
  }
}
@media (max-width: 1024px) {
  #image-picker-form .placeholder-imagepicker,
  #image-picker-form #assetEditor1-placeholder {
    float: none;
    width: auto;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
    margin: 0 auto;
  }
  .nav-collapse {
    display: none;
  }
  .navbar-toggle {
    display: none;
  }
  .sitemap ol.sortable {
    width: 85%;
  }
  #addSectionAssetModal .asset-type-tabs li a {
    min-width: 40px;
  }
}
/* ipad Landscape and above */
@media (min-width: 769px) {
  .modal {
    width: 80%;
    /* desired relative width */
    left: 10%;
    /* (100%-width)/2 */
    margin: auto auto auto auto;
    /* place center */
  }
  .modal.bootbox {
    width: 40%;
    /* desired relative width */
    left: 30%;
    /* (100%-width)/2 */
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #templatelayout {
    width: 90%;
  }
}
/* iPad portrait and smaller */
@media (max-width: 768px) {
  #templatelayout {
    width: 96%;
  }
  .modal {
    top: 10%;
    width: 96%;
    /* desired relative width */
    left: 2%;
    /* (100%-width)/2 */
    margin: auto auto auto auto;
    /* place center */
  }
  .modal.fade.in {
    top: 10%;
  }
  .bigmodal.fade.in {
    top: 5%;
  }
  .sitemap .sortable .btn-sitemap .dropdown-menu {
    margin-left: 30px;
  }
  .input-xxlarge {
    width: 430px;
  }
}
/* Height Media Breakpoint */
@media (max-height: 820px) {
  .redactor_editor {
    min-height: 350px !important;
  }
}
@media (max-height: 768px) {
  .redactor_editor {
    min-height: 300px !important;
  }
}
@media (max-height: 712px) {
  .redactor_editor {
    min-height: 200px !important;
  }
}
@media (max-height: 600px) {
  .redactor_editor {
    min-height: 150px !important;
  }
}
/* END Height Media Breakpoint */
.carousel {
  margin-bottom: 0 !important;
}
.cms-column {
  position: relative;
}
.col-buttons {
  width: 26px;
  z-index: 100;
  position: absolute;
  top: 10px;
}
.col-buttons.left {
  left: -8px;
}
.col-buttons.right {
  right: -8px;
  text-align: right;
}
.col-buttons .btn {
  padding: 2px 5px;
}
.col-buttons .btn[disabled] {
  opacity: 1;
  color: #999;
}
.col-buttons .btn[disabled] > [class^="icon-"] {
  opacity: 0.5;
}
#uploadForm {
  margin-top: 20px;
}
#loader-table,
#asset-actions,
#uploadForm,
.btnEditSelectedAsset,
.btnDeleteSelectedAssets,
#fileupload-progress,
#start-upload-button,
.btnEditCategory {
  display: none;
}
#asset-category-buttons {
  display: inline-block;
}
#templatelayout #t-page .t-section .row-fluid.child-editor {
  zoom: 1;
  margin-bottom: 20px;
}
#templatelayout #t-page .t-section .row-fluid.child-editor:before {
  content: '';
  display: block;
}
#templatelayout #t-page .t-section .row-fluid.child-editor:after {
  content: '';
  display: table;
  clear: both;
}
table .row-highlight tr,
table .row-highlight td {
  background-color: #ffcb67 !important;
}
.control-group .counter {
  display: block;
  font-size: 11px;
}
.control-group .counter.over {
  color: Red;
}
.column-cssselector-edit {
  position: absolute;
  bottom: -15px;
  right: 10px;
  background-color: #ffffff;
  font-size: 11px;
  vertical-align: middle;
  padding: 0 4px;
}
.column-cssselector-edit input {
  font-size: 11px;
  padding: 0 6px;
  vertical-align: middle;
  margin: 0 0 4px 0;
  width: 80px;
}
.column-cssselector-edit a {
  color: #000;
}
.column-cssselector-edit .fa {
  font-size: 14px;
}
#css-editor {
  color: #000;
  width: 100%;
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* BEGIN ASSET PICKER COMPONENT STYLES */
.asset-picker-upload-form {
  display: none;
}
.thumbnail-picker {
  overflow: auto;
  list-style-position: outside;
  list-style-type: none;
  background: #333 url('../Images/bg_tile.jpg');
  max-height: 290px;
  padding: 15px 15px 0;
  margin: 0 0 20px 0;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.thumbnail-picker li {
  margin: 0px 12px 12px 0px;
  float: left;
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 92px;
  cursor: pointer;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.thumbnail-picker li:after {
  border-radius: 50% 50% 50% 50%;
  content: ' ';
  height: 24px;
  left: -8px;
  position: absolute;
  text-indent: -3000em;
  top: -8px;
  width: 24px;
  background: #79AE22 url("../Bootstrap/img/glyphicons-halflings-white.png") no-repeat -283px 5px;
  opacity: 0;
}
.thumbnail-picker li.selected {
  background-color: #C5D5AA !important;
}
.thumbnail-picker li.selected:after {
  opacity: 1;
  -webkit-animation: spring 0.250s 1 normal forwards;
  /* Safari 4+ */
  -moz-animation: spring 0.250s 1 normal forwards;
  /* Fx 5+ */
  -o-animation: spring 0.250s 1 normal forwards;
  /* Opera 12+ */
  animation: spring 0.250s 1 normal forwards;
  /* IE 10+ */
}
.thumbnail-picker .zoom {
  background: #79AE22 url("../Bootstrap/img/glyphicons-halflings-white.png") no-repeat -43px 5px;
  border-radius: 50% 50% 50% 50%;
  height: 24px;
  width: 24px;
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
}
.thumbnail-picker p {
  font-size: 0.8em;
  margin: 5px 0 0;
  text-align: center;
  line-height: 15px;
  height: 30px;
  overflow: hidden;
  word-wrap: break-word;
}
.thumbnail-picker-page-select {
  float: left;
  margin-right: 10px;
}
input[type="text"].thumbnail-picker-item-count {
  width: 100px;
  border: none;
  box-shadow: none;
  padding-left: 0;
}
input[readonly].thumbnail-picker-item-count {
  cursor: default;
  background-color: #fff;
}
.thumbnail-picker-search-input {
  float: right;
}
/* END ASSET PICKER COMPONENT STYLES */
