@charset "utf-8";

/* CSS Document */
@import url("login.css");

#fadebox {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
}

#onetalk-root .row {
  position: relative;
}

.mdg-leftInfoBox {
  background: none;
}
.mdg-checkoutFormsTable {
  width: auto !important;
  border: none !important;
}
.mdg-checkoutFormsTable select {
  height: 35px;
}
.mdg-checkoutFormsTable input[type="text"]:read-only {
  background: none !important;
}
.carrier {
  float: left;
  width: 50%;
  min-width: 260px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.carrier:hover,
.carrier_selected {
  background-color: #ebebeb;
  cursor: pointer;
}

input.email {
  /* width:110px !important; */
}
#domain select {
    width: 180px;
}
#domain,
.notify {
  float: left;
  margin-left: 5px;
}
.notify {
    margin-top: 8px;
}
input.button {
  width: auto !important;
}
#captcha_img {
  margin-top: 8px;
}

.registration-form {
  margin-top: 12px;
}

.registration-form .row {
  float: left;
  width: 100%;
}

.registration-form .col50 {
  float: left;
  width: 50%;
}

.registration-form input[type="text"],
select,
.registration-form textarea {
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  padding: 8px 8px;
  font-size: 13px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  font-weight: normal;
  -moz-border-radius: 3px;
  box-shadow: inset 0px 1px 3px #bbb;
  -webkit-box-shadow: inset 0px 1px 3px #bbb;
}

.registration-form textarea {
  width: 100%;
}

.registration-form input[name="field[entry_postcode]"],
.registration-form input[name="field[ecode]"],
.registration-form input[name="location_code"],
.registration-form input[name="account_number"],
.registration-form input[name="profile_id"] {
  width: 125px;
}

.registration-form input[name="field[lines]"],
.registration-form input[name="field[frequency]"],
.registration-form input[name="field[delay]"],
.registration-form input[name="field[computers]"] {
  width: 50px;
}

.registration-form .selectize-input {
  width: 260px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  padding: 8px 8px;
  font-size: 13px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  font-weight: normal;
  -moz-border-radius: 3px;
  box-shadow: inset 0px 1px 3px #bbb;
  -webkit-box-shadow: inset 0px 1px 3px #bbb;
}

span.required {
  padding-left: 4px;
  color: red;
  font-size: 16px;
  font-weight: bold;
}

#customer-registration-collapse {
  cursor: pointer;
}

#onetalk-customers th,
#onetalk-customers td {
  font-size: 12px;
}

.registration-form input[name="field[lines]"],
.registration-form input[name="field[frequency]"],
.registration-form input[name="field[delay]"] {
  width: 50px;
}

.reps-bar {
  margin-top: 12px;
}

.customer-search-bar {
  margin-top: 24px;
}

.customer-search-bar__search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  padding: 8px 8px;
  font-size: 13px;
  background-color: #f7f7f7;
  font-weight: normal;
  -moz-border-radius: 3px;
  box-shadow: inset 0px 1px 3px #bbb;
  -webkit-box-shadow: inset 0px 1px 3px #bbb;
}

.mdginput_w100 {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    padding: 8px 8px;
    font-size: 13px;
    background-color: #f7f7f7;
    font-weight: normal;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
}

.mdg-infoTabCont .mdg-loginBox {
  float: left;
  border: 0;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mdg-loginBox select {
  margin-left: 24px;
}

.mdg-loginBox input[name="direct_report"] {
  width: 110px !important;
  float: left;
}

table.treetable {
  font-size: 100%;
}

.adv-caption {
  cursor: pointer;
  font-size: .8em;
}

.perm-cust-row {
  padding-top: 12px;
  padding-bottom: 12px;
}

#onetalk-customers .company,
#onetalk-customers .firstname,
#onetalk-customers .lastname {
  cursor: pointer;
}

#speedtest-report-wrapper {
  display: none;
}

#speedtest-report-wrapper .back {
  float: right;
  text-decoration: none;
}

#speedtest-table td,
#customer-speedtest-results td,
#onetalk-customers td {
  text-align: center;
}

#speedtest-table th,
#customer-speedtest-results th {
  font-size: 10px;
}

.dataTableHeadingRow {
  background-color: #d7d6cc;
}

.dataTableRow {
  background-color: #f2f1ee;
}
.dataTableRow:hover {
  background-color: #ffffff;
}

.speedtest-chart-tooltip {
  padding: 12px;
}

.speedtest-chart-tooltip p {
  text-align: left;
  line-height: 24px;
}

.speedtest-chart-tooltip label {
  color: #599659;
}

.onetalk-rep .email {
  width: 110px !important;
}

