@charset "UTF-8";
/**************************************************************/
.container {
  min-width: 650px !important;
}

h1 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
}

title {
  display: block;
}

.form {
  display: flex;
  flex: auto;
}

.form__fieldset {
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}

.form__legend {
  display: flex;
  flex: 2;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}
.form__legend h3 {
  margin-top: 0rem;
}

.form__disclaimer {
  margin-bottom: 1.5em;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex: 1;
}

.form__element {
  display: flex;
  flex: 1;
  text-align: left;
  margin: 0;
}
.form__element--comment {
  display: flex;
  text-align: left;
  margin-bottom: 0rem;
  flex-direction: column;
  flex: 3;
}
@media (max-width: 1100px) {
  .form__element--comment {
    max-height: 11rem;
  }
}

.form__label {
  width: 55%;
  padding: 10px;
  white-space: nowrap;
}

.form__label--comment {
  padding: 10px 10px 5px 10px;
  display: flex;
}

.form__input {
  width: 45%;
  min-width: 125px;
  margin: 5px 5px 5px 0px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
}

.form__input--comment {
  display: flex;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  resize: none;
  width: 95%;
  flex: 1;
}

.form__option {
  margin: 5px;
  padding: 5px;
}

.test__main {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-right: 15px;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .test__main {
    flex: 2;
  }
}

.modal-body .location-content:not(.col-xs-12) {
  display: flex;
  flex-direction: column;
  flex: 3;
}

#map-marker-para {
  display: flex;
}

.logo {
  display: none;
  padding: 0;
}

#mlab {
  float: right;
  width: 100px;
  height: 45px;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section {
  background: url("../img/section-bg.png") no-repeat;
  background-size: 100%;
  color: white;
}

.tab-section {
  background: url("../img/section-bg-noflare.png") no-repeat;
  background-size: 100%;
  color: white;
}

.label-div {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.border, .lborder, .rborder, .sborder {
  border: 1px solid #d3d3d3;
}

.lborder {
  border-right-width: 0px;
}

.rborder {
  border-left-width: 0px;
}

.sborder {
  border-left-width: 0px;
  border-right-width: 0px;
}

.height-0 {
  height: 140px;
}

.height-05 {
  height: 100px;
}

.height-1 {
  height: 80px;
}

.height-2 {
  height: 90px;
}

.height-3 {
  height: 55px;
}

.height-4 {
  height: 50px;
}

.height-5 {
  height: 30px;
}

.test-image-container {
  width: 100%;
  text-align: center;
}

.test-animation-image-holder {
  display: inline-block;
  margin: 1px;
  width: 30px;
  height: 30px;
  background-position: 0px 30px;
}

.test-animation-image-holder.large-circle {
  background-image: url("../img/large_circle.png");
}

.test-animation-image-holder.small-circle {
  background-image: url("../img/small_circle.png");
}

.test-animation-image-holder.computer {
  background-image: url("../img/icon_computer.png");
}

.test-animation-image-holder.globe {
  background-image: url("../img/icon_globe.png");
}

.test-animation-image-holder.cloud {
  background-image: url("../img/cloud.png");
}

#test-upload-animation, #test-download-animation {
  overflow: hidden;
}

#pinpoint-location-image {
  margin-left: 121%;
  height: 92%;
  filter: hue-rotate(190deg);
  -webkit-filter: hue-rotate(190deg);
}

#button-check-speed {
  min-width: 100px;
  height: 40px;
  color: white;
}

#button-check-speed:disabled {
  background: grey;
  box-shadow: 2px 2px lightgrey;
  color: white;
}

a[disabled=disabled] {
  color: black;
  text-decoration: none !important;
}

.switchLang {
  font-size: 15px;
  float: right;
  clear: both;
}

.test-results {
  font-family: "Arial Bold", "Arial";
  font-size: 13px;
  color: #0033CC;
  font-weight: bold;
}

.test-results.big {
  font-size: 42px;
}

.supported, .unsupported {
  background-image: url("../img/good.png");
  background-position: center;
  background-repeat: no-repeat;
}

.unsupported {
  background-image: url("../img/bad.png");
}

#advanced-close {
  display: none;
}

#question-close {
  display: none;
}

.x {
  font-size: 16px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  float: right;
}

