/* Original default theme
html {
  background: url(images/faces.png);
  font-family: Arial, sans-serif;
}

select, input, textarea, button, input[type=submit] {
  padding: 4px;
  font-size: 12px;
  border: 2px solid #CDBBA2;
  margin: 8px 0;
}

input[type=radio] {
  border: 0;
}

a, a:hover, a:visited, a:link {
  color: #a00;
}

button, input[type=submit] {
  background-color: #FFDB7E;
  font-weight: bold;
  padding: 4px 15px;
}

h1, h2 {
  font-size: 24px;
  color: #a00;
}

table {
  border-collapse: collapse;
  margin: 10px auto;
  width: 90%;
}

td {
  border: 1px solid #333;
  padding: 4px 10px;
  background: #fff;
  text-align: center;
}

#body {
  width: 800px;
  margin: 10px auto;
  background: #f2e8d8 url(images/sand.png) left top repeat-x;
  border: 4px solid #be5500;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: relative;
  padding: 10px;
}

#header {
  height: 150px;
}

#header h1 {
  margin: 0;
}

#header h1 a {
  display: block;
  position: absolute;
  width: 200px;
  height: 176px;
  background: url(images/logo.png);
  top: -10px;
  left: -20px;
}

#header h1 span {
  display: none;
}

#menu {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 600px;
}

#menu {
  padding: 0;
  margin: 0;
}

#menu li {
  list-style: none;
}

#menu a {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  font: 13px sans-serif;
  font-weight: bold;
  background: url(images/menu.png);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 10px;
}

#menu .last a {
  margin-right: 0;
}

#menu a:hover {
  background: none;
}

#content {
  clear: both;
  font-size: 12px;
}

#footer {
  clear: both;
  background: #CEC2B0 url(images/footer.png) left top repeat-x;
  padding: 60px 0 20px 0;
  margin: -10px;
  margin-top: 10px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  font-size: 11px;
  color: #333;
}

#footer #partners {
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  float: left;
  width: 360px;
}

#footer #partners li {
  list-style: none;
}

#footer #partners a {
  display: block;
  float: left;
  margin: 0;
  width: 180px;
  height: 70px;
  background-repeat: no-repeat;
}

#footer #partners span {
  display: none;
}

#footer #partners #sn a {
  background-image: url(images/sn.png);
  background-position: left bottom;
}

#footer #partners #sdh a {
  background-image: url(images/sdh.png);
  background-position: right bottom;
}

#footer #psi {
  float: right;
  margin: 10px;
}

.notice, .alert, #error p {
  border-style: solid;
  border-width: 2px;
  padding: 3px;
  text-align: center;
  margin: 5px;
  color: #333;
}

.notice {
  border-color: #FDBF3B;
  background-color: #FFEBC1;
}

.alert, #error p {
  border-color: #a00;
  background-color: #FFD5D5;
}

.path-users-sign_in #content,
.pathroot #content,
.path-users-create_client #content,
.path-new_user #content, .path-users-create_client #content {
  width: 400px;
  padding: 10px;
  margin: 20px auto;
  text-align: center;
  background: #EED2A8;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

#messages {
  padding: 0;
}

#messages li {
  list-style: none;
  font-size: 13px;
}

.messages {
  display: block;
  padding: 0;
  width: 250px;
  height: 320px;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  margin: 0 15px 30px 15px;
  float: left;
}

.messages h3 {
  width: 245px;
  overflow: hidden;
  background: #AE4E00;
  color: #fff;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #000;
  z-index: 10;
}

.messages h3 a,
.messages h3 a:hover,
.messages h3 a:visited {
  color: #fff;
}

.messages div.emoticons {
  position: relative;
  width: 50px;
  height: 55px;
  overflow: none;
  border: 1px solid #000;
  border-bottom: none;
  background-color: #FFF;
  float: right;
  top: 153px;
  left: -15px;
  z-index: 10;
}

.role-client .messages div.emoticons {
  width: 50px !important; 
}

.messages div {
  height: 159px;
  width: 235px;
  overflow: auto;
  background: #fff;
  position: absolute;
  left: 0;
  top: 32px;
  padding: 5px;
}

.messages form {
  height: 100px;
  background: #E1D4BD;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  text-align: center;
  border-top: 1px solid #000;
}

.messages input[type=submit] {
  width: 230px;
  margin: 2px;
}

.messages textarea {
  margin: 2px 0 0 0;
}

.message-date {
  color: #ccc;
}

.message-from {
  font-weight: bold;
}

.messages .icons {
  margin-top: 2px;
  z-index: 11;
  position: absolute;
  right: 0;
  padding: 0;
}

.messages .icons li {
  display: inline-block;
}

.messages .icons a {
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  margin-right: 5px;
  padding: 2px;
}

.messages .icons a:hover {
  background-color: #6D3100;
}

.messages .icons a span {
  display: none;
}

.messages .icons .history-chats a { background-image: url("images/appointment.png"); }
.messages .icons .close-chat a { background-image: url("images/close.png"); }
.messages .icons .end-chat a { background-image: url("images/media-playback-stop.png"); }
.messages .icons .ban-user a { background-image: url("images/gtk-stop.png"); }
.messages .icons .clean-screen a { background-image: url("images/edit-clear.png"); }

.user-one {
  color: #f63;
}

.user-two {
  color: #c00;
}

.last-msg {
  color: #999;
}

#messages hr{
  border: 0;
  border-top: 1px solid #ccc;
}

#users-list-container {
  float: left;
  height: 300px;
  width: 200px;
  border: 1px solid transparent;
  margin: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

#users-list-container .loading {
  text-align: left;
  background: transparent url(images/loader.gif) left center no-repeat;
  padding-left: 30px;
  line-height: 32px;
  height: 32px;
  color: #333;
  font-style: italic;
}

#users-list {
  display: block;
  border: 1px solid #B1A075;
  background: #F2E1B3;
  margin: 0;
}

#users-list, #users-list-container {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}

#users-list li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  color: #333;
  border-top: 1px solid #B1A075;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 30px;
}

#users-list li:hover {
  background-color: #FFE19B;
}

#users-list em {
 color: #A39677;
 font-size: 11px;
}

#users-list .status-online {
  background-image: url(images/online.png);
}

#users-list .status-busy {
  background-image: url(images/busy.png);
}

.path-users-create_client p label,
.path-new_user, .path-users-create_client p label {
  color: #A00;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
}

.path-users-create_client #gender p.item label,
.path-users-create_client #age_profile p.item label,
.path-new_user, .path-users-create_client #gender p.item label,
.path-new_user, .path-users-create_client #age_profile p.item label {
  border: 1px solid black;
  cursor: pointer;
  float: left;
  height: 120px;
  margin: -5px 5px;
  opacity: 0.5;
  text-indent: -5000em;
  width: 120px;
}

#gender.custom-field-error .answer,  
#gender.custom-field-error .answer{
  clear: both;
  border: 2px solid #AA0000;
  height: 135px;
  width: 264px;
}

#age_profile.custom-field-error .answer,
#age_profile.custom-field-error .answer{
  clear: both;
  border: 2px solid #AA0000;
  height: 135px;
  width: 396px;
}


.field_with_errors input,
#age.custom-field-error input,
#age.custom-field-error input{
  border: 2px solid #AA0000;
  clear: both;
}

.custom-field .answer,
.custom-field .answer{
  clear: both;
  height: 120px;
}


#feeling_after_chat input[type=radio],
#feeling_before_chat input[type=radio] {
  display: none;
}
#feeling_after_chat .item label,
#feeling_before_chat .item label{
  border: 0px solid black;
  cursor: pointer;
  float: left;
  height: 51px;
  width: 50px;
  margin: 5px;
  opacity: 0.5;
  text-indent: -5000em;
}

#feeling_after_chat .item label:hover,
#feeling_before_chat .item label:hover{
  opacity: 1;
  text-indent: 0;
  text-align: center;
  margin-top: -3px;
  height: 68px;
  
}


#feeling_after_chat label[for="custom_field_15_value_38"],
#feeling_before_chat label[for="custom_field_14_value_32"] { background: bottom url(images/face-crying.png) no-repeat; }

#feeling_after_chat label[for="custom_field_15_value_39"],
#feeling_before_chat label[for="custom_field_14_value_33"] { background: bottom url(images/face-angry.png) no-repeat; }

#feeling_after_chat label[for="custom_field_15_value_40"],
#feeling_before_chat label[for="custom_field_14_value_34"] { background: bottom url(images/face-sad.png) no-repeat; }

#feeling_after_chat label[for="custom_field_15_value_41"],
#feeling_before_chat label[for="custom_field_14_value_35"] { background: bottom url(images/face-confused.png) no-repeat; }

#feeling_after_chat label[for="custom_field_15_value_42"],
#feeling_before_chat label[for="custom_field_14_value_36"] { background: bottom url(images/face-plain.png) no-repeat; }

#feeling_after_chat label[for="custom_field_15_value_43"],
#feeling_before_chat label[for="custom_field_14_value_37"] { background: bottom url(images/face-smile.png) no-repeat; }



#feeling_after_chat #item38 input[type="radio"]:checked + label,
#feeling_before_chat #item32 input[type="radio"]:checked + label { 
  background-image: url(images/face-crying_checked.png); 
  opacity: 1;
}

#feeling_after_chat #item39 input[type="radio"]:checked + label,
#feeling_before_chat #item33 input[type="radio"]:checked + label {
  background-image: url(images/face-angry_checked.png); 
  opacity: 1;
}

#feeling_after_chat #item40 input[type="radio"]:checked + label,
#feeling_before_chat #item34 input[type="radio"]:checked + label {
  background-image: url(images/face-sad_checked.png); 
  opacity: 1;
}

#feeling_after_chat #item41 input[type="radio"]:checked + label,
#feeling_before_chat #item35 input[type="radio"]:checked + label {
  background-image: url(images/face-confused_checked.png); 
  opacity: 1;
}

#feeling_after_chat #item42 input[type="radio"]:checked + label,
#feeling_before_chat #item36 input[type="radio"]:checked + label {
  background-image: url(images/face-plain_checked.png); 
  opacity: 1;
}

#feeling_after_chat #item43 input[type="radio"]:checked + label,
#feeling_before_chat #item37 input[type="radio"]:checked + label {
  background-image: url(images/face-smile_checked.png); 
  opacity: 1;
}

.path-users-create_client #age_profile #item1 input[type="radio"]:checked + label,
.path-new_user, .path-users-create_client #age_profile #item1 input[type="radio"]:checked + label {
	background-image: url(images/child_checked.png) !important;
	opacity: 1;
}

.path-users-create_client #age_profile #item2 input[type="radio"]:checked + label,
.path-new_user, .path-users-create_client #age_profile #item2 input[type="radio"]:checked + label {
	background-image: url(images/teen_checked.png) !important;
	opacity: 1;
}

.path-users-create_client #age_profile #item3 input[type="radio"]:checked + label,
.path-new_user, .path-users-create_client #age_profile #item3 input[type="radio"]:checked + label {
	background-image: url(images/parents_checked.png) !important;
	opacity: 1;
}

.path-users-create_client #gender #item4 input[type="radio"]:checked + label,
.path-new_user, .path-users-create_client #gender #item4 input[type="radio"]:checked + label {
	background-image: url(images/male_checked.png) !important;
	opacity: 1;	
}

.path-users-create_client #gender #item5 input[type="radio"]:checked + label,
.path-new_user, .path-users-create_client #gender #item5 input[type="radio"]:checked + label {
	background-image: url(images/female_checked.png) !important;
	opacity: 1;	
}

.path-users-create_client #gender p.item label:hover,
.path-users-create_client #age_profile p.item label:hover,
.path-new_user, .path-users-create_client #gender p.item label:hover,
.path-new_user, .path-users-create_client #age_profile p.item label:hover {
  opacity: 1;
}

.path-users-create_client #gender,
.path-new_user, .path-users-create_client #gender {
  margin: 0 auto;
  width: 264px;
}

h2 img{
 margin-top:3px;
}

h3{
  color: #AA0000;
}

.path-users-create_client .custom-field, .path-users-create_client #default-fields,
.path-new_user, .path-users-create_client .custom-field, .path-new_user, .path-users-create_client #default-fields {
  clear: both;
}

.path-users-create_client input[type=radio],
.path-new_user, .path-users-create_client input[type=radio] {
  display: none;
}

.path-users-create_client input[type=text],
.path-users-create_client input[type=password],
.path-new_user, .path-users-create_client input[type=text],
.path-new_user, .path-users-create_client input[type=password] {
  width: 300px;
}

.path-users-create_client p label[for="accept_term_of_use"],
.path-new_user, .path-users-create_client p label[for="accept_term_of_use"] {
  color: #000;
  font-size: 14px;
  margin: 5px;
  display: inline;
}

.term-of-use {
  font-size: 14px;
}

#terms{
  clear: both;
  color: #000;
  font-size: 12px;
}

#terms label{
  clear: both;
  color: #000;
  font-size: 12px;
}


#terms .field_with_errors{
  border: 2px solid #AA0000;
  clear: both;
  float: left;
  font-size: 12px;
  margin-left: 80px;
  margin-right: -50px;
  margin-top: -10px;
  width: 30px;
}

#user_terms{
  clear: both;
  color: #000;
  font-size: 12px;
}

.path-new_user, .path-users-create_client label[for="custom_field_1_value_1"] { background-image: url(images/child.png); } 
.path-new_user, .path-users-create_client label[for="custom_field_1_value_2"] { background-image: url(images/teen.png); } 
.path-new_user, .path-users-create_client label[for="custom_field_1_value_3"] { background-image: url(images/parents.png); } 
.path-new_user, .path-users-create_client label[for="custom_field_2_value_4"] { background-image: url(images/male.png); } 
.path-new_user, .path-users-create_client label[for="custom_field_2_value_5"] { background-image: url(images/female.png); } 
.path-users-create_client label[for="custom_field_1_value_1"] { background-image: url(images/child.png); } 
.path-users-create_client label[for="custom_field_1_value_2"] { background-image: url(images/teen.png); } 
.path-users-create_client label[for="custom_field_1_value_3"] { background-image: url(images/parents.png); } 
.path-users-create_client label[for="custom_field_2_value_4"] { background-image: url(images/male.png); } 
.path-users-create_client label[for="custom_field_2_value_5"] { background-image: url(images/female.png); } 

#simplemodal-container {
  background: transparent url(images/paper.png) center center no-repeat;
  border: 0;
  width: 567px;
  height: 441px;
  font-size: 12px;
  text-align: justify;
}

.simplemodal-data {
  padding-right: 35px;
  height: 100%;
  overflow: auto;
}

.simplemodal-wrap {
  width: 490px !important;
  height: 380px !important;
  margin-left: 50px;
  margin-top: 35px;
  position: relative;
}

.simplemodal-wrap br {
  display: none;
}

.simplemodal-close {
  z-index: 1002;
  display: block;
  width: 31px;
  height: 31px;
  text-indent: -5000em;
  background: transparent url(images/close-modal.png) center center no-repeat;
  position: fixed;
  cursor: pointer;
  margin-left: 480px;
  margin-top: 20px;
}

.history-title a {
  text-decoration: none;
  color: #AE4E00;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  padding-left: 13px;
}

.history-title a:hover {
  border-bottom: 1px dotted #AE4E00;
}

.history-title.chat-closed a {
  background-image: url(images/collapsed.png);
}

.history-title.chat-opened a {
  background-image: url(images/expanded.png);
}

.role-client .messages { width: 730px; }
.role-client .messages h3 { width: 725px; }
.role-client .messages div { width: 715px; }
.role-client .messages form { width: 730px; }
.role-client .messages input[type="text"], .role-client .messages input[type="submit"] { width: 665px; }

form#atendant-evaluation p.question {
  font-weight: bold;
}

.emoticon-button {
  position: absolute;
  right: 15px;
  top: -2px;
  height: 31px;
  border: 1px solid transparent; 
}

.emoticon-button img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  padding-top: 5px;
}

.emoticon-button img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.emoticon-button.clicked {
  background: #fff;
  border-color: #000;
  border-top-color: transparent;
}

.clicked img {
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
}

.emoticons a:hover {
  background-color: #DEB899;
}

.emoticons a {
  float: right;
}

.ui-menu .ui-menu-item a,
.ui-widget {
  font-size: 11px;
}

.basic-data {
  background: #CEC2B0;
  padding: 6px;
  margin-bottom: 6px;
  
}
.basic-data ul li {
  margin-right: 70px;
  margin-bottom: 20px;
  list-style: none;
  float: left;
  width: 170px;
}
.assistance-message h4 {
  border-bottom: 1px dotted #CEC2B0;
}
.basic-data ul li span {
  font-weight: bold;
  margin-right: 15px;
}

#statistics-form form {
  background: #E7DCC8;
  padding: 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#statistics-form div {
  width: 50%;
  float: left;
}

.statistics-submit {
  text-align: center;
  clear: both;
  border-top: 1px solid #CEC2B0;
}

.statistics-results {
  font-size: 12px;
}

.ui-datepicker-calendar thead {
  display: none;
}

.fields-group p{
  cursor:pointer;
}

.fields-group span{
  display:none;
}

#atendant-evaluation .custom-field .answer {
  height: auto;
}

.user-status {
  margin: 0;
  position: absolute;
  top: 203px;
  width: 100%;
  height: 16px;
  background: #CDBBA2;
  border-top: 1px solid #000;
  color: #333;
  font-size: 10px;
  text-indent: 5px;
}
*/
@font-face {
    font-family: 'Helvetica Roman';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/helvetica_lt_std/HelveticaLTStd-Roman.otf');
}