.onetalk-landing-intro ul,
.onetalk-landing-intro li {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.onetalk-landing-intro li {
  margin-bottom: 20px;
}

.onetalk-landing-intro li a {
  color: #004d80;
  font-size: 16px;
}

.onetalk-who {
  margin-top: 12px;
  border: solid 1px #ebebeb;
  padding-top: 12px;
  padding-bottom: 24px;
}

.onetalk-who h1 {
  color: #000;
  margin-bottom: 18px;
}

.onetalk-who-button {
  float: left;
  width: 128px;
  margin-left: 24px;
  text-align: center;
  cursor: pointer;
  color: #555;
}

.onetalk-who-button:hover {
  color: #f56708;
  cursor: pointer;
}

.onetalk-who-button span {
  display: block;
  margin-top: 12px;
}

.mdg-orangeButtonLink,
.mdg-orangeButtonLink:visited,
.mdg-orangeButtonLink:link {
  color: #fff;
  text-decoration: none;
}

.vzrep h4 {
  margin: 24px 0 12px 0;
  color: #1d6198;
  font-size: 16px;
}

.vzrep .rep_email {
  float: left;
}

#chart_div {
  width: 100%;
  min-height: 450px;
}

/*tab styles for whiteboard*/
.react-tabs [role="tablist"] {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}

.react-tabs [role="tab"] {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
  font-size: 16px !important;
  font-weight: bold !important;
}

.react-tabs [role="tab"][aria-selected="true"] {
  background: #fff;
  border-color: #aaa;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.react-tabs [role="tab"]:focus {
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none;
}

.react-tabs [role="tab"]:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.mdg-checkoutFormsTable {
  border: 0;
}

.mdg-checkoutFormsTable input[type="button"] {
  width: auto;
}

.tab-btn-wrapper {
  margin-top: 24px;
  padding-top: 12px;
  border-top: solid 1px #aaaaaa;
}

.tab-btn-wrapper .mdg-orangeButton {
  min-width: 144px;
  min-height: 30px;
  float: none;
}

