﻿/* COLOURS */
.imgClientLogo {
  position: absolute;
  max-height: 70px;
  max-width: 290px;
  background-color: #fff;
  right: 0;
}
#menuControls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.serviceList_off {
  position: absolute;
  float: right;
  display: none;
}
.serviceList_on {
  display: none;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 5;
  border: 1px solid #000;
  background-image: url("../Images/trans/transpwhite90.png");
  padding: 5px;
  font-size: 10px;
  font-weight: normal;
  overflow: auto;
  min-height: 150px;
  max-height: 600px;
  min-width: 200px;
  color: #000;
}
.serviceList_on a,
.serviceList_on a:link,
.serviceList_on a:visited {
  color: #000;
  text-decoration: none;
}
.noconfirm {
  text-align: left;
  font-size: 20px;
  height: 20px;
  width: 25px;
  font-family: Monospace;
  font-weight: normal;
  margin: 0 auto;
}
#serviceButton {
  background: #DDD url(../images/services.png);
  border: 1px ridge #fff;
  font-size: 10px;
  padding: 3px 5px;
  margin: 0 3px;
  text-align: center;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
#serviceButton:hover {
  border: 1px groove #fff;
}
.feedback {
  width: 30px;
  left: 0;
  position: absolute;
  color: #222;
  background-color: #eee;
  font-size: 10px;
  font-family: Monospace;
  border: 1px solid #000;
  border-left: 0;
  padding: 10px;
  float: left;
  top: 0;
}
.feedback:hover {
  background-color: #ddd;
}
.searchTable {
  border-collapse: separate;
  border-spacing: 10px;
  color: #555;
}
.divSearchHolder {
  background: #F4F4F4;
  border: solid 1px #BBB;
  margin: 0 50px;
  padding: 5px 10px;
  border-top: none;
}
.aSearchOpener {
  background: #F4F4F4;
  border: solid 1px #BBB;
  padding: 10px;
  position: relative;
  border-top: none;
  top: 9px;
  color: #333;
  text-decoration: none;
}
.tablePadding td {
  padding: 3px;
}
.profileDropDown {
  background: #DDD url(/images/services.png);
  display: inline-block;
}
.profileDropDown a {
  font-size: 10px;
  padding: 3px 5px;
  margin: 0 3px;
  text-align: center;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.profileDropDown a.arrow {
  border-left: 1px solid #FFF;
}
#divAjaxPopUpWrapper,
.ajax-popup-wrapper {
  position: absolute;
  z-index: 997;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ajax-popup-wrapper {
  display: block;
}
#divAjaxPopUp,
.ajax-popup {
  position: absolute;
  background: url(/images/popUpArrow.png) right top;
  width: 220px;
  text-align: left;
  padding-top: 9px;
  z-index: 998;
}
#divAjaxPopUp.leftAlign {
  background: url(/images/popUpArrowLeft.png) left top;
}
#divAjaxPopUpContent,
.ajax-popup-content {
  background: #FFF;
  border: solid 1px #AAA;
  border-top: none;
  padding: 10px;
}
#divAjaxPopUpContent b,
.ajax-popup-content b {
  font-size: 10pt;
}
#divAjaxPopUpContent input,
.ajax-popup-content input {
  margin-top: 5px;
}
.closeButton {
  font-weight: bold;
  color: #be1e2d;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 5px;
}
.closeButton:hover {
  color: #000;
}
#divAjaxPopUp.leftAlign .closeButton,
#divEmailAddressPopUp.leftAlign .closeButton {
  left: auto;
  right: 5px;
}
#available-client-list,
#available-read-list {
  list-style: none;
  margin: 20px 0 0;
}
#available-client-list li,
#available-read-list li {
  border-bottom: 1px solid #AAA;
  margin: 3px 0 0 0;
}
#available-client-list li a,
#available-read-list li a {
  display: block;
  padding: 10px 5px;
}
#available-client-list li span.loading,
#available-read-list li span.loading {
  background: #FFF url(/images/polly/ajax-loader-small.gif) no-repeat;
  width: 30px;
  height: 30px;
}
#available-read-list li .read-preview-pane {
  padding: 20px;
  display: none;
}
#available-read-list li.expanded {
  margin: 50px 10px;
  border: 1px solid #BBB;
}
#available-read-list li.expanded .read-preview-pane {
  display: block;
}
#available-read-list li.expanded .read-preview-pane .loading {
  background: #EEE url("<%= Gate5.SiteUtils.Loader %>") no-repeat left;
  padding-left: 40px;
}
#available-read-list li.expanded .read-name {
  border-left: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
