@import url(ionicons.css);
[class*="ico zocial-"] {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: inherit;
  line-height: 1;
}

[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.font-xsmall {
  font-size: 12px;
  line-height: 10px;
}

.font-small {
  font-size: 12px;
  line-height: 15px;
}

body {
  position: relative;
}

.clear {
  clear: both;
}

@media (max-width: 480px) {
  #rx-map-detail-hidden {
    width: 200px !important;
    display: none;
  }
}

#topButtons {
  width: auto;
  position: static;
  margin: 0;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

#topButtons .btnStepTop,
#topButtons .btnStepTopHelp {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #1C93C9;
  color: #fff;
  border-radius: 50%;
  padding: 13px 0;
  box-sizing: border-box;
  vertical-align: top;
  float: none;
  margin: 0 2px;
  cursor: pointer;
  text-align: center;
}

#topButtons .btnStepTop:first-child {
  margin-left: 6px;
}

#topButtons .btnStepTop:hover, #topButtons .btnStepTop.active {
  background: #fff;
  color: #34A9D7;
}

#topButtons .btnStepTop .ico {
  font-size: 26px;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
}

#topButtons .btnStepTop .ico.fa-wifi {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -5px;
}

#topButtons .btnStepTop .txt,
#topButtons .btnStepTopHelp .txt {
  display: none;
}

@media (min-width: 961px) {
  #topButtons {
    clear: both;
    width: 320px;
    height: auto;
    /*border: 1px solid red;*/
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -100px;
    padding-bottom: 0;
    padding-top: 5px;
  }
  #topButtons .btnStepTop {
    position: relative;
  }
  #topButtons .btnStepTop .txt {
    display: none;
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
  }
  #topButtons .btnStepTop.active .txt,
  #topButtons .btnStepTopHelp.active .txt {
    display: block;
  }
}

@media (max-width: 480px) {
  #profile #btnTowersPhone {
    display: block;
  }
}

@media (max-width: 1200px) {
  #wrapper_header {
    margin: 0;
  }
  #wrapper_header #logo_beta_testing {
    bottom: auto;
    left: 0;
    top: 0;
  }
  #logoTower {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
  }
  #logoText {
    width: 200px;
    min-height: 50px;
    background: url("../images/logoText.png") 0 0 no-repeat;
    background-size: contain;
    margin: 10px 0;
    height: auto;
  }
}

@media (max-width: 480px) {
  #wrapper_header #logoText,
  #wrapper_header #logo_beta_testing,
  #wrapper_header #logoTower {
    display: none;
  }
}

@media (max-width: 1200px) {
  .stepWrapper {
    overflow: hidden;
    height: auto;
  }
}

@media (max-width: 480px) {
  .stepWrapper {
    margin: 0;
  }
  .rx-tab-header {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 25px;
  }

.sendToAll_label {
    font-size: 12px;
    font-weight: bold;
}
  #summaryPopup, #pushBtn_popup, #result_popup, #messagePopup, #SaveMessagePopup, .messagePopup_box {
    min-width: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 10px;
  }
  #simulator {
    height: 50vh;
    min-height: 330px;
  }
}

@media (max-width: 1200px) {
  .bg-login {
    background: url(../images/bglogin.jpg) 50% 100% no-repeat !important;
    background-size: 1500px auto !important;
    overflow: auto;
  }
  .dv-panel-login {
    display: block;
    height: auto;
  }
  .panel-login {
    display: block;
    max-width: none;
    width: auto !important;
    margin: 0 -15px;
    min-height: 0 !important;
    height: auto;
  }
  .panel-login .acc_wl_member {
    padding: 10px 50px;
    margin: 0 5px;
  }
  .panel-login #list_user_slider .slick-slide img {
    width: auto;
    height: auto;
  }
  .panel-login #list_user_slider_for {
    /*display: none;*/
  }
  .panel-login #list_user_slider_for button {
    display: none;
  }
  #wrapper-towers {
    padding: 40px 15px 15px;
  }
  #wrapper-towers .tower-btns a {
    text-indent: 0;
    font: bold 20px/30px nexalight, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #5bc0de;
    display: block;
    padding: 10px 20px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transition: all .2s;
    max-width: 320px;
    border-radius: 4px;
    text-decoration: none !important;
  }
  #wrapper-towers .tower-btns a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media (min-width: 481px) and (max-width: 960px) {
  #wrapper-towers {
    overflow: hidden;
  }
  #wrapper-towers .tower-btns {
    width: 33.33333333%;
    float: left;
  }
  #wrapper-towers .tower-btns > a {
    margin: 0 10px;
  }
}

