﻿body {
  background-image: url(../Images/background/cream-bg.png);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#tabs {
  margin-left: 0px;
}
#backgroundOverlay {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  width: 100%;
  height: 100%;
}
.content {
  padding-top: 40px;
}
/* .container padding to stop displaying under icons */
/* Large desktop */
@media (min-width: 1200px) {
  .container {
    padding: 0 45px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    padding: 0 45px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .container {
    padding: 0 45px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .container {
    padding: 0 45px;
  }
}
/*********************************
 			Login Form
**********************************/
#loginContainer {
  width: 450px;
  /*margin-left: -289px;*/
  display: inline-block;
  overflow: visible;
}
#loginContainer form {
  margin: 0;
}
#loginContainer.modal {
  height: 450px;
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 1050;
  background-color: transparent;
  /*background-image: url(../Images/login-bg.png);*/
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  background: white;
  border-radius: 50%;
  box-shadow: #8A8A8A 0 0 50px;
}
#loginContainer .modal-body {
  position: relative;
  padding: 100px;
  margin-top: 30px;
}
#loginContainer label,
#loginContainer a {
  font-family: "URWSarandibD", Helvetica, Arial;
  color: #000;
}
#loginContainer label.checkbox,
#forgot {
  display: inline;
}
#loginContainer label.checkbox input[type="checkbox"] {
  margin-left: 0px;
  margin-right: -20px;
}
#loginContainer .input-block-level {
  display: block;
  width: 100%;
  min-height: 44px;
}
#forgot {
  text-decoration: underline;
  float: right;
}
#loginContainer #button {
  font-family: "URWSarandibD", Helvetica, Arial;
  background-color: #bdd63a;
  border: none;
  border-radius: 0;
  color: #fff;
  position: relative;
  top: 10px;
}
#loginContainer input[type="text"],
#loginContainer input[type="password"] {
  font-size: 16px;
  background-color: #e9e9ea;
  color: #000;
}
input:-webkit-autofill {
  background-color: #e9e9ea !important;
}
#loginContainer .loginValidation {
  left: -2px;
  top: -220px;
  margin-bottom: -45px;
  position: relative;
  color: #bf202f;
  display: block;
  width: 258px;
  padding: 10px;
  font-family: "URWSarandibD", Helvetica, Arial;
}
#loginContainer label.checkbox {
  top: 0px;
  position: relative;
}
#loginContainer a {
  cursor: pointer;
}
#loginContainer #button:hover {
  text-decoration: none;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #6d6e71;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/*********************************
			Springboard
**********************************/
.springboard {
  margin: 100px auto;
  max-width: 80%;
  list-style: none;
}
.springboard li {
  float: left;
}
.springboard-icon {
  margin: 40px;
  height: 119px;
  width: 115px;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.notifications-container {
  width: 145px;
  position: relative;
  top: -14px;
  left: -28px;
}
.notifications-container ul {
  list-style: none;
}
.notifications-container ul li {
  display: inline;
  float: left;
  position: absolute;
}
.notifications-container ul li div.notification {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 15px;
  color: #545151;
  font-weight: bold;
  font-family: "URWSarandibD", Helvetica, Arial;
}
.notifications-container ul li div {
  text-align: center;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.75);
}
.notifications-container ul li div.sent {
  left: 63px;
  background-color: #bdd63a;
}
.notifications-container ul li div.inprogress {
  top: 7px;
  left: 20px;
  background-color: #faed00;
}
.notifications-container ul li div.critical {
  left: -10px;
  top: 41px;
  background-color: #bf202f;
  color: #fff;
}
.notifications-container ul li div.remove {
  float: right;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  position: relative;
  right: -85px;
}
.springboard-caption {
  text-align: center;
  position: relative;
  top: 100px;
  font-family: "URWSarandibD", Helvetica, Arial;
  font-weight: bold;
}
.springboard-caption a {
  top: -80px;
  padding-top: 110px;
  display: block;
  position: relative;
  width: 115px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}
/********************
 * Animations  
 * To start spring board to wobble
 *  $(".springboard-icon").mouseup(function(){
      clearTimeout(pressTimer)
      e.preventDefault();
      // Clear timeout
      return false;
    }).mousedown(function(){
      // Set timeout
      pressTimer = window.setTimeout(function() {
          $('.springboard-icon').addClass('animated wobble ui-state-default');
            $('.sent').hide(); 
            $('.inprogress').hide(); 
            $('.critical').hide();
            $('.remove').show();
            $( "#springboard" ).sortable({ tolerance: "intersect", placeholder: "ui-sortable-placeholder" });
            $('div.remove').click(function() {
                $(this).parents().eq(4).animate({height: 0, width: 0}, 1000,"linear",function() {
                    $(this).remove();
                })
        });
      },2000)
      return false; 
    });
 ********************/
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 0 10px 100px -10px #000;
}
.animated,
.wobble {
  -webkit-transition: all 2s ease 1s;
  -moz-transition: all 2s ease 1s;
  -o-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  25% {
    -webkit-transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/*******************
 * Toolstrip
 *******************/
.toolstrip {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  height: 40px;
  border-bottom: 6px solid #bdd63a;
}
.navbar .nav > li > a {
  -webkit-text-shadow: none;
  text-shadow: none;
}
.toolstrip .navbar-inner {
  background-color: #6d6e71;
  background-image: none;
  border: none;
  /*30-1-14*/
  padding: 0;
}
.toolstrip #toolStripLogo {
  top: 2px;
  display: block;
  position: absolute;
  width: 209px;
}
#loggedinUser {
  font-family: "URWSarandibD", Helvetica, Arial;
  letter-spacing: 1px;
}
#loggedinUser:hover {
  color: #bdd63a;
}
#toolStrip a.dropdown-toggle:hover {
  color: #bdd63a;
}
#toolStrip .dropdown-menu li a {
  color: #6d6e71;
}
#toolStrip .dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #bdd63a;
  background-image: none;
}
/*30-1-14*/
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed !important;
}
/*******************
 * Large window
 *******************/