@font-face {
    font-family: 'Helvetica Cond';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/helvetica_lt_std/HelveticaLTStd-Cond.otf');
}

@font-face {
    font-family: 'Helvetica Light';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/helvetica_lt_std/HelveticaLTStd-Light.otf');
}

@font-face {
    font-family: 'Akzidenz';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/akzidenz/AkzidenzGrotesk-MediumCond.otf');
}

@font-face {
    font-family: 'Gleego';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/glegoo/Glegoo-Regular.ttf');
}

html, body {
  padding: 0;
  font-family: 'Helvetica Roman';
}

html {
  background: #00b6cd;
  overflow-x: hidden;
}

body {
  width: 100%;
  background: transparent;
  margin: 0;
  overflow-x: hidden;
}

h1 {
  display: none;
}

a, a:visited, a:link {
  color: #fff;
  text-decoration: none;
}

a:hover {
}

#header {
  display: none;
}

.header-col {
  width: 350px;
  text-align: center;
  float: left;
  overflow: hidden;
}

.header-col img {
  margin-bottom: 10px;
}

.header-col span {
  display: block;
  color: #00bacf;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-family: 'Helvetica Roman', sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.header-col p {
  color: #444444;
  font-family: 'Helvetica Roman', sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.header-col .numbers {
  height: 150px;
  overflow: hidden;
}

.header-col p.number1 {
  font-size: 70px;
  padding-top: 25px;
}

#content-box{
  width: 1200px;
  margin: 0 auto;
}

