body {
  background-color: #ebeff0;
  font-family: 'ubunturegular', arial, sans-serif;
}

#logo {
  width:  50%;
  height: 52px;
  float: left !important;
  background: url('/images/hostdime/logo.png') no-repeat top left;
  margin: 0;
}

#phone_numbers {
  width: 50%;
  float: right;
  margin-top: 10px;
}

#phone_numbers a#telephone {
  color: #303030;
  text-decoration: none;
}

#phone_numbers i {
  float: left;
  color: #f37720;
  font-size: 1.5em;
  margin-right: 10px;
}

#phone_numbers p {
  color: #303030;
  font-family: 'ubunturegular', arial, sans-serif;
  letter-spacing: 1px;
  margin: 2px 0 0 0;
}

#phone_numbers span {
  float: right;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .5px;
  margin-top: -4px;
}

.spanish {
  float: right;
  font-size: 14px;
  margin-top: 8px;
  text-decoration: underline;
}

.spanish i {
  color: #404040;
  margin-left: 4px;
}

#statusIcon {
  width: 24px;
  height: 24px;
  float: left;
  vertical-align: middle;
}

#liveChat {
  background: #ebeff0;
}

#header {
  min-width: 600px;
  float: left;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, .2);
  -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, .2);
  box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, .2);
}

#header a {
  float: right;
  font-size: 1.2em;
  font-family: 'ubunturegular', arial, sans-serif;
}

#nameHere {
  color: #f37720;
}

#status_header {
  width: 494px;
  float: left;
  background: #f4f4f4;
  border: 1px #cdcdcd solid;
  border-bottom: none;
  padding: 20px;
  clear: both;
}

.clientform {
  display: none;
}
#subaccount {
  display: none;
}

.client {
  color: #28A4F9;
}

.operator {
  color: #f37720;
}

#login h1 {
  float: left;
  color: #303030;
  font-size: 1.3em;
  font-family: 'ubunturegular', arial, sans-serif;
  margin: 0 0 0 6px;
  vertical-align: middle;
}

#message h1, #feedback h1, #thanks h1, #ticketSubmitted h3 {
  color: #f37720;
}

#dept a.on, .muted {
  width: 100%;
  font-size: 1em;
  font-family: 'ubunturegular', arial, sans-serif;
  color: #fff;
  background: #f37720;
  padding: 8px 0;
  text-decoration: none;
}

a#existingClientLink,
a#toggle_subaccount,
a#forgot_password,
a#newClientLink {
  float: right;
  font-size: .9em;
  text-decoration: underline;
}

a#existingClientLink:hover,
a#toggle_subaccount:hover,
a#forgot_password:hover,
a#newClientLink:hover {
  text-decoration: none;
}

#bottom_of_form {
  width: 100%;
  float: left;
}

#bottom_of_form #alex {
  width: 30%;
  float: left;
  position: relative;
}

#createChat.on, #createChatNew.on,  #submitFeedback.on {
  color: #fff;
  background: #f37720;
}

#createChat.on:active, #submitFeedback.on:active, .muted:active {
  color: #fff;
  background: #f37720;
}

#info_announce {
  float: left;
  font-size: .8em;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

#loading {
  top: 48px;
}
