.tools-page {
  background: #04538e !important;
}
.modal-new-style.tools-page{
  background: transparent !important;
}

tr.matched{
  /*background: lightgray !important;*/
}
tr.clicked {
  background: lightblue !important;
}
.tools-page h4 {
  font-weight: 400;
  margin-top: 0;
}

.street-name {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
  white-space: nowrap;
  max-width: 150px;
}

.save-report-body {
  margin-bottom: 0;
}

.phone-view-body .view-report .phone-wrap {
  position: relative;
  padding: 0;
  overflow-x: auto;
}

.phone-view-body .view-report .phone-wrap .phone-content {
  overflow: auto;
}

.phone-view-body .view-report .phone-wrap .phone-content .simulator-screenshot {
  width: 100%;
}

.phone-view-body .phone-wrap .actions .nav-buttons {
  float: left;
  color: #666;
}

.phone-view-body .phone-wrap .emulator-section {
  margin-bottom: 0;
}

.phone-view-body .mobile-emulator-device-view .title .dropdown .dropdown-menu {
  bottom: 100%;
  top: auto;
}

.phone-view-body .mobile-emulator-device-view .title .actions,
.phone-view-body .mobile-emulator-device-view .title .actions .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-view-body .mobile-emulator-device-view .title .actions .history-icons {
  font-size: 28px;
}

.phone-view-body .mobile-emulator-device-view .title .actions .social-sharing {
  font-size: 26px
}

.phone-view-body .mobile-emulator-device-view .title .actions .social-sharing:hover,
.phone-view-body .mobile-emulator-device-view .title .actions .link-normal:hover {
  color: #333;
}

.phone-view-body .scroll-arrows {
  right: 0;
  left: auto;
}

.phone-view-body .phone-bg {
  margin-left: 40px;
}
.member_tools_PageOscope .phone-view-body .phone-bg {
  margin-left:0;
}

.phone-view-body .visibility-scale-container {
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
}

.phone-view-body .visibility-scale-container .visibility-scale-wrap,
.phone-view-body .visibility-scale-container .visibility-scale-overlay {
  left: -11px;
  right: -8px;
  top: 0;
}

.phone-view-body .visibility-scale-container .visibility-scale-wrap:before,
.phone-view-body .visibility-scale-container .visibility-scale-wrap:after {
  left: 4px;
}

/*.phone-view-body .phone-wrap .title .actions .nav-buttons button,*/
/*.phone-view-body .phone-wrap .title .actions .social-share {*/
/*  display: none;*/
/*}*/

.phone-wrap-popup .phone-content {
  overflow: auto;
}

.phone-wrap-popup .phone-content .simulator-screenshot {
  width: 100%;
}

.chart-panel {
  position: relative;
}

.chart-no-content {
  min-height: 400px;
}
.chart-panel img {
  width: 100%;
}

.chart-panel .chart-icon {
  max-width: 36px;
  padding: 10px 10px 10px 0;
}

.chart-panel .google-chart-wrap {
  overflow: hidden;
  position: relative;
}

.chart-panel .google-chart-wrap .google-chart-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.24;
}

.chart-panel .google-chart-wrap .chart-text{
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  padding-top: calc(12%);
}

.no-data {
  overflow: hidden;
  position: relative;
  height: 342px;
}

.no-data .no-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.24;
}

.no-data .no-data-description{
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  top: calc(50% - 20px);
}

.tools-page .modal-dialog-add-address .add-address-form .tab-content .table > thead > tr > th,
.tools-page .modal-dialog-add-address .add-address-form .tab-content .table > tbody > tr > th,
.tools-page .modal-dialog-add-address .add-address-form .tab-content .table > tbody > tr > td {
  padding: 10px;
}

