/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2017, 1:12:55 PM
    Author     : stanimir
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 12, 2017, 5:07:46 PM
    Author     : stanimir
*/
/*
$cool-grey: #8996a0;
$slate-grey: #55505a;
$white: #ffffff;
$black: #000000;
$dandelion: #fad705;
$off-white: #f3f3f3;
$red: #ff6565;*/
.background-white {
  background-color: #ffffff; }

.background-slate-grey {
  background-color: #55505a; }

.background-off-white {
  background-color: #f3f3f3; }

.text-cool-gray {
  color: #8996a0; }

.text-slate-gray {
  color: #55505a; }

.color-class-0 {
  background-color: #00BE4B !important; }

.color-class-1 {
  background-color: #003C87 !important; }

.color-class-2 {
  background-color: #00BEC8 !important; }

.color-class-3 {
  background-color: #826EDC !important; }

.color-class-4 {
  background-color: #F0503C !important; }

.color-class-5 {
  background-color: #006E78 !important; }

.color-class-6 {
  background-color: #82144B !important; }

.color-class-7 {
  background-color: #37DCB9 !important; }

.color-class-8 {
  background-color: #00B9FA !important; }

.color-class-9 {
  background-color: #FF649B !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2017, 1:13:20 PM
    Author     : stanimir
*/
.profile-image {
  width: 64px;
  height: 64px;
  border-radius: 50%; }

.video-popup .popup-blackout .popup-window.message {
  width: 640px;
  height: 460px;
  left: calc(50% - 320px); }
  .video-popup .popup-blackout .popup-window.message .image-area {
    text-align: center;
    padding: 16px 16px 0 16px;
    position: relative; }
    .video-popup .popup-blackout .popup-window.message .image-area .profile-image {
      margin: 0 4px; }
    .video-popup .popup-blackout .popup-window.message .image-area .icon.envelope {
      background-image: url(../images/symbols/icon-envelope_outline-slate_grey.svg);
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      background-color: white;
      border-radius: 50%;
      background-size: 16px auto;
      background-position: center;
      left: calc(50% - 20px);
      top: 28px; }
  .video-popup .popup-blackout .popup-window.message .border-right {
    border-right: solid 1px #e5e5e5;
    height: 100%; }
  .video-popup .popup-blackout .popup-window.message .border-left {
    border-left: solid 1px #e5e5e5;
    height: 100%; }
  .video-popup .popup-blackout .popup-window.message .content {
    padding: 0 16px; }
    .video-popup .popup-blackout .popup-window.message .content h6 {
      font-size: 12px;
      margin: 0; }
    .video-popup .popup-blackout .popup-window.message .content .cool-grey {
      line-height: 2.67;
      color: #8996a0; }
    .video-popup .popup-blackout .popup-window.message .content .slate-grey {
      line-height: 1.33;
      color: #55505a; }
    .video-popup .popup-blackout .popup-window.message .content a {
      font-size: 24px;
      line-height: 1.33;
      text-align: center;
      color: #55505a;
      display: block;
      margin-bottom: 16px; }
    .video-popup .popup-blackout .popup-window.message .content .background-off-white {
      padding: 8px 8px 16px 16px;
      margin: 8px 0;
      font-size: 12px;
      line-height: 1.33;
      color: #55505a;
      border-radius: 3px; }
      .video-popup .popup-blackout .popup-window.message .content .background-off-white ul li {
        margin: 16px 0 0 15px; }
  .video-popup .popup-blackout .popup-window.message textarea {
    width: 100%;
    height: 386px;
    margin: 0;
    border: none;
    resize: none;
    display: inherit;
    padding: 16px;
    border-radius: 0 3px 0 0;
    color: #55505a; }
    .video-popup .popup-blackout .popup-window.message textarea:focus {
      outline: none; }
  .video-popup .popup-blackout .popup-window.message .sent-message {
    font-size: 16px;
    line-height: 1.5;
    color: #55505a;
    padding: 8px;
    height: 272px;
    overflow-y: auto; }
  .video-popup .popup-blackout .popup-window.message .send-form .popup-footer {
    border-radius: 0 0 3px 0; }
  .video-popup .popup-blackout .popup-window.message .bottom-area {
    height: 128px;
    padding: 8px 16px;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .video-popup .popup-blackout .popup-window.message .bottom-area .icon.checkmark-green {
      background-image: url(../images/symbols/icon-checkmark-green.svg);
      width: 50px;
      height: 50px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      border: 2px solid #37be4c;
      border-radius: 50%; }
    .video-popup .popup-blackout .popup-window.message .bottom-area p {
      width: calc(100% - 66px);
      float: right;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
      color: #55505a; }
      .video-popup .popup-blackout .popup-window.message .bottom-area p a {
        color: #55505a; }
        .video-popup .popup-blackout .popup-window.message .bottom-area p a:hover {
          text-decoration: none; }

#message_error {
  color: #990000;
  font-size: 15px;
  display: block;
  position: absolute;
  height: 24px;
  z-index: 10000000;
  width: 100%; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2017, 1:13:39 PM
    Author     : stanimir
*/
@media (max-width: 992px) {
  .video-popup .popup-blackout .popup-window.message .popup-footer button {
    width: 220px; }
  .video-popup .popup-blackout .popup-window.message {
    left: calc(50% - 320px); } }

@media (max-width: 767px) {
  .video-popup .popup-blackout .popup-window.message {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0; }
    .video-popup .popup-blackout .popup-window.message .content p {
      font-size: 12px;
      line-height: 1.33;
      text-align: left;
      color: #8996a0;
      margin: 16px 0;
      display: inline-block; }
    .video-popup .popup-blackout .popup-window.message textarea {
      height: calc(100% - 76px);
      min-height: 200px; }
    .video-popup .popup-blackout .popup-window.message .border-left {
      border-left: none;
      border-top: solid 2px #e5e5e5;
      height: auto; }
      .video-popup .popup-blackout .popup-window.message .border-left .message-sent {
        background: #ffffff; }
    .video-popup .popup-blackout .popup-window.message .popup-footer {
      position: fixed;
      bottom: 0;
      left: 0; }
      .video-popup .popup-blackout .popup-window.message .popup-footer button {
        width: 100%; }
    .video-popup .popup-blackout .popup-window.message .sent-message {
      height: auto;
      background: white; }
  .video-popup .popup-blackout {
    /*overflow-y: hidden;*/ }
    .video-popup .popup-blackout .top-area {
      max-height: 50%; } }
