html,
body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
.phase-1 #headerFrame {
  border-bottom: 1px dotted #ccc;
}
#intro {
  position: relative;
}
.no-script {
  background: #3b3c3e;
  padding: 15px;
}
.no-script h1 {
  text-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 4px auto 10px;
  width: 960px;
  position: relative;
}
.no-script h1:before {
  content: url(../images/dashboard-help-error.png);
  height: 20px;
  width: 20px;
  position: absolute;
  left: -35px;
  top: 0;
}
.no-script h2 {
  text-shadow: none;
  color: #939599;
  font-size: 12px;
  line-height: 12px;
  margin: 0 auto;
  width: 960px;
}
/*.button {*/
  /*background-color: #E2E2E2;*/
  /*background-repeat: no-repeat;*/
  /*border-radius: 16px;*/
  /*border: 0;*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #ffffff;*/
  /*float: right;*/
  /*font-size: 12px;*/
  /*font-weight: 600;*/
  /*height: 32px;*/
  /*padding: 0 13px;*/
  /*line-height: 32px;*/
  /*color: #626467;*/
  /*margin-left: 15px;*/
  /*text-shadow: 1px 1px 1px white;*/
/*}*/
/*.button:hover {*/
  /*background-color: #D2D2D2;*/
  /*text-shadow: none;*/
/*}*/
/*.button.primary {*/
  /*background-color: #f18857;*/
  /*box-shadow: none;*/
  /*color: #fff;*/
  /*text-shadow: none;*/
/*}*/
/*.button.primary:hover {*/
  /*background-color: #000;*/
/*}*/
/*.button.disabled {*/
  /*opacity: 0.3;*/
/*}*/
/*.button.back {*/
  /*background-image: url(../images/back-button.png);*/
  /*background-position: 8px;*/
  /*padding-left: 40px;*/
  /*color: #626467;*/