.tools-page .modal-dialog-edit-address .table > thead > tr > th,
.tools-page .modal-dialog-edit-address .table > tbody > tr > th,
.tools-page .modal-dialog-edit-address .table > tbody > tr > td {
  padding: 10px;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting_desc,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting_asc {
  background-image: none;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting_desc:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting_asc:after {
  content: '';
  background: url(/public/assets/img/icons/arrow-sort.svg) no-repeat left top;
  width: 7px;
  height: 14px;
  display: block;
  left: 4px;
  bottom: 13px;
  opacity: 1;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.city.sorting:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.city.sorting_desc:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.city.sorting_asc:after {
  left: 39px;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.state.sorting:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.state.sorting_desc:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.state.sorting_asc:after {
  left: 46px;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.country.sorting:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.country.sorting_desc:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.country.sorting_asc:after {
  left: 62px;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.post-code.sorting:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.post-code.sorting_desc:after,
.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.post-code.sorting_asc:after {
  left: 75px;
}

.tools-page .modal-dialog-edit-address .table > thead:first-child > tr > th.sorting_asc:after {
  transform: rotate(180deg);
}

.tools-page .modal-dialog .table > tbody > tr > td .table-action-buttons .btn-cancel {
  font-size: 11px;
  border-radius: 3px;
}

.tools-page .modal-dialog .table > tbody > tr > td .table-action-buttons .btn {
  padding: 0px 10px;
  line-height: 29px;
  font-size: 12px;
  border-radius: 3px;
}

@media (min-width: 767px) {
  .right-col {
    padding: 0px;
    margin-top: 40px;
  }
}

.tools-page .tools-list-container .tools-empty,
.tools-page .tools-list-container .tools-list {
  background-color: #fff;
  height: 262px;
  overflow: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.tools-page .tools-list-container .tools-list .table thead tr th {
  white-space: nowrap;
}

.tools-page .tools-list-container .tools-empty {
  color: #808080;
  font-size: 14px;
  padding-top: 120px;
  height: 306px;
}

.tools-page .tools-list-container .data-table-keyword > thead > tr > th {
  cursor: default;
}

.tools-page .tools-list-container .table > thead > tr > th {
  padding: 7px;
  cursor: pointer;
}

.tools-page .tools-list-container .table > tbody > tr > td {
  padding: 10px 7px;
  font-weight: 400;
  font-size: 13px;
  cursor: default;
}

.tools-page .tools-list-container .table > tbody > tr > td.no-border {
  border: solid 0 #fff;
}

.modal-dialog-report-history {
  width: 90% !important;
}

@media (max-width: 991px) {
  .tools-page .tools-list-container .tools-list .table {
    width: 100% !important;
  }
}

a.disabled{
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
a.disabled.grayed-out{
   opacity: 0.2;
}

.diff-check-tag {
  color: #04538e;
  background: #fff;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.code-highlight {
  background: #dcb94b;
}

.code-highlight ~ span {
  background: #dcb94b;
}

.code-content > .html-formatted-text {
  max-height: 1080px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.code-content > .html-formatted-text pre{
  border:none;
}
.html-formatted-text .zoom-source-code {
  position: relative;
}

.zoom-source-code-feature {
  display: none;
  position: absolute;
  right: 33px;
  margin-top: -10px;
}

.zoom-source-code .material-icons {
  font-size: 30px;
}
.material-icons.v-align {
  vertical-align: middle;
}

.modal-source-code .modal-dialog {
  max-width: 90%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.modal-source-code .modal-body {
  height: 80vh;
  overflow-y: auto;
}
.modal-source-code .modal-body code{
  display: block;
  width: 100%;
}

.tools-page .btn.disabled:hover,
.tools-page .btn[disabled]:hover,
.tools-page fieldset[disabled] .btn:hover {
  background-color: #24A8AA;
}

.tools-page .phone-wrap-mark {
  height: 1077px !important;
}

.device-view-no-data {
  position: absolute;
  top: 150px;
  left: 50%;
  vertical-align: middle;
  text-align: center;
  transform: translate(-50%, 0);
  width: 100%;
  padding-right: 25px;
  max-width: 70%;
}

#phone2 .device-view-no-data {
  left: auto;
  right: 50%;
  transform: translate(50%, 0);
  padding-left: 25px;
  padding-right: 0;
}

.test-condition-section {
  text-align: center;
  padding-bottom: 20px;
}

.test-condition-section h3 {
  margin:0 0 5px 0;
  color: #04538e;
  font-weight: 600;
}

.test-condition-section .test-condition-description {
  color: #696969;
}

.action-icons .action-icon-item {
  display: inline-block;
  width: 25px;
}

.special-title {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 20px;
  margin: 0;
  color: #04538e;
  position: absolute;
}

/*@media (min-width: 846px) and (max-width: 1037px) {*/

/*  .tools-page > .nav > li:nth-child(3) a {*/
/*    width: 214px !important;*/
/*  }*/

/*}*/

/*@media (min-width: 768px) and (max-width: 845px) {*/

/*  .tools-page > .nav > li:nth-child(3) a {*/
/*    width: 213px !important;*/
/*  }*/
/*  .tools-page > .nav li {*/
/*    margin-left: 0px !important;*/
/*  }*/
/*  .tools-page > .nav li:nth-child(3) {*/
/*    min-width: 200px !important;*/
/*  }*/
/*  .tools-page > .nav li:nth-child(1), .tools-page > .nav li:nth-child(2) {*/
/*    min-width: 127px !important;*/
/*    width: 21%;*/
/*  }*/
/*  .tools-page .nav-tabs a{*/
/*    margin-top: 5px !important;*/
/*  }*/

/*}*/

/*@media (min-width: 846px) and (max-width: 951px) {*/

/*  .tools-page > .nav > li:nth-child(1),*/
/*  .tools-page > .nav > li:nth-child(2),*/
/*  .tools-page > .nav > li:nth-child(3) {*/
/*    margin-top: 5px;*/
/*  }*/

/*}*/


#frequencyUrlPopup .modal-dialog,
#frequencyKeywordPopup .modal-dialog {
  width: 500px !important;
}

#mobile-emulator-results-wrapper .emulator-section:nth-child(2) .title h2#emulator_name_1 {
  padding-left: 0 !important;
  position: relative;
}

#mobile-emulator-results-wrapper .emulator-section:nth-child(2) .title p.phoneSubHeading {
  position: relative;
}

#mobile-emulator-results-wrapper .emulator-section:nth-child(1) .title h2#emulator_name_0 {
  position: relative;
}

#mobile-emulator-results-wrapper .emulator-section:nth-child(1) .title p.phoneSubHeading {
  position: relative;
}

.serperator-contain-main .textViewLive,
.pageoscope-contain-main .textViewLive,
.app-rankalyzer-contain-main .textViewLive,
#page-content-wrapper.api-tool-wrapper .textViewLive {
  display: none;
}
.serperator-contain-main.SERP-datalyzer,
.pageoscope-contain-main.PAGE-datalyzer{
  display: block;
}
.captcha-note{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}