#left-box{
  float:left;
  width:240px;
  padding: 0 20px;
  margin-top: 100px;
}

#left-box p{
  font-size: 32px;
  color: #444;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}

#left-box p:first-child{
  background: url('images/divider.png') left bottom no-repeat;
}

#left-box a{
  text-decoration: none;
  color: #444;
}

#central-box{
  float: left;
  width: 600px;
  padding: 0 20px;
}

#central-box h3{
  padding: 10px 0;
  font-family: 'Helvetica Roman';
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

#central-box h3 strong{
  border-right: 1px solid #fff;
  color: #444;
  text-transform: uppercase;
  padding: 0 5px;
}

#central-box #tabs-list{
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 0;
}

#tabs-list ul{
  list-style:none;
  width: 600px;
  height: 50px;
  margin:0;
  padding:0;
}

#tabs-list li{
  float: left;
  line-height: 50px;
  text-transform: uppercase;
  border-right: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: bold;
}

#tabs-list a{
  text-decoration: none;
  color: #a7a7a7;
  padding:0 20px;
  font-family: 'Helvetica Roman';
}

#tabs-list .active{
  background: #fff;
}

#profile-tabs{
  padding-bottom: 20px;
  width: 600px;
}

#profile-tabs .tab{
  display:none;
  background: #fff;
  margin: 0;
  border: 1px solid transparent;
  padding-bottom: 20px;
}