.mdg-hul,
.mdg-ul-a {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.mdg-hul li {
  float: left;
  padding-right: 12px;
}

.mdg-ul-a li {
  float: none;
  display: block;
}

.mdg-mini-input {
  width: 50px !important;
}

.mdg-mini2-input {
  width: 77px !important;
}

.user-header-label {
    border: 1px solid transparent !important;
    margin-bottom: 4px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.phone-user-ext {
  width: 60px !important;
  margin-left: 12px;
}

.phone-user-grp {
    width: 35px !important;
    margin-left: 12px;
}

.phone-user-loc-select {
    cursor: pointer;
    z-index: 1000;
}

.phone-user-loc {
    width: 120px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    padding: 8px 8px;
    font-size: 13px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    font-weight: normal;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
}

.phone-user-loc.phone-user-label {
    margin-left: 12px !important;
}

.phone-user-label, .phone-native-label {
    float: left;
}

.phone-user-label2 {
    float: right;
    margin-top: 5px;
}

.phone-user-shared, .phone-user-native {
    margin-left: 16px;
    margin-top: 4px !important;
}

.phone-user-shared-label {
    float: left;
    margin-right: 20px;
}

.mrl-40 {
    margin-left: -40px;
}

.user-label-div {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.user-shared-div, .native-dialer-div, .add-user-div, .delete-user-div {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.add-user-div a, .delete-user-div a {
    font-size:20px;
    font-weight:bold;
    text-decoration: none;
    margin-left: 6px;
}

.no-padding-right {
    padding-right: 0;
    margin-right: 0;
}

#progress-modal {
  width: 240px;
  height: 120px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -60px 0 0 -120px;
}

#uploaded-modal {
  width: 320px;
  height: 60px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -40px 0 0 -170px;

  font-size: 32px;
  font-weight: bold;
  color: #fff;

  background: rgba(0, 0, 0, 0);
  border: 0;
}

.themodal-overlay-darker {
  background: rgba(0, 0, 0, 0.7) !important;
}

.dropzone {
  margin: 12px 0;
  background: #eee;
}

.dropzone-control {
  outline: 2px dashed #92b0b3;
  outline-offset: -12px;
  text-align: center;
  padding: 24px 0 12px 0;
  cursor: pointer;
}

.dropzone-control p {
  font-size: 16px;
  cursor: pointer;
}

.dropzone-control strong {
  font-weight: 700 !important;
  color: #0f3c4b;
}

.dropzone-control .note {
  font-size: 12px;
}

.dropzone-actions input[type="button"],
.tab-panel-actions input[type="button"] {
  margin-right: 24px;
}

.delete-phone-wrapper {
  padding: 12px;
}

.tab-panel-form {
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-panel-form2 label {
  width: 70px;
}

.greeting_text {
  width: 90% !important;
}

.pad12 {
  padding: 12px;
}

.upload-bill-btn {
  float: right !important;
  font-size: 16px;
  margin-left: 12px;
  min-height: 30px;
}

.subheader-btn {
    font-size: 16px;
    margin-left: 12px;
    min-height: 30px;
    text-decoration: none !important;
    color: #fff !important;
}

.checkbox-field {
  margin-bottom: 6px;
}

.checkbox-label {
  display: inline-block;
  padding-left: 12px;
}
.checkbox-control {
  padding: 0 !important;
  margin: 0 0 0 12px !important;
  vertical-align: bottom;
  position: relative;
  top: 3px;
  *overflow: hidden;
}

.recep-keys .keycap,
.recep-keys .trnt,
.recep-keys .trhr {
  display: none;
}

.recep-keys-row {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 12px;
}

.recep-keys-label {
  font-weight: 600;
}

.recep-keys-body .Select {
  width: 217px;
  margin-bottom: 24px;
}

.greeting-msg-label {
  display: block;
}

.react-selected-label {
  display: none;
}
.react-selected-label:first-child {
  display: block !important;
}

.nopadding {
  padding: 0;
}

.key-seconds {
  width: 130px !important;
  font-size: 11px !important;
}

.wb-summary-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border: solid 1px #ff851b;
}

.wb-summary-table th {
  background: #ff851b;
}

.wb-summary-table td {
  padding: 12px;
}

.wb-summary-table .grand-total td {
  font-weight: 600;
}

.pdl0 {
  padding-left: 0;
}

.pdl4 {
  padding-left: 4px;
}

.pdl8 {
  padding-left: 8px;
}

.greeting-select {
  width: 177px !important;
}

.greeting-audio audio {
  width: 70%;
  float: right;
}

.delete-bill-btn {
  margin-left: 12px;
}

.masked_mybiz {
  width: auto;
  height: 20px;
  line-height: 40px;
  cursor: pointer;
}

.verizon-summary {
  border: solid 1px #ff851b;
}

.verizon-summary-header {
  font-weight: bold;
  background: #ff851b;
}

.verizon-summary-header-col {
  padding-top: 6px;
  padding-bottom: 6px;
}

.verizon-summary-col {
  padding-top: 12px;
  padding-bottom: 12px;
}

.verizon-summary-total {
  font-weight: bold;
}

.typeahead_item_email {
  color: #000;
}

.typeahead__container__email {
  width: 253px;
}

.typeahead__container__email .typeahead__list {
  margin-top: -11px;
}

.typeahead__container__email .required {
  padding-left: 8px;
}

.typeahead_item_email {
  word-break: break-all;
}

audio::-internal-media-controls-download-button {
  display: none !important;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
  overflow: hidden;
}

.audio-preview-col audio {
  width: 100%;
}

.hg-no-answer label {
  text-align: left;
}

.hg-no-answer__sec {
  width: 117px !important;
}

/* For locking it preventing changes */
.row-overlay-lock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 77777;
  bottom: 0;
  right: 0;
  height: 100%;
  background: rgb(0, 0, 0); /* fallback color*/
  background: rgba(0, 0, 0, 0.1);
}

.otpageheader h1 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0px;
  padding-bottom: 6px;
  color: #f56708 !important;
}

#flowchart {
  min-height: 480px;
}

#flowchartdiv {
  width: 100%;
  height: 80%;
  border:1px solid #f56708;
  min-height: 480px;
}

.svg-pan-zoom-control-background,
.svg-pan-zoom-control-element {
  color: #f56708;
  fill: #f56708;
  fill-opacity: 1;
}

