/*
	Table of contents. You can find content by these keywords:

	RESPONSIVE*/
.full-screen-container {
  position: relative;
  padding-left: 370px;
}

.full-scren-col-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 370px;
  border-right: #182431 1px solid;
}

.header-full {
  height: 59px;
  border-bottom: #182431 1px solid;
}

.header-full .user-menu-link {
  min-width: 61px;
}

.top-tabs {
  height: 59px;
}

.top-tabs-item {
  border-bottom: #182431 1px solid;
  opacity: 0.7;
  color: #fff;
  text-align: center;
}

.top-tabs-item.active {
  background-color: #1b2a3c;
  opacity: 1;
}

.top-tabs-item:not(:first-child) {
  border-left: #182431 1px solid;
}

.top-tabs-item:hover, .top-tabs-item:focus {
  background-color: #1b2a3c;
  text-decoration: none;
  color: #fff;
}

.top-tabs-item:active {
  background-color: #182434;
}

.conversations-full-header {
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  height: 58px;
  background-color: #1b2a3c;
  border-bottom: #182431 1px solid;
}

.search-input-icon-container-full {
  left: 0;
}

.form-control.search-input-full {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  border: none;
  background-color: transparent;
  color: #fff;
  /*14px*/
  font-size: 1.16667rem;
}

.form-control.search-input-full:focus {
  background-color: transparent;
  color: #fff;
}

.conversations-full-content {
  top: 176px;
  bottom: 0;
}

.conversation-bigger {
  height: 90px;
  padding-top: 30px;
  padding-right: 75px;
  padding-bottom: 27px;
  padding-left: 82px;
}

.conversation-bigger .conversation-avatar {
  top: 23px;
}

.conversation-bigger .conversation-avatar.online:before {
  width: 8px;
  height: 8px;
  bottom: 0px;
  border-color: #1d2d41;
}

.conversation-bigger .conversation-avatar-img {
  width: 46px;
  height: 46px;
}

.conversation-bigger .conversation-avatar-text {
  padding-top: 13px;
}

.conversation-bigger .conversation-name {
  /*14px*/
  font-size: 1.16667rem;
}

.conversation-bigger .conversation-text {
  /*12px*/
  font-size: 1rem;
}

.conversation-bigger .conversation-time {
  /*10px*/
  font-size: 0.83333rem;
}

.full-scren-col-right {
  position: relative;
}

.video-header {
  height: 118px;
  background-color: #1d2d41;
}

.video-participants-container-scroll {
  overflow-y: hidden;
  overflow-x: auto;
  text-align: right;
}

.video-participants-container {
  display: inline-block;
  height: 100%;
  padding-top: 12px;
  white-space: nowrap;
}

.video-participant {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  height: 78px;
  margin: 8px 8px 8px 9px;
  border: #182431 1px solid;
  border-radius: 4px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}

.video-participant-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.video-participant-add {
  display: inline-block;
}

.video-main-container {
  position: absolute;
  top: 118px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ddd;
}

.video-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.video-small {
  position: absolute;
  right: 20px;
  max-width: 25%;
  z-index: 2;
}

.video-small-top {
  top: 20px;
}

.video-buttons-container {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 2;
  height: 71px;
}

.video-buttons-container-phone {
  border-radius: 5px;
  background-color: rgba(29, 45, 65, 0.9);
  white-space: nowrap;
}

.video-buttons-container-phone :first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.video-buttons-container-phone :last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.video-btn {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 100%;
  text-align: center;
}

.video-btn:hover, .video-btn:focus {
  background-color: rgba(29, 45, 65, 0.5);
}

.video-text-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 218px;
  padding: 15px 30px;
  background: rgba(29, 45, 65, 0.6);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.001), rgba(29, 45, 65, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0.001), rgba(29, 45, 65, 0.6));
  text-align: center;
}

.video-text {
  color: #fff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
}

.navbar-toggler-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: transparent;
  border-color: #182431;
}

.navbar-toggler-full span {
  background-color: #fff;
}

.navbar-toggler-full[aria-expanded="true"] {
  background-color: transparent;
}

.video-buttons-container-2 {
  height: auto;
}

.video-buttons-container-2 .video-buttons-container-phone {
  height: auto;
  background-color: transparent;
}

