/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  =================================================
  Custom styles
  =================================================
*/

body {
  font: 300 16px/22px "Roboto", sans-serif;
}

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
.container,
.grid {
  margin: 0 auto;
  width: 1028px;
  padding: 100px 15px 170px 15px;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
.grid,
.col-1-3,
.col-2-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1-3,
.col-2-3  {
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

/*
  ========================================
  Rows
  ========================================
*/

.row,
.row-alt {
  min-width: 960px;
}
.row {
  background: #fff;
  padding: 66px 0 44px 0;
}
.row-alt {
  background: #cbe2c1;
  background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:         -webkit-linear-gradient(left, #a1d3b0, #f6f1d3);
  background:         linear-gradient(to right, #a1d3b0, #f6f1d3);
  padding: 44px 0 22px 0;
}

/*
  =================================================
  Typography
  =================================================
*/

h1, h2, h3, h4 {
  color: #000;
}
h1, h3, h4, h5, p {
  margin-bottom: 22px;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
  font-size: 24px;
  line-height: 44px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  color: #a9b2b9;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
strong {
  font-weight: 400;
}
cite,
em {
  font-style: italic;
}

/*
  ========================================
  Links
  ========================================
*/

a {
  color: #D7343B;
  text-decoration: none;
}

a:hover {
  color: #82CDC8;
}

i.fa {
  background: #82CDC8;
  color: #fff;
}

i.fa:hover {
  background: #1E5064;
}

/*
  ========================================
  Custom guru section
  ========================================
*/

.guru img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.guru .right {
  margin-right: 75px;
  margin-top: 30px;
}

.guru .right h4 {
  margin-top: 20px;
  line-height: 36px;
}

.guru .left {
  margin-left: 50px;
}

.guru .icons {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.guru .fa {
  margin-left: 5px;
  margin-right: 5px;
}

.guru .intro {
  color: #D7343B;
  cursor: pointer;
  cursor: hand;
}

.guru .intro:hover {
  color: #82CDC8;
}

.phone-image-left, .phone-image-right {
  width: 225px;
}

.phone-image-right {
  margin-left: -112.75px;
  margin-bottom: -5px!important;
}

.right {
  float: right;
}

.left {
  float: left;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #212121;
  color: #fff;
  text-align: center;
  padding: 44px;
  margin-top: 40px;
}

#root {
  position: relative;
}

.error {
  margin-top: 8px;
}

.name {
  //position: absolute;
  //top: 157px;
  //left: 255px;
  //width: 170px;
}

.attributes {
  color: #1E5064;
  margin-top: 6px;
}

.convo {
  color: #1E5064;
  font-weight: 700;
}

.convos {
  width: 100%;
  text-align: left;
  margin: 15px 0;
}

.convos a li {
  padding: 5px;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px solid #fff;
  background: #82CDC8;
  color: #fff;
}

.convos li:hover {
  background: #fff;
  color: #82CDC8;
}

.reply {
  margin-top: 10px;
}

.reply textarea {
  width: 100%;
  font-size: 14px;
  resize: none;
  padding: 5px;
  border: none;
}

.reply textarea:focus {
  outline: none;
}

.messages {
  text-align: left;
  padding: 5px 2px;
}

.messages small {
  color: #82CDC8;
  font-size: 12px;
}

strong {
  font-weight: 800;
}

.shadow {
   -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
}

.loading {
  padding: 20px;
}

.scrollArea {
  background-color: #fff;
  overflow-y: scroll;
}

.unread {
  margin-left: -20px;
  margin-top: -4px;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #D7343B;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  display: inline-block;
  font-size: 9px;
}

.conversations .right {
  margin-top: -10px;
  margin-right: 8px;
  text-align: right;
  color: #D7343B;
  font-size: 10px;
  vertical-align: text-top;
  line-height: 0;
}

.conversations .unread-mess {
  background: #D7343B;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-top: 3px;
  margin-left: auto;
}

.conversations li {
  padding: 5px;
  cursor: pointer;
  cursor: hand;
  color: #82CDC8;
  background-color: #fff;
}

.conversations li:hover {
  background-color: #82CDC8;
  color: #fff;
}

.messes {
  color: #1E5064;
  margin-bottom: 15px;
  text-align: center;
}

li.active {
  background-color: #54AAA4;
  color: #fff;
}

.active:hover .group {
  color: #1E5064;
}

.active .group {
  color: #022330;
}

.settings, .payments, .password {
  margin: 0 auto;
  text-align: left;
  width: 50%
}

.settings p, .payments, .password p {
  margin-top: -7px;
}

a.user {
  color: #fff;
}

a.user:hover {
  color: #82CDC8;
}

.time {
  color: #82CDC8;
}

.time:hover {
  color: #82CDC8;
}

.material-icons {
  color: #fff;
}

.material-icons:hover {
  color: #82CDC8;
}

table {
  width: 100%;
  text-align: center;
}

.symbol {
  cursor: pointer;
  cursor: hand;
  max-width: 30px;
  min-width: 30px;
}

.symbol:hover {
  background-color: #fff;
}

.convo-button {
  cursor: pointer;
  cursor: hand;
  padding: 5px;
  background-color: inherit;
  display: block;
  border: 1px solid #eee;
  text-transform: uppercase;
}

.reply-button {
  background-color: #D7343B;
  color: #fff;
}

.convo-area {
  height: 250px;
}

.convo-list {
  max-height: 330px;
  padding: 3px;
}

li.closed {
  background: #eee!important;
  color: #464646!important;
}

li.closed .convo {
  color: #1E5064!important;
}

.closed-btn {
  margin-top: -15px;
  padding: 6px;
  font-size: 14px;
  background: #bbb;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2px;
  margin-right: 3em;
  cursor: pointer;
  cursor: hand;
}

.date {
  width: 100px;
  margin-top: -10px;
  color: #212121;
}

.kill-convo {
  padding: 6px 9px;
  background: #D7343B;
  color: #fff;
  border: 1px solid;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}

.kill-convo[disabled] {
  cursor: default;
  background: #fff;
  color: #bbb;
}