#header-container {
  display: flex;
  justify-content: space-between;
}

#notifications-header-container {
  background: black;
  padding: 5px 20px 5px 20px;
}

#notifications-header-container .notifications-header-style {
  color: white;
  text-align: center;
  font-weight: bold;
  margin: 2px 0 2px 0;
}

#wcag-accessibility-msg {
  background: #555;
  color: white;
  text-align: center;
}

#test-msg {
  background: black;
  color: white;
  text-align: center;
}

#browser-link {
  color: #8ac5ff;
}

#test-advanced2 {
  text-align: right;
}

#test-output-head {
  display: none;
}

#test-output {
  display: none;
  white-space: pre;
}

#test-output-all {
  font-size: 12px;
  height: 483px;
  display: none;
  overflow-y: scroll;
}

#test-output-copy-all {
  padding: 10px;
}

#advanced_copy_status {
  display: inline-block;
  margin-left: 5px;
}

#question-output {
  font-size: 12px;
  height: 499px;
  display: none;
  overflow-y: scroll;
}

.test-icon {
  width: 56px;
  height: 56px;
  position: relative;
}

#search-img {
  cursor: pointer;
  margin-top: -24px;
  margin-right: 8px;
}

.legend {
  display: none;
  padding: 10px 0;
  height: 35px;
}

.legend-item {
  height: 25px;
  display: inline-block;
}

#map-legend {
  height: 25px;
}

#map-tooltip {
  width: 210px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  z-index: 1000;
}

#map-tooltip p {
  margin: 0px;
}

.tooltip-3 {
  line-height: normal;
  font-size: 1.4em;
}

.tooltip-2 {
  margin-top: 10px !important;
  line-height: normal;
  font-size: 2.2em;
}

.tooltip-1 {
  line-height: normal;
  font-size: 4em;
}

#tooltip-content {
  padding: 10px 5px 10px 5px;
}

#tooltip-bottom {
  background: #005c7d;
  width: 100%;
  height: 28px;
  font-size: 1.2em;
}

.tooltip-banner {
  padding: 0px 5px 0px 5px;
  border-bottom: 10px;
  background: #005c7d;
  color: white;
  line-height: 28px;
}

#stats-count {
  font-size: 20px;
}

#disclaimer, #city-disclaimer {
  font-size: 12px;
}

.gray {
  background-color: #ebebeb;
}

div.inline {
  display: inline-block;
}

select {
  height: 26px;
}

#stats-select {
  width: auto;
  display: inline-block;
  color: black;
}

#view-select {
  display: none;
  width: auto;
}

.view-select-group {
  display: none;
}

.browser-compat-dialog {
  display: none;
}

/*************** TESTS vs RESULTS ***********************/
.test-container {
  display: block;
}

.result-container {
  display: none;
}

.upload-speed, .download-speed {
  height: 45px;
  margin: 0 0 10px;
}

#download-results, #upload-results {
  padding-top: 10px;
}

.test-results-a {
  font-family: "Arial Bold", "Arial";
  font-size: 13px;
  color: #0033CC;
  font-weight: bold;
}

.peak-text {
  font-size: 12px;
  color: #003fff;
}

/*************** HORIZONTAL SPACING *********************/
.col-sm-one-fifth {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

/*************** VERTICAL SPACING ***********************/
.centerer {
  display: table;
  margin: auto;
}

.center {
  display: table-cell;
  vertical-align: middle;
}

#test-header {
  padding-top: 5px;
}

#wcag-accessibility-msg .label-div {
  padding: 3px 0px;
}

#wcag-accessibility-msg {
  padding-top: 5px;
}

#test-msg {
  padding-top: 5px;
}

#autotest-info {
  padding-top: 20px;
}

#test-advanced1 {
  text-align: center;
  padding-left: 10px;
}

#test-advanced2 {
  text-align: center;
  padding-right: 10px;
}

#test-advanced3 {
  padding-right: 10px;
  text-align: center;
}

.input-container {
  padding-top: 10px;
}

.btn-container {
  padding-top: 15px;
}

.test-label {
  padding-top: 10px;
}

.result-label {
  padding-top: 10px;
}

.test-anim {
  padding-top: 10px;
}

.test-image-container {
  padding-top: 20px;
}

