/**
 * application-all.css
 *


 */

body {
  background-color: #DEDEDE;
  color: #333333;
  font-family: Helvetica,Arial;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  min-width: 960px; }

header {
  background-color: #2385A7;
  background-image: -moz-linear-gradient(top, #4296b4, #00749a);
  background-image: -ms-linear-gradient(top, #4296b4, #00749a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4296b4), to(#00749a));
  background-image: -webkit-linear-gradient(top, #4296b4, #00749a);
  background-image: -o-linear-gradient(top, #4296b4, #00749a);
  background-image: linear-gradient(top, #4296b4, #00749a);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  height: 60px;
  margin-bottom: 30px;
  width: 100%; }

#logo {
  float: left; }
  #logo img {
    margin-top: 5px;
    height: 50px; }

.header-wrapper {
  width: 980px;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff; }
  .header-wrapper h1 {
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
  .header-wrapper span {
    font-size: 13px;
    line-height: 65px;
    padding-left: 10px;
    text-transform: uppercase; }

#wrapper, footer {
  margin: auto;
  max-width: 980px; }

footer {
  padding: 0px 40px; }
  footer .logo-left {
    margin-top: 5px; }
  footer .logo-right {
    float: right;
    height: 50px; }

#wrapper > * {
  margin-bottom: 30px; }

.top_section {
  overflow: hidden;
  padding: 10px 0; }

.time {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #FFFFFF; }

span.time_title {
  display: block;
  font-size: 11px;
  letter-spacing: normal; }

#content-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  /*border-radius: 0 0 4px 4px;*/
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  clear: both; }

#content a {
  font-weight: bold; }

a {
  color: #24bfb6;
  font-family: sans-serif;
  font-size: 14px;
  outline: medium none; }
  a:visited, a:link {
    text-decoration: none; }

#begin {
  background: #EEEEEE;
  border-color: white rgba(238, 238, 238, 0) #dddddd;
  border-style: solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 1px;
  margin-bottom: 10px; }

.inner {
  clear: both;
  padding: 20px 0; }
  .inner.sessions, .inner.inbound_text, .inner.pages, .inner.password_expired {
    padding: 20px; }
  .inner.app_users, .inner.affiliates, .inner.affiliate_keywords, .inner.topics, .inner.keywords, .inner.prepared_messages, .inner.evaluations, .inner.evaluation_questions, .inner.participant_groups, .inner.scheduled_messages, .inner.downtimes, .inner.health_centers, .inner.affiliate_keyword_participants {
    padding: 20px;
    font-size: 18px;
    font-weight: lighter; }
  .inner.reports.criteria h1, .inner.reports.criteria h2 {
    margin-left: 20px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

#new-questions-alert, #new-questions-alert-alt {
  color: #eeeeee;
  background: none repeat scroll 0 0 #F13C6E;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
  width: 90%;
  margin: 0 auto;
  padding: 10px; }
  #new-questions-alert a, #new-questions-alert-alt a {
    color: #eeeeee;
    text-shadow: 0 1px 1px rgba(30, 30, 30, 0.75); }

#new-questions-alert-alt {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  float: left;
  margin: 10px 0px 0px 50px; }

.tab_container {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: -moz-use-text-color #E0E0E0 #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin-bottom: 20px;
  overflow: hidden; }

.tab_content {
  margin: 19px; }

span.tab_number {
  background: none repeat scroll 0 0 #CCC;
  border-radius: 4px 4px 4px 4px;
  color: white;
  display: block;
  float: right;
  font-size: 10px;
  height: 10px;
  line-height: 9px;
  margin-left: 10px;
  margin-top: 3px;
  padding: 5px 7px; }

.searchform {
  display: inline-block;
  float: right;
  margin-top: 5px; }
  .searchform input {
    font: 13px/100% Arial, Helvetica, sans-serif; }
  .searchform .searchfield {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    outline: medium none;
    padding: 8px;
    width: 185px;
    color: #666666;
    float: left;
    margin: 0px; }
  .searchform .searchbutton {
    background: url(/assets/icon-search.png) no-repeat scroll center center #4296b4;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 11px;
    height: 30px;
    margin-left: 5px;
    width: 75px;
    float: right; }
  .searchform .searchbutton:hover {
    opacity: 0.9; }
  .searchform .searchbutton:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }

/* sort */
.pag_button {
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top, white, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #CCCCCC #CCCCCC #B3B3B3;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }
  .pag_button.selected, .pag_button:active {
    background: none repeat scroll 0 0 #24bfb6;
    border: medium none;
    box-shadow: 0 1px 0 white, 0 0 2px rgba(0, 0, 0, 0.6) inset;
    color: #FFFFFF;
    padding: 3px 11px;
    text-shadow: 0 -1px #888888; }
  .pag_button img, .pag_button .pag_switch_button img {
    margin: 3px 0 2px;
    vertical-align: middle; }

.pagination {
  display: inline-block;
  margin-left: 10px; }
  .pagination li {
    display: inline-block; }

.pag_switch {
  display: inline-block;
  position: relative;
  font-size: 0;
  float: right;
  padding-left: 10px; }
  .pag_switch:after {
    clear: both; }
  .pag_switch:before, .pag_switch:after {
    content: "";
    display: table; }
  .pag_switch:before, .pag_switch:after {
    content: "";
    display: table; }
  .pag_switch a.pag_switch_button {
    border-radius: 0 0 0 0;
    float: left;
    margin-left: -1px;
    position: relative; }
  .pag_switch .pag_switch, .pag_switch .pag_switch_button {
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(center top, white, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #CCC #CCC #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle; }
  .pag_switch .pag_switch_button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0; }
  .pag_switch .pag_switch_button:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pag_switch .pag_switch_button:hover {
    background-image: -moz-linear-gradient(center top, #e6e6e6, white); }
  .pag_switch .pag_switch_button:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset; }

span.sort {
  color: #666666;
  float: right;
  font-family: Arial;
  font-size: 12px;
  line-height: 35px; }

/* BUTTONS
===============================================*/
.ui-button, a.ui-button {
  background: white;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  color: #666;
  border: 1px solid #D1D1D1;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: auto;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer; }
  .ui-button:hover, a.ui-button:hover {
    background: #ffffff;
    color: #222;
    background-image: -moz-linear-gradient(top, white, #d4d4d4);
    background-image: -ms-linear-gradient(top, white, #d4d4d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, white, #d4d4d4);
    background-image: -o-linear-gradient(top, white, #d4d4d4);
    background-image: linear-gradient(top, white, #d4d4d4);
    border-color: #bfbfbf;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4); }
  .ui-button:active, a.ui-button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }
  .ui-button.pink, a.ui-button.pink {
    background: #f42376;
    background-image: -moz-linear-gradient(top, #f42376, #d02261);
    background-image: -ms-linear-gradient(top, #f42376, #d02261);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f42376), to(#d02261));
    background-image: -webkit-linear-gradient(top, #f42376, #d02261);
    background-image: -o-linear-gradient(top, #f42376, #d02261);
    background-image: linear-gradient(top, #f42376, #d02261);
    color: #ffffff;
    border: 1px solid #f42376; }
  .ui-button.pink:hover, a.ui-button.pink:hover {
    background: #d02261;
    background-image: -moz-linear-gradient(top, #d02261, #f42376);
    background-image: -ms-linear-gradient(top, #d02261, #f42376);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d02261), to(#f42376));
    background-image: -webkit-linear-gradient(top, #d02261, #f42376);
    background-image: -o-linear-gradient(top, #d02261, #f42376);
    background-image: linear-gradient(top, #d02261, #f42376);
    border-color: #d02261; }
  .ui-button.error, a.ui-button.error {
    background: #d14836;
    background-image: -moz-linear-gradient(top, #d14836, #ad3727);
    background-image: -ms-linear-gradient(top, #d14836, #ad3727);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d14836), to(#ad3727));
    background-image: -webkit-linear-gradient(top, #d14836, #ad3727);
    background-image: -o-linear-gradient(top, #d14836, #ad3727);
    background-image: linear-gradient(top, #d14836, #ad3727);
    color: #ffffff;
    border: 1px solid #8b2c20; }
  .ui-button.error:hover, a.ui-button.error:hover {
    background: #d14836;
    background-image: -moz-linear-gradient(top, #d14836, #8f2e21);
    background-image: -ms-linear-gradient(top, #d14836, #8f2e21);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d14836), to(#8f2e21));
    background-image: -webkit-linear-gradient(top, #d14836, #8f2e21);
    background-image: -o-linear-gradient(top, #d14836, #8f2e21);
    background-image: linear-gradient(top, #d14836, #8f2e21);
    border-color: #6e2319; }
  .ui-button.warning, a.ui-button.warning {
    background: #faa732;
    background-image: -moz-linear-gradient(top, #faa732, #f39106);
    background-image: -ms-linear-gradient(top, #faa732, #f39106);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
    background-image: -webkit-linear-gradient(top, #faa732, #f39106);
    background-image: -o-linear-gradient(top, #faa732, #f39106);
    background-image: linear-gradient(top, #faa732, #f39106);
    color: #ffffff;
    border: 1px solid #d14836; }
  .ui-button.warning:hover, a.ui-button.warning:hover {
    background: #faa732;
    background-image: -moz-linear-gradient(top, #faa732, #d14836);
    background-image: -ms-linear-gradient(top, #faa732, #d14836);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#d14836));
    background-image: -webkit-linear-gradient(top, #faa732, #d14836);
    background-image: -o-linear-gradient(top, #faa732, #d14836);
    background-image: linear-gradient(top, #faa732, #d14836);
    border-color: #ad3727; }
  .ui-button.success, a.ui-button.success {
    background: #5bb75b;
    background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
    background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
    background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
    background-image: -o-linear-gradient(top, #5bb75b, #449b44);
    background-image: linear-gradient(top, #5bb75b, #449b44);
    color: #ffffff;
    border: 1px solid #2d662d; }
  .ui-button.success:hover, a.ui-button.success:hover {
    background: #5bb75b;
    background-image: -moz-linear-gradient(top, #5bb75b, #2d662d);
    background-image: -ms-linear-gradient(top, #5bb75b, #2d662d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#2d662d));
    background-image: -webkit-linear-gradient(top, #5bb75b, #2d662d);
    background-image: -o-linear-gradient(top, #5bb75b, #2d662d);
    background-image: linear-gradient(top, #5bb75b, #2d662d);
    border-color: #2d662d; }
  .ui-button.disabled, a.ui-button.disabled {
    background: #ededed;
    background-image: -moz-linear-gradient(top, #ededed, #dedede);
    background-image: -ms-linear-gradient(top, #ededed, #dedede);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#dedede));
    background-image: -webkit-linear-gradient(top, #ededed, #dedede);
    background-image: -o-linear-gradient(top, #ededed, #dedede);
    background-image: linear-gradient(top, #ededed, #dedede);
    color: #cccccc;
    border: 1px solid #cccccc; }
  .ui-button.disabled:hover, a.ui-button.disabled:hover {
    background: #ededed;
    background-image: -moz-linear-gradient(top, #ededed, #cccccc);
    background-image: -ms-linear-gradient(top, #ededed, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ededed, #cccccc);
    background-image: -o-linear-gradient(top, #ededed, #cccccc);
    background-image: linear-gradient(top, #ededed, #cccccc);
    color: #999999;
    border-color: #cccccc; }
  .ui-button.small, a.ui-button.small {
    font-size: 11px;
    padding: 3px 10px; }

/* QUESTIONS
===============================================*/
#questions {
  float: left;
  width: 980px; }

.question_entry {
  border-bottom: 1px solid #CCC;
  padding: 20px 15px;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }
  .question_entry span {
    background: url(/assets/icon-phone-lt.png) no-repeat scroll left top transparent;
    color: #444444;
    display: block;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: lighter;
    padding: 5px 0 10px 35px;
    width: 60%;
    float: left; }
  .question_entry:hover {
    background: #f2f2f2;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .question_entry:hover a.answer {
    display: block;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .question_entry:last-child {
    border-bottom: none; }
  .question_entry.answered span, .question_entry.answered .question_data {
    opacity: 0.5; }

.question_data {
  color: #666666;
  position: relative;
  clear: both; }

ul.small_data {
  float: left;
  list-style: none outside none;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 35px;
  margin-bottom: 0; }
  ul.small_data li {
    float: left;
    margin-right: 15px;
    padding-left: 25px;
    padding-top: 3px; }
    ul.small_data li.small_questions {
      line-height: 1.2em;
      padding-left: 10px; }
      ul.small_data li.small_questions strong {
        font-size: 1.5em;
        color: #999; }

li.small_time {
  background: url(/assets/icon-time-sm.gif) no-repeat scroll left center transparent; }

li.small_id {
  background: url(/assets/icon-profile-sm.gif) no-repeat scroll left center transparent; }

li.small_group {
  background: url(/assets/icon-group-sm.gif) no-repeat scroll left center transparent; }

li.small_loc {
  background: url(/assets/icon-location-sm.gif) no-repeat scroll left center transparent; }

li.small_timeleft {
  /*background: url(/assets/icon-flag.png) no-repeat scroll 0 0 transparent;*/
  position: absolute;
  right: 0; }

a.answer {
  float: right;
  margin-right: 20px;
  display: none;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }
  .mobile a.answer {
    display: block; }

a.icon-flag, span.icon-flag-on {
  background: url(/assets/icon-flag-sm.gif) no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 20px;
  margin-right: 10px;
  margin-top: -2px;
  width: 20px; }
  a.icon-flag:hover, span.icon-flag-on:hover {
    background: url(/assets/icon-flag-smhover.gif) no-repeat scroll 0 0 transparent; }

span.icon-flag-on {
  padding: 0px;
  background: url(/assets/icon-flag-smhover.gif) no-repeat scroll 0 0 transparent; }

/* Tooltip
====================================*/
span.tt {
  background: url(/assets/tt.gif) repeat scroll bottom center rgba(0, 0, 0, 0.8);
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: none;
  font-size: 12px;
  margin-left: -45px;
  padding: 3px 8px;
  position: absolute;
  text-align: center;
  left: -30px;
  width: auto;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }

span.icon-flag:hover span.tt {
  opacity: 1;
  left: -50px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }

/* Notifications
====================================*/
.infobox, .alertbox, .messagebox, .successbox {
  border-radius: 4px 4px 4px 4px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 10px 10px 10px 36px; }

.infobox:hover, .successbox:hover, .messagebox:hover {
  color: #FFFFFF; }

.alertbox:hover {
  color: #666666; }

/* Pagination 
=========================================*/
#end {
  background: url(/assets/end.png) repeat-x scroll center top #e8e8e8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #E0E0E0;
  overflow: hidden; }

div.pagination {
  width: 500px;
  margin: 0 220px;
  float: left; }
  div.pagination em, div.pagination a, div.pagination span {
    float: left;
    font-size: 12px;
    font-weight: bold;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 0 #CCCCCC;
    color: #888888;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 3px 0 0;
    padding: 2px 6px;
    text-decoration: none; }
  div.pagination .previous_page, div.pagination .next_page {
    background: none;
    box-shadow: none; }
  div.pagination a.previous_page:hover, div.pagination a.next_page:hover {
    background: none;
    color: #3584a4; }
  div.pagination a:hover {
    background: #3584a4;
    color: #fff; }
  div.pagination em.current {
    font-style: normal;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }

.jump {
  float: left;
  margin-right: 20px;
  margin-top: 12px; }
  .jump label {
    color: #888888;
    font-weight: bold; }

input#jump_page {
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset;
  color: #333333;
  margin-left: 5px;
  padding: 5px;
  text-align: center;
  width: 20px; }

/* Profile 
======================================*/
.profile-float {
  float: right;
  padding-bottom: 18px; }

ul#profile-nav {
  list-style: none;
  padding-left: 0px; }

ul#profile-nav li {
  cursor: pointer; }
  ul#profile-nav li.dropdown {
    position: relative;
    left: 65px; }

#profile_pic {
  float: left; }

span.profile-name {
  background: url(/assets/profile-arrow.png) no-repeat scroll right 12px transparent;
  display: block;
  float: right;
  line-height: 30px;
  padding-right: 15px;
  text-transform: none; }

.profile-float:hover ul.profile-drp {
  display: block;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }

ul.profile-drp {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  left: 0;
  padding: 5px;
  position: absolute;
  top: 48px;
  width: 180px;
  list-style: none;
  z-index: 2;
  display: none;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }
  ul.profile-drp li a {
    color: #666666;
    font-size: 12px;
    display: block;
    padding: 10px 0 10px 30px; }
  ul.profile-drp li a.reports {
    background: url(/assets/icon-dash.png) no-repeat scroll left 9px transparent;
    border-bottom: 1px solid #DDDDDD; }
  ul.profile-drp li a.signout {
    background: url(/assets/icon-logoff.png) no-repeat scroll left 9px transparent; }
  ul.profile-drp li a:hover {
    color: #F13C6E; }

a.new {
  font-weight: normal;
  float: right; }

#proposed-responses {
  color: #444444;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: lighter; }
  #proposed-responses h1 {
    margin-left: 40px; }
    #proposed-responses h1 a.new {
      margin: -5px 20px 0px 0px; }
  #proposed-responses a.new {
    margin: 20px 0px 0px 40px; }
  #proposed-responses .question-response {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 15px;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
    #proposed-responses .question-response:hover {
      background: #f2f2f2;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s; }
    #proposed-responses .question-response:hover a.answer {
      display: block;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s; }
    #proposed-responses .question-response:last-child {
      border-bottom: none; }
  #proposed-responses .response-text, #proposed-responses .question-text, #proposed-responses .keywords {
    padding: 5px 0 8px 35px;
    width: 80%; }
  #proposed-responses .keywords {
    font-size: 12px;
    color: #AAA; }
  #proposed-responses .question-text {
    font-size: 19px; }
    #proposed-responses .question-text span {
      color: #F13C6E;
      font-weight: normal;
      font-size: 20px;
      margin-right: 5px;
      float: left;
      padding-bottom: 20px;
      display: block; }
  #proposed-responses .response-text {
    margin-top: 0px;
    font-size: 14px;
    line-height: 19px; }
    #proposed-responses .response-text span {
      color: #4196b4;
      font-weight: normal;
      font-size: 20px;
      margin-right: 5px;
      float: left;
      padding-bottom: 20px;
      display: block; }
    #proposed-responses .response-text:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

#proposed-response-form {
  padding-left: 20px; }

#report-wrapper {
  margin: 10px auto;
  width: 95%; }

/*  FORMS */
.formWrapper {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 20px;
  padding: 20px 40px 20px 40px; }

form label {
  font-weight: 700;
  font-size: 14px;
  color: #204163;
  line-height: 20px;
  letter-spacing: -0.04em;
  word-spacing: normal;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  display: block; }

.formFull {
  display: block;
  width: 100%; }

.formLeft {
  display: block;
  width: 300px;
  float: left; }

.formRight {
  display: block;
  width: 560px;
  float: left;
  margin-left: 20px; }

.formLeft.larger {
  width: 45%; }

.formRight.smaller {
  width: 35%; }

.three-col .formLeft, .three-col .formRight {
  width: 270px; }

.field.inline {
  float: left;
  margin-right: 10px; }

label.inline {
  display: inline;
  margin-right: 10px; }

.field .value {
  margin-left: 5px; }

.field_with_errors {
  display: inline; }

input[type=text], input[type=email], input[type=password] {
  padding: 7px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #ccc;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 2px 2px 4px #ddd;
  -webkit-box-shadow: inset 2px 2px 4px #ddd;
  box-shadow: inset 2px 2px 4px #ddd; }
  input[type=text] .prompted, input[type=email] .prompted, input[type=password] .prompted {
    color: #999; }

select {
  padding: 5px;
  height: 31px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #ccc;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 2px #ddd;
  -webkit-box-shadow: 2px 2px 2px #ddd;
  box-shadow: 2px 2px 2px #ddd; }

span.overdue {
  background: #F13C6E;
  color: white;
  padding: 3px 5px; }

table.data {
  width: 80%; }
  table.data th {
    text-align: left; }
  table.data th a.current.asc {
    background: url(/assets/sort_asc.png) no-repeat 99% 2px;
    padding-right: 15px; }
  table.data th a.current.desc {
    background: url(/assets/sort_desc.png) no-repeat 99% 2px;
    padding-right: 15px; }
  table.data.data-full-width {
    width: 100%; }

.is_referral {
  float: right;
  margin-right: 10px; }

.proposed_responses .counter, .scheduled_messages .counter, .prepared_messages .counter {
  display: block;
  font-size: 12px; }

/* TABS */
.page_tabs {
  padding-left: 0;
  border-bottom: medium none;
  height: 32px;
  list-style: none outside none;
  margin-bottom: -30px;
  margin-top: 10px;
  width: 100%; }
  .page_tabs li {
    background: url(/assets/tab-passive-bg.png) repeat-x scroll 0 0 #eaeaea;
    border: medium none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    float: left;
    height: 20px;
    margin: 0 2px -1px 0;
    overflow: hidden;
    padding: 13px 20px;
    position: relative; }
  .page_tabs li.active a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .page_tabs li a {
    color: #666666;
    display: block;
    font-weight: bold;
    line-height: 28px;
    outline: medium none;
    padding: 0; }
  .page_tabs li a:hover {
    color: #333; }
  .page_tabs li.active, .page_tabs li.active a, .page_tabs li.active a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    /* Not working on questions / responses border-bottom: 1px solid #FFFFFF; */
    color: #333333; }
  .page_tabs li:hover span.tab_number {
    background: none repeat scroll 0 0 #999; }
  .page_tabs li.active span.tab_number {
    background: none repeat scroll 0 0 #F13C6E; }

.page_tabs2 {
  margin-top: 4px;
  padding: 0px;
  text-align: center; }
  .page_tabs2 > li {
    display: inline;
    slist-style-type: none;
    float: left;
    background: url(/assets/tab-passive-bg.png) repeat-x scroll 0 0 #eaeaea;
    border: medium none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    height: 20px;
    margin: 0 2px -1px 0;
    padding: 13px 20px; }
    .page_tabs2 > li a {
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 900;
      font-size: 14px;
      color: #666;
      text-decoration: none;
      margin: 0px 24px 0px 24px;
      letter-spacing: -0.04em;
      word-spacing: normal; }
    .page_tabs2 > li a#current {
      border-bottom: 3px solid #008da6;
      padding-bottom: 2px; }
    .page_tabs2 > li a:hover {
      color: #204163; }
    .page_tabs2 > li ul {
      display: none;
      width: 11em;
      /* Width to help Opera out */
      background-color: #fff;
      box-shadow: 15px 15px 20px black;
      margin-top: 35px; }
    .page_tabs2 > li li {
      list-style-type: none; }
    .page_tabs2 > li li a {
      line-height: 2em;
      width: 100%;
      display: block;
      margin: 0px;
      padding-left: 10px;
      text-align: left;
      font-weight: lighter; }
    .page_tabs2 > li:hover ul, .page_tabs2 > li.hover ul {
      display: block;
      position: absolute;
      margin: 0;
      padding: 0;
      margin-top: 10px; }
    .page_tabs2 > li:hover li, .page_tabs2 .page_tabs2 > li.hover li {
      float: none; }
    .page_tabs2 > li:hover li a, .page_tabs2 > li.hover li a {
      background-color: #fff; }
    .page_tabs2 > li li:hover, .page_tabs2 > li li a:hover {
      background-color: #ddd; }

#ui-datepicker-div {
  display: none; }

table.admin {
  width: 80%; }

.well {
  background-color: #eee;
  padding: 15px 30px;
  border-radius: 4px; }

#existing-appointments {
  margin-top: -10px;
  padding-left: 20px;
  font-size: 1.2em; }
  #existing-appointments th {
    text-align: left; }
  #existing-appointments td {
    padding-right: 10px; }
  #existing-appointments td.actions {
    padding-left: 20px; }
.response-for-interaction .loading-spinner {
  display: none; }
.response-for-interaction.loading {
  width: 500px;
  clear: both;
  margin-left: 30px;
  font-size: 2em;
  color: #666;
  padding: 40px; }
  .response-for-interaction.loading .response-for-interaction-inner {
    display: none; }
  .response-for-interaction.loading .loading-spinner {
    display: block; }

.response-for-interaction-inner label {
  font-weight: normal;
  color: #333333;
  font-size: 12px; }

/* Question Page
===============================*/
.inner.interactions.answer, .inner.interactions.participant {
  overflow: hidden;
  padding: 0; }

.question-wrapper {
  float: left;
  width: 650px; }

.back-questions {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding: 15px 0 15px 20px; }

.back-questions a {
  font-size: 12px; }

.question span {
  background: url(/assets/icon-phone-lt.png) no-repeat scroll left top transparent;
  color: #444444;
  display: block;
  float: left;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: lighter;
  line-height: 25px;
  margin: 10px 40px 10px 20px;
  padding: 5px 0 10px 35px; }

.question-answer textarea#question-field {
  border: 1px solid #CCCCCC;
  font-family: Arial;
  font-size: 14px;
  min-height: 120px;
  padding: 10px;
  max-width: 590px;
  width: 590px; }

.counter.exceeded {
  color: #f42376;
  font-weight: bold; }

.question-answer {
  float: left;
  padding: 10px 10px; }

/* What is this for? .question-answer label{
	display:none;
}*/
.question-wrapper ul.small_data {
  margin-top: 6px;
  padding-left: 20px; }

.question-wrapper li.small_timeleft {
  display: block;
  float: left;
  padding-left: 10px !important;
  position: relative;
  right: 0; }

.question-wrapper li.small_timeleft {
  display: block;
  float: left;
  padding-left: 10px !important; }

#flagging-options {
  clear: both;
  margin: 20px 0px 20px -20px;
  padding: 0px 20px 20px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #flagging-options p {
    font-weight: bold; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-state-default, .ui-widget-content .ui-state-default {
  font-weight: normal; }

.send {
  float: right;
  margin-bottom: 20px; }

.send a {
  display: block;
  float: left;
  margin-left: 15px; }

/* Side Bar */
#responses-wrapper {
  background: none repeat scroll 0 0 #F2F2F2;
  border-left: 1px solid #CCCCCC;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) inset;
  float: left;
  min-height: 301px;
  width: 329px; }

#responses-wrapper h2 {
  background: none repeat scroll 0 0 #444444;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.4) inset;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 15px 10px;
  text-shadow: 0 2px 0 #000000; }

.quick-match {
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 20px 15px; }

.quick-match:hover {
  background: none repeat scroll 0 0 #FFFFFF; }

.quick-question {
  color: #4196B4;
  margin-bottom: 15px; }

.quick-question span, .quick-response span {
  color: #F13C6E;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px; }

.quick-response {
  font-size: 12px;
  overflow: hidden; }

.quick-response span {
  display: block;
  float: left; }

.quick-response p {
  float: left;
  margin: 0;
  width: 275px; }

/* Conversation */
.conv {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  overflow: hidden;
  padding: 20px;
  width: 610px; }
  .conv:hover a.answer {
    display: block;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .conv a.answer {
    margin-top: 20px; }

.inner.interactions.participant .question-wrapper {
  width: 980px; }
.inner.interactions.participant .conv {
  width: 940px; }
.inner.interactions.participant .conv-content {
  font-size: 18px;
  font-weight: lighter;
  width: 600px;
  margin-bottom: 5px; }

.conv:hover {
  background: #f1f1f1; }

.conv-name {
  color: #999999;
  float: left; }

.conv-name a {
  font-size: 13px;
  font-weight: bold; }

a.participant {
  color: #F13C6E; }

a.icyc {
  color: #4196B4; }

.conv-date {
  color: #999999;
  float: right;
  margin-right: 20px; }

.conv-content {
  clear: both;
  float: left;
  padding: 15px 0; }

.relevancy {
  display: none; }

#pending-response-alert {
  color: #eeeeee;
  background: none repeat scroll 0 0 #aaa;
  border-radius: 4px;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
  width: 90%;
  margin: 0;
  padding: 10px;
  width: 240px;
  text-align: center; }
  #pending-response-alert a {
    color: #eeeeee;
    text-shadow: 0 1px 1px rgba(30, 30, 30, 0.75); }
.ui-multiselect-menu { background: white;}
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
body.full-screen,body.full-screen #container { background:none;}
body.full-screen #container { width:auto; margin: 20px;}
body.full-screen #content-full { width:auto;}
body.full-screen #mainGraphic, body.full-screen #footer, body.full-screen #nav, body.full-screen #breadCrumb {display:none;}

#report-blackout {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#report-wrapper.full-screen {
	width: 95%;
	position: absolute;
	left: 0px;
	margin: 0 2%;
	z-index:1002;
}

#report-output h1, #report-output th, #report-output td {
 /* font-family: Courier; */
}

#report-list { width:40%; float:left; margin-left: 20px;}
#report-list .buttonGray {margin-left:40px;}
#report-list .arrowGray {display:none;}
#dashboard { width:48%; float:right; background: #eee; margin: 0px 0px 20px 0px; padding: 10px;}

.row-group-lowest td { font-style: italic; border-top: 1px solid #AAA;}
.row-group-nth td { font-style: italic; font-weight: bold; border-top: 1px solid #AAA;}
.row-group-highest td { font-weight: bold; border-top: 1px solid #333; font-size:1.1em;}

#report-output th, #report-output td {
  font-size: 12px;
  padding: 0px 8px;
  white-space:nowrap;
}

#report-output th {
  text-align: left;
}

#report-output h1 {
  margin-top: 0px;
}
#report-output td.column-group-2, #report-output th.column-group-2,
#report-output td.column-group-4, #report-output th.column-group-4,
#report-output td.column-group-6, #report-output th.column-group-6,
#report-output td.column-group-8, #report-output th.column-group-8 {background: #ddd;}

#report-output .right, #report-output .currency, #report-output .date, #report-output .datetime, #report-output .integer {
  text-align: right;
}

#report-output .left {
  text-align: left;
}

#report-output .column-group {
  text-align: center;
}

.report-data {
  border-collapse: collapse;
}

.report-header {
  width: 100%;
}

.report-header td {
  vertical-align: top;
}

#report-toolbar {
	margin: 30px 0px 10px;
}
#graph {
	margin: 10px;
}

.report-data th a { color: #204163;}
.report-data th a.current { color: #008DA6; padding-right: 15px; }

.report-data th a.current.asc { background:url(/assets/sort_asc.png) no-repeat 99% 2px; }
.report-data th a.current.desc { background:url(/assets/sort_desc.png) no-repeat 99% 2px; }

.ui-button {margin: 0px 5px;}

.ui-state-active, .ui-widget-content .ui-state-active { 
 background: #999;
 color:#fff;
 }
.ui-buttonset label{
	float:left;
	width:100px;
}
#custom-date-range {
	margin:0px 0px 20px 10px;
}
#custom-date-range label {
	font-weight: normal;
	color: #333;
}
#notice {
  color: green; }

/*

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table; 
}*/
#error_explanation, #alert {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #error_explanation h2, #alert h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff; }
  #error_explanation ul li, #alert ul li {
    font-size: 12px;
    list-style: square; }
