.navbar-header {
  background-image: url(../../images/nextio-logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 150px;
  background-size: 96%;
}
@media (max-width: 767px) {
  .navbar-header {
    background-image: url(../../images/mobile-logo.svg);
    background-position: 50% 35%;
    margin-left: 0px !important;
    width: 100%;
    background-size: 150px;
  }
}
.navbar-brand {
  width: 165px;
  border: 0px !important;
  outline: 0px !important;
}
@media (max-width: 767px) {
  .navbar-brand {
    height: 0px;
    width: 0px;
    padding: 0px;
  }
}
.navbar-toggle {
  border: 0px !important;
  float: left !important;
  padding: 7px 10px 9px 10px !important;
}
.navbar-toggle:hover {
  background-color: transparent !important;
}
.icon-bar {
  width: 28px !important;
  height: 4px !important;
  background-color: #FFFFFF !important;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
.btn-green-small {
  background-image: linear-gradient(100deg, #00A9E0, #00A9E0) !important;
  color: #FFFFFF !important;
  display: block;
}
@media (max-width: 767px) {
  .btn-green-small {
    width: 100%;
  }
}
.btn-green-sm {
  background-image: linear-gradient(100deg, #00A9E0, #00A9E0) !important;
  color: #FFFFFF !important;
}
.btn-green-small:hover {
  background-color: #00A9E0;
  color: #FFFFFF;
}
.btn-green {
  background-image: linear-gradient(100deg, #00A9E0, #00A9E0) !important;
  color: #FFFFFF !important;
  font-size: 18px;
  display: block;
  padding: 10px 22px;
}
@media (max-width: 767px) {
  .btn-green {
    width: 100%;
  }
}
.btn-green:hover {
  background-color: #00A9E0;
  color: #FFFFFF;
}
.grey-text {
  color: #B4B4B4;
}
.standard-edge {
  border: 0px;
  border-radius: 0px;
}
.no-side-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.full-width {
  width: 100% !important;
}
.pos-rel {
  position: relative;
}
.font-16 {
  font-size: 16px;
}
.chevron-down {
  background-image: url(../../images/chevron-down.svg);
  width: 20px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 7px;
}
.plus-icon {
  padding-left: 30px;
}
.plus-icon:before {
  content: '';
  background-image: url('../../images/plus-icon.svg');
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  margin-left: -33px;
}
.nextio-pop-up {
  position: absolute;
  color: #1E3339;
  margin-top: 4px;
  right: 0px;
  left: auto;
  display: none;
}
.nextio-pop-up span {
  padding: 10px;
  display: block;
}
.nextio-pop-up ul {
  padding: 0px;
  margin: 0px;
}
.nextio-pop-up li {
  list-style: none;
  padding: 10px 15px 10px 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 30px;
  cursor: pointer;
  white-space: nowrap;
}
.nextio-pop-up .checked:before {
  content: '';
  background-image: url('../../images/sort-check.svg');
  background-size: 14px;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 8px;
  margin-top: 4px;
}
.white-bg {
  background-color: #FFFFFF;
}
.white-bg:before {
  content: '';
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 0px;
  margin-top: -28px;
}
.msg-col {
  background-color: #FFFFFF;
  padding: 0px;
  color: #323334;
  border-right: 1px solid #f2f2f2;
}
.msg-col .row {
  margin-left: 0px;
  margin-right: 0px;
}
.msg-col form {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .msg-col form {
    padding: 8px;
  }
}
.msg-col input {
  background-color: #fff;
  color: #90979A;
  border: 1px solid #ccc;
}
.msg-col input:focus {
  box-shadow: 0 0 0px rgba(81, 203, 238, 0);
}
.msg-col .alert-info {
  background-color: transparent;
  border: 0px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .msg-col .new-msg-btn {
    background-image: url(../../images/plus-icon-green.svg) !important;
    text-indent: -2000px;
    background-color: transparent;
    position: absolute;
    border: 0px solid green !important;
    width: 24px !important;
    right: 11px;
    height: 24px;
    padding: 0px;
    margin-top: 0px;
  }
  .msg-col .new-msg-btn:focus {
    background-color: transparent;
    outline: 0;
  }
}
.msg-col .message-search-input-contain {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .msg-col .message-search-input-contain {
    margin-bottom: 5px;
  }
}
.msg-col .search-icon-input {
  background-image: url(../../images/search-icon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 42px;
}
.msg-col .search-bars {
  height: 25px;
  opacity: 0.7;
  padding-top: 1px;
  margin-top: 4px;
  cursor: pointer;
  position: absolute;
  right: -38px;
  top: -33px;
}
.msg-col .search-bar-pop-contain {
  width: 100%;
  position: relative;
  height: 0px;
  margin-left: 39px;
}
.msg-col .search-bar-pop-engage {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: -32px;
  cursor: pointer;
}
.msg-col .msg-sorter {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  color: #00A9E0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .msg-col .msg-sorter {
    padding-top: 0px;
    font-size: 16px;
  }
}
.msg-col .msg-col-individual-contain {
  border-top: 1px solid #f2f2f2;
  height: 357px;
  overflow: auto;
  box-shadow: 0px 3px 8px -3px #aaa;
}
@media (max-width: 991px) {
  .msg-col .msg-col-individual-contain {
    width: 100%!important;
    height: auto!important;
    max-height: unset;
    background-color: #FFFFFF;
    color: #000000;
  }
}
.msg-col .emptymsgcol {
  overflow-x: hidden;
  overflow-y: hidden;
}
.msg-col .msg-col-individual {
  border-bottom: 1px solid #dfdede;
  padding: 23px 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
@media (max-width: 991px) {
  .msg-col .msg-col-individual {
    background-color: #FFFFFF;
  }
}
.msg-col .msg-col-individual:hover {
  background-color: #ebf7fb;
}
@media (max-width: 991px) {
  .msg-col .msg-col-individual:hover {
    background-color: initial;
  }
}
.msg-col .msg-col-individual .msg-ap-tab {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 12px;
  padding: 2px 5px;
  font-size: 11.25px;
  line-height: 17px;
  color: #FFFFFF !important;
  display: none;
  text-align: center;
  background-color: #00A9E0;
}
.msg-col .msg-col-individual .special-msg-type {
  position: absolute;
  top: 8px;
  left: 60px;
  font-size: 12px;
  font-weight: bold;
  opacity: .45;
}
.msg-col .msg-col-individual .msg-sender-img {
  margin-top: 10px;
}
.msg-col .msg-col-individual .msg-sender {
  font-size: 16px;
  display: inline-block;
  font-weight: 600 !important;
  color: #323334 !important;
}
.msg-col .msg-col-individual .awaiting-response-msg {
  font-size: 11px;
  color: #50C0F0;
  letter-spacing: 0px;
}
.msg-col .msg-col-individual .delete-btn {
  position: absolute;
  right: 11px;
  top: 8px;
  background-image: url(../../images/delete-icon.svg);
  display: block;
  height: 11px;
  width: 11px;
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.msg-col .msg-col-individual .msg-preview-img-col {
  width: 55px;
  position: absolute;
  text-align: center;
}
.msg-col .msg-col-individual .msg-preview-content-col {
  padding-left: 60px;
  padding-right: 10px;
}
.msg-col .msg-col-individual .msg-time {
  float: right;
  padding-top: 3px;
  font-size: 12px;
  color: #616365;
}
.msg-col .msg-col-individual .msg-subject {
  font-weight: 500;
  font-size: 14px;
  margin-top: 4px;
  color: #616365;
  line-height: 15px;
}
.msg-col .msg-col-individual .msg-preview {
  font-size: 12px;
  color: #616365;
  margin-top: 4px;
}
/* message preview states */
/* show stamp tab. Class="has-ap-tab" */
.has-ap-tab .msg-ap-tab {
  display: block !important;
}
.has-ap-tab .has-reply {
  font-weight: normal!important;
  background-image: url(../../images/greytab.svg) !important;
}
/* opacity for read message. Class="has-been-read" */
.has-been-read {
  background-color: #efefef;
  opacity: .85;
}
.has-been-read div {
  color: #B4B4B4;
}
@media (max-width: 991px) {
  .has-been-read {
    background-color: #eeecec !important;
  }
}
.has-been-read .msg-subject {
  font-weight: normal !important;
}
@media (max-width: 991px) {
  .has-been-read.selected-message {
    background-color: #F3F3F3 !important;
  }
  .has-been-read.selected-message div {
    color: #596E79 !important;
  }
}
/* expired stamp grey bg & strikethrough. Class="expired-stamp" */
.expired-stamp .msg-ap-tab {
  text-decoration: line-through;
}
/* selected message */
.selected-message {
  background-color: #ebf7fb;
}
.selected-message div {
  color: #323334;
}
/* end message preview states */
.msg-panel-contain {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 3px 3px 8px -3px #aaa;
  z-index: 700;
}
@media (max-width: 991px) {
  .msg-panel-contain {
    padding-right: 0px;
    box-shadow: 0px 0px 0px 0px #aaa;
  }
}
.msg-panel {
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .msg-panel {
    height: 100% !important;
  }
}
.promotional-tag {
  background-position: right 35px center;
  background-repeat: no-repeat;
}
.msg-panel-heading {
  position: relative;
  padding-right: 20px;
}
.msg-panel-heading:before {
  content: '';
  display: none;
  background-image: url('../../images/vertical-menu.svg');
  background-size: 6px 27px;
  height: 30px;
  width: 11px;
  position: absolute;
  background-repeat: no-repeat;
  right: 12px;
  top: 17px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .msg-panel-heading:before {
    right: 11px;
  }
}
.trash-message {
  position: absolute;
  top: 26px;
  right: 20px;
  background-image: url('../../images/trash-icon.svg') !important;
  display: block;
  height: 20px;
  width: 20px;
  padding: 0px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  box-shadow: 0px 0px 0px #fff !important;
}
.light-grey-background {
  background-color: #f2f2f2;
  padding: 10px;
}
.msg-panel-heading-text {
  padding: 20px 35px;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .msg-panel-heading-text {
    padding: 20px 15px;
  }
}
.message-div-selector {
  box-shadow: 0 0 4px 0 rgba(82, 97, 115, 0.2);
  width: 92%;
  float: right;
}
.message-div-selector:after {
  display: block;
  height: 40px;
  width: 100%;
}
#messages-panel {
  position: relative;
  padding: 20px;
  border-top: 1px solid #e4e4e5;
  overflow: auto;
  font-size: 14px;
}
@media (max-width: 991px) {
  #messages-panel {
    padding: 15px;
    height: auto!important;
    width: 100%!important;
  }
}
.msg-info-contain {
  margin-bottom: 5px;
}
.msg-sender-info {
  font-size: 13px;
  margin-top: 10px;
}
.msg-sender-info img {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .msg-sender-info {
    padding-top: 10px;
    margin-top: 0px;
  }
}
.the-message {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding: 5px;
}
.the-message:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  position: absolute;
  left: 0px;
  margin-top: 34px;
  background-color: #000000;
}
.send-time {
  display: inline-block;
  color: #B4B4B4;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 15px;
}
.inbox-add-content-box {
  position: absolute;
  bottom: 0%;
  left: 0px;
  margin-left: 10px;
  width: 97%;
  border-top: 1px solid #e4e4e5;
  background-color: #fff;
}
.inbox-add-content-box textarea {
  border-radius: 0;
}
@media (max-width: 991px) {
  .inbox-add-content-box {
    position: static!important;
  }
}
@media (max-width: 767px) {
  .inbox-add-content-box {
    padding: 5px;
  }
  .inbox-add-content-box button {
    font-size: 13px;
  }
}
.inbox-add-content-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background: rgba(237, 237, 237, 0);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(255, 255, 255, 0.88) 88%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(88%, rgba(255, 255, 255, 0.88)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(255, 255, 255, 0.88) 88%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(255, 255, 255, 0.88) 88%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(255, 255, 255, 0.88) 88%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0%, rgba(255, 255, 255, 0.88) 88%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  margin-top: -51px;
  left: 0px;
}
input[type="submit"]:disabled:hover {
  color: #666;
}
.attachment {
  background-color: #F3F3F3;
  border: 1px solid #B4B4B4;
  color: #00A9E0 !important;
  font-weight: 500;
  padding: 5px 15px 5px 25px;
  text-decoration: none !important;
  margin: 13px 0px;
  display: inline-block;
}
.attachment-file-name:before {
  content: '';
  background-image: url('../../images/attachment-icon.svg');
  background-size: 11px 17px;
  height: 19px;
  width: 19px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-top: 2px;
}
.attachment-size {
  color: #B4B4B4;
  padding-left: 4px;
}
.form-control {
  border-radius: 0;
  box-shadow: 0 0 0 !important;
}
.green-after:after {
  background-image: linear-gradient(100deg, #49af4d, #81c685) !important;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0px;
  content: " ";
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
.convo-controls {
  padding-top: 20px;
}
/* New Message */
.compose-message {
  overflow-x: hidden;
}
.compose-message .form-group {
  border-bottom: 1px solid #e4e4e5;
  padding: 11px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 0px;
}
.compose-message .form-group .btn {
  z-index: 0;
}
.compose-message .form-group .img-circle {
  position: absolute;
  margin-top: -5px;
  margin-left: 10px;
}
.compose-message .form-control {
  border: 0px;
  display: inline-block;
}
.compose-message label {
  float: left;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #616365;
}
.compose-message .full-input {
  overflow: hidden;
  display: block;
}
.compose-message .full-input input {
  width: 100%;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
  border: 0px !important;
  font-size: 16px;
}
.compose-message .full-input textarea {
  width: 100%;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
  border: 0px !important;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.compose-message .form-control-feedback {
  top: 5px;
}
.compose-message .custom-au-input-container {
  padding-top: 0px;
}
@media (max-width: 500px) {
  .compose-message .custom-au-input-container {
    width: 100%;
  }
}
.compose-message .help-block {
  max-width: 222px !important;
  left: initial;
  right: initial;
  z-index: 1;
}
.question-icon {
  background-image: url("../../images/question-mark.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: -5px;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
}
.no-float {
  float: none !important;
}
.message-destination {
  margin-left: 5px;
}
.message-destination .btn-link {
  margin-top: 1px !important;
}
.message-destination .ui-select-match-text {
  padding-right: 37px;
}
.message-compose-controls {
  padding: 10px;
}
.message-compose-controls .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 767px) {
  .message-compose-controls .mobile-control {
    width: 100%;
  }
}
.message-compose-controls .mobile-control-send #sendMessageButton {
  color: #fff !important;
  margin: 10px auto;
  font-weight: 400;
  background-color: #ccc;
  padding: 10px 22px;
}
@media (max-width: 767px) {
  .message-compose-controls .mobile-control-send #sendMessageButton {
    width: 100%;
  }
}
.message-compose-controls .mobile-control-send #sendMessageButton:disabled:hover:before {
  content: "Complete your message first";
  position: absolute;
  background-color: #dedede;
  color: #666;
  font-size: 13px;
  display: block;
  margin-top: -45px;
  border-radius: 5px;
  padding: 5px;
  margin-left: -115px;
  opacity: 1;
  z-index: 5;
}
@media (max-width: 767px) {
  .message-compose-controls .mobile-control-send #sendMessageButton:disabled:hover:before {
    margin-left: 0px;
    margin-top: -3px;
    left: 15px;
    width: 91%;
    right: 15px;
    display: none;
  }
}
@media (max-width: 991px) {
  .message-compose-controls .col-xs-1 {
    display: none;
  }
  .message-compose-controls label {
    padding-left: 0px;
  }
}
.message-compose-controls .emojipop .popover {
  width: 352px;
  max-width: 352px !important;
  left: 15px !important;
}
.message-compose-controls .emojipop .popover .arrow {
  left: 27px !important;
}
.message-compose-controls .emojipop .popover img {
  cursor: pointer;
}
.message-compose-icons {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .message-compose-icons {
    height: 28px;
    width: 28px;
  }
}
.message-compose-icons.row {
  margin-left: 0px;
  margin-right: 0px;
}
.emote-icon {
  background-image: url("../../images/smiley-icon.svg");
  background-position: right;
}
.trash-icon {
  background-image: url("../../images/trash-icon.svg");
  border-right: 1px solid #ccc;
}
.attach-icon {
  background-image: url("../../images/compose-attach.svg");
}
.is-promo-label {
  margin-right: 5px;
}
.btn-group .btn-primary {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0px;
  border: 2px solid #e4e4e5;
  margin: 0px 10px 0px 0px !important;
  padding: 4px 18px !important;
}
.btn-group .btn-primary:focus {
  border: 2px solid #00A9E0 !important;
  background-color: #00A9E0 !important;
  background: #00A9E0 !important;
}
.btn-group .btn-primary:hover {
  border: 2px solid #00A9E0 !important;
  background-color: #00A9E0 !important;
  background: #00A9E0 !important;
  color: white;
}
.btn-group .btn-primary:active {
  border: 2px solid #00A9E0 !important;
}
.btn-group .active {
  color: #FFFFFF;
  background-color: #00A9E0;
  box-shadow: 0px 0px 0px;
  padding: 5px 18px 6px;
  border: 2px solid #00A9E0 !important;
  box-shadow: 0 0 0px 0 rgba(82, 97, 115, 0.2);
}
.btn-group .active:hover {
  background-color: #00A9E0;
}
.au-form-contain {
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.au-form-contain .stamp-holder {
  max-width: 160px;
  padding-right: 0px;
}
.au-form-contain .enter-custom-amount {
  width: 100%;
  padding: 15px;
}
.au-form-contain .enter-custom-amount:after {
  content: "zzy";
}
.au-form-contain .btn-primary {
  max-width: 60px;
  max-height: 60px;
  width: 20%;
  margin-right: 3% !important;
  height: 100%;
  position: relative;
  padding-bottom: 15%;
}
.au-form-contain input {
  border-radius: 5px;
  border: 1px solid #B4B4B4;
}
.stamp-bg {
  background-image: url("../../images/stamp-bg.png");
  background-repeat: no-repeat;
  height: 130px;
  width: 100%;
  background-size: contain;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  padding: 3% 10%;
  cursor: pointer;
}
.stamp-bg:not(.nohover):hover {
  background-image: url("../../images/custom-stamp.png") !important;
  text-indent: -500px;
  overflow: hidden;
}
@media (max-width: 390px) {
  .stamp-bg {
    font-size: 20px;
  }
}
.stamp-bg .small-text {
  font-size: 12px;
}
.payment-info {
  display: table;
  margin: 15px 0px;
}
.payment-info div {
  display: table-cell;
  background-color: #f2f2f2;
  padding: 10px;
  margin-right: 5px;
  border-right: 3px solid #ffffff;
  max-width: 300px;
  vertical-align: middle;
}
.payment-info div:nth-of-type(2) {
  border-right: 0px solid #ffffff;
}
.payment-info div p {
  margin-bottom: 0px !important;
}
.payment-info .the-cost {
  font-size: 34px;
  font-weight: 700;
}
.amount-btn-contain {
  display: flex;
  justify-content: space-between;
}
.amount-button {
  border-radius: 0px;
  border: solid 1px #e7ebed;
  cursor: pointer;
}
.amount-button-amount {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
}
.unit {
  text-transform: uppercase;
  font-size: 11px;
}
.green-bar {
  background-image: linear-gradient(100deg, #49af4d, #81c685) !important;
  height: 4px;
  width: 100%;
  display: block;
  margin-top: -13px;
  margin-bottom: 10px;
  display: none;
}
.lfcontainer {
  height: auto;
  position: relative;
  max-width: 380px;
  margin: 12px 0px;
}
.lfright .fa-ban {
  padding-left: 3px;
}
.lfright .active {
  color: #FFFFFF;
  border: 1px #00A9E0 solid;
  background-color: #00A9E0;
}
.lfright .active:hover {
  color: #FFFFFF;
  background-color: #00A9E0;
}
.lfright .active:focus {
  color: #FFFFFF;
  border: 1px #00A9E0 solid;
  background-color: #00A9E0;
}
.lfright .active:active {
  color: #FFFFFF;
  border: 1px #00A9E0 solid;
  background-color: #00A9E0;
}
.lfright input {
  width: 100%;
  padding: 15px;
  padding-right: 30px;
  margin-top: 9px;
  border-radius: 5px;
  border: solid 1px #e7ebed;
}
.lfright .custom-amount-input-contain {
  position: relative;
}
.lfright .custom-amount-input-contain:after {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 5px;
  top: 56%;
}
.lfright .usd input {
  padding-left: 15px;
}
.lfright .usd:after {
  right: 12px!important;
}
.stamp-selector {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.stamp-selector ul li {
  display: inline-block;
  padding-left: 2px;
}
.stamp-selector ul li img {
  width: 60px;
}
.lfleft {
  float: none;
  width: auto;
  overflow: hidden;
}
.lfleft img {
  width: 100%;
  max-width: 130px;
}
.inbox-profile-sidebar {
  background-color: #FFFFFF;
  padding: 0px 5px;
  height: 500px;
  overflow: auto;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .inbox-profile-sidebar {
    height: auto!important;
    width: 100%!important;
  }
}
.sharing-options-container {
  width: 102%;
  margin-top: -80px;
}
.sharing-options-container .sharing-options {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: 70px;
}
.sharing-options-container .sharing-options .sharing-header {
  background-color: #A6E1F4;
  color: #323334;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.sharing-options-container .sharing-options .twitter-share {
  background-image: url("../../images/twitter-icon-blue.svg");
  background-size: 25px 25px;
  overflow: hidden;
  width: 25px !important;
  background-position: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
}
.sharing-options-container .sharing-options .twitter-share iframe,
.sharing-options-container .sharing-options .twitter-share i {
  height: 26px !important;
  width: 30px !important;
  opacity: 0;
}
.sharing-options-container .sharing-options .twitter-share iframe #widget,
.sharing-options-container .sharing-options .twitter-share i #widget {
  height: 25px;
}
.sharing-options-container .sharing-options .twitter-share iframe #widget .btn-o,
.sharing-options-container .sharing-options .twitter-share i #widget .btn-o {
  height: 25px;
}
.sharing-options-container .sharing-options .twitter-share iframe #widget .btn-o a,
.sharing-options-container .sharing-options .twitter-share i #widget .btn-o a {
  height: 25px;
}
.sharing-options-container .sharing-options .share-images {
  display: inline-block;
  margin: 0px 2%;
  height: 25px;
  width: 25px;
  vertical-align: top;
}
.sharing-options-container .sharing-options .share-images img {
  width: 100%;
}
.inbox-sidebar-profile-info {
  font-size: 14px;
}
.sidebar-heading {
  font-size: 16px;
  color: #616365;
  margin: 20px 0px 10px 0px;
  padding: 0px 5px;
}
.sidebar-content {
  font-size: 14px;
  padding: 0px 5px;
}
.sidebar-info {
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #DFE0E0;
  padding: 10px 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  width: 98%;
  margin: 0 auto;
}
.sidebar-info div {
  padding-left: 0px;
  line-height: 16px;
}
.name-url,
.job-location {
  text-align: right;
  color: #B4B4B4;
  font-size: 13px;
  font-weight: 300;
  padding-right: 0px;
  bottom: 10px;
  width: 100%;
}
.job-location {
  text-align: left;
  padding-left: 17px !important;
  margin-top: 10px;
  color: #B4B4B4 !important;
}
.job-location:before {
  content: '';
  background-image: url('../../images/loc-pin.svg');
  background-size: 14px 18px;
  height: 18px;
  width: 14px;
  position: absolute;
  margin-left: -19px;
}
.job-info {
  display: none;
}
.job-info div {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
}
.name-info {
  display: none;
}
.name-info .name-url {
  position: absolute;
  top: 11px;
}
.account-info div {
  color: #616365;
  font-weight: 400;
}
.account-info .name-url {
  margin-left: -2px;
  margin-top: 8px;
  text-align: left;
}
.account-info .share-profile-social-icon {
  margin-bottom: -3px;
  float: none;
}
.account-info:last-child {
  border-bottom: 0px;
}
.sidebar-profile-photo-section {
  text-align: center;
  background-color: #616365;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 10px;
  margin-left: -5px;
  margin-right: -5px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .sidebar-profile-photo-section {
    text-align: left;
  }
}
.sidebar-profile-photo-section img {
  width: 100%;
  height: 100%;
  max-width: 130px;
}
@media (max-width: 991px) {
  .sidebar-profile-photo-section img {
    margin-bottom: 15px;
  }
}
.sidebar-profile-photo-section .usr-name {
  font-size: 21px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 7px;
  font-weight: 600;
}
.sidebar-profile-photo-section .usr-title {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 7px;
}
.sidebar-profile-photo-section .usr-url {
  font-size: 14px;
  line-height: 16px;
  opacity: .9;
  text-align: left;
  margin-bottom: 7px;
}
.sidebar-profile-photo-section .usr-loc {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.explore-nextio-members p {
  text-align: center;
  font-size: 16px;
  color: #78909D;
  line-height: 18px;
  margin-bottom: 25px;
}
.explore-nextio-members .btn {
  border: 2px solid #00A9E0;
  color: #00A9E0;
  padding: 12px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.nextio-member-box {
  color: #000000 !important;
  font-weight: 400 !important;
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .nextio-member-box {
    max-width: 280px;
    margin: 0 auto;
    display: inline-block;
    width: 32%;
  }
}
@media (max-width: 767px) {
  .nextio-member-box {
    display: block;
    width: 100%;
  }
}
.nextio-member-box:after {
  content: " ";
  clear: both;
  display: block;
  height: 20px;
  width: 100%;
}
.nextio-member-box .member-name {
  color: #00A9E0 !important;
  font-weight: 700 !important;
}
.nextio-member-box-half {
  float: left;
}
.nextio-member-box-left {
  width: 40%;
  padding-right: 5%;
}
.nextio-member-box-right {
  width: 55%;
}
.nextio-member-box-right span {
  display: block;
  margin-bottom: 7px;
  line-height: 15px;
  font-size: 14px;
}
.sidepane-messaging-list {
  padding: 10px 0px 0px 14px;
}
.sidepane-messaging-list li {
  font-size: 10px;
  margin-bottom: 10px;
}
.sidepane-messaging-list li span {
  font-size: 12px;
}
.sidepane-messaging-preferences {
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #f7f7f7;
}
.sidepane-messaging-preferences .msg-rule {
  margin-bottom: 15px;
  padding-left: 25px;
}
.sidepane-messaging-preferences .msg-rule:last-of-type {
  margin-bottom: 0px;
}
.sidepane-messaging-preferences .msg-rule i {
  margin: 0px 5px 0px 3px;
  color: #616365;
  margin-left: -22px;
  width: 14px;
  text-align: center;
}
.sidepane-profile-link a {
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px 0px 18px;
  font-size: 14px;
}
.msg-stamp {
  margin-bottom: 20px;
  padding: 0px 15px;
}
.msg-stamp-left {
  width: 145px;
  float: left;
}
@media (max-width: 767px) {
  .msg-stamp-left {
    width: 145px;
    float: left;
    margin: 0 auto 13px;
  }
}
.msg-stamp-right {
  float: none;
  width: auto;
  overflow: hidden;
  line-height: 17px;
}
.emoji-menu {
  top: -185px !important;
  position: absolute;
  left: 75px;
  right: initial;
}
.emoji-menu:before {
  display: none;
}
.emoji-menu:after {
  content: '';
  background-image: url('../../images/nextio-pop-angle.svg');
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 1px;
  bottom: -25px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.send-inbox-link {
  text-align: left !important;
  padding-left: 13px;
}
.empty-inbox {
  width: 75%;
}
@media (max-width: 991px) {
  .empty-inbox {
    width: 100%;
  }
}
.empty-inbox .content-box {
  position: relative;
}
@media (max-width: 991px) {
  .empty-inbox .content-box {
    min-height: 250px;
  }
}
.inbox-message-column {
  min-height: 478px;
}
@media (max-width: 991px) {
  .inbox-message-column {
    min-height: 0px;
  }
}
.dropup {
  bottom: 100% !important;
  top: auto !important;
  border-radius: 4px 4px 4px 4px !important;
}
.dropup:before {
  display: none !important;
}
.message-option-toggle-contain {
  background-image: url('../../images/vertical-menu-grey.svg');
  background-size: 6px 27px;
  height: 30px;
  width: 11px;
  position: absolute;
  right: -3px;
  cursor: pointer;
  bottom: 23px;
  background-repeat: no-repeat;
  width: 40px;
  float: right;
}
@media (max-width: 991px) {
  .message-option-toggle-contain {
    margin-top: -3%;
    bottom: initial;
    right: 2px;
  }
}
@media (max-width: 767px) {
  .message-option-toggle-contain {
    margin-top: -41px;
  }
}
.message-option-toggle-contain .white-bg {
  border-radius: 4px 0px 4px 4px;
}
.message-option-toggle-contain .white-bg:before {
  background-image: url('../../images/nextio-pop-angle-2.svg');
  right: -1px;
  margin-top: -30px;
  border-right: 1px solid #ccc;
}
.message-option-toggle {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .panel-body {
    overflow: visible;
  }
}
.rating-cols {
  text-align: center;
}
@media (max-width: 991px) {
  .rating-cols {
    max-width: 111px;
  }
}
@media (max-width: 767px) {
  .rating-cols {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .reply-contain {
    height: 45px;
    margin-bottom: 20px;
  }
}
.rate-thumb {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  float: none !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
}
.rate-thumb img {
  width: 100% !important;
  height: auto !important;
}
.rate-thumb:focus {
  box-shadow: 0px 0px 0px 0px !important;
}
.rate-thumb:hover {
  box-shadow: 0px 0px 0px 0px !important;
}
.rate-thumb:active {
  box-shadow: 0px 0px 0px 0px !important;
}
.rate-thumb.active {
  border: 0px !important;
  background-color: transparent !important;
}
.rate-thumb.active path {
  fill: #00A9E0 !important;
}
.rate-down {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.rate-message {
  display: inline-block;
  color: #c7c7c7;
  font-size: 14px;
}
@media (max-width: 767px) {
  .relevance-controls {
    clear: both;
  }
}
.relevance-controls .question-icon {
  height: 23px;
  width: 23px;
  margin-top: 10px;
  background-size: contain;
}
.relevance-controls .nextio-pop-up:before {
  display: none;
}
.relevance-controls .nextio-pop-up:after {
  content: '';
  background-image: url('../../images/nextio-pop-angle.svg');
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 5%;
  margin-top: 13px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .relevance-controls .nextio-pop-up:after {
    right: 80%;
  }
}
@media (max-width: 767px) {
  .relevance-controls .nextio-pop-up:after {
    display: none;
  }
}
.relevance-text {
  padding: 15px 15px;
  width: 650px;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .relevance-text {
    left: -340px !important;
  }
}
@media (max-width: 767px) {
  .relevance-text {
    width: 100%;
    position: relative;
    left: auto !important;
  }
}
@media (max-width: 991px) {
  .relevance-text:after {
    right: 35% !important;
  }
}
@media (max-width: 767px) {
  .relevance-text:after {
    display: none;
  }
}
.relevance-text p {
  margin: 10px auto;
  margin-bottom: 20px;
}
.selected-relevance {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
}
.selected-relevance a {
  cursor: default !important;
}
@media (max-width: 767px) {
  .relevance-info {
    text-align: center;
    margin-top: 20px;
  }
}
.relevance-toggle {
  line-height: 11px;
  vertical-align: bottom;
}
.relevancy-menu {
  width: 390px;
  bottom: 150% !important;
}
@media (max-width: 767px) {
  .relevancy-menu ul {
    text-align: center;
  }
}
.relevancy-menu ul li {
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .relevancy-menu ul li {
    margin-bottom: 5px;
  }
}
.relevancy-menu ul .relevancy-img {
  display: none;
}
@media (max-width: 991px) {
  .relevancy-menu {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .relevancy-menu {
    width: 100%;
    position: relative;
  }
}
.relevancy-seperator {
  background-color: #ccc;
  height: 37px;
  width: 1px !important;
  cursor: default !important;
}
@media (max-width: 415px) {
  .relevancy-seperator {
    display: none !important;
  }
}
.relevancy-icons {
  display: inline-block;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px !important;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .relevancy-icons:nth-of-type(1) {
    margin-left: 0px;
  }
}
.relevancy-icons span {
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
  clear: both;
  margin-top: 25px;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .relevancy-icons {
    margin-left: 3px;
  }
}
.relevancy-high {
  background-image: url('../../images/high-notext.svg');
  color: #50B44B;
}
.relevancy-medium {
  background-image: url('../../images/medium-notext.svg');
  color: #FBA840;
}
.relevancy-low {
  background-image: url('../../images/low-notext.svg');
  color: #C82420;
}
.relevancy-promo {
  background-image: url('../../images/promo-notext.svg');
  color: #C82420;
}
.relevancy-offensive {
  background-image: url('../../images/offensive-notext.svg');
  color: #C82420;
}
.relevancy-space {
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 1px;
  display: inline-flex;
  vertical-align: top;
}
@media (max-width: 991px) {
  .relevancy-space {
    margin-left: 150px;
  }
  .relevancy-space a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .relevancy-space {
    margin-left: 5px!important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .relevancy-space {
    margin-left: 150px!important;
  }
}
.relevancy-space img {
  width: 50px;
  height: 50px;
  margin-top: -7px;
}
.relevancy-space a {
  font-size: 16px;
  color: #00B943;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.relevancy-space a:hover {
  color: #64CE81;
}
.relevancy-space .rate-rel-span {
  margin: 0px 10px;
}
.reply-section button {
  padding: 10px 22px;
  background-color: #ccc;
  color: #fff;
}
.reply-section button:hover {
  padding: 10px 22px;
  background-color: #ccc !important;
  color: #fff !important;
}
.reply-section .btn:disabled:hover:before {
  content: "Write a message, then click Reply";
  position: absolute;
  background-color: #dedede;
  color: #666;
  font-size: 13px;
  display: block;
  margin-top: -45px;
  border-radius: 5px;
  padding: 5px;
  margin-left: -30px;
}
.rel-pop-wrap {
  display: inline-block;
}
@media (max-width: 767px) {
  .rel-pop-wrap {
    text-align: center;
    margin-bottom: 15px;
  }
}
.rel-pop-wrap .question-icon {
  vertical-align: top;
  margin-top: 4px;
  margin-left: 9px;
}
.emojipop {
  display: none;
}
.emojipop .popover {
  width: 352px;
  max-width: 352px !important;
}
.emojipop .popover img {
  cursor: pointer;
}
@media (max-width: 991px) {
  .emojipop .popover {
    left: 0px !important;
  }
}
.relevancy-space .popover {
  max-width: 390px !important;
}
@media (max-width: 400px) {
  .relevancy-space .popover {
    left: 0px !important;
    max-width: 100% !important;
  }
}
.relevancy-menu ul {
  padding-left: 0px!important;
  margin: 0px;
  cursor: pointer;
}
.stamp-selection-space {
  margin: 15px 15px 15px 160px;
}
@media (max-width: 767px) {
  .stamp-selection-space {
    margin: 15px 15px 15px 5px;
  }
}
@media (max-width: 767px) {
  .stamp-selection-space .btn-group .btn-primary {
    margin-bottom: 10px !important;
  }
}
.stamp-selection-space .stamp-select-option {
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .stamp-selection-space .stamp-select-option {
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .stamp-selection-space .stamp-select-option br {
    display: none;
  }
}
@media (max-width: 767px) {
  .stamp-selection-space .stamp-select-option span {
    vertical-align: sub;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .stamp-selection-space .stamp-select-option label {
    width: 110px;
  }
}
.stamp-selection-space .stamp-select-option .btn-primary {
  margin: 0px  !important;
}
#customAUs {
  height: 33px;
}
@media (max-width: 500px) {
  #customAUs {
    width: 85% !important;
  }
}
.help-block {
  color: #D81E30;
  background-color: #F2CCD0;
  padding: 5px;
  text-align: center;
  position: absolute;
  margin-top: 5px;
  right: 0px;
  border-radius: 5px;
  left: 0px;
}
.help-block::after {
  content: '';
  background-image: url('../../images/nextio-pop-error.svg');
  background-size: 28px 28px;
  height: 28px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.stamp-explanation-space {
  text-align: center;
  max-width: 315px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .stamp-explanation-space div {
    text-align: left;
  }
}
.stamp-explanation-space p {
  margin: 15px 0px;
}
@media (max-width: 767px) {
  .stamp-explanation-space p {
    clear: both;
  }
}
.stamp-container {
  float: left;
  width: 130px;
  margin: 15px 25px!important;
}
@media (max-width: 767px) {
  .stamp-container {
    float: none;
    width: 100%;
    margin: 5px !important;
  }
}
.stamp-container .popover {
  max-width: 90%;
  background-color: #FFFFFF;
}
.stamp-container .popover.bottom .arrow:after {
  border-bottom-color: #FFFFFF;
}
.stamp-container .content-slider {
  padding-left: 0px!important;
}
.inbox-add-content-box [contenteditable]:empty:before {
  /* content: attr(placeholder); -- this makes safari crash [vm] */
  font-size: 14px;
  color: #c7c7c7;
  display: block;
  /* For Firefox */
}
.inbox-add-content-box [contenteditable]:focus {
  outline: 0px solid transparent;
}
#messageContent {
  width: 100%;
  padding: 0px 0px 10px;
  font-size: 16px;
  min-height: 75px;
  color: #555;
  background-color: #FFFFFF;
  max-height: 345px;
  border: 0px;
  resize: vertical;
  height: 10px;
}
.comply-label {
  padding-top: 19px !important;
}
.inbox-add-content-box [contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}
.inbox-panel #messageContent {
  width: 100%;
  border-top: 1px solid #DFE0E0;
  padding: 10px;
  font-size: 16px;
  min-height: 88px;
  color: #555;
  background-color: #FFFFFF;
  max-height: 350px;
}
.incoming-msg:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 50px;
  left: 0px;
  background-image: linear-gradient(to bottom, #e5f3f8, #ffffff);
  display: none;
}
@media (max-width: 767px) {
  .incoming-msg ~ .message-connector .msg-sender-img {
    width: 20px !important;
    height: 21px !important;
  }
}
.incoming-msg ~ .message-connector .the-message:after {
  margin-top: 33px;
  background-color: #CEE6ED;
}
.convo-alert {
  display: block;
  width: 100%;
  clear: both;
  background-color: #DFE0E0;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.outgoing-msg:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 50px;
  left: 0px;
  background-image: linear-gradient(to bottom, #e6f4e7, #ffffff);
  display: none;
}
.outgoing-msg .msg-sender-info {
  display: none;
}
.outgoing-msg .send-time {
  text-align: left;
}
@media (max-width: 767px) {
  .outgoing-msg ~ .message-connector .msg-sender-img {
    width: 20px !important;
    height: 21px !important;
  }
}
.outgoing-msg ~ .message-connector .the-message:after {
  margin-top: 33px;
  background-color: #d6ead7;
}
#messages-panel .indiv-msg:last-of-type .message-connector .message-div-selector {
  margin-bottom: 60px !important;
}
#messages-panel .indiv-msg:last-of-type .message-connector .message-div-selector .the-message:after {
  display: none;
}
#backToInboxBar {
  padding: 3px;
}
/* new  message styling incoming/outgoing */
.outgoing-msg-connector {
  position: relative;
}
.outgoing-msg-connector .message-div-selector {
  float: left;
  background-color: #F7F7F7;
}
.outgoing-msg-connector .img-circle {
  margin-left: 10px;
  position: absolute;
  right: 0px;
}
.inline-block-settings {
  display: inline-block;
}