#available-read-list li a.read-name {
  margin-left: 10px;
}
.clip-sorting-radio button span {
  display: none;
  margin-left: 5px;
}
.clip-sorting-radio button.active {
  display: inline-block;
}
.expiryRed {
  color: white;
  background-color: #be1e2d;
}
#loading-page img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.bin-management-link {
  display: block;
  margin: 10px auto 0;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 4px;
  line-height: 32px;
  background-color: #FFF;
  padding: 3px;
}
.bin-management-link span {
  width: 29px;
  height: 34px;
  display: inline-block;
  background: #FFF url(/Images/polly/bins-sprite.png) no-repeat -51px -16px;
  margin-right: 10px;
}
a#backsearch-button {
  margin-top: 10px;
}
a#backsearch-button span {
  white-space: normal;
  font-size: 0.9em;
  font-weight: bold;
}
#reportSwitch {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#reportSwitch li {
  text-align: center;
  width: 50%;
  margin: 0;
}
#reportSwitch li a {
  color: #428bca;
  margin: 0;
  padding: 7px;
}
#reportSwitch .active a {
  color: #ffffff;
}
#logList {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
#logList .logItem {
  border-bottom: 1px solid #ccc;
}
#logList .logNote {
  padding: 10px;
  background-color: #428bca;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
}
#logList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#logList li {
  padding: 5px 0 5px 0;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #428bca;
}
.ui-datepicker a.ui-state-active {
  background-color: #428bca !important;
}
.ui-datepicker a.ui-state-highlight {
  background-color: #ffffff !important;
  border-color: #000000;
}
.ui-datepicker a.ui-datepicker-next {
  width: 38px;
}
.ui-datepicker a.ui-datepicker-next span {
  width: 38px;
  position: absolute;
  left: 10px;
}
.ui-datepicker a.ui-datepicker-prev {
  width: 38px;
}
.ui-datepicker a.ui-datepicker-prev span {
  position: absolute;
  left: 10px;
  width: 38px;
}
.ui-datepicker a.ui-datepicker-prev:hover {
  background-color: #ffffff;
  color: #428bca;
  border-color: #e3e3e3;
}
.ui-datepicker a.ui-datepicker-next:hover {
  background-color: #ffffff;
  color: #428bca;
  border-color: #e3e3e3;
}
.ui-icon {
  text-indent: 0 !important;
}
.surveys {
  position: absolute;
  top: 88px;
  float: right;
  right: 0;
}
.surveys .app-survey,
.surveys .staff-survey,
.surveys .sov-survey,
.surveys .excel-survey,
.surveys .redbook-survey,
.surveys .gate5-survey {
  background-color: #f5f5f5;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-right: 10px;
  padding: 5px;
}
.surveys .app-survey img,
.surveys .staff-survey img,
.surveys .sov-survey img,
.surveys .excel-survey img,
.surveys .redbook-survey img,
.surveys .gate5-survey img {
  width: 40px;
  height: 40px;
}
.surveys .app-survey a,
.surveys .staff-survey a,
.surveys .sov-survey a,
.surveys .excel-survey a,
.surveys .redbook-survey a,
.surveys .gate5-survey a {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url('/Images/survey_sprite_2.png');
}
.surveys .app-survey {
  float: left;
}
.surveys .app-survey a {
  background-position: -40px 0;
  background-repeat: no-repeat;
}
.surveys .app-survey a:hover {
  background-position: -40px -40px;
}
.surveys .staff-survey {
  float: left;
}
.surveys .staff-survey a {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.surveys .staff-survey a:hover {
  background-position: 0 -40px;
}
.surveys .sov-survey {
  float: left;
}
.surveys .sov-survey a {
  background-position: -80px 0;
  background-repeat: no-repeat;
}
.surveys .sov-survey a:hover {
  background-position: -80px -40px;
}
.surveys .excel-survey {
  float: left;
}
.surveys .excel-survey a {
  background-position: -120px 0;
  background-repeat: no-repeat;
}
.surveys .excel-survey a:hover {
  background-position: -120px -40px;
}
.surveys .redbook-survey {
  float: left;
}
.surveys .redbook-survey a {
  background-position: -160px 0;
  background-repeat: no-repeat;
}
.surveys .redbook-survey a:hover {
  background-position: -160px -40px;
}
.surveys .gate5-survey {
  float: left;
}
.surveys .gate5-survey a {
  background-position: -240px 0;
  background-repeat: no-repeat;
}
.surveys .gate5-survey a:hover {
  background-position: -240px -40px;
}
.btn-goal-action {
  background-color: #be1e2d;
  display: block;
  opacity: 1;
  width: 150px;
  height: 50px;
  padding-top: 15px;
  font-size: 14px;
  color: white;
  /*top: 87px;*/
  right: 350px;
  text-align: center;
  position: absolute;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all ease-in 0.5s;
  text-decoration: none;
  z-index: 500;
  /*for social stream page, and search page*/
}
.btn-goal-action:hover {
  background-color: red;
  color: #fff;
}
#goal {
  background-color: #be1e2d;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 32px;
  position: absolute;
  color: white;
  z-index: 1040;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  transition: all ease-in 1s;
}
#goal-msg {
  opacity: 0;
  padding: 10px;
  position: relative;
  height: 175px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