#advanced-text {
  position: relative;
  top: 5px;
}

#share-text {
  position: relative;
  top: 5px;
}

#question-text {
  position: relative;
  top: 5px;
}

.remove-padding {
  padding-left: 0px;
  padding-right: 0px;
}

#stats-header {
  padding-top: 5px;
}

#stats-select-container {
  padding-top: 5px;
}

#stats-label {
  margin-left: 10px;
}

#search-label {
  padding-top: 10px;
}

#search-container {
  padding-top: 5px;
}

#map-container {
  height: 440px;
}

.marker-map-container {
  height: 570px;
  display: flex;
}
@media (max-width: 1100px) {
  .marker-map-container {
    height: 480px;
  }
}

.map-marker-panel .modal-dialog {
  width: 75%;
  min-width: 1070px;
  max-width: 1245px;
}
@media (max-width: 1100px) {
  .map-marker-panel .modal-dialog {
    min-width: 670px;
    max-width: 970px;
    max-height: 720px;
  }
}

.map-marker-panel .modal-body {
  padding: 15px 15px 15px 15px;
}

.map-marker-panel .metadata-content {
  padding-right: 20px;
  display: show;
}

.map-marker-panel .metadata-content-container {
  max-width: 275px;
}

.map-marker-panel.metadata-input-container {
  margin-top: 5px;
  margin-bottom: 20px;
  display: block;
}

.map-marker-panel .metadata-input-container textarea {
  resize: none;
}

.map-marker-panel .input-header {
  width: 100%;
}

.map-marker-panel .rangeslider {
  margin-top: 10px;
  height: 5px;
  cursor: pointer;
}

.map-marker-panel .rangeslider__handle {
  width: 39px;
  height: 22px;
  text-align: center;
  border-radius: 5px;
}
.map-marker-panel .rangeslider__handle:after {
  background: 0;
}

.map-marker-panel .rangeslider__fill {
  background-color: #666666;
}

.map-marker-panel .rangeslider-note {
  color: gray;
}

.map-marker-panel .modal-footer {
  padding: 4px 4px 4px 4px;
}

.map-marker-panel .modal-content .row {
  margin-top: 0;
  margin-bottom: -2px;
  display: flex;
}
@media (max-width: 1100px) {
  .map-marker-panel .modal-content {
    max-height: 720px;
  }
}

#map-marker-popup-dismiss-row, #no-internet-dismiss-row {
  float: right;
  display: inline-flex;
  margin: 10px 10px 10px 0px;
}

#map-marker-popup-dismiss {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 20px;
}

#map-marker-popup-dismiss-label {
  float: left;
  width: auto;
  margin-top: 6px;
  padding-right: 9px;
  font-size: 13px;
  text-align: left;
  font-weight: bolder;
}

#data-tab-download-button {
  color: white;
  height: 43px;
  min-width: 100px;
  margin-left: 4px;
  padding-top: 10px;
}

#data-tab-dropdown, #city-charts-selection-container .city-charts-select {
  width: 250px;
  height: 45px;
}

#city-charts-container {
  display: flex;
}

#histogram-chart-div {
  width: 450px;
  height: 350px;
}

#line-graph-chart-div {
  width: 800px;
  height: 350px;
}

#metadata-toggle-container {
  display: flex;
}

#metadata-toggle-container .select-box {
  width: 20%;
  margin: 0 15px 15px 15px;
}

#metadata-toggle-container .arrow-box {
  float: left;
  margin-top: 10%;
}

#metadata-toggle-content .arrow-color {
  color: #575757;
}

#notifications-content .notifications-label-container {
  display: flex;
  padding: 0 40px 0 40px;
}

#notifications-content .notifications-label-style {
  width: 50%;
}

#notifications-container .notifications-rows-style {
  display: flex;
  align-items: center;
  margin: 0 0 4px 0;
}

#notifications-rows .notifications-addition-style {
  display: flex;
  align-items: center;
  margin: 0 0 4px 35px;
}

#notifications-container .notification-button-style {
  width: 15px;
}

#notifications-rows .list-group-item {
  width: 50%;
  margin: 0 0 0 4px;
  border-radius: 3px;
}