.video-buttons-container-2 .video-btn {
  width: 73px;
  height: 73px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.video-buttons-container-2 .video-btn:not(:last-child) {
  margin-right: 29px;
}

.video-buttons-container-2 .video-btn:hover, .video-buttons-container-2 .video-btn:focus {
  background-color: #f2f2f2;
}

.video-buttons-container-2 .video-btn-end-call {
  background-color: #df5051;
}

.video-buttons-container-2 .video-btn-end-call:hover, .video-buttons-container-2 .video-btn-end-call:focus {
  background-color: #de4c4d;
}

.message-full-back,
.message-full-dropdown {
  position: absolute;
  top: 0;
  width: 55px;
  text-align: center;
}

.message-full-back:hover, .message-full-back:focus,
.message-full-dropdown:hover,
.message-full-dropdown:focus {
  background-color: #182434;
}

.message-full-back {
  left: 0;
}

.message-full-dropdown {
  right: 0;
}

.message-full-dropdown-toggle {
  height: 100%;
  width: 100%;
}

.message-full-dropdown-menu {
  right: 15px;
}

.messenger-content-full {
  top: 0;
  background-color: #273a53;
  color: #000;
}

.messenger-content-full .message-right .message-text {
  background-color: #436187;
}

.messenger-content-full .message-right .message-text:before {
  border-left-color: #436187;
}

.typearea-blue {
  background-color: #1d2d41;
  border-left: none;
  border-top-color: #182431;
}

.typearea-blue .typearea-textarea {
  background-color: transparent;
  color: #fff;
}

.typearea-send-btn-full .typearea-send-btn-icon {
  width: 15px;
  height: 12px;
}

/*RESPONSIVE*/
@media screen and (min-width: 1600px) {
  .full-screen-container {
    padding-left: 460px;
  }
  .full-scren-col-left {
    width: 460px;
  }
  .video-small-top {
    top: 36px;
  }
  .video-small {
    right: 42px;
  }
  .video-buttons-container {
    left: 48px;
    bottom: 47px;
  }
}

/*min-width: 1200px END*/
@media screen and (max-width: 1199px) {
  .full-screen-container {
    padding-left: 350px;
  }
  .full-scren-col-left {
    width: 350px;
  }
  .header-full .user-menu-link {
    min-width: 55px;
  }
}

/*max-width: 1199pxEND*/
@media screen and (max-width: 991px) {
  .full-screen-container {
    padding-left: 0;
  }
  .full-scren-col-left {
    position: static;
    width: 100%;
  }
  .full-scren-col-right {
    position: absolute;
    top: 59px;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto !important;
  }
  .video-header {
    position: relative;
    padding-left: 59px;
    height: 66px;
  }
  .video-participants-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .video-participant {
    width: 50px;
    height: 50px;
    margin: 0 3px;
  }
  .video-main-container {
    top: 66px;
  }
  .side-nav-full {
    position: absolute;
    top: 125px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #1d2d41;
    border-top: #182431 1px solid;
    width: 380px;
    height: auto !important;
  }
  .side-nav-full[aria-expanded="false"] {
    display: none !important;
  }
  .conversations-full-header {
    top: 59px;
  }
  .conversations-full-content {
    top: 117px;
  }
  .video-text-container {
    height: 240px;
  }
}

/*max-width: 991px END*/
@media screen and (max-width: 767px) {
  .navbar-toggler-full {
    width: 60px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .video-small {
    top: 10px;
    right: 10px;
  }
  .video-buttons-container {
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 50px;
    text-align: center;
  }
  .video-buttons-container-phone {
    display: inline-block;
  }
  .video-btn {
    float: left;
    width: 20%;
    padding-right: 18px;
    padding-left: 18px;
  }
  .video-btn-icon {
    max-width: 100%;
    height: auto;
  }
  .video-buttons-container-2 {
    height: auto;
  }
  .video-buttons-container-2 .video-btn {
    width: 50px;
    height: 50px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .video-buttons-container-2 .video-btn:not(:last-child) {
    margin-right: 10px;
  }
}

/*max-width: 767px END*/
@media screen and (max-width: 575px) {
  .video-small {
    max-width: 150px;
  }
  .side-nav-full {
    width: 100%;
    max-width: 380px;
  }
}

/*max-width: 575px END*/