#goal-msg p {
  font-size: 16px;
}
#goal-msg button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#goal-action {
  display: none;
  opacity: 0;
  width: 150px;
  height: 50px;
  padding-top: 15px;
  font-size: 14px;
  color: white;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all ease-in 0.5s;
  text-decoration: none;
}
#goal-action:hover {
  background-color: red;
}
@media (max-width: 517px) {
  .btn-goal-action {
    position: relative !important;
    width: 100% !important;
    right: 0px !important;
  }
}
@media (max-width: 517px) {
  .surveys {
    width: 100%;
  }
}
@media (max-width: 517px) {
  .surveys .app-survey,
  .surveys .staff-survey,
  .surveys .sov-survey,
  .surveys .excel-survey,
  .surveys .redbook-survey,
  .surveys .gate5-survey {
    margin: 0 !important;
    width: 20% !important;
    padding-left: 25px !important;
    display: inline-block !important;
  }
}
@media (max-width: 400px) {
  .surveys .app-survey,
  .surveys .staff-survey,
  .surveys .sov-survey,
  .surveys .excel-survey,
  .surveys .redbook-survey,
  .surveys .gate5-survey {
    padding-left: 15px !important;
  }
}
@media (max-width: 275px) {
  .surveys .app-survey,
  .surveys .staff-survey,
  .surveys .sov-survey,
  .surveys .excel-survey,
  .surveys .redbook-survey,
  .surveys .gate5-survey {
    padding-left: 0 !important;
  }
}
#div_master_content {
  margin-top: 60px;
}
@media (max-width: 517px) {
  #div_master_content {
    margin-top: 85px;
  }
}
@media (max-width: 475px) {
  #ctl00_cphContent_TextBoxSubject {
    width: 280px !important;
  }
  #ctl00_cphContent_TextBoxMessage {
    width: 280px !important;
  }
}
@media (max-width: 300px) {
  #ctl00_cphContent_TextBoxSubject {
    width: 250px !important;
  }
  #ctl00_cphContent_TextBoxMessage {
    width: 250px !important;
  }
}
#showReadInfo {
  height: 30px;
  width: 110px;
  box-shadow: 0 2px 1px 0 #ccc;
}
#read-info-button span {
  float: left;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  #showReadInfo {
    height: 50px;
  }
  #read-info-button {
    margin-top: 5px;
  }
  #read-info-button span {
    float: none;
    padding-right: 0;
  }
}
@media (max-width: 517px) {
  #showReadInfo {
    height: 30px;
    margin-top: 30px;
    width: 100%;
  }
  #read-info-button {
    margin-top: 5px;
    float: none !important;
  }
  #read-info-button span {
    float: left;
    padding-right: 0;
    padding-top: 2px;
  }
}
@media (max-width: 517px) {
  #hreftosearchpage {
    width: 100%;
  }
}
#wallet-list {
  list-style-type: none;
}