#footer {
  position: absolute;
  bottom: 0;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
/*******************
 * Main Container
 *******************/
.applicationWindow {
  font-family: "URWSarandibD", Helvetica, Arial;
  margin-top: 110px;
  margin-bottom: 40px;
  background-color: white;
  border: 1px solid #6d6e71;
  overflow: visible;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.applicationWindow .modal-body {
  overflow: visible;
  max-height: 100%;
}
#downloadModalBody {
  overflow: auto;
  max-height: 400px;
}
.applicationWindow .modal-body legend {
  border-bottom: none;
}
.modal-header {
  overflow: hidden;
  padding-top: 10px;
}
.modal-footer {
  text-align: left;
}
.applicationWindow a {
  color: #6d6e71;
  text-decoration: underline;
}
a.ng-binding {
  color: #6d6e71 !important;
}
.modal-header,
#approvalHeadTitle {
  font-family: "URWSarandibD", Helvetica, Arial;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  color: #bdd63a;
  background-color: #6d6e71;
}
.applicationWindow .modal-header .agentName {
  font-family: "Futura Light";
  color: #fff;
}
.applicationWindow table {
  margin-top: 20px;
  font-family: "Futura Book", Helvetica, Arial, sans-serif;
}
.applicationWindow table th {
  font-weight: bold;
}
.modal-header > span.thin-title {
  font-weight: normal;
  font-family: Futura Book;
}
.applicationWindow form {
  margin: 0px;
}
.applicationWindow .btn-danger,
.modal-footer .btn-danger {
  background-color: #bf202f !important;
  color: #fff !important;
}
.applicationWindow .btn-info,
.modal-footer .btn-info {
  background-color: #27aae2 !important;
  color: #fff !important;
}
i.isActiveCheckbox {
  float: left;
  position: relative;
  display: inline-block;
  margin-right: -10px;
  left: -20px;
  color: #6d6e71;
}
i.notActiveCheckbox {
  float: left;
  position: relative;
  display: inline-block;
  margin-right: -10px;
  left: -20px;
  color: #6d6e71;
}
.applicationWindow .btn,
.modal-footer .btn-success {
  border-color: transparent;
  background-color: #bdd63a;
  background-image: none;
  font-family: "Futura Book", Helvetica, Arial;
  color: #6d6e71;
  -webkit-text-shadow: none;
  text-shadow: none;
  text-decoration: none;
}
.applicationWindow .btn-link {
  background-color: transparent;
}
.applicationWindow .nav-tabs {
  border-bottom: 2px solid #6d6e71;
}
.applicationWindow .nav-tabs a {
  text-decoration: none;
  font-size: 15px;
}
.applicationWindow .nav-tabs li {
  background-color: #e8e8e8;
  margin-left: 4px;
  border-radius: 4px 4px 0 0;
  bottom: 1px;
  position: relative;
}
.applicationWindow .nav-tabs li.active a {
  background-color: #6d6e71;
  color: #fff;
}
.applicationWindow .nav-tabs i {
  color: #bdd63a;
}
#permissions th,
#userGroups th,
#contentGroups th,
#officeList th,
.applicationWindow th {
  background-color: #6d6e71;
  color: #bdd63a;
  font-weight: normal;
  font-size: 14px;
}
.applicationWindow th a {
  text-decoration: none;
}
.applicationWindow th a i {
  color: #bdd63a;
}
.applicationWindow th.cityName a i {
  color: #6d6e71;
}
.applicationWindow tr {
  font-size: 14px;
}
.stafflistitem {
  cursor: -webkit-grab;
}
.applicationWindow td {
  max-width: 100px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.applicationWindow.geography .tab-content {
  height: 448px;
  overflow-y: scroll;
}
.applicationWindow table input[type="checkbox"] {
  margin: -2px 0 0 !important;
  line-height: normal;
}
.applicationWindow label {
  font-family: "Futura Book";
}
.linkurl-container {
  overflow: hidden;
}
.linkurl {
  white-space: nowrap;
  overflow: hidden;
  max-width: 450px;
}
.externalLink {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 10px 0;
}
#filterButton,
#filterButton:hover {
  border-radius: 0 4px 4px 0;
}
#searchForm input {
  font-size: 14px;
  line-height: 16px;
  width: 89% !important;
}
#filterContainer select {
  font-family: "Futura Book";
  font-size: 14px;
  line-height: 16px;
}
.text-success {
  color: #bdd63a;
}
#ArticleSearch input {
  width: 87% !important;
}
.preview-link.modal .alert,
.preview-link.modal p {
  font-family: "Futura Book", Helvetica, Arial, sans-serif;
}
.applicationWindow .modal-body .breadcrumb {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 0 0 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.applicationWindow .modal-body .breadcrumb > li {
  display: inline-block;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.applicationWindow .modal-body .breadcrumb > li a {
  color: #bdd63a;
  text-decoration: none;
}
#articleDetails input,
#articleDetails select,
#articleFeatures input,
#articleFeatures select,
#articleEditor input,
#articleEditor select,
#articleMedia input,
#articleMedia select {
  font-family: "Futura Book" !important;
}
#AccountName,
#CategoryID {
  font-family: "Futura Book" !important;
}
.applicationWindow .badge {
  color: #6d6e71 !important;
  font-family: "Futura Book";
}
.modal-footer {
  border-top: none;
  background-color: #fff;
}
.row-fluid > div {
  padding-bottom: 15px;
}
.recent-activity > div > label {
  font-weight: bold;
}
#user-status .recent-activity label {
  display: block;
}
/* Attributes*/
#GroupName {
  margin-bottom: 0;
}
/*************************************************************************************************************/
/**********************************   Contact Counts   *******************************************************/
/*************************************************************************************************************/
#contactCounts {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: -27px 45px;
  background-repeat: no-repeat;
  height: 899px;
  background-image: url(../Images/cc/cc_main.png);
  background-color: #242021;
  position: absolute;
  width: 100%;
  z-index: -15;
}
/*************************************************************************************************************/
/**********************************   Advertising Network   **************************************************/
/*************************************************************************************************************/
#advertisingNetwork {
  top: 106px;
  width: 929px;
  height: 670px;
  position: relative;
  display: block;
  background-image: url(../Images/an/advertising-network.png);
}
#advertisingNetworkToolstrip {
  left: 190px;
  font-family: "URWSarandibD", Helvetica, Arial;
  font-weight: normal;
}
#advertisingNetworkToolstrip a {
  font-size: 22px;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.modal {
  overflow: hidden !important;
}
.modal-header .row-fluid [class*="span"] {
  min-height: 22px;
}
.modal-header button.close {
  color: white;
}
.modal-header .badge {
  font-weight: 100;
  padding: 4px;
  font-size: 16.844px;
  color: #5c87b2;
  background-color: rgba(255, 255, 255, 0.9);
}
#regionBody {
  max-height: 100%;
}
#AccountSearch .input-append {
  margin-right: 40px;
}
.workflow-detail div button {
  margin-top: 24px;
}
.workflow-stages-filter div button,
.stages-approval-filter div .btn {
  margin-bottom: 10px;
}
/* Fix for icons in small and mini buttons, the icon oringally was slightly higher than the text */
.btn.btn-mini [class^="icon-"],
.btn.btn-mini [class*=" icon-"],
.btn.btn-small [class^="icon-"],
.btn.btn-small [class*=" icon-"] {
  margin-top: 1px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-top: 2px;
}
.page-header span:hover {
  cursor: pointer;
}
div.notificationBcc label {
  display: inline-block;
  margin-right: 5px;
}
.bcc-help {
  display: inline-block;
}
h4 input[type="checkbox"] {
  margin-top: -3px;
  position: relative;
}
td .icon-remove,
td .icon-ok {
  font-size: 20px;
}
#SendNotificationsEmails {
  margin-top: -4px;
}
#user-status input,
#user-status label {
  display: inline-block;
}
#user-status input[type="checkbox"] {
  margin: -2px 0 0;
}
.page-header {
  margin: 10px 0 10px;
  padding-bottom: 0;
}
.page-header label,
.page-header h4,
.page-header span {
  font-weight: bold;
}
#searchAddress {
  margin-top: 27px;
}
.list-header div span {
  position: relative;
  top: 5px;
}
#appDetails label.control-label,
#stageDetails label.control-label {
  width: 170px !important;
}
div.table-content div table {
  margin-top: 0px !important;
}
div.table-header {
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.table-header div {
  border-radius: 4px;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dddddd;
}
.table-header div:hover {
  cursor: pointer;
}
.table-header div.expanded {
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}
div.validation-summary-errors ul {
  list-style: none;
  margin: 0;
}
#scroll-up {
  margin-bottom: 10px;
  opacity: 0;
  cursor: pointer;
}
#scroll-down {
  margin-top: 10px;
  cursor: pointer;
}
.sticky-hold {
  position: fixed;
  left: 0px;
  top: 150px;
  z-index: 0;
}
.sticky-box {
  width: 50px;
  height: 450px;
  overflow: hidden;
  z-index: 26;
}
.stickies {
  position: relative;
  /*top: 120px;*/
  left: 0px;
  top: 0px;
  z-index: 25;
  height: 450px;
  overflow-y: scroll;
  width: 179px;
}
.stickies.nav-list > li > a {
  -webkit-text-shadow: none;
  text-shadow: none;
}
.stickies.nav > li > a:hover {
  background: #6d6e71;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.sticky-note {
  margin-top: 10px;
  position: relative;
  left: -150px;
  min-width: 162px;
  z-index: 26;
}
.sticky-note a {
  font-family: "URWSarandibD", Helvetica, Arial;
  color: #bdd63a;
  border-radius: 0 17px 17px 0;
  background: #6d6e71;
  border: 1px solid #bdd63a;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.stickies > li > a {
  padding: 6px 0px 6px 15px;
}
.sticky-note.active {
  background-color: #6d6e71 !important;
  left: -120px !important;
}
.sticky-note.active a {
  background-color: #6d6e71 !important;
}
.new.sticky-note,
.new.sticky-note > a {
  background-image: none !important;
  background-color: #bdd63a !important;
  color: #6d6e71;
}
.new.sticky-note > a:hover {
  background-image: none !important;
  background-color: #bdd63a !important;
}
.new.sticky-note i {
  right: 6px;
  top: 2px;
  position: relative;
  vertical-align: middle;
}
.tab-content {
  overflow: visible;
}
.messageBox {
  top: 2px !important;
  z-index: 1050;
  width: 500px;
  margin-left: -275px;
  display: inline-block;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
#CmsMessageBox {
  color: #c09853;
}
#CmsErrorMessageBox {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
#CmsAlertBox {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/*
    Group Picker    