/*}*/
.mainFrame.dashboard {
  position: relative;
}
.mainFrame.dashboard h1 {
  /**border-top: 1px dotted #ccc;**/

  padding-top: 34px;
  font-size: 38px;
  margin-bottom: 21px;
  line-height: 40px;
  max-width: 560px;
}
.mainFrame.dashboard h1 span {
  color: #626467;
}
.mainFrame.dashboard div.text-block h1 {
  max-width: 100%;
}
.mainFrame.dashboard .column960 {
  border-top: 1px dotted #ccc;
  padding-top: 23px;
}
.mainFrame.dashboard #thirdTierNav {
  position: absolute;
  right: 0;
  top: 0;
}
.mainFrame.dashboard #thirdTierNav ul {
  margin: 0 0 0 10px;
}
.mainFrame.dashboard #button-wrapper {
  position: absolute;
  right: 0;
  min-width: 520px;
  top: 90px;
}
.mainFrame.dashboard #button-wrapper.print-sale-button-wrapper {
  top: auto;
}
.mainFrame.dashboard #button-wrapper.print-sale-button-wrapper .printSaleControls a {
  top: 0;
}
.mainFrame.dashboard #anchor-small_links {
  width: 660px;
}
.mainFrame.dashboard #anchor-small_links .cms-component .dashboardLink {
  width: 260px;
  margin-right: 30px;
  float: left;
  margin-bottom: 20px;
}
.mainFrame.dashboard #anchor-small_links .cms-component .dashboardLink p {
  padding-right: 25px;
}
.mainFrame.dashboard #anchor-small_links .cms-component .dashboardLink h3 {
  padding-right: 30px;
}
.mainFrame.dashboard p.success {
  background: url(../images/dashboard-help-tick-success.png) no-repeat 10px 9px #ddf3e4;
  padding: 10px 10px 10px 43px;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 22px;
  color: #19B14C;
}
.mainFrame.dashboard p.error,
#main-container p.error {
  background: url(../images/dashboard-help-error.png) no-repeat 10px 9px #fae9e9;
  padding: 10px 10px 10px 43px;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 22px;
  color: #CF2626;
}
.mainFrame.dashboard p.notice {
  background: #FCF8E3;
  padding: 10px 10px 10px 21px;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 22px;
  color: #C09853;
}
#progress {
  position: absolute;
  width: 150px;
  top: -15px;
}
#progress .bar {
  background-color: #f18857;
  width: 0;
  height: 4px;
  border-radius: 0 3px 3px 0;
}
#widget-form #progress {
  width: 150px;
}
.preview-wrapper {
  margin-bottom: 10px;
  position: relative;
}
.preview-wrapper .preview-filename {
  color: #5a5c5f;
  margin-left: 20px;
  font-size: 12px;
  float: left;
}
.preview-wrapper #remove-profile-image {
  height: 20px;
  width: 20px;
  background: url(../images/dashboard-preview-remove.png) no-repeat transparent;
  float: left;
  margin-left: 20px;
}
.preview-wrapper #remove-profile-image:hover {
  cursor: pointer;
}
.fancybox-inner .preview-wrapper .preview-filename {
  margin: 0;
}
.bottomDivided {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dashboardButton {
  color: #626467;
  text-shadow: 1px 1px 1px #fff;
}
.dashboardInformationWrapper {
  padding: 18px 20px;
  margin-bottom: 10px;
  background: #5a5c5f;
  border-radius: 5px;
  position: relative;
}
.dashboardInformationWrapper p {
  color: #bebebe;
  width: 515px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 17px;
  font-weight: normal;
}
.dashboardInformationWrapper .divider {
  height: 1px;
  border-bottom: 1px dotted #88898b;
  margin-bottom: 25px;
}
.dashboardInformationWrapper h2 {
  color: #fff;
  text-shadow: none;
  padding-right: 30px;
}
.dashboardInformationWrapper h2 span {
  color: #aeaeae;
  font-size: 13px;
}
.dashboardInformationWrapper .promptWrapper {
  position: relative;
}
.dashboardInformationWrapper .promptWrapper .indicator {
  background: #f18857;
  height: 22px;
  width: 22px;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 4px;
  float: left;
  border-radius: 50px;
  text-align: center;
  text-indent: 2px;
}
.dashboardInformationWrapper .promptWrapper .content h2 {
  margin-bottom: 18px;
}
.dashboardInformationWrapper .promptWrapper h2 a {
  color: #ebebec;
  line-height: 30px;
}
.dashboardInformationWrapper .promptWrapper .completedFlag {
  height: 20px;
  width: 20px;
  background: url(../images/dashboard-help-tick.png) no-repeat 0 0 transparent;
  position: absolute;
  right: 1px;
  top: 5px;
}
.dashboardInformationWrapper .promptWrapper.valid .completedFlag {
  background: url(../images/dashboard-help-tick-success.png) no-repeat 0 0 transparent;
}
.dashboardInformationWrapper .closeButton {
  background: url(../images/dashboard-help-close.png) no-repeat 0 0 transparent;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 21px;
  top: 20px;
}
.dashboardInformationWrapper .closeButton:hover {
  cursor: pointer;
}
.dashboardInformationWrapper .liveTriggerPrompt span {
  font-size: 14px;
  color: #fff;
}
.dashboardInformationWrapper .liveTriggerPrompt a.button:hover {
  color: #626467;
}
.dashboardLink {
  padding: 16px 20px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}
.dashboardLink h3 {
  font-size: 20px;
  color: #8a8a8c;
  background: url(../images/dashboard-link-icon.png) no-repeat right 3px transparent;
  margin-bottom: 8px;
}
.dashboardLink h3 span {
  font-size: 12px;
  color: #a7a7a9;
  font-weight: normal;
}
.dashboardLink p {
  color: #7E7F81;
  padding-right: 60px;
  font-size: 12px;
  letter-spacing: -0.1px;
}
.dashboardLink.small {
  width: 260px;
  margin-right: 30px;
  float: left;
  margin-bottom: 20px;
}
.dashboardLink.small.end {
  margin-right: 0;
}
.dashboardLink:hover {
  cursor: pointer;
  background: #ffe3d3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #ffffff;
}
.dashboardSummary {
  background: #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #ffffff;
  border-radius: 6px;
  padding: 10px 20px;
}
.dashboardSummary a img {
  text-align: left;
  display: inline;
}
.dashboardSummary img {
  display: block;
  margin: 0 auto 9px;
}
.dashboardSummary h2 {
  font-size: 12px;
  font-weight: bold;
  color: #636466;
  margin: 0;
}
.dashboardSummary h2 span {
  font-weight: normal;
  float: right;
  color: #4f5053;
}
.dashboardSummary h3 {
  font-size: 11px;
  color: #636466;
  font-weight: bold;
  margin: 0 0 4px;
}
.dashboardSummary h3 a.edit {
  color: #f18857;
  font-size: 11px;
  float: right;
  font-weight: normal;
}
.dashboardSummary .divider {
  width: 300px;
  border-bottom: 1px dotted #ccc;
  height: 1px;
  margin: 9px 0 8px -20px;
  float: left;
}
.summary-element {
  float: left;
  width: 260px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #fff;
}
.summary-element span.label {
  font-weight: normal;
  font-size: 12px;
  color: #6e6f71;
  width: 60px;
  float: left;
}
.summary-element span.summary-info {
  color: #4f5053;
  font-weight: normal;
  float: left;
  width: 160px;
}
.summary-element.wide span.label {
  width: 50%;
}
.summary-element.wide span.summary-info {
  width: 50%;
  text-align: right;
}
.extended .summary-element span.label {
  width: 100px;
}
#widget-form .buttons {
  display: none;
}
#widget-form ul.chzn-choices li.search-choice {
  margin: 3px 0 3px 3px;
}
#widget-form ul.chzn-choices li.search-field input {
  padding: 5px;
}
#widget-form .chzn-single {
  box-shadow: none;
}
#widget-form .chzn-single span {
  color: #999;
}
#widget-form .success-message {
  background: #ddf3e4;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#widget-form .success-message .tick {
  margin-right: 15px;
  height: 20px;
  width: 20px;
  float: left;
  background: url(../images/dashboard-help-tick-success.png) no-repeat 0 0 transparent;
}
#widget-form .success-message p {
  color: #19b14c;
  margin: 0;
}
#widget-form ul.tab-head {
  width: 220px;
  max-width: 220px;
  float: left;
}
#widget-form ul.tab-head li {
  width: 240px;
  border-radius: 7px 0 0 7px;
  margin-bottom: 1px;
}
#widget-form ul.tab-head li .tab-header {
  display: block;
  font-size: 12px;
  color: #5a5c5f;
  padding: 13px 30px 15px 15px;
  padding-right: 30px;
  background-color: #e2e2e2;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #ffffff;
  outline: none !important;
}
#widget-form ul.tab-head li .tab-header.edited {
  background-image: url(../images/profile-edit-icon.png);
  background-repeat: no-repeat;
  background-position: 189px center;
}
#widget-form ul.tab-head li.selected .tab-header {
  background-color: #fff;
  color: #f18857;
  box-shadow: none;
}
#widget-form ul.tab-head li.failed-validation a {
  position: relative;
}
#widget-form ul.tab-head li.failed-validation a:after {
  content: url(../images/dashboard-help-error.png);
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  margin-top: 1px;
}
#widget-form ul.tab-head li:hover {
  cursor: pointer;
}
#widget-form .tab-content {
  float: right;
  width: 680px;
  background: #fff;
  padding: 24px 30px;
  border-radius: 8px;
}
#widget-form fieldset {
  border: 0;
  border-bottom: 1px dotted #e5e5e5;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