.leaflet-pane > svg path.hexagon {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-marker-icon {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/*************** JQUERY DIALOG CUSTOMIZATIONS *******************/
.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog-title {
  color: white;
}

/*# sourceMappingURL=styles.css.map */
#login-container {
  font-size: 15px;
  float: right;
  clear: both;
  position: relative;
  width: 100%;
  text-align: right;
}

#logout-container {
  display: none;
  font-size: 15px;
  float: right;
  clear: both;
  position: relative;
  width: 100%;
  text-align: right;
}

#hello-message {
  display: inline-block;
  font-weight: 700;
}

.social-button {
  border: none;
  width: 200px;
  height: 50px;
  cursor: pointer;
}

#fb-login-button {
  background: url("../img/fbbutton.png") no-repeat;
}

#gg-login-button {
  background: url("../img/ggbutton.png") no-repeat;
}

#tw-login-button {
  background: url("../img/twbutton.png") no-repeat;
}

#start-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-test-button {
  background: #ff8400;
  box-shadow: 2px 2px lightgrey;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.start-test-button:hover {
  background: #e67700;
}

.forced-lander-button {
  color: white;
  background: darkgrey;
  box-shadow: 2px 2px lightgrey;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.forced-lander-button:hover {
  color: white;
  background: darkslategrey;
}

.popup-button {
  background: #005C7D;
  box-shadow: 2px 2px lightgrey;
  position: relative;
  font-weight: bold;
  min-width: 80px;
  color: white;
}

.popup-button:hover {
  background: #004b66;
  color: white;
}

#password-strength {
  height: 8px;
  width: 100%;
}

#forgot-password-link {
  position: relative;
  float: left;
  top: 6px;
}

#create-account-button {
  position: relative;
  float: right;
  top: 6px;
}

.line-breaker-image {
  position: relative;
  padding: 0px 5px 0px 5px;
}

#sign-breaker {
  float: right;
  left: 21px;
  top: 6px;
  height: 20px;
}

#facebook-login {
  background: url("../img/fb-login-button.png") no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#signup-breaker {
  background-color: #333333;
  position: absolute;
  top: 25%;
  left: 50%;
  width: 2px;
  height: 50%;
}

#signup-or {
  background-color: #FFFFFF;
  position: absolute;
  top: 90px;
  left: 220px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.edit-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

#edit-text {
  font-size: 13px;
}

#edit-breaker {
  position: relative;
  width: 660px;
}

#forgot-password-popup-panel .modal-footer {
  padding: 10px;
}

#forgot-password-popup-panel .modal-body {
  margin-top: 10px;
  margin-bottom: 5px;
}

#forgot-password-popup-panel .modal-dialog {
  min-width: 25%;
  max-width: 300px;
}

#login-popup-panel .modal-footer {
  padding: 10px;
}

#forgot-para {
  text-align: justify;
}

.no-margin {
  margin: 0px;
}

#edit-profile-bottom-line {
  position: absolute;
  height: 170px;
}

.no-padding {
  padding: 0px 0px 0px 0px;
}

.popup-button:disabled {
  background: grey;
  box-shadow: 2px 2px lightgrey;
  position: relative;
  min-width: 80px;
  color: white;
}

.align-center {
  text-align: center;
}

.center-vertically {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.result-view-text {
  width: 372px;
  margin: auto;
}

.result-signup-view-text {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.tab {
  position: relative;
  left: 25px;
}

#results-close {
  position: relative;
  margin-top: 10px;
  left: 242px;
}

#results-header {
  background: url("../img/section-bg-small.png") no-repeat;
  background-size: 100%;
  position: relative;
  top: -10px;
  width: 410px;
  height: 56px;
  color: white;
}

#results-title {
  position: relative;
  top: 10px;
}

.results-loading {
  position: relative;
  height: 135px;
  left: 15px;
  background: url("../img/hex-loader2.gif") no-repeat;
  background-position: center;
  margin: auto;
}

#share-window:disabled {
  background: grey;
}

#share-window {
  background: #005C7D;
}

.results-image {
  display: none;
  margin: auto;
  padding-bottom: 10px;
}

.results-button {
  text-align: center;
}

.a-button-text {
  color: white !important;
  text-decoration: none !important;
}

.down-01 {
  top: 55px;
}