*/
#groupEditor .btn {
  border-color: transparent;
  background-color: #bdd63a;
  background-image: none;
  font-family: "URWSarandibD", Helvetica, Arial;
  color: #6d6e71;
  -webkit-text-shadow: none;
  text-shadow: none;
  text-decoration: none;
}
#groupHeader {
  font-family: "URWSarandibD", Helvetica, Arial;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  color: #bdd63a;
  background-color: #6d6e71;
}
#sortable,
#sections {
  list-style: none;
  margin: 20px 0 0 0;
}
.sortable {
  list-style: none;
  margin: 20px 0 0 0;
}
.sortable li.span3 {
  margin: 7px;
  display: table;
}
.mediaContent video {
  width: 100%;
  position: relative;
}
.mediaItem,
.sectionItem {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: block;
  vertical-align: middle;
}
#articleSections {
  margin: 10px 0 0px;
  padding-bottom: 0;
}
.sectionItem {
  margin-top: -10px;
}
/*.mediaItem:hover > .mediaHeader {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}

	.mediaItem:hover > .mediaDetailsContainer {
		visibility: visible;
		opacity: 1;
		bottom: 0;
	}
	*/
.AandV .mediaFooter {
  display: none;
}
.mediaHeader {
  color: white;
  padding: 10px;
  background-color: rgba(46, 46, 46, 0.3);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00ffffff', GradientType=0);
  top: -42px;
}
.mediaHeader span {
  position: absolute;
  right: 25px;
  top: 10px;
}
.mediaHeader,
.mediaFooter {
  z-index: 1;
  position: absolute;
  width: 100%;
}
.mediaContent {
  top: 0;
  position: relative;
  padding: 0px;
}
.mediaContainer {
  height: 160px;
  background-color: black;
}
.deletelink.btn {
  background-color: #F2DEDE;
}
.link-name {
  cursor: pointer;
}
.mediaFooter {
  padding: 5px 10px 0px 10px;
  bottom: -57px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.sectionHeader {
  background-color: #6d6e71;
  color: #bdd63a;
  padding: 15px 15px 0px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.sectionHeader .btn-danger {
  background-color: #bf202f !important;
  background-image: none;
}
.sectionHeader > .row-fluid > div {
  padding-bottom: 0px;
}
.mediaHeader .btn,
.sectionHeader .btn {
  position: relative;
  top: -3px;
}
.sectionContent {
  padding: 15px;
}
.media-container {
  margin-bottom: 10% !important;
  margin-top: 10% !important;
}
.mediaContainer img {
  width: 100%;
  height: auto;
}
.mediaContainer a {
  width: 100%;
  height: auto;
}
.large-preview .media-item {
  width: 100%;
}
.large-preview .mediaFooter .span6 {
  width: 33%;
}
.large-preview .mediaContainer {
  padding-bottom: 25%;
  /* This could be why you have an annoying black rectangle under your videos (sorry)*/
}
#stageDetails button.btn-info {
  border-radius: 0px 4px 4px 0;
}
/* MediaElement Player Responsive Fix */
.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 75%;
}
.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: auto !important;
}
.mejs-overlay-button {
  margin: 30px 0 0 -50px !important;
}
.mejs-overlay-loading {
  margin: 20% 0 0 -40px !important;
}
.mejs-container .mejs-controls {
  bottom: 35px !important;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.mejs-audio .mejs-controls {
  margin-bottom: 50px !important;
}
/* Drag & Sort Interaction to jQuery UI */
.ui-sortable-helper .mediaItem {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.ui-sortable-placeholder {
  display: block;
  width: 212px;
  height: 162px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0;
  overflow: hidden;
  visibility: visible !important;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#springboard .ui-sortable-placeholder {
  -webkit-transition: all 2s ease 1s;
  -moz-transition: all 2s ease 1s;
  -o-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
  margin: 39px;
  overflow: hidden;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #e3e3e3;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 15px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#springboard .ui-sortable-helper {
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  transition: margin 1s ease;
  opacity: 0.75;
}
/* Yet another fix to Mce Editor, making the table act as it should */
.mceEditor > table {
  width: 100% !important;
}
/* Article Editor Section Extraction Button custom placement below tinyMce editor */
#btnExtract {
  margin-top: 20px;
}
/* Approval Editor */
.approvalEditor {
  background-color: #f5f5f5;
  padding: 0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#approvalFooter {
  background: transparent;
  box-shadow: none;
}
#articleMedia ul h2,
#mediaList ul h2 {
  font-weight: normal;
  font-size: 24px;
}
#articleFeatures .page-header {
  border-bottom: none;
  margin-bottom: -5px;
}
#articleFeatures .groupFeatures > .span5 {
  margin-left: 0;
  margin-right: 35px;
}
#articleFeatures .groupFeatures .span6 {
  margin-left: 0;
}
#articleDetails .linkedOffices .span6 {
  margin-left: 0;
}
#articleDetails .btn {
  margin-bottom: 5px;
}
#feature-list .groupFeatures .checkbox input[type="checkbox"] {
  margin-top: 5px;
}
#SignOffContainer button {
  margin-top: 0;
}
#btnUploadReplace {
  margin-top: 20px;
}
#ArticleSearch input.input-block-level,
#ArticleSearch select.input-block-level {
  min-height: 30px !important;
}
/******************************************************************************************************/
/************************************        Script Editor        *************************************/
/******************************************************************************************************/
#ScriptEditor,
#VoiceEditor {
  position: relative;
}
#ScriptContainer h3,
#VoiceEditor h3 {
  font-weight: normal;
  font-size: 22px;
}
#ScriptContainer .frontImage {
  margin-top: 4px;
}
#ScriptContainer ul li,
#VoiceEditor ul li {
  margin-bottom: 5px;
}
#ScriptContainer strong,
#VoiceEditor strong {
  color: #bdd63a;
}
#VoiceEditor p {
  font-family: "Futura Book", "Helvetica", "Arial" !important;
}
#VoiceEditor p span {
  font-size: 14px !important;
}
/* Adding Overflow Help*/
#ScriptEditor {
  overflow-y: auto;
  /* max-height: 650px;*/
}
.text-entry {
  height: 300px;
  overflow-y: scroll;
}
#feature-list {
  height: 200px;
  overflow-y: scroll;
}
#feature-list input[type="checkbox"] {
  margin-top: -5px;
  position: relative;
}
#VoiceOverMedia {
  float: right;
  width: 100%;
  min-height: 3em;
  padding: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