#widget-form legend {
  color: #5a5c5f;
  font-size: 15px;
  padding-bottom: 15px;
}
#widget-form div.summary p {
  color: #5a5c5f;
  font-size: 12px;
  line-height: 17px;
}
#widget-form .form-element {
  margin-bottom: 15px;
  border-bottom: 0;
  width: 680px;
  float: left;
}
#widget-form .form-element img {
  max-width: 150px;
  max-height: 100px;
}
#widget-form .form-element select {
  width: 250px;
}
#widget-form .form-element .summary {
  font-size: 12px;
  color: #626467;
  line-height: 16px;
}
#widget-form .form-element.valid:after {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  left: 5px;
}
#widget-form .form-element.invalid input,
#widget-form .form-element.invalid textarea {
  color: #cf2626 !important;
}
#widget-form .form-element.invalid p.form-validation-message {
  position: relative;
  background: #fae9e9;
  padding: 8px 10px;
  color: #cf2626;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  margin: 0;
  width: 230px;
  max-width: 230px;
}
#widget-form .form-element.invalid p.form-validation-message:before {
  content: url(../images/dashboard-help-error.png);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  left: -25px;
}
#widget-form .form-element.large textarea {
  width: 530px;
}
#widget-form .form-element.large p.form-validation-message {
  float: none;
  clear: both;
  margin-left: 160px;
  margin-top: 10px;
  width: auto;
  max-width: 486px;
}
#widget-form .form-element span.required-star {
  color: #CF2626;
}
#widget-form .form-element label {
  font-size: 12px;
  color: #5a5c5f;
  width: 110px;
  float: left;
  height: 29px;
  padding-right: 20px;
}
#widget-form .form-element .form-note {
  float: left;
  margin: 5px 0 5px 130px;
  width: 254px;
  font-size: 12px;
  font-style: italic;
  color: #999;
  line-height: 16px;
}
#widget-form .form-element input[type=text],
#widget-form .form-element input[type=password],
#widget-form .form-element textarea {
  padding: 8px;
  width: 254px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 0 #ffffff;
  background: #f4f4f4;
  border-radius: 4px;
  color: #5a5c5f;
  font-size: 12px;
}
#widget-form .form-element input[type=text].invalid,
#widget-form .form-element input[type=password].invalid,
#widget-form .form-element textarea.invalid {
  color: #cf2626 !important;
}
#widget-form .form-element td p.form-validation-message {
  position: relative;
  background: #fae9e9;
  padding: 8px 10px;
  color: #cf2626;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  margin: 0;
  width: 210px;
  max-width: 210px;
}
#widget-form .form-element textarea {
  height: 300px;
}
#widget-form .form-element table.simple thead {
  display: none;
}
#widget-form .form-element table.simple.visible thead {
  display: table-header-group;
}
#widget-form .form-element table.simple tr {
  background: none;
}
#widget-form .form-element table.simple tr.hidden {
  display: none;
}
#widget-form .form-element table.simple td {
  padding: 5px 10px 5px 0;
}
#widget-form .form-element table.simple a.delete {
  background: url(../images/dashboard-preview-remove.png) no-repeat transparent;
  overflow: hidden;
  text-indent: 20px;
  height: 20px;
  width: 20px;
  display: block;
}
#widget-form .form-element table.simple a.delete:hover {
  cursor: pointer;
}
#widget-form .form-element table.simple button.add_one {
  background: #f18857;
  color: #fff;
  border: 0;
  border-radius: 20px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 10px;
  font-size: 10px;
  /*margin-top: 10px;*/

}
#widget-form .form-element .file-container {
  margin-bottom: 10px;
}
#widget-form .form-element .file-container img {
  float: left;
  margin-right: 25px;
}
#widget-form .form-element .file-container .file-name {
  float: left;
}
#widget-form .form-element .file-container .file-name span {
  color: #5a5c5f;
}
#widget-form .form-element .file-container .file-name .file-clear {
  background: url(../images/profile-remove-image.png) no-repeat 0 0 transparent;
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  margin-left: 20px;
}
span#fileupload-container {
  background: #f18857;
  border: 0;
  border-radius: 20px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 0 7px 1px;
  font-size: 10px;
  margin-top: 10px;
  float: left;
  display: inline-block;
  width: 70px;
  height: 19px;
  position: relative;
}
span#fileupload-container span {
  color: #fff;
  line-height: 15px;
  padding-left: 3px;
  position: relative;
  top: 2px;
}
span#fileupload-container span:hover {
  cursor: pointer;
}
#fileupload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 85px;
  height: 22px;
  padding: 0;
  margin: 0;
}
#fileupload:hover {
  cursor: pointer;
}
.folio-image-wrapper {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.folio-image-wrapper .header {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ccc;
}
.folio-image-wrapper .header p {
  color: #626467;
  width: 660px;
}
.folio-image-wrapper .header .legacy-images-notice {
  background: url(../images/dashboard-alert-icon.png) no-repeat left center transparent;
  padding-left: 30px;
  margin-bottom: 12px;
}
.folio-image-wrapper .folio-image-placeholder {
  float: left;
  margin-right: 12px;
  margin-bottom: 18px;
  height: 170px;
  width: 170px;
  border: 2px dotted #dddddd;
  position: relative;
  background: #eee;
}
.folio-image-wrapper .folio-image {
  position: relative;
  float: left;
  background: url(../images/add-image-icon.png) no-repeat center center #ffffff;
}
.folio-image-wrapper .folio-image.video:before {
  content: '';
  display: block;
  background: url(../images/play-icon.svg) no-repeat 0 0 transparent;
  background-size: 100%;
  z-index: 2;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  pointer-events: none;
}
.folio-image-wrapper .folio-image.add-new-image:hover {
  cursor: pointer;
}
.folio-image-wrapper .folio-image .control-layer .top .old-image-flag {
  background: url(../images/dashboard-alert-icon.png) no-repeat 0 0 transparent;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.folio-image-wrapper .folio-image .control-layer .bottom {
  position: absolute;
  left: 2px;
  bottom: 2px;
  z-index: 2;
}
.folio-image-wrapper .folio-image .control-layer .bottom a {
  height: 26px;
  width: 26px;
  border: 2px dotted #ddd;
  border-left: 0;
  border-bottom: 0;
  display: block;
  float: left;
  background: #fff;
}
.folio-image-wrapper .folio-image .control-layer .bottom a.reorder-image {
  background: url(../images/move-icon.gif) no-repeat 0 1px #ffffff;
}
.folio-image-wrapper .folio-image .control-layer .bottom a.view-image-info,
.folio-image-wrapper .folio-image .control-layer .bottom a.edit-image-info,
.folio-image-wrapper .folio-image .control-layer .bottom a.edit-video-info {
  background: url(../images/edit-icon.gif) no-repeat center center #ffffff;
}
.folio-image-wrapper .folio-image .control-layer .bottom a.delete-image {
  background: url(../images/delete-icon.gif) no-repeat center center #ffffff;
}
.folio-image-wrapper .folio-image .image-layer img {
  border-radius: 3px;
  display: block;
  margin: 0 auto;
}
.gritter-item {
  border-radius: 5px !important;
}
.profile-image-upload-instance {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e5e5e5 !important;
}
.dialog-contents {
  width: 650px;
  min-height: 460px;
  padding: 20px;
}
@media (max-width: 767px) {
    .dialog-contents {
      width: 100%;
    }
}
.dialog-contents .button {
  background: none repeat scroll 0 0 #E2E2E2;
  border-radius: 16px;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #ffffff;
  float: right;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  color: #626467;
  margin-left: 15px;
}
.dialog-contents .button.primary {
  background: #f18857;
  box-shadow: none;
  color: #fff;
}
.dialog-contents .button.disabled {
  opacity: 0.3;
}
.dialog-contents h1 {
  color: #5a5c5f;
  font-size: 24px;
  margin: 0;
  line-height: 32px;
}
.dialog-contents p.summary {
  color: #626467;
  font-size: 12px;
  margin-bottom: 0;
}
.dialog-contents .dialog-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .dialog-contents .dialog-buttons {
    position: static;
    margin-top: 5px;
  }
  .dialog-contents .dialog-buttons:after {
    content: '';
    display: table;
    clear: both;
  }
}
.dialog-contents .divider {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 20px 0;
  clear: left;
}
@media (max-width: 767px) {
  .dialog-contents .divider {
    clear: both;
  }
}
.dialog-contents .left-column {
  float: left;
  width: 275px;
}
@media (max-width: 767px) {
  .dialog-contents .left-column {
    float: none;
    width: 100%;
  }
}
.dialog-contents .left-column .form-element select {
  width: 100%;
}
.dialog-contents .left-column .form-element textarea {
  height: 80px;
}
.dialog-contents .vertical-divider {
  width: 1px;
  border-right: 1px dotted #e5e5e5;
  margin: 0 21px 0 17px;
  float: left;
  height: 210px;
}
@media (max-width: 767px) {
  .dialog-contents .vertical-divider {
    display: none;
  }
}
.dialog-contents .image-sizer {
  min-height: 50px;
  width: 200px;
  float: left;
  margin-bottom: 20px;
}
.dialog-contents .image-sizer a {
  float: left;
}
.dialog-contents .right-column {
  float: left;
  width: 195px;
  height: 240px;
}
.dialog-contents .right-column img {
  max-width: 150px;
  max-height: 100px;
}
.dialog-contents .right-column .form-element {
  width: 195px;
}
.dialog-contents .right-column .form-element img {
  margin: 0 auto;
  display: block;
}
.dialog-contents #upload-button {
  background: orange;
  color: white;
  text-align: center;
}
.dialog-contents .form-element {
  border-bottom: 0;
  padding-bottom: 10px;
}
.dialog-contents .form-element p.validation-error {
  color: #CF2626;
}
.dialog-contents span.required-star {
  color: #CF2626;
}
.dialog-contents label {
  font-size: 12px;
  color: #5a5c5f;
  width: 250px !important;
  float: left;
  height: 22px;
  padding-right: 10px;
}
.dialog-contents input[type=text],
.dialog-contents input[type=password],
.dialog-contents textarea {
  padding: 8px;
  width: 254px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 0 #ffffff;
  background: #f4f4f4;
  border-radius: 4px;
  color: #5a5c5f;
  font-size: 12px;
}
.dialog-contents .legacy-information {
  background: url(../images/dashboard-alert-icon.png) no-repeat transparent;
  padding-left: 30px;
}
.dialog-contents .legacy-information span {
  color: #626467;
  font-size: 11px;
}
@media (max-width: 767px) {
    .dialog-contents textarea,
    .dialog-contents input[type=text],
    .dialog-contents .chzn-container {
      width: 100% !important;
    }
}
.eg-topbar,
.eg-images {
  display: none;
}
.eg-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.eg-navigation {
  position: absolute;
  top: 20px;
  left: 12px;
}
.eg-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eg-navigation ul li {
  margin-bottom: 10px;
}
.eg-navigation ul li a {
  background-image: url(../images/gallery-sprite.png);
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  width: 20px;
  height: 20px;
  outline: none;
}
.eg-navigation ul li .icon-close {
  background-position: 0 0;
}
.eg-navigation ul li .icon-close:hover {
  background-position: 0 -45px;
}
.eg-navigation ul li .icon-photo-info {
  background-position: 0 -90px;
}
.eg-navigation ul li .icon-photo-info:hover {
  background-position: 0 -135px;
}
.eg-navigation ul li .icon-photo-thumbs {
  margin-left: 2px;
  background-position: 0 -225px;
}
.eg-navigation ul li .icon-photo-thumbs:hover {
  background-position: 0 -263px;
}
.eg-navigation ul li .icon-photo-share {
  margin-left: 2px;
  margin-top: -6px;
  background-position: 0 -298px;
}
.eg-navigation ul li .icon-photo-share:hover {
  background-position: 0 -339px;
}
.eg-navigation ul li .icon-price-info {
  background-position: 0 -374px;
  margin-top: -6px;
}
.eg-navigation ul li .icon-price-info:hover {
  background-position: 1px -414px;
}
.eg-items {
  display: none;
  width: 100%;
  min-height: 222px;
  background: #1b1b1b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 60px;
  color: #626467;
}
.eg-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eg-items h1.photographer {
  color: #fff;
  font-size: 24px;
}
.eg-item-photo-info,
.eg-item-thumbs,
.eg-item-price {
  display: none;
}
.eg-item-thumbs img {
  opacity: 0.8;
}
.eg-item-thumbs img:hover {
  opacity: 0.95;
}
.eg-item-thumbs img.active {
  opacity: 1;
}
.eg-item-thumbs li {
  float: left;
  margin: 0 1px 1px 0;
}
.eg-item-photo-info-item,
.eg-item-price-item {
  display: none;
}
.eg-item-photo-info-item h1.photographer,
.eg-item-price-item h1.photographer {
  padding-top: 0;
  border: 0;
  text-shadow: none;
}
.eg-item-photo-info-item.active,
.eg-item-price-item.active {
  display: block;
}
.eg-item-photo-info-item ul,
.eg-item-price-item ul {
  margin-bottom: 10px;
}
.eg-item-photo-info-item h4.shot-details p strong,
.eg-item-price-item h4.shot-details p strong {
  color: #fff;
  font-weight: normal;
}
#main-container .content .eg-item-photo-info-item p a {
  color: inherit;
  text-decoration: underline;
}
.fancybox-skin {
  background: #fff;
}
.fancybox-inner {
  overflow: none !important;
}
.enforcer {
  float: left;
  min-height: 25px;
}
.enforcer.width-150 {
  width: 150px;
}
.dialog-contents ul.chzn-choices {
  max-height: 100px !important;
  overflow-y: scroll !important;
}
.column960.photographerOverview .overviewBox .images img {
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 590px;
}
.column960.memberOverview .image img {
  max-width: 270px;
  max-height: 270px;
}
.column960 .overviewBox.clientList {
  margin-top: 20px;
}
#folio-images {
  display: none;
}
#widget-form.reset-password-form {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
#widget-form.reset-password-form .form-element label {
  color: #616366;
  font-size: 13px;
  width: 140px;
  font-weight: normal;
  position: relative;
  top: 4px;
}
#widget-form.reset-password-form .button {
  background-color: #E2E2E2;
  background-repeat: no-repeat;
  border-radius: 16px;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #ffffff;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  color: #626467;
  text-shadow: 1px 1px 1px white;
  margin-top: 10px;
  margin-left: 0px;
}
#widget-form.reset-password-form .button:hover {
  background-color: #D2D2D2;
}
#widget-form.reset-password-form .button.primary {
  background-color: #f18857;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}