.web100-col-1 {
  position: relative;
  width: 130px;
}

.web100-col-2 {
  position: relative;
  width: 140px;
}

.web100-colour-1 {
  background-color: #F2F2F2;
}

.web100-colour-0 {
  background-color: #FFFFFF;
}

.postal-code-dialog {
  z-index: 1051 !important;
  width: 375px !important;
}

/*tabs*/
#tabs-container {
  border: 0px;
}

li:disabled {
  display: none;
}

.ui-tabs-anchor {
  width: 100%;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
}

.ui-widget {
  font-family: "Arial Bold", "Arial";
  font-size: 1em;
}

.ui-widget-header {
  background: #FFFFFF !important;
  border: 0px;
  height: 30px;
}

.ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-panel {
  padding: 0px;
}

.ui-dialog-titlebar {
  background: #335A7A !important;
}

.col-xs-offset-1 {
  margin-left: 0px;
}

.col-xs-offset-1-p {
  margin-left: 8.333333333%;
}

.ui-state-active {
  background: #005c7d !important;
  border: 0px !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  height: 30px;
  padding: 0px;
}

.ui-state-active a {
  color: #fff !important;
}

.ui-state-default {
  border: 0px !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  height: 30px;
  padding: 0px;
}

.ui-state-default a {
  display: inline-block;
  font-weight: 700;
  font-family: "Arial Bold", "Arial";
  font-style: normal;
  font-size: 14px;
  top: 5px;
  height: 30px;
  text-align: center;
}

.ui-widget-content {
  border: 0px;
}

.canvas {
  padding-top: 10px;
  display: block;
  margin: auto;
}

/*History tab*/
.history-td {
  position: relative;
  width: 130px;
}

.history-td-small {
  position: relative;
  width: 50px;
}

.history-td-large {
  position: relative;
  width: 210px;
}

.google-visualization-table-tr-head {
  background-color: #d3d3d3 !important;
}

.google-visualization-table-th.gradient {
  background-image: none !important;
}

#history-output {
  height: 145px;
  overflow-y: scroll;
}

#history-download-a {
  float: right;
  color: #337ab7;
  text-decoration: underline;
  cursor: pointer;
}

.open-share-button {
  color: #337ab7 !important;
  text-decoration: underline;
  cursor: pointer;
}

.sub-select {
  bottom: 0px;
  position: relative;
  margin: 50px 15px 0px 15px;
}

#delay-select {
  width: 130px;
}

#repetition-select {
  width: 130px;
}

.auto-center {
  margin: 15px 0px 15px 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.auto-running {
  display: none;
}

.autotest-intro {
  margin-top: 20px;
}

#autotest-status {
  margin-top: 20px;
}

#autotest-progress {
  margin-top: 5px;
  color: #337ab7;
}

#built_by_cira {
  display: none;
  color: black;
  font-size: 17px;
  text-decoration: none;
}

.ui-widget-content a {
  color: #337ab7;
  text-decoration: none;
}

#history-tab #stats-header {
  float: none;
}

#history-chart {
  height: 305px;
}

#filter-div {
  height: 50px;
}

.panel-heading {
  background-color: #005C7D;
  color: white;
}

/*For Compressing the page*/
@media (max-width: 991px) {
  .section {
    background: url("../img/section-bg-small.png") no-repeat;
    background-size: 100%;
    color: white;
  }

  .tab-section {
    background: url("../img/section-bg-small-noflare.png") no-repeat;
    background-size: 100%;
    color: white;
  }
}
/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/* Tabs */
ul .just-a-bit-smaller {
  width: 14.28%;
}

/* FAQ Tab */
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table tr th {
  background-color: #ebebeb;
  color: #333;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
}

.styled-table tr {
  border-bottom: thin solid #333;
}

.styled-table tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tr:last-of-type {
  border-bottom: 2px solid #333;
}

.accordion {
  background-color: white;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-top: thin solid #333;
}

.active, .accordion:hover {
  background-color: #ebebeb;
}

.accordion-item {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion span::before {
  content: "➕";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active span::before {
  content: "➖";
}

.accordion span {
  transition: all 0.75s ease-in-out;
  position: relative;
  display: inline-block;
}

.accordion h4 {
  display: inline-block;
  margin-left: 10px;
}

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