.mobile-presence {
  display: none;
}

#modal_presence {
  width: auto;
  height: auto;
  max-width: 900px;
  border: 0;
}

#signin-section .checkbox label, .radio label {
  padding-left: 0;
}

#signin-section .under-actions a {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.modal-presence-right .click_the_camel #camel_booking {
  padding-bottom: 60px;
}

@media (max-width: 1200px) {
  .bg-login .container {
    width: auto;
  }
  #signin-section {
    max-width: 310px;
    margin: 10px auto;
  }
  #signin-section input.form-control {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #signin-section .checkbox {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 480px) {
  #modal_presence .modal-presence-right {
    max-height: 400px;
    overflow: auto;
  }
}

@media (max-width: 1200px) {
  .logo-login-page {
    margin: 0 -15px;
    display: block;
    padding: 20px 10px;
    width: auto;
    background: #fff url(../images/bglogin.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  .logo-login-page img {
    max-width: 280px;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .dv-footer {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .dv-footer#footer-login {
    bottom: -20px;
  }
  .dv-footer a.foot-link {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    display: block;
    height: 20px;
    font-size: 10px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#stepMessage #messageContentRight {
  height: auto;
}

#stepMessage .cls-form-basic-msg {
  overflow: hidden;
  font-size: 9px;
  line-height: 10px;
  position: relative;
}

#stepMessage .cls-form-basic-msg .pic {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 7px 10px 0 0;
  border-radius: 5px;
}

#stepMessage .cls-form-basic-msg .pic .ico {
  position: absolute;
  right: -5px;
  top: -5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  font-style: normal;
  border-radius: 50%;
  background: red;
  margin: 0;
}

#stepMessage .cls-form-basic-msg .pic .ico::-webkit-input-placeholder {
  color: #fff;
}

#stepMessage .cls-form-basic-msg .labels {
  float: left;
  background: url(../images/revamp/labels.png) 0 0 no-repeat;
  position: relative;
  width: 170px;
  height: 70px;
  background-size: contain;
  padding-bottom: 15px;
}

#stepMessage .cls-form-basic-msg .labels .span,
#stepMessage .cls-form-basic-msg .labels #messageButtonLabel {
  color: grey;
  font-size: 12px;
  line-height: 14px;
  width: 88px;
  text-align: center;
  top: 28px;
  position: absolute;
}

#stepMessage .cls-form-basic-msg .labels .span::-webkit-input-placeholder,
#stepMessage .cls-form-basic-msg .labels #messageButtonLabel::-webkit-input-placeholder {
  color: inherit;
}

#stepMessage .cls-form-basic-msg .labels .span {
  left: 0;
}

#stepMessage .cls-form-basic-msg .labels #messageButtonLabel {
  right: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  height: 12px;
  width: 87px;
  padding: 0;
  margin: 0;
}

#stepMessage .cls-form-basic-msg .labels .txt {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
}

#stepMessage .cls-form-basic-msg .img-demo {
  height: 50px;
  width: 140px;
  background: url(../images/revamp/interact-button.png) 0 0 no-repeat;
  background-size: 100%  auto;
  right: 0;
  position: absolute;
}

#stepMessage #messageSideBar {
  overflow: hidden;
  margin: 5px 0;
}