#widget-form.reset-password-form .button.primary:hover {
  background-color: #000;
}
#widget-form.reset-password-form .button.disabled {
  opacity: 0.3;
}
#widget-form.reset-password-form .button.back {
  background-image: url(../images/back-button.png);
  background-position: 8px;
  padding-left: 40px;
}
span#change-proxy-user {
  height: 19px;
  margin-top: 1px;
}
.cms-filemanager table tr:nth-child(odd) {
  background: none;
}
.cms-filemanager table tr a {
  color: #000;
}
.cms-filemanager .cms-filemanager-filter h2 {
  font-family: Verdana, Arial, sans-serif;
  color: #333;
  text-shadow: none;
  font-size: 16px;
}
.cms-filemanager .cms-filemanager-filter input {
  background: none;
  border-radius: 0;
  margin-bottom: 5px;
}
.cms-filemanager .pagination-holder form input {
  background: #fff;
  border-radius: 0;
}
.largeLink a.disabled {
  opacity: 0.3;
}
#profile-placeholder {
  display: none;
}
/*#anchor-buttons a.button {*/
  /*color: #626467;*/
/*}*/
/*#anchor-buttons a.button.primary {*/
  /*color: #fff;*/
/*}*/
.signUp select {
  width: 258px;
}
#kohana-profiler .kp-table td {
  word-break: break-word;
  word-wrap: break-word;
}