#VoiceOverMedia h4 {
  line-height: 16px;
  margin: 0 0 0.4em;
}
#VoiceOverMedia h4 .ui-icon {
  float: left;
}
#VoiceOverMedia .gallery h5 {
  display: none;
}
#VoiceOverMedia .ui-corner-tr,
#ArticleMedia .ui-corner-tr {
  border-radius: 4px;
  overflow: hidden;
}
#ScriptContainer .mceEditor > table {
  width: 100% !important;
}
#ScriptContainer ul,
#VoiceEditor ul {
  list-style: none;
  margin: 0 0 10px 0px;
  min-height: 4em !important;
}
#ClosingFrame {
  height: 115px;
}
#ScriptContainer .ui-state-default,
#VoiceEditor .ui-state-default {
  background: #fff;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
#ScriptContainer .ui-widget-header,
#VoiceEditor .ui-widget-header {
  font-family: "URWSarandibD", Helvetica, Arial;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 5px 5px 0px;
  color: #bdd63a;
  background: #6d6e71;
}
#VoiceOverMediaItems h5,
#ClosingFrame h5 {
  display: none !important;
}
#ScriptContainer .gallery li,
#VoiceEditor .gallery li {
  height: 64px;
  float: left;
  width: 96px;
  margin: 5px;
  text-align: center;
  list-style: none;
  padding: 0;
}
#ScriptContainer .ui-widget-content a,
#VoiceEditor .ui-widget-content a {
  top: -16px;
  position: relative;
}
#ScriptEditor h4.ui-widget-header,
#VoiceEditor h4.ui-widget-header {
  margin-top: 0px;
  padding: 5px;
  position: relative;
}
#VoiceOverMediaItems li.ui-widget-content,
#ClosingFrame li.ui-widget-content {
  height: 64px;
  width: 96px !important;
  z-index: 25;
}
#VoiceOverMediaItems-2 h5,
#ClosingFrame h5 {
  display: none !important;
}
#VoiceOverMediaItems-2 li.ui-widget-content {
  height: 150px;
  width: 225px !important;
}
#ArticleMedia {
  float: left;
  width: 100%;
  min-height: 3em;
}
.gallery.custom-state-active {
  background: #eee;
}
.gallery li {
  float: left;
  width: 96px;
  padding: 0.4em;
  margin: 0 0.4em 0.4em 0;
  text-align: center;
  list-style: none;
}
.gallery li h5 {
  margin: 0 0 0.4em;
  cursor: move;
  font-size: 14px;
}
.gallery li a {
  float: right;
}
.gallery li a.ui-icon-zoomin {
  float: left;
}
.gallery li img {
  width: 100%;
  cursor: move;
}
/* jQuery UI Dialog custom styles */
.ui-dialog {
  padding: 0 !important;
}
.ui-dialog .ui-dialog-titlebar {
  border-radius: 0 !important;
}
.ui-dialog .ui-dialog-titlebar:focus {
  outline: none !important;
}
.ui-widget-header {
  border: none !important;
  background: #6d6e71 !important;
  color: #bdd63a !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  font-family: "URWSarandibD", Helvetica, Arial;
}
.ui-dialog-titlebar-close {
  border-color: transparent !important;
  cursor: pointer !important;
  color: #bdd63a !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none;
  font-weight: bold !important;
  top: 60% !important;
  height: 24px !important;
  font-family: Arial !important;
  background-image: url(../Images/ui-dialog-close-button.png);
  background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-content {
  padding: 0 !important;
  overflow: hidden !important;
}
#SignOffContainer {
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
}
#SignOffContainer .assignToContainer {
  margin-top: -25px;
  position: relative;
}
#SignOffContainer .signOffCheckbox label {
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
}
#SignOffContainer .signOffCheckbox label input {
  margin-top: -3px;
  position: relative;
}
#Description {
  position: relative;
  margin-top: 20px;
}
/*01/04/2014*/
#Description {
  overflow-y: scroll;
  max-height: 700px;
}
#Description > .contentBody {
  max-height: 200px;
  overflow: auto;
}
#Description .contentBody,
#Description p {
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
  font-family: "Futura Book", "Helvetica", "Arial" !important;
}
#Description .contentHeader,
#Description h2 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #6d6e71;
  font-family: "URWSarandibD" !important;
  margin: 0;
}
#loader {
  z-index: 10000;
  top: 0;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  overflow: visible !important;
  text-align: center;
  box-shadow: none;
  border: none;
  font-size: 22px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.25)));
  background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  background-repeat: no-repeat;
}
#loader div {
  display: table-cell;
  vertical-align: middle;
}
#loader i {
  position: relative;
  font-size: 83px;
  margin-bottom: 20px;
}
.icon-file-alt:hover {
  cursor: pointer;
}
#Brochure {
  position: absolute;
  z-index: 0;
  overflow: visible;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