#stepMessage #messageSideBar li {
  width: 28px;
  height: 28px;
  margin: 5px 0;
  float: left;
  margin: 0 2px;
  background: #D0D2D3;
  color: #fff;
  text-align: center;
}

#stepMessage #messageSideBar li .ico {
  display: inline-block;
  font-size: 15px;
  padding: 6px;
}

@media (max-width: 480px) {
  #dv_chat_campel {
    width: 70px;
    right: 2px;
    display: none;
  }
  #dv_chat_campel .appCamel {
    display: none;
  }
  .rx-space-for-right {
    width: auto;
    margin: 0;
  }
  .stepContent {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 5px;
  }
  /* #stepMessage #messageContentRight #simulator {
    background-size: contain;
    height: 60vh;
    min-height: 200px;
    min-width: 200px;
    /* margin: 30px auto 0; */
  } */
  #stepMessage .stepRightCol {
    padding-top: 0;
    min-height: 0;
    height: 100%;
  }
 
  #stepMessage #basicMessageBody {
    height: 40px;
  }
  #stepMessage .cls-dv-rich-msg {
    height: auto;
  }
  #stepMessage .cls-dv-rich-msg #toolbar_rich_msg #cke_27 {
    display: none;
  }
  #stepMessage .cls-dv-rich-msg .cls-dv-bottom-left-msg {
    width: auto;
    overflow: hidden;
  }
  #stepMessage .cls-dv-rich-msg .cls-dv-bottom-left-msg .list-part-inbox li {
    /* display: none; */
    font-size: 10px;
    line-height: 20px;
    padding: 5px 9px;
    min-width: 20px;
    margin: 0;
    margin-left: 4px;
  }
  #stepMessage .cls-dv-rich-msg .cls-dv-bottom-left-msg .list-part-inbox li.active {
    display: block;
  }
  #stepMessage .cls-dv-rich-msg .cls-ls-icon-left-rich-msg,
  #stepMessage .cls-dv-rich-msg .cls-ls-icon-right-rich-msg {
    height: auto;
    width: auto !important;
  }
}

#stepWho.stepWrapper #platformTab .rx-tab-header-button {
  top: 10px;
}

#stepWho.stepWrapper #platformTab .rx-whotab-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
  text-align: center;
  margin: 0;
}

#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform .ico {
  font-size: 40px;
  color: #848484;
}

#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform .platform_label {
  position: static;
  color: #848484;
}

#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform .gender_count {
  position: static;
  color: #848484;
}

#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform.active .ico,
#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform.active .platform_label,
#stepWho.stepWrapper #platformTab .rx-whotab-content .who-platform.active .gender_count {
  color: #34A9D7;
}

#stepWho.stepWrapper #whoSlider .scrollableArea {
  width: auto !important;
  height: auto;
}

#stepWho.stepWrapper #whoSlider div.item {
  width: 32px;
  height: 32px;
  margin: 0px 4px 0 0;
  border-radius: 6px;
  background: none;
  background-color: #D0D2D3;
  color: #fff;
  padding: 6px;
  font-size: 16px;
  line-height: 1;
}

 #stepWho.stepWrapper #whoSlider div.item.active {
  background-color: #34A9D7;
}

#stepWho.stepWrapper #whoSlider div.item#who-sendToAll-tab {
  width: auto;
  font-size: 12px;
  padding: 10px 8px;
}

#stepWho.stepWrapper #whoSlider div.item .ico {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  display: inline-block;
}

#stepWho.stepWrapper #whoSlider div.item .txt {
  display: none;
}

@media (max-width: 480px) {
  #stepWho.stepWrapper #wrapperWhoTabs, #stepWho.stepWrapper #wrapperWhenTabs {
    height: auto;
  }
  #stepWho.stepWrapper .contentTop {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  #stepWho.stepWrapper .contentTop .contentTopBar {
    float: left;
    position: static;
    height: auto;
  }
  #stepWho.stepWrapper .whoTab.active {
    padding-bottom: 10px;
  }
  #stepWho.stepWrapper #whoSendToAll {
    width: 80px;
    height: 30px;
    padding: 0;
    top: 0;
    display: none;
  }
}