.help-tip {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: solid 1px #f56708;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}

.help-tip:before{
  content:'?';
  font-weight: bold;
  color:#f56708;
}

.tippy-tooltip {
  border: solid 1px #f56708;

  font-size:14px;
  line-height:20px;
  color:#555 !important;
  font-weight:lighter !important;
}

.tippy-tooltip .arrow-regular {
  border-top: 7px solid #f56708 !important;
}

.tippy-popper {
  margin-top: 20px;
}

.inputlen1 input {
  width: 180px !important;
}

.inputlen1 select,
.inputlen1 .react-select-box-multi {
  width: 200px !important;
}

.inputlen2 select {
  width: 140px !important;
}

.inputlen3 input {
  width: 164px !important;
}

.inputlen3 select,
.inputlen3 .react-select-box-multi {
  width: 180px !important;
}

.inputlen4 input {
  width: 180px !important;
}

.inputlen4 select,
.inputlen4 .react-select-box-multi {
  width: 180px !important;
}

.col-nopadding-right {
  padding-right: 0;
}

.mobile-user-icon {
  float: left;
  width: 24px;
  margin-top: 5px;
  text-align: center;
}

.help-tip-container {
  vertical-align: top;
}

.phone-notes {
  width: 95% !important;
}

.sched__day {
  padding-right: 70px;
  text-align: center;
}

.sched__day select {
  width: 83px !important;
}

.w100 {
  width: 100% !important;
}

.text-right {
  text-align: right;
}

.text-red {
  color: red;
}

.warn-icon-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.table-row {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

#agreement-popup-modal {
  padding: 0 20px 20px 20px;
  margin: -132px 0 0 -300px;
  position: fixed;
  top: 50%;
  left: 50%;
}


.modal-btn-custom {
  font-size: 14px;
  padding: 6px 14px;
  width: 107px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  border: 0;
  text-shadow: none;
  cursor: pointer;
}

.modal-btn-green {
  background: rgb(28, 184, 65) !important;
}

.modal-btn-red {
  background: rgb(202, 60, 60) !important;
}

.phone-user-input {
    width: 150px !important;
}

.flowchart-url {
    float: left;
    margin-top: 10px;
}

.mdg-mlr16 {
    margin-left: 16px;
    margin-right: 16px;
}

@media only screen and (min-width: 62em) {
  /* desktop screen: */
  .col-md-nopadding {
    padding: 0;
  }

  .md-hidden {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .col50 {
    clear: both;
  }

  .sm-hidden, .xs-hidden {
    display: none;
  }

  .modal {
    width: auto;
  }

  .registration-form {
    padding-left: 12px;
  }

  .modal input[type="button"],
  .modal input[type="submit"] {
    -webkit-appearance: none;
    background: #f56708;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 11px 13px;
  }

  .actions-btn {
    padding: 11px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: solid 1px #aaaaaa;
    margin: 0 6px;
  }

  .reps-bar {
    margin-top: 0;
  }

  .reps-bar__select {
    margin-top: 12px;
  }

  .customer-search-bar__search-input {
    width: 93%;
  }

  .customer-search-bar__buttons {
    margin-top: 12px;
  }

  .responsive-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .responsive-table th {
    display: none;
  }

  .responsive-table td {
    display: block;
    text-align: left !important;
  }

  .responsive-table td:first-child {
    padding-top: 0.5em;
  }

  .responsive-table td:last-child {
    padding-bottom: 12px;
  }

  .responsive-table td:before {
    content: attr(data-th)": ";
    font-weight: bold;
    font-size: 12px;

    width: 6.5em; // magic number
    display: inline-block;
  }

  input[type="checkbox"] + span {
    word-wrap: break-word;
    display: inline;
    width: 70%;
  }

  #chart_div {
    text-align: center;
    margin: 0 auto;
  }

  #onetalk_form #domain {
    font-size: 12px;
  }

  #custreg-adv td {
    font-size: 14px;
  }

  .form-field__notes {
    margin-bottom: 12px;
  }

  .form-field__notes label {
    font-size: 12px;
    font-style: italic;
  }

  .paging a,
  .paging .paging-active a {
    padding: 10px 10px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: solid 1px #aaaaaa;
    margin: 0;
  }

  .paging .paging-active a {
    color: #fff !important;
  }

  .paging .paging-current::after {
    content: "";
    display: block;
    clear: both;
  }

  .mdg-hul li {
    clear: both;
    display: block;
  }

  .recep-keys thead tr {
    display: none;
  }

  .recep-keys .keycap {
    display: inline;
  }

  .recep-keys .trnt {
    display: block;
  }

  .recep-keys .trhr {
    display: block;
  }

  .tab-btn-wrapper .mdg-orangeButton {
    width: 100% !important;
  }

  .onetalk-who-button {
    margin-top: 12px;
  }

  .upload-bill-btn {
    margin-top: 12px;
    width: 100% !important;
  }

  #flowchartdiv {
    min-height: 212px;
  }

  #flowchart {
    min-height: 212px;
  }

  .phone-user-input {
    width: 160px !important;
  }

  .phone-user-ext {
    width: 80px !important;
  }

  .mdg-checkoutFormsTable input[type=text],
  .mdg-checkoutFormsTable input[type=file],
  .mdg-checkoutFormsTable input[type=password],
  .mdg-checkoutFormsTable textarea,
  .mdg-loginBox input[type=text],
  .mdg-loginBox input[type=file],
  .mdg-loginBox input[type=password],
  .mdg-loginBox textarea {
    width: 170px;
  }

  .mdg-checkoutFormsTable select {
    width: 188px;
  }

  .greeting-audio audio {
    widows: 50% !important;
  }

  .greeting-msg-label {
    line-height: 1 !important;
  }

  .checkbox-field {
    padding-left: 3px;
  }

  #agreement-popup-modal {
    padding: 0 20px 20px 20px;
    width: 90%;
    margin: 0;
    position: fixed;
    top: 20px;
    left: 0;
  }

    .mdg-mlr16 {
        margin-left: 0;
        margin-right: 0;
    }
}

.skip-button{display:none}