

#main {
    width: 100%;
    min-width: 360px;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #E6EAEA;
  }
  @media screen and (max-width: 360px) {
    #main {
      width: 100%;
      height: 100vh;
    }
  }
  #main #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 280px;
    width: 40%;
    height: 100%;
    background: #2c3e50;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel {
      width: 58px;
      min-width: 58px;
    }
  }
  #main #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile {
      width: 100%;
      margin: 0 auto;
      padding: 5px 0 0 0;
      background: #32465a;
    }
  }
  #main #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
  }
  #main #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
  }
  #main #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  #main #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap {
      height: 55px;
    }
  }
  #main #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap img {
      width: 40px;
      margin-left: 4px;
    }
  }
  #main #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
  }
  #main #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
  }
  #main #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
  }
  #main #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
  }
  #main #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
  }
  /* @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap p {
      display: none;
    }
  } */
  #main #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
  }
  /* @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap i.expand-button {
      display: none;
    }
  } */
  #main #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options {
      width: 58px;
      margin-top: 57px;
    }
  }
  #main #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options.active {
      margin-top: 62px;
    }
  }
  #main #sidepanel #profile .wrap #status-options:before {
    detail_view: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options:before {
      margin-left: 23px;
    }
  }
  #main #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
  }
  #main #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options ul li {
      padding: 15px 0 35px 22px;
    }
  }
  #main #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
  }
  #main #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options ul li span.status-circle {
      width: 14px;
      height: 14px;
    }
  }
  #main #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    detail_view: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
      height: 18px;
      width: 18px;
    }
  }
  #main #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
  }
  /* @media screen and (max-width: 735px) {
    #main #sidepanel #profile .wrap #status-options ul li p {
      display: none;
    }
  } */
  #main #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
  }
  #main #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
  }
  #main #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
  }
  #main #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
  }
  #main #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
  }
  #main #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
  }
  #main #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    margin-bottom: 7px;
  }
  /* @media screen and (max-width: 735px) {
    #main #sidepanel #search {
      display: none;
    }
  } */
  #main #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
  }
  #main #sidepanel #search input {
    padding: 10px 0 10px 46px;
    width: calc(100% - 2px);
    border: none;
    background: #32465a;
    color: #f5f5f5;
  }
  #main #sidepanel #search input:focus {
    outline: none;
    background: #435f7a;
  }
  #main #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5;
  }
  #main #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5;
  }
  #main #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5;
  }
  #main #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5;
  }
  #main #sidepanel #contacts {
    height: calc(100% - 110px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #contacts {
      height: calc(100% - 149px);
      overflow-y: scroll;
      overflow-x: hidden;
    }
    /* #main #sidepanel #contacts::-webkit-scrollbar {
      display: none;
    } */
  }
  #main #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
  }
  #main #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
  }
  #main #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
  }
  #main #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 2px 0 2px 0;
    font-size: 0.9em;
    cursor: pointer;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #contacts ul li.contact {
      padding: 6px 0 15px 8px;
    }
  }
  #main #sidepanel #contacts ul li.contact:hover {
    background: #32465a;
  }
  #main #sidepanel #contacts ul li.contact.active {
    background: #32465a;
    border-right: 5px solid #435f7a;
  }
  #main #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #32465a !important;
  }
  #main #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #contacts ul li.contact .wrap {
      width: 100%;
    }
  }
  #main #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
  }
  #main #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
  }
  #main #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
  }
  #main #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
  }
  #main #sidepanel #contacts ul li.contact .wrap img {
    width: 45px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #contacts ul li.contact .wrap img {
      margin-right: 0px;
    }
  }
  #main #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 0px 0 0 0;
  }
  /* @media screen and (max-width: 735px) {
    #main #sidepanel #contacts ul li.contact .wrap .meta {
      display: none;
    }
  } */
  #main #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
  }
  #main #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 1px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  #main #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: .5;
  }
  #main #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #main #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #32465a;
    color: #f5f5f5;
    cursor: pointer;
  
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #bottom-bar button {
      float: none;
      width: 100%;
      padding: 15px 0;
    }
  }
  #main #sidepanel #bottom-bar button:focus {
    outline: none;
  }
  #main #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #bottom-bar button:nth-child(1) {
      border-right: none;
      border-bottom: 1px solid #2c3e50;
    }
  }
  #main #sidepanel #bottom-bar button:hover {
    background: #435f7a;
  }
  #main #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
  }
  @media screen and (max-width: 735px) {
    #main #sidepanel #bottom-bar button i {
      font-size: 1.3em;
    }
  }
  /* @media screen and (max-width: 735px) {
    #main #sidepanel #bottom-bar button span {
      display: none;
    }
  } */
  #main .detail_view {
    float: right;
    width: 60%;
    height: 100%;
    overflow: scroll;
    position: relative;
  }