#stepWhen.stepWrapper #whenSlider div.item {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  border-radius: 6px;
  background: none;
  background-color: #D0D2D3;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 6px 2px;
}

#stepWhen.stepWrapper #whenSlider div.item.active, #stepWhen.stepWrapper #whenSlider div.item:hover {
  background: #34A9D7;
}

#stepWhen.stepWrapper #whenSlider div.item .ico {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  display: inline-block;
}

#stepWhen.stepWrapper #whenSlider div.item .txt {
  display: none;
}

#stepWhen.stepWrapper #locationTab {
  height: 250px;
}

#stepWhen.stepWrapper #locationTab .cls-when-list-icon-control {
  z-index: 100;
  position: absolute;
  bottom: 5px;
  right: 4px;
}

#stepWhen.stepWrapper #locationTab .cls-when-list-icon-control .cls-ul-icon-control {
  overflow: hidden;
}

#stepWhen.stepWrapper #locationTab .cls-when-list-icon-control .cls-ul-icon-control li {
  background-color: #34A9D7;
  display: block;
  width: 24px;
  height: 24px;
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 4px;
  margin-top: 4px;
  padding: 2px;
}

#stepWhen.stepWrapper #locationTab .cls-when-list-icon-control .cls-ul-icon-control li .ico {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent .when_location_radius_ico,
#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent .when_location_address_ico {
  line-height: 1;
  position: absolute;
  left: 31px;
  bottom: 12px;
  z-index: 1;
}

#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent .when_location_radius_ico .ico,
#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent .when_location_address_ico .ico {
  line-height: 1;
  display: inline-block;
}

#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent .when_location_radius_ico {
  left: 160px;
}

#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent #when_location_address,
#stepWhen.stepWrapper #locationTab .rx-tab-map-nitcontent #when_location_radius {
  padding-left: 30px;
  box-sizing: border-box;
}

#stepWhen.stepWrapper #locationTab .cls-when-list-icon-left-map, #stepWhen.stepWrapper #locationTab .cls-when-list-icon-top-map {
  position: absolute;
  top: 0;
  margin: 0px 0 0 5px;
  width: auto;
  min-width: 100px;
}

#stepWhen.stepWrapper #locationTab .ul-list-icon-left-map {
  overflow: hidden;
  width: auto;
  height: auto;
  display: block;
}

#stepWhen.stepWrapper #locationTab .ul-list-icon-left-map > li {
  background: #D0D2D3;
  color: #fff;
  width: 24px;
  height: 24px;
  padding: 2px;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 4px;
  float: left;
  margin-right: 4px;
}

#stepWhen.stepWrapper #locationTab .ul-list-icon-left-map > li.active {
  background: #34A9D7;
}

#stepWhen.stepWrapper #locationTab .ul-list-icon-left-map > li .ico {
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

#stepWhen.stepWrapper #locationTab #list-option-share-location {
  position: absolute;
  top: 0;
  right: 0px;
  margin-top: 5px;
  list-style: none !important;
  width: auto;
}

#stepWhen.stepWrapper #locationTab #list-option-share-location li {
  cursor: pointer;
  border-radius: .4em;
  vertical-align: middle;
  text-align: center;
  background: #D0D2D3;
  color: #fff;
  width: 24px;
  height: 24px;
  padding: 2px;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 4px;
  margin-right: 4px;
  float: left;
}

#stepWhen.stepWrapper #locationTab #list-option-share-location li.active {
  background-color: #34A9D7;
}