#Brochure .modal-body {
  min-height: 401px;
  overflow: visible;
}
.c-buttons {
  font-size: 12px;
  text-align: center;
  font-family: "Futura Book";
  line-height: 12px;
}
.circle-btn {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: #BDD63A;
  border: none;
  margin: 0 0 5px 0;
  transition: background linear 100ms;
}
.circle-btn:hover {
  background: #D0E171;
  transition: background linear 200ms;
}
.circle-btn .c-button {
  color: #555;
  font-size: 35px;
}
.v-edit {
  text-decoration: none;
  font-size: 18px;
}
/*#VoiceOverMediaItems {
        height: 80px;
    }*/
/* History Pages */
.history-container {
  background: #FFF;
  /*padding: 15px 15px 15px 0;*/
  display: none;
  margin-left: -500px;
  /*overflow-y:scroll !important;*/
  height: 700px;
  /*max-height: 60%;*/
  top: 5% !important;
  /*.modal-header {
            margin-left: 0;
        }*/
  /*table {
            margin: 20px 0;
            border: 1px solid #CCC;
        }*/
}
.history-container #history-content {
  padding: 15px !important;
  max-height: 642px !important;
}
.history-container #history-content .InternalNoteDetails {
  word-wrap: break-word;
}
/*.history-container {
     top: 5% !important;
 }*/
