﻿.header-menu {
  margin-top: 3px;
  float: right;
  margin-right: 50px;
}
.header-menu ul {
  list-style: none;
}
.header-menu ul li {
  list-style: none;
  float: left;
  background-color: #2e8017;
  margin: 0 5px;
  height: 35px;
  line-height: 35px;
  width: 150px;
  text-align: center;
  border-radius: 2px;
}
.header-menu ul li:hover {
  background-color: #266a13;
}
.header-menu ul li:hover ul {
  display: block;
  width: 150px;
  background-color: #266a13;
  margin: 0;
  padding: 0;
  padding-top: 35px;
  margin-top: -35px;
  border-radius: 2px;
}
.header-menu ul li:hover ul li {
  margin: 1px 0;
  padding: 0;
  float: none;
  list-style: none;
  text-align: left;
  height: 35px;
}
.header-menu ul li:hover ul li.disabled {
  background-color: #b7efa7;
  opacity: 0.4;
}
.header-menu ul li:hover ul li.disabled a {
  color: white;
  cursor: default;
}
.header-menu ul li:hover ul li a {
  width: 130px;
  height: 35px;
  font-size: 12px;
  display: block;
  padding: 0;
  margin-left: 8px;
}
.header-menu ul li:hover ul li > div {
  display: none;
}
.header-menu ul li:hover ul li:hover .ssssss {
  width: 400px;
  height: 50px;
  background-color: green;
}
.header-menu ul li a {
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  padding: 5px;
  color: white;
}
.header-menu ul li ul {
  display: none;
}
.header-item {
  display: inline-block;
  vertical-align: top;
}
header {
  background-color: #5880b3;
  width: 100%;
  min-width: 1200px;
  height: 45px;
  border-top: 5px solid #d9958f;
  position: relative;
  z-index: 9999;
}
header > .logo {
  display: inline-block;
  float: left;
  width: 80px;
  height: 50px;
  background: url('images/parisol-icon.png') transparent no-repeat;
  background-size: 70px 60px;
  margin-top: -9px;
  cursor: pointer;
}
header > section.navigation {
  margin-left: 30px;
  display: inline-block;
}
header > section.navigation ul {
  margin: 0;
  padding: 0;
}
header > section.navigation ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 7px;
}
header > section.navigation ul li > a {
  display: inline-block;
  padding: 4px 8px;
  min-width: 70px;
  margin: 0 1px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'tw cen mt condensed';
  letter-spacing: 1.2px;
}
header > section.navigation ul li > div {
  display: none;
}
header > section.navigation ul li .close-menu {
  width: 37px;
  min-width: 37px !important;
  height: 46px;
}
header > section.navigation ul li .close-menu i {
  width: 17px;
  height: 11px;
  display: block;
  margin-top: 4px;
  font-size: 18px;
}
header > section.navigation ul li.shown > div {
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  padding-top: 30px;
}
header > section.navigation ul li.shown > div > ul {
  display: block;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #cdcdcd;
  padding: 6px 0 0 15px !important;
}
header > section.navigation ul li.shown > div > ul li > a {
  padding: 7px 8px;
  min-width: 100px;
  border: 2px solid #5880b3;
  border-radius: 3px;
  color: #5880b3;
  background-color: white;
  text-align: center;
  font-weight: bold;
}
header > section.navigation ul li.shown > div > ul li > a:hover {
  color: white;
  background-color: #5880b3;
}
header > section.navigation ul li.shown > div > ul li > div {
  position: static;
  padding-top: 5px;
}
header > section.navigation ul li.shown > div > ul li > div ul li {
  width: auto;
}
header > section.user-actions {
  display: inline-block;
  float: right;
  min-width: 320px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
header > section.user-actions > a {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 20px;
  font-family: 'tw cen mt condensed';
}
header > section.user-actions > a i {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url('images/loggedin-logo.png') transparent no-repeat;
  background-size: 18px 28px;
  vertical-align: top;
  margin: 3px 7px 0 0;
}
.btn-redesigned {
  margin: 0 1px;
  display: inline-block;
  min-width: 100px;
  padding: 7px 8px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'tw cen mt condensed';
  color: white !important;
  text-decoration: none !important;
  font-size: 15pt;
  outline: none;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: top;
  border: none !important;
}
.btn-redesigned:focus {
  outline: none !important;
}
.btn-redesigned.btn-cancel {
  background-color: #d8d8d8;
}
.btn-redesigned.btn-save {
  background-color: #5880b3;
}
.btn-redesigned.btn-send {
  background-color: #EA700D;
}
.btn-redesigned.btn-previus-section {
  background-color: #a5a5a5;
}
.btn-redesigned.btn-publish {
  background-color: #efad4d;
}
.btn-redesigned.btn-next {
  background-color: #789440;
}
.btn-redesigned.btn-preview {
  background-color: #3f3f3f;
}
.header-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}
.header-container.in-preview {
  left: 0;
  right: 0;
}
.header-container.in-preview header {
  height: 40px;
}
.header-container.in-preview .close-menu {
  width: 18px;
  min-width: 18px !important;
  height: 22px;
  /*&:hover {
				background-color: white;
			}*/
}
.header-container.in-preview .close-menu i {
  width: 17px;
  height: 11px;
  display: block;
  margin-top: 2px;
  font-size: 18px;
}
.header-container.in-preview .navigation {
  margin-top: 4px;
}
.header-container.in-preview .navigation ul ul {
  padding: 6px 0 3px;
  margin-top: -5px;
}
.header-exp {
  height: 40px;
}
@font-face {
  font-family: 'tw cen mt condensed';
  src: url('../Fonts/tw cen mt condensed.TTF') format('truetype'), url('../Fonts/tw_cen_mt_condensed.otf') format('opentype'), url('../Fonts/tw_cen_mt_condensed.woff') format('woff'), url('../Fonts/TwCenMT-Condensed.eot') format('embedded-opentype');
}
.pager-content-item {
  display: none;
}
.pager-content-item.shown {
  display: block;
}
.pager-content-item .open-item-list {
  width: 98%;
  margin: 0 auto;
}
.pager-content-item .open-item-list > .list-item {
  width: calc('100% - 10px');
  margin: 3px 0;
  padding: 5px;
}
.pager-content-item .open-item-list > .list-item > .line-item .left {
  display: inline-block;
  float: left;
}
.pager-content-item .open-item-list > .list-item > .line-item .left .small-title {
  color: black;
}
.pager-content-item .open-item-list > .list-item > .line-item .left .title {
  color: black;
  text-decoration: underline;
}
.pager-content-item .open-item-list > .list-item > .line-item .right {
  display: inline-block;
  float: right;
}
.pager-content-item .open-item-list > .list-item > .line-item .sponsor-margined {
  margin: 3px 0;
}
.pager-content-item .open-item-list > .list-item > .line-item p,
.pager-content-item .open-item-list > .list-item > .line-item .p1,
.pager-content-item .open-item-list > .list-item > .line-item .p2 {
  color: #676767;
}
.open-item-list-pager {
  margin-left: 50px;
}
.open-item-list-pager > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #454545;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}
.open-item-list-pager > a.active {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.btn-preview-new {
  display: block;
  border: 2px solid #5880b3;
  border-radius: 3px;
  color: #5880b3;
  background-color: white;
  text-align: center;
  padding: 7px 8px;
  min-width: 100px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-family: 'tw cen mt condensed';
  text-decoration: none;
  margin-top: -15px;
}
.btn-preview-new:hover {
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: #5880b3;
}
.commonly-used-buttons {
  right: 300px;
}
.commonly-used-buttons .btn-preview-new {
  margin: 4px 0 0 0;
}
.commonly-used-buttons .btn-preview-new ~ .btn-preview-new-dropdown {
  display: none;
}
.top-right-fixed-buttons {
  position: fixed;
  top: 50px;
  right: 15px;
  z-index: 9999;
}
.preview-form-container {
  margin-top: 20px;
}
@media all and (max-width: 1000px) {
  .preview-form-container {
    margin-top: 90px;
  }
}
.mceContentBody {
  color: red !important;
  font-size: 25px !important;
}
.check-links-caption {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'tw cen mt condensed';
  letter-spacing: 0.3px;
  display: inline-block;
  margin-left: -8px;
  padding-left: 8px;
}
.btn-close-notification {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.help-url {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background-color: #5880B3;
  color: white;
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
}
.help-url:hover {
  color: white;
  text-decoration: none;
}
.help-url:visited {
  color: white;
  text-decoration: none;
}
.btn-menu-publish {
  background-color: #efad4d !important;
  border-color: #efad4d !important;
  color: white !important;
}