#profile-tabs #care-tab {
  background: #444;
}

#profile-tabs .active{
  display:block;
}

#care-tab h4{
  margin: 0;
  padding: 20px 20px 0px 20px;
  text-transform: uppercase;
  font-family: 'Helvetica Roman';
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}

#care-tab ul{
  list-style: none;
  padding-left: 20px;
}

#care-tab li {
  padding: 30px 0 30px 60px;
  border-bottom: 1px dashed #e5e5e5;
  width: 500px;
  font-family: 'Helvetica Roman';
  color: #fff;
  font-weight: bolder;
  font-size: 12px;
}

#care-tab li span{
  background-color: #00b6cd;
  padding: 5px;
  margin-left: 10px;
}

#care-tab li a{
  color: #fff;
  text-decoration: none;
}

#care-tab #chat {
  background: url('images/chat.png') no-repeat left center;
  background-size: 50px;
}

#care-tab #email {
  background: url('images/email.png') no-repeat left center;
  background-size: 50px;
}

#right-box {
  float: left;
  width: 240px;
  padding: 0;
}

#right-box .block {
  width: 220px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  background: #fff;
}

#about-block {
  position: relative;
  margin-top: 111px;
}

#about-block p {
  color: #a2a2a2;
  font-size: 13px;
  clear: both;
}