.participantView{
    height: auto;
    width: 100%;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
  }
  @media screen and (max-width: 735px) {
    #main .detail_view {
      width: calc(100% - 58px);
      min-width: 300px !important;
    }
  }
  @media screen and (min-width: 900px) {
    #main .detail_view {
      width: calc(100% - 280px);
    }
  }
  #main .detail_view .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #f5f5f5;
  }
  #main .detail_view .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
  }
  #main .detail_view .contact-profile p {
    float: left;
  }
  #main .detail_view .contact-profile .social-media {
    float: right;
  }
  #main .detail_view .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
  }
  #main .detail_view .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
  }
  #main .detail_view .contact-profile .social-media i:hover {
    color: #435f7a;
  }
  #main .detail_view .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  @media screen and (max-width: 735px) {
    #main .detail_view .messages {
      max-height: calc(100% - 105px);
    }
  }
  #main .detail_view .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
  }
  #main .detail_view .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #main .detail_view .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
  }
  #main .detail_view .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
  }
  #main .detail_view .messages ul li.sent img {
    margin: 6px 8px 0 0;
  }
  #main .detail_view .messages ul li.sent p {
    background: #435f7a;
    color: #f5f5f5;
  }
  #main .detail_view .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px;
  }
  #main .detail_view .messages ul li.replies p {
    background: #f5f5f5;
    float: right;
  }
  #main .detail_view .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
  }
  #main .detail_view .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
  }
  @media screen and (min-width: 735px) {
    #main .detail_view .messages ul li p {
      max-width: 300px;
    }
  }
  #main .detail_view .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  #main .detail_view .message-input .wrap {
    position: relative;
  }
  #main .detail_view .message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 90px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
  }
  @media screen and (max-width: 735px) {
    #main .detail_view .message-input .wrap input {
      padding: 15px 32px 16px 8px;
    }
  }
  #main .detail_view .message-input .wrap input:focus {
    outline: none;
  }
  #main .detail_view .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
  }
  @media screen and (max-width: 735px) {
    #main .detail_view .message-input .wrap .attachment {
      margin-top: 17px;
      right: 65px;
    }
  }
  #main .detail_view .message-input .wrap .attachment:hover {
    opacity: 1;
  }
  #main .detail_view .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
  }
  @media screen and (max-width: 735px) {
    #main .detail_view .message-input .wrap button {
      padding: 16px 0;
    }
  }
  @media (max-width: 1000px) and (min-width: 760px){
    #main #sidepanel #contacts {
    height: 50vh!important;
}
.flex-wrap {
  flex-wrap: wrap;
  display: flex;
}
#main #sidepanel {
  height: 50vh!important;
  width: 100%;
  min-width: 100%;
}
#main {
  height: 50%;
}
/* .flex-wrap ul {
  width: 30%;
  text-align: center;
} */
#main .detail_view {
  width: 100%!important;
}
#main .detail_view .contact-profile {
  height: 70px!important;
}
  }

@media (max-width: 760px) {
    #main #sidepanel #contacts {
    height: 50vh!important;
}
.flex-wrap {
  flex-wrap: wrap;
  display: flex;
}
#main #sidepanel {
  height: 50vh!important;
  width: 100%;
  min-width: 100%;
  top: 13vh!important;
}
#main {
  height: 50%;
}
/* .flex-wrap ul {
  width: 30%;
  text-align: center;
} */
#main .detail_view {
  width: 100%!important;
  top: 13vh!important;
}
#main .detail_view .contact-profile {
  height: 70px!important;
}
  }
  #main .detail_view .message-input .wrap button:hover {
    background: #435f7a;
  }
  #main .detail_view .message-input .wrap button:focus {
    outline: none;
  }

  .meta > p{
    margin: 1px 0 0 0;
  }

span{
    font-size:15px;
}
/* a{
  text-decoration:none; 
  color: #0062cc;
  border-bottom:2px solid #0062cc;
} */
.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
     
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  
  * html .clearfix {
    zoom: 1;
  }
  
  /* IE6 */
  *:first-child + html .clearfix {
    zoom: 1;
  }
  .nodata{
    background: white;
    width: 100%;
    height: 100%;
    padding-top: 8rem;      
  }

  .delBtn
  {
    font-size: 18px;
    color: #d55353;
    float: right;
    margin: 38px 14px 0 0;
  }
  
  #loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
  }
  
  #loading-image {
    z-index: 100;
    text-align: center;
  }

  #success_tic .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic .page-body .head{
    text-align:center;
  }
  /* #success_tic .tic{
    font-size:186px;
  } */
  #success_tic .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }
  
  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @-moz-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  
.url{
    display: block;
    font-size: 13px;
    color: #ccc;
    margin: 10px;
}  