/*@media (min-width: 768px) and (max-width: 979px) {  .history-container, .history-container #history-content {height: 500px;}}
 @media (max-width: 767px) { .history-container, .history-container #history-content {height: 360px;} }
 @media (max-width: 480px) { .history-container, .history-container #history-content {height: 480px;} }*/
/* divPreview */
.prevDialog .ui-dialog-titlebar-close span {
  margin: -8px !important;
  margin-top: -10px !important;
}
#divPreview {
  padding: 0 20px !important;
  overflow-y: scroll !important;
}
#divPreview p {
  font-size: 16px !important;
}
#divPreview h2 {
  font-size: 18px !important;
}
/* DatePicker */
#ui-datepicker-div {
  width: 215px;
  height: auto;
  margin: 5px auto 0;
  font-size: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-datepicker-header {
  box-shadow: inset 0px 1px 1px 0px #fafafa;
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
  padding: 0 10px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 11px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  margin-top: 7px;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  background-image: url('/Images/dp-prev.png');
  float: left;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background-image: url('/Images/dp-next.png');
  float: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 18px;
  text-align: center;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar thead,
#ui-datepicker-div .ui-datepicker-calendar tbody {
  background: #FFF;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #f7f7f7;
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #bbb;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr:last-child {
  border-bottom: 0px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td:last-child {
  border-right: 0px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td span,
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  background: #BDD63A;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #6D6E71;
  text-shadow: 0px 1px 0px #EEE;
  filter: dropshadow(color=#EEE, offx=0, offy=1);
  border: 1px solid #BDD63A;
  position: relative;
  margin: -1px;
}
#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker a {
  text-decoration: none;
}
#modalTemplates {
  width: inherit !important;
  top: 0;
}
#modalTemplates #modalBody {
  width: inherit !important;
  height: inherit !important;
  max-height: inherit !important;
  padding: 0;
}
.alert.compatibility {
  z-index: 1000;
  position: fixed;
  top: 46px;
  width: 100%;
}
@media (min-width: 1200px) {
  #userPermissions #permissions .row-fluid [class*="span"] {
    margin-left: 0;
  }
}
/************************ FEED REPORT ***************************/
/****************************************************************/
#ReportData {
  border-bottom: 1px solid #ddd;
}
#ReportData .applicationListHeader div {
  background-color: #6d6e71;
  color: #bdd63a;
  font-weight: normal;
  font-size: 14px;
}
#ReportData .row-fluid [class*="span"] {
  margin: 0px;
}
#ReportData .span1 {
  width: 82px;
}
#ReportData .span2-thisMonth {
  width: 188px;
}
#ReportData .span2 {
  width: 195px;
}
#ReportData .span3 {
  width: 294px;
}
#ReportData .span4 {
  width: 416px;
}
#ReportData .articleListItem div {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-family: "Futura Book", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#ReportData .articleListItem div:last-child {
  border-right: 1px solid #ddd;
}
#ReportData .articleListItem .reportID {
  max-width: 84px;
}
#ReportData .articleListItem .reportName {
  width: 200px;
}
.panel:nth-child(odd) {
  background-color: #f5f5f5;
}
#divReport .table {
  margin-bottom: -1px;
}
#divReport .officeTotal {
  font-weight: bold;
  font-style: italic;
}
#divReport .officeList {
  font-style: italic;
}
#divReport .officeList .span5 {
  text-indent: 20px;
}
#divReport .total {
  font-weight: bold;
}
#divReport .total div:nth-child(6) {
  border-right: 1px solid #ddd;
}
/************************ Email Setup ***************************/
/****************************************************************/
.emailSetup .page-header {
  margin: 10px 31px 10px 1px;
}
.emailSetup .page-header:first-child {
  margin: 0px 31px 10px 1px;
}
.emailSetup .row-fluid > div {
  padding-bottom: 0px;
}
.emailSetup .validation-summary-valid ul {
  margin: 0 0 0 25px;
}
.emailSetup .validation-summary-valid li {
  padding-bottom: 10px;
}
.emailSetup .input-append,
.emailSetup .input-prepend {
  margin-bottom: 10px;
}
.emailSetup .applicationWindow form {
  margin-bottom: -8px;
}
.emailSetup #contactSubmit {
  margin-top: 15px;
}
.emailSetup .submit {
  margin-bottom: 10px;
}
.emailSetup .row-fluid [class*="span"] {
  margin-left: 0;
}
.agent-office-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
  margin-top: 8px;
}
.emailDesignWindow {
  font-family: "URWSarandibD", Helvetica, Arial;
  margin-top: 110px;
  margin-bottom: 40px;
  background-color: white;
  border: 1px solid #6d6e71;
  overflow: visible;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.emailDesignWindow .modal-body {
  overflow: visible;
  max-height: 100%;
}
.emailDesignWindow .modal-body legend {
  border-bottom: none;
}
.emailDesignWindow .modal-header {
  overflow: hidden;
  padding-top: 10px;
}
.emailDesignWindow a {
  color: #6d6e71;
  text-decoration: underline;
}
.emailDesignWindow .modal-header .agentName {
  font-family: "Futura Light";
  color: #fff;
}
.emailDesignWindow form {
  margin: 0px;
}
.emailDesignWindow .btn-danger,
.modal-footer .btn-danger {
  background-color: #bf202f !important;
  color: #fff !important;
}
.emailDesignWindow .btn-info,
.modal-footer .btn-info {
  background-color: #27aae2 !important;
  color: #fff !important;
}
.emailDesignWindow .btn,
.modal-footer .btn-success {
  border-color: transparent;
  background-color: #bdd63a;
  background-image: none;
  font-family: "Futura Book", Helvetica, Arial;
  color: #6d6e71;
  -webkit-text-shadow: none;
  text-shadow: none;
  text-decoration: none;
}
.emailDesignWindow .btn-link {
  background-color: transparent;
}
.emailDesignWindow .nav-tabs {
  border-bottom: 2px solid #6d6e71;
}
.emailDesignWindow .nav-tabs a {
  text-decoration: none;
}
.emailDesignWindow .nav-tabs li {
  background-color: #e8e8e8;
  margin-left: 4px;
  border-radius: 4px 4px 0 0;
  bottom: 1px;
  position: relative;
}
.emailDesignWindow .nav-tabs li.active a {
  background-color: #6d6e71;
  color: #fff;
}
.emailDesignWindow .nav-tabs i {
  color: #bdd63a;
}
.btn-block + .btn-block {
  margin-top: 10px;
}
#support-button {
  position: fixed;
  top: 135px;
  display: block;
  width: 0;
  height: 0;
  z-index: 9000;
  margin: 0;
  outline: 0;
}
#support-link {
  color: black;
  background-color: #bdd63a;
  border-color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 rgba(255, 255, 255, 0.7), inset 0 9px 29px rgba(0, 0, 0, 0.1);
  position: fixed;
  white-space: nowrap;
  outline: 0;
  left: -2px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
}
.pagination > .active > a {
  background-color: #eae7e7 !important;
  border-color: #dddddd !important;
}
.pagination-holder {
  margin: auto;
  width: 85%;
}
#newTables td {
  text-overflow: unset;
  white-space: unset;
}
.agent-setup-label {
  width: 260px !important;
  padding-right: 40px;
}
.agent-setup-form-holder {
  margin: auto;
  width: 100%;
}
.agenttvsetup-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenttvsetup-group {
  display: flex;
}
.agenttvsetup-group h4 {
  padding-left: 15px;
}
.agenttvsetup-left {
  width: 50%;
}
.agenttvsetup-left .form-group:last-child {
  padding-bottom: 30px;
}
.agenttvsetup-right {
  flex-grow: 1;
}
.agenttvsetup-right .form-group:last-child {
  padding-bottom: 30px;
}
.agenttvsetup-label {
  padding-right: 10px;
  font-size: small;
  width: 200px !important;
}
.agenttvsetup-image-link {
  margin-left: 23%;
}
.agent-setup-form-holder input[type='color'] {
  width: 25px;
  height: 25px;
}
.agent-setup-image-link {
  margin-left: 41%;
}
.fp-modal {
  width: 1000px !important;
  left: 40% !important;
  font-size: 14px;
  max-height: 100%;
}
.fp-modal .modal-body {
  max-height: unset;
}
.fp-modal-info {
  font-style: italic;
  color: grey;
  font-size: small;
}
.fixed_header {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  max-height: 320px;
}
.fp-search {
  margin-bottom: 10px;
}
.fp-search label {
  display: inline;
}
.fp-search div {
  margin-left: 30px;
  display: inline;
}
.fixed_header thead tr {
  display: block;
}
.fixed_header th,
.fixed_header td {
  padding: 5px;
  text-align: center;
  width: 90px;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-fixed {
  width: 100%;
}
.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
  display: block;
}
.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.header-fixed > tbody {
  overflow-y: auto;
  height: 200px;
}
.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
  float: left;
  max-width: unset;
}
.applicationWindow .btn {
  padding: 4px 12px;
}
.applicationWindow .btn-mini {
  padding: 0 6px;
}
.contactTypeCheckBox {
  width: 150px;
  display: inline-block;
  margin-bottom: 5px;
}
.contactTypeCheckBox input {
  margin-right: 10px;
}
#contactDetails textarea,
#contactDetails input[type="text"],
#contactDetails input[type="password"],
#contactDetails input[type="datetime"],
#contactDetails input[type="datetime-local"],
#contactDetails input[type="date"],
#contactDetails input[type="month"],
#contactDetails input[type="time"],
#contactDetails input[type="week"],
#contactDetails input[type="number"],
#contactDetails input[type="email"],
#contactDetails input[type="url"],
#contactDetails input[type="search"],
#contactDetails input[type="tel"],
#contactDetails input[type="color"],
#contactDetails .uneditable-input {
  height: 34px;
  margin-bottom: 0;
}
.overview-data {
  text-align: center;
  background-color: #bdd63a;
  margin: 0 5px 5px;
  width: 92px;
  height: 100px;
  border-radius: 10px;
}
.overview-data a {
  text-decoration: none;
  color: black;
}
#AddViewingModal {
  top: 0;
  left: 0;
  width: unset;
  background-color: rgba(0, 0, 0, 0.03);
  margin-left: unset;
}
.feedback-feature {
  width: 70px;
  text-align: center;
  display: inline-block;
}
.feedback-feature i {
  color: #bdd63a;
}
.feedback-feature label {
  cursor: unset;
}
.contact-table td {
  text-overflow: unset;
  white-space: unset;
}
.contact-microsite-table * {
  white-space: normal;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #9dac50;
  background-image: -moz-linear-gradient(top, #bdd63a, #6d6e71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdd63a), to(#6d6e71));
  background-image: -webkit-linear-gradient(top, #bdd63a, #6d6e71);
  background-image: -o-linear-gradient(top, #bdd63a, #6d6e71);
  background-image: linear-gradient(to bottom, #bdd63a, #6d6e71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdd63a', endColorstr='#ff6d6e71', GradientType=0);
  border: 1px solid 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-shadow: 0 1px 0 #bdd63a;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #fff;
}
.navbar-link {
  color: #fff;
}
.navbar-link:hover {
  color: #bdd63a;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #6d6e71;
  border-right: 1px solid #bdd63a;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Futura Book", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #bdd63a;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #bdd63a;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #bdd63a;
  text-decoration: none;
  background-color: #606164;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #91a141;
  background-image: -moz-linear-gradient(top, #b2cc2a, #606164);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b2cc2a), to(#606164));
  background-image: -webkit-linear-gradient(top, #b2cc2a, #606164);
  background-image: -o-linear-gradient(top, #b2cc2a, #606164);
  background-image: linear-gradient(to bottom, #b2cc2a, #606164);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb2cc2a', endColorstr='#ff606164', GradientType=0);
  border-color: #606164 #606164 #3b3b3d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #606164;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #606164;
  *background-color: #545557;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #47484a;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #bdd63a;
  border-bottom-color: #bdd63a;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #606164;
  color: #bdd63a;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #bdd63a;
  border-bottom-color: #bdd63a;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111;
  border-right-color: #222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000;
}