#about-block h2 {
  position: absolute;
  top: -59px;
  left: -1px;
  z-index: 1;
  font-size: 13px;
  text-transform: uppercase;
  color: #9a9a9a;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background: #fff;
  padding: 20px 20px 11px 20px;
}

#right-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
}

#right-box h3 span {
  color: #00b6cd;
}

#about-block h4 span {
  float: left;
  text-transform: uppercase;
  margin: 0;
}

#about-block h4 span.first {
  font-size: 45px;
  color: #444444;
  font-weight: bolder;
  margin-right: 10px;
}

#about-block h4 span.second,
#about-block h4 span.third {
  font-size: 9px;
  margin: 2px 0;
}

#about-block h4 span.second {
  color: #686868;
}

#about-block h4 span.third {
  color: #00b6cd;
}

#about-block h5 {
  height: 50px;
  width: 100%;
  background: transparent url(images/br.png) left center no-repeat;
  clear: both;
}

#about-block h5 span {
  float: left;
  text-transform: uppercase;
  margin: 0;
  padding: 5px;
}

#about-block h5 span.first {
  color: #444444;
  font-size: 45px;
  font-weight: bolder;
  padding-left: 55px;
}

#about-block h5 span.second,
#about-block h5 span.third {
  font-size: 9px;
  padding: 10px;
}