#stepWhen.stepWrapper #locationTab #list-option-share-location li#all-location {
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 480px) {
  #stepWhen.stepWrapper .contentTop {
    height: auto;
    margin-bottom: 0;
  }
  #stepWhen.stepWrapper .contentTopBar {
    position: static;
    height: auto;
    float: none;
  }
  #stepWhen.stepWrapper .whenTab {
    background: #FFFFFF;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  #stepWhen.stepWrapper .whenTab .rx-tab-content {
    color: #4d4d4d;
    padding: 10px 5px 0;
  }
  #stepWhen.stepWrapper #timeTab .radioRow .ico {
    color: #848484;
  }
  #stepWhen.stepWrapper #timeTab .radioRow.active .ico {
    color: #34A9D7;
  }
  #stepWhen.stepWrapper #timeTab .rx-when-sendnow-btn {
    padding: 10px 5px;
    height: 35px;
    font-size: 12px;
    /* line-height: 25px; */
  }
  #stepWhen.stepWrapper #timeTab #when_time_timer {
    padding-left: 10px;
  }
  #stepWhen.stepWrapper #timeTab #when_time_timer .timeNumber {
    font-size: 18px;
    line-height: 20px;
  }
  #stepWhen.stepWrapper #timeTab .radio-detail-row {
    padding-left: 0;
  }
  #stepWhen.stepWrapper #timeTab .when-time-row {
    border-bottom: 1px solid #ddd;
    padding: 3px 0 2px 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #stepWhen.stepWrapper #timeTab .when-time-row.send-at-timezone select {
    width: 160px;
    margin-left: 10px;
  }
  #stepWhen.stepWrapper #timeTab .when-time-row .datepicker,
  #stepWhen.stepWrapper #timeTab .when-time-row .timepicker {
    /* width: 60px; */
    /* height: 15px; */
    /* font-size: 9px; */
    /* line-height: 12px; */
  }
  #stepWhen.stepWrapper #timeTab .when-time-row .dayBlock-number {
    font-size: 9px;
    line-height: 10px;
  }
  #stepWhen.stepWrapper #timeTab .when-time-row .dayBlock-text {
    display: none;
  }
  #stepWhen.stepWrapper #locationTab {
    height: 160px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
}

#stepSummary.stepWrapper .summaryRow li::after {
  visibility: hidden;
}

#stepSummary.stepWrapper .summaryRow {
  display: block;
  padding: 0;
  margin: 5px 0 0;
}

#stepSummary.stepWrapper .summaryRow .summaryLabel {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 5px;
}

#stepSummary.stepWrapper .message_summaryList li,
#stepSummary.stepWrapper .summaryList li {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  position: relative;
  border-radius: 6px;
  background: none;
  background-color: #D0D2D3;
  color: #fff;
  text-align: center;
}

#stepSummary.stepWrapper .message_summaryList li .ico,
#stepSummary.stepWrapper .summaryList li .ico {
  font-size: 20px;
  padding: 8px;
  display: inline-block;
}

#stepSummary.stepWrapper .message_summaryList li .summary_itemLabel,
#stepSummary.stepWrapper .summaryList li .summary_itemLabel {
  display: none;
}

#stepSummary.stepWrapper .camelStatus {
  overflow: hidden;
  clear: both;
  color: #34A9D7;
}

#stepSummary.stepWrapper .camelStatus .dv-running {
  font-size: 12px;
  line-height: 20px;
  padding: 4px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 30%;
  margin: 0 1%;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
  height: 30px;
}

#stepSummary.stepWrapper .camelStatus .dv-running .ico {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #ccc;
  padding: 2px 0;
  text-align: center;
  font-size: 20px;
}

#stepSummary.stepWrapper .camelStatus .dv-running:first-child .ico {
  background: url(../images/logo-tower1.png) 50% no-repeat;
  background-size: 70% auto;
}

#stepSummary.stepWrapper #pushBtn {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 30px;
  padding: 10px;
  display: block;
  border-radius: 8px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  background: #34A9D7;
  margin-top: 20px;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 4px;
  border-bottom: solid 2px #1C93C9;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

#stepSummary.stepWrapper #pushBtn .ico {
  display: inline-block;
  margin-right: 5px;
  font-size: 40px;
}

/*# sourceMappingURL=app.css.map */
