  /*-------For step wizard----------*/
  .steps-form {
    display: table;
    width: 100%;
    position: relative; }
    
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6; }
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #9a9a9a; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0;
    background: #2bbbad;
    color:#fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance:none;
     }
    .btn-indigo {
    background-color: #3f51b5 !important;
    color: #fff !important;
}
 
 /*-------For step wizard end ----------*/


.scf-table tr td{
  border:1px solid #dddddd;
}


  .img-hoverable {
    /*background: url(./images/hover-tick.png) no-repeat;*/
    color: #2dc6ca;
    padding: 7px 0 0 0;
    margin: 7px;
    border: 2px solid rgb(0, 178, 183);
    }

    .side-link{
      color:#2dca41 !important;
    }

 #side-menu-bar {
                    overflow: hidden;
                    z-index: 3;
                }
                #side-menu-bar .list-group {
                    min-width: 254px;
                    background-color: #333;
                    
                }
                #side-menu-bar i {
                    margin-right: 6px;
                }
                
                #side-menu-bar .list-group-item {
                        border-radius: 0;
                        background-color: #2f4050;
                        color: #eaeaea;
                        border-left: 0;
                        border-right: 0;
                        border-color: #3d546a;
                        white-space: nowrap;
                        font-size: 12px;
                }
                
                /* highlight active menu */
                #side-menu-bar .list-group-item:not(.collapsed) {
                    background-color: #222;
                }
                
                /* closed state */
                #side-menu-bar .list-group .list-group-item[aria-expanded="false"]::after {
                  content: " \f0da";
                  font-family: FontAwesome;
                  display: inline;
                  text-align: right;
                  padding-left: 5px;
                }
                
                /* open state */
                #side-menu-bar .list-group .list-group-item[aria-expanded="true"] {
                  background-color: #293846;
                }
                #side-menu-bar .list-group .list-group-item[aria-expanded="true"]::after {
                  content: " \f0d7";
                  font-family: FontAwesome;
                  display: inline;
                  text-align: right;
                  padding-left: 5px;
                }
                
                /* level 1*/
                #side-menu-bar .list-group .collapse .list-group-item,
                #side-menu-bar .list-group .collapsing .list-group-item  {
                  padding-left: 20px;
                }
                
                /* level 2*/
                #side-menu-bar .list-group .collapse > .collapse .list-group-item,
                #side-menu-bar .list-group .collapse > .collapsing .list-group-item {
                  padding-left: 30px;
                }
                
                /* level 3*/
                #side-menu-bar .list-group .collapse > .collapse > .collapse .list-group-item {
                  padding-left: 40px;
                }
                
                @media (max-width:768px) {
                    #side-menu-bar {
                        min-width: 35px;
                        max-width: 40px;
                        overflow-y: auto;
                        overflow-x: visible;
                        transition: all 0.25s ease;
                        transform: translateX(-45px);
                        position: fixed;
                        left: -163px;
                    }
                    
                    #side-menu-bar.show {
                        transform: translateX(0);
                            left: 0px;
                    }
                
                    #side-menu-bar::-webkit-scrollbar{ width: 0px; }
                    
                    #side-menu-bar, #side-menu-bar .list-group {
                        min-width: 203px;
                        overflow: visible;
                    }
                    /* overlay sub levels on small screens */
                    #side-menu-bar .list-group .collapse.show, #side-menu-bar .list-group .collapsing {
                        position: relative;
                        z-index: 1;
                        width: 190px;
                        top: 0;
                    }
                    #side-menu-bar .list-group > .list-group-item {
                        text-align: left;
                        padding: .75rem .5rem;
                    }
                    /* hide caret icons of top level when collapsed */
                    #side-menu-bar .list-group > .list-group-item[aria-expanded="true"]::after,
                    #side-menu-bar .list-group > .list-group-item[aria-expanded="false"]::after {
                        display:none;
                    }
                }
                
                .collapse.show {
                  visibility: visible;
                }
                .collapsing {
                  visibility: visible;
                  height: 0;
                  -webkit-transition-property: height, visibility;
                  transition-property: height, visibility;
                  -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out;
                }
                .collapsing.width {
                  -webkit-transition-property: width, visibility;
                  transition-property: width, visibility;
                  width: 0;
                  height: 100%;
                  -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out;
                }
                  @media (max-width:767px) {
                 
                 #frame{
                      height: 47vh;
                }
                 }

                 .scroll{
                 height: auto;
                 max-height: 624px;
                 overflow-y: scroll;
                overflow-x: hidden;
    }

    .scroll::-webkit-scrollbar {
        width: 8px;
        background: transparent;}
        .scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }
                
                /*----------------------------------------------------------------------------*/
                #frame {
                  width: 100%;
                  
                  height: 92vh;
                  min-height: 300px;
                  max-height: 720px;
                  background: #E6EAEA;
                }
                @media screen and (max-width: 360px) {
                  #frame {
                    width: 100%;
                    height: 100vh;
                  }
                }
                #frame #chatpanel {
                  float: left;
                  min-width: 200px;
                  max-width: 340px;
                  width: 40%;
                  height: 100%;
                  background: #112335;
                  color: #f5f5f5;
                  overflow: hidden;
                  position: relative;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel {
                    width: 58px;
                    min-width: 58px;
                  }
                }
                #frame #chatpanel #profile {
                  width: 94%;
                  margin: 25px auto;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #profile {
                    width: 100%;
                    margin: 0 auto;
                    padding: 5px 0 0 0;
                    background: #32465a;
                  }
                }
                #frame #chatpanel #profile.expanded .wrap {
                  height: 210px;
                  line-height: initial;
                }
                #frame #chatpanel #profile.expanded .wrap p {
                  margin-top: 20px;
                }
                #frame #chatpanel #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";
                }
                #frame #chatpanel #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) {
                  #frame #chatpanel #profile .wrap {
                    height: 55px;
                  }
                }
                #frame #chatpanel #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) {
                  #frame #chatpanel #profile .wrap img {
                    width: 40px;
                    margin-left: 4px;
                  }
                }
                #frame #chatpanel #profile .wrap img.online {
                  border: 2px solid #2ecc71;
                }
                #frame #chatpanel #profile .wrap img.away {
                  border: 2px solid #f1c40f;
                }
                #frame #chatpanel #profile .wrap img.busy {
                  border: 2px solid #e74c3c;
                }
                #frame #chatpanel #profile .wrap img.offline {
                  border: 2px solid #95a5a6;
                }
                #frame #chatpanel #profile .wrap p {
                  float: left;
                  margin-left: 15px;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #profile .wrap p {
                    display: none;
                  }
                }
                #frame #chatpanel #profile .wrap i.expand-button {
                  float: right;
                  margin-top: 23px;
                  font-size: 0.8em;
                  cursor: pointer;
                  color: #435f7a;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #profile .wrap i.expand-button {
                    display: none;
                  }
                }
                #frame #chatpanel #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) {
                  #frame #chatpanel #profile .wrap #status-options {
                    width: 58px;
                    margin-top: 57px;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options.active {
                  opacity: 1;
                  visibility: visible;
                  margin: 75px 0 0 0;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #profile .wrap #status-options.active {
                    margin-top: 62px;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options:before {
                  content: '';
                  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) {
                  #frame #chatpanel #profile .wrap #status-options:before {
                    margin-left: 23px;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options ul {
                  overflow: hidden;
                  border-radius: 6px;
                }
                #frame #chatpanel #profile .wrap #status-options ul li {
                  padding: 15px 0 30px 18px;
                  display: block;
                  cursor: pointer;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #profile .wrap #status-options ul li {
                    padding: 15px 0 35px 22px;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options ul li:hover {
                  background: #496886;
                }
                #frame #chatpanel #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) {
                  #frame #chatpanel #profile .wrap #status-options ul li span.status-circle {
                    width: 14px;
                    height: 14px;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options ul li span.status-circle:before {
                  content: '';
                  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) {
                  #frame #chatpanel #profile .wrap #status-options ul li span.status-circle:before {
                    height: 18px;
                    width: 18px;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options ul li p {
                  padding-left: 12px;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #profile .wrap #status-options ul li p {
                    display: none;
                  }
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-online span.status-circle {
                  background: #2ecc71;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
                  border: 1px solid #2ecc71;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-away span.status-circle {
                  background: #f1c40f;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
                  border: 1px solid #f1c40f;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-busy span.status-circle {
                  background: #e74c3c;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
                  border: 1px solid #e74c3c;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-offline span.status-circle {
                  background: #95a5a6;
                }
                #frame #chatpanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
                  border: 1px solid #95a5a6;
                }
                #frame #chatpanel #profile .wrap #expanded {
                  padding: 100px 0 0 0;
                  display: block;
                  line-height: initial !important;
                }
                #frame #chatpanel #profile .wrap #expanded label {
                  float: left;
                  clear: both;
                  margin: 0 8px 5px 0;
                  padding: 5px 0;
                }
                #frame #chatpanel #profile .wrap #expanded input {
                  border: none;
                  margin-bottom: 6px;
                  background: #32465a;
                  border-radius: 3px;
                  color: #f5f5f5;
                  padding: 7px;
                  width: calc(100% - 43px);
                }
                #frame #chatpanel #profile .wrap #expanded input:focus {
                  outline: none;
                  background: #435f7a;
                }
                #frame #chatpanel #search {
                  border-top: 1px solid #32465a;
                  border-bottom: 1px solid #32465a;
                  font-weight: 300;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #search {
                    display: none;
                  }
                }
                #frame #chatpanel #search label {
                  position: absolute;
                  margin: 10px 0 0 20px;
                }
                #frame #chatpanel #search input {
                  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
                  padding: 10px 0 10px 46px;
                  width: 100%;
                  border: none;
                  background: #00a859;
                  color: #f5f5f5;
                }
                #frame #chatpanel #search input:focus {
                  outline: none;
                  background: #435f7a;
                }
                #frame #chatpanel #search input::-webkit-input-placeholder {
                  color: #f5f5f5;
                }
                #frame #chatpanel #search input::-moz-placeholder {
                  color: #f5f5f5;
                }
                #frame #chatpanel #search input:-ms-input-placeholder {
                  color: #f5f5f5;
                }
                #frame #chatpanel #search input:-moz-placeholder {
                  color: #f5f5f5;
                }
                #frame #chatpanel #contacts {
                  height: calc(100% - 177px);
                  overflow-y: scroll;
                  overflow-x: hidden;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #contacts {
                    height: calc(100% - 149px);
                    overflow-y: scroll;
                    overflow-x: hidden;
                  }
                  #frame #chatpanel #contacts::-webkit-scrollbar {
                    display: none;
                  }
                }
                #frame #chatpanel #contacts.expanded {
                  height: calc(100% - 334px);
                }
                #frame #chatpanel #contacts::-webkit-scrollbar {
                  width: 8px;
                  background: #2c3e50;
                }
                #frame #chatpanel #contacts::-webkit-scrollbar-thumb {
                  background-color: #243140;
                }
                #frame #chatpanel #contacts ul li.contact {
                  position: relative;
                  padding: 10px 0 15px 0;
                  font-size: 0.9em;
                  cursor: pointer;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #contacts ul li.contact {
                    padding: 6px 0 46px 8px;
                  }
                }
                #frame #chatpanel #contacts ul li.contact:hover {
                  background: #26486b;
                }
                #frame #chatpanel #contacts ul li.contact.active {
                      background: #26486b;
                      border-right: 5px solid #f5b700;
                }
                #frame #chatpanel #contacts ul li.contact.active span.contact-status {
                  border: 2px solid #32465a !important;
                }
                #frame #chatpanel #contacts ul li.contact .wrap {
                  width: 95%;
                  margin: 0 auto;
                  position: relative;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #contacts ul li.contact .wrap {
                    width: 100%;
                  }
                }
                #frame #chatpanel #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;
                }
                #frame #chatpanel #contacts ul li.contact .wrap span.online {
                  background: #2ecc71;
                }
                #frame #chatpanel #contacts ul li.contact .wrap span.away {
                  background: #f1c40f;
                }
                #frame #chatpanel #contacts ul li.contact .wrap span.busy {
                  background: #e74c3c;
                }
                #frame #chatpanel #contacts ul li.contact .wrap img {
                  width: 33px;
                  border-radius: 50%;
                  float: left;
                  margin-right: 10px;
                  height: 33px;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #contacts ul li.contact .wrap img {
                    margin-right: 0px;
                  }
                }
                #frame #chatpanel #contacts ul li.contact .wrap .meta {
                  padding: 5px 0 0 0;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #contacts ul li.contact .wrap .meta {
                    display: none;
                  }
                }
                #frame #chatpanel #contacts ul li.contact .wrap .meta .name {
                  font-weight: 600;
                }
                #frame #chatpanel #contacts ul li.contact .wrap .meta .preview {
                  margin: 5px 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;
                }
                #frame #chatpanel #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;
                }
                #frame #chatpanel #bottom-bar {
                  position: absolute;
                  width: 100%;
                  bottom: 0;
                }
                #frame #chatpanel #bottom-bar button {
                  float: left;
                  border: none;
                  width: 50%;
                  padding: 10px 0;
                  background: #32465a;
                  color: #f5f5f5;
                  cursor: pointer;
                  font-size: 0.85em;
                  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #bottom-bar button {
                    float: none;
                    width: 100%;
                    padding: 15px 0;
                  }
                }
                #frame #chatpanel #bottom-bar button:focus {
                  outline: none;
                }
                #frame #chatpanel #bottom-bar button:nth-child(1) {
                  border-right: 1px solid #2c3e50;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #bottom-bar button:nth-child(1) {
                    border-right: none;
                    border-bottom: 1px solid #2c3e50;
                  }
                }
                #frame #chatpanel #bottom-bar button:hover {
                  background: #435f7a;
                }
                #frame #chatpanel #bottom-bar button i {
                  margin-right: 3px;
                  font-size: 1em;
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #bottom-bar button i {
                    font-size: 1.3em;
                  }
                }
                @media screen and (max-width: 735px) {
                  #frame #chatpanel #bottom-bar button span {
                    display: none;
                  }
                }
                #frame .content {
                  float: right;
                  width: 60%;
                  height: 100%;
                  overflow: hidden;
                  position: relative;
                }
                @media screen and (max-width: 735px) {
                  #frame .content {
                    width: calc(100% - 58px);
                    min-width: 300px !important;
                  }
                }
                @media screen and (min-width: 900px) {
                  #frame .content {
                    width: calc(100% - 340px);
                  }
                }
                #frame .content .contact-profile {
                  width: 100%;
                  height: 60px;
                  line-height: 60px;
                  background: #00a859;
                  color: #fff;
                }
                #frame .content .contact-profile img {
                  width: 40px;
                  border-radius: 50%;
                  float: left;
                  margin: 9px 12px 0 9px;
                }
                #frame .content .contact-profile p {
                  float: left;
                }
                #frame .content .contact-profile .social-media {
                  float: right;
                }
                #frame .content .contact-profile .social-media i {
                  margin-left: 14px;
                  cursor: pointer;
                }
                #frame .content .contact-profile .social-media i:nth-last-child(1) {
                  margin-right: 20px;
                }
                #frame .content .contact-profile .social-media i:hover {
                  color: #435f7a;
                }
                #frame .content .messages {
                  height: auto;
                  min-height: calc(100% - 93px);
                  max-height: calc(100% - 93px);
                  overflow-y: scroll;
                  overflow-x: hidden;
                  width: 100%;
                }
                @media screen and (max-width: 735px) {
                  #frame .content .messages {
                    max-height: calc(100% - 105px);
                  }
                }
                #frame .content .messages::-webkit-scrollbar {
                  width: 8px;
                  background: transparent;
                }
                #frame .content .messages::-webkit-scrollbar-thumb {
                  background-color: rgba(0, 0, 0, 0.3);
                }
                #frame .content .messages ul li {
                  display: inline-block;
                  clear: both;
                  float: left;
                  margin: 15px 15px 5px 15px;
                  width: calc(100% - 25px);
                  font-size: 0.9em;
                }
                #frame .content .messages ul li:nth-last-child(1) {
                  margin-bottom: 20px;
                }
                #frame .content .messages ul li.replies img {
                  margin: 6px 8px 0 0;
                }
                #frame .content .messages ul li.replies p {
                  background: #27476a;
                  color: #f5f5f5;
                }
                #frame .content .messages ul li.sent img {
                  float: right;
                  margin: 6px 0 0 8px;
                }
                #frame .content .messages ul li.sent p {
                  background: #f5f5f5;
                  float: right;
                }
                #frame .content .messages ul li img {
                  width: 22px;
                  border-radius: 50%;
                  float: left;
                }
                #frame .content .messages ul li p {
                  display: inline-block;
                  padding: 10px 15px;
                  border-radius: 20px;
                  max-width: 100%;
                  line-height: 130%;
                }
                @media screen and (min-width: 735px) {
                  #frame .content .messages ul li p {
                    max-width: 100%;
                  }
                }
                #frame .content .message-input {
                  position: absolute;
                  bottom: 0;
                  width: 100%;
                  z-index: 99;
                }
                #frame .content .message-input .wrap {
                  position: relative;
                }
                #frame .content .message-input .wrap input {
                  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
                  float: left;
                  border: none;
                  width: 90%;
                  padding: 11px;
                  font-size: 1em;
                  color: #32465a;
                }
                @media screen and (max-width: 735px) {
                  #frame .content .message-input .wrap input {
                        margin-top: 4px;
                        padding: 17px;
                   
                  }
                }
                #frame .content .message-input .wrap input:focus {
                  outline: none;
                }
                #frame .content .message-input .wrap .attachment {

    background: #dcdcdc;
    width: 50px;
    height: 43px;
    padding: 9px;
    border-radius: 0;
    text-align: center;
    line-height: 24px;

}
                @media screen and (max-width: 735px) {
                  #frame .content .message-input .wrap .attachment {
                    margin-top: 17px;
                    right: 65px;
                  }
                }
                #frame .content .message-input .wrap .attachment:hover {
                  opacity: 1;
                }
                #frame .content .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) {
                  #frame .content .message-input .wrap button {
                    padding: 16px 0;
                  }
                }
                #frame .content .message-input .wrap button:hover {
                  background: #435f7a;
                }
                #frame .content .message-input .wrap button:focus {
                  outline: none;
                }

                @media(min-width:768px;){
                    #frame #chatpanel {
                  float: left;
                  min-width: 204px;
                  max-width: 340px;
                  width: 19%;
                  height: 100%;
                  background: #26486b;
                  color: #f5f5f5;
                  overflow: hidden;
                  position: relative;
                    }

                    #frame #chatpanel {
                  min-width: 200px;
                }

.user-send-time { float: right; font-size: 9px; color: #f5f5f5; padding: 2px; }