#about-block h5 span.second {
  padding-bottom: 0;
  padding-top: 15px;
  color: #686868;
}

#about-block h5 span.third {
  padding-top: 0;
  color: #01b7cd;
}

#right-box #banner-block {
  padding: 0;
  width: 240px;
  border: 0;
  background: transparent;
}

#banner-block img {
  border: 1px solid #e5e5e5;
}

#chart-block div {
  height: 160px;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #444444;
  font-family: 'Helvetica Roman';
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

#profile-tabs p {
  color: #a2a2a2;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5em;
  margin: 5px 0;
}

#profile-tabs h2 {
  color: #00b6cd;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
}

#home li {
  border: 0;
  padding: 5px 0 5px 20px;
  list-style: none;
  background: transparent url(images/check.png) left center no-repeat;
}

#faqs-tab li {
  color: #444;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 2em;
}

#content {
  background: #00B6CD url(images/help-header.png) top center no-repeat;
  padding: 10px;
  text-align: center;
  padding-top: 110px;
}

#new_user {
  width: 400px;
  max-width: 85%;
  margin: 0 auto;
  background: #444;
  padding: 20px;
}

#new_user label {
  color: #fff;
  font-size: 16px;
}

#new_user input[type=text],
#new_user input[type=password] {
  padding: 3px;
  margin: 5px;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  width: 90%;
}

.path-new_user input[type=submit], .path-users-create_client input[type=submit],
#atendant-evaluation input[type=submit], 
#new_user input[type=submit] {
  border: 0;
  background: #00B6CD;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  margin: 5px;
}

h2 {
  font-size: 32px;
}

#footer p {
  font-size: 11px;
}

#new_user + a {
  width: 400px;
  max-width: 85%;
  padding: 20px;
  display: block;
  margin: 0 auto;
  background: #444;
}

p {
  font-size: 14px;
}

.path-new_user form, .path-users-create_client form, #atendant-evaluation {
  padding: 20px;
  background: #444;
}

.path-new_user label, .path-users-create_client label, #atendant-evaluation label {
  cursor: pointer;
  color: #eee;
}

.path-new_user #default-fields label, .path-users-create_client #default-fields label,
.path-new_user .question label, .path-users-create_client .question label, #atendant-evaluation .question label {
  font-weight: bold;
  cursor: default;
  background: #00B6CD;
  padding: 10px 5px 5px 5px;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -13px;
  display: block;
  width: 200px;
}

.path-new_user input[type=radio], .path-users-create_client input[type=radio], #atendant-evaluation input[type=radio] {
  display: none;
}

.path-new_user input:checked + label, .path-users-create_client input:checked + label, #atendant-evaluation input:checked + label {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.path-new_user input[type=password], .path-users-create_client input[type=password],
.path-new_user input[type=number], .path-users-create_client input[type=number],
.path-new_user input[type=text], .path-users-create_client input[type=text], #atendant-evaluation input[type=text] {
  width: 200px;
  padding: 5px;
  border: 0;
}

.path-new_user .answer, .path-users-create_client .answer, #atendant-evaluation .answer {
  margin-top: 20px;
}

.path-new_user #terms label, .path-users-create_client #terms label {
  background: transparent;
  margin: 0 auto !important;
  display: inline;
  font-weight: normal;
  font-size: 14px;
}

#simplemodal-container {
  background: #fff;
}

#simplemodal-container h4,
#simplemodal-container p {
  margin: 5px;
}

#simplemodal-container br {
  display: none;
}

#simplemodal-container p {
  line-height: 1.5em;
}

#simplemodal-container p,
#simplemodal-container li {
  font-size: 14px;
}

#error_explanation img {
  display: none;
}

#error_explanation {
  background: #EB2C3B;
  color: #fff;
}

#error_explanation ul {
  padding: 0;
}

#error_explanation li {
  list-style: none;
  font-size: 14px;
}

#error_explanation {
  padding: 10px;
}

.notice, .alert {
  background: #ffd;
  color: #444;
  padding: 10px;
  padding-top: 20px;
}

.notice a, .alert a {
  color: #000;
}

#menu li {
  list-style: none;
  text-align: right;
}

#messages li {
  list-style: none;
}

#messages {
  background: #fff;
  text-align: left;
  border: 1px solid #444;
}

#content ul {
  padding: 0;
}

.icons {
  display: none;
}

#no-one-online {
  padding: 20px;
}

#no-one-online a {
  color: #444;
}

#messages h3 {
  margin: 0;
  padding: 10px;
  background: #444;
  color: #fff;
}

.user-status {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  background: #000;
  color: #fff;
}

#messages .message {
  margin: 0;
  padding: 10px;
  font-size: 14px;
}

#messages .message-date {
  color: #ccc;
}

#messages .message-from {
  font-weight: bold;
}

#messages .user-two {
  color: #00B6CD;
}

.messages {
  position: relative;
}

.messages form {
  position: absolute;
  bottom: 0;
  padding-top: 10px;
  background: #eee;
  height: 32px !important;
  width: 100%;
}

.messages textarea {
  margin-left: 10px;
}

#messages textarea {
  width: 70%;
}

#messages input[type=submit] {
  border: 0;
  color: #fff;
  background: #00B6CD;
  padding: 3px 26px;
  float: right;
  margin-right: 10px;
  width: 10%;
  background: #00B6CD url(images/send.png) center center no-repeat;
  text-indent: -5000em;
}

.emoticon-button {
  display: none;
}

.messages div {
  height: 200px;
  overflow: auto;
  padding-bottom: 32px;
}

.messages a {
  color: #00B6CD;
}

.path-new_user #item948 {
  display: none;
}
