@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
#alert-holder {
    z-index: 3;
    margin: 50px auto;
    text-align: center;
    position: relative;
    font-size: 9pt;
    width: 730px;
}

#alert {
    background-color: rgb(255, 246, 192);
    border: 1px solid #ecdfb0;
    border-radius: 2px;
    color: black;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 6px 10px;
    max-width: 600px;
}

#alert-holder a {
    color: black;
}

#alert-dont-show {
    text-decoration: underline;
    margin: 0 10px 0 30px;
}


.page-alert-holder {
    z-index: 3;
    width: 75%;
    text-align: center;
    position: fixed;
    font-size: 10pt;
    left: 50%;
    margin-left: -37.5%;
}

.page-alert {
    background-color: rgb(255, 246, 192);
    border: 1px solid #ecdfb0;
    border-radius: 2px;
    color: black;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 6px 10px;
}

.page-alert-holder a {
    color: black;
}
#street-view-holder {
    border: 5px solid black;
    border-radius: 5px;
    background-color: black;
    position: absolute;
    left: 0px;
    top:0px;
    height: 490px;
    width: 730px;
}

.window-streetview {
    position: absolute;
    left: 0;
    top:0;
    height: 480px;
    width: 720px;
}

#delete-icon-holder {
    cursor: pointer;
    visibility: hidden;
    /* Position */
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
}

#label-delete-icon {
    height: 20px;
    width: 20px;
    position: absolute;
}

.speed-limit-sign {
    display: none;
    width: 60px;
    height: 70px;
    padding: 3px;
    margin-top: -7px;
    margin-right: -4px;
    right: 0;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transform: scale(0.75);
}

.speed-limit-sign[data-design-style="non-us-canada"] {
    width: 75px;
    height: 75px;
    padding: 0px;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 100%;
    transform: scale(0.6);
}

.speed-limit-holder {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 3px solid black;
}

.speed-limit-sign[data-design-style="non-us-canada"] .speed-limit-holder {
    border-radius: 100%;
    border: 7px solid #f7000096;
}

.speed-limit-text {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#speed-limit {
    font-size: 30px;
    display: block;
    margin-bottom: -7px;
}
#compass-message-holder {
    position: absolute;
    right: 236px;
    top: 525px;
    padding: 5px 10px 10px 5px;
    height: 55px;
    min-width: 120px;
    white-space: nowrap;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

.compass-message-small {
    font-size: 8pt;
    margin: 5px;
}

.compass-turn-images {
    position: relative;
    bottom: 2px;
    width: 25px;
    margin: 0 10px 0 0
}
#context-menu-holder {
    position: relative;
    top: 0px;
    left: 0;
    width: 390px;
    padding: 5px;
    background-color: white;
    border: solid 5px black;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    visibility: hidden;
    z-index: 2;
}

#context-menu-vertical-connector {
    position: absolute;
    visibility: hidden; /* Hide the vertical connector bugged bar to clean up UI */
    top: 0px;
    left: 178px;
    height: 8px;
    width: 6px;
    background-color: black;
}

#context-menu-holder hr {
    margin-top: 0;
    margin-bottom: 5px;
}

.context-menu-wheelchair-icons {
    cursor: default;
    width: 30px;
    height: 30px;
}

#severity-menu .radio-inline {
    font-size: 10pt;
    text-align: center;
}

#severity-menu input[type="radio"] {
    width: 20px;
    height: 20px;
    display: inline;
}

#severity-menu #column-not-passable, #severity-menu #column-passable {
    cursor: default;
    position: relative;
    padding: 2px 5px;
    text-align: center;
}

#severity-menu .radio-inline label {
    position: relative;
    margin: 0;
    cursor: pointer;
}

#severity-menu .severity-level {
    padding: 2px 5px;
    margin: 5px;
}

.severity-level .severity-icon {
    height: 25px;
    width: 25px;
    pointer-events: none;
}

.severity-level .severity-icon svg {
    fill: white;
}

/* We should add transition only when the cursor is on the context menu. */
/* Otherwise, it causes a delay when the context menu is closed and re-opened. */
#context-menu-holder:hover .severity-level .severity-icon svg {
    transition: fill 0.3s;
}

.severity-level:hover .severity-icon.severity-1 svg {
    fill: rgba(244, 219, 72, 0.55);
}
.severity-level:hover .severity-icon.severity-2 svg {
    fill: rgba(241, 188, 65, 0.55);
}
.severity-level:hover .severity-icon.severity-3 svg {
    fill: rgba(238, 157, 58, 0.55);
}
.severity-level:hover .severity-icon.severity-4 svg {
    fill: rgba(235, 126, 50, 0.55);
}
.severity-level:hover .severity-icon.severity-5 svg {
    fill: rgba(232, 95, 43, 0.55);
}

.severity-level.selected .severity-icon.severity-1 svg {
    fill: #f4db48;
}
.severity-level.selected .severity-icon.severity-2 svg {
    fill: #f1bc41;
}
.severity-level.selected .severity-icon.severity-3 svg {
    fill: #ee9d3a;
}
.severity-level.selected .severity-icon.severity-4 svg {
    fill: #eb7e32;
}
.severity-level.selected .severity-icon.severity-5 svg {
    fill: #e85f2b;
}


#severity-menu .radio-inline label div.severity-label {
    font-weight: 600;
    position: relative;
}

#severity-radio-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#severity-radio-holder span {
    font-size: 10pt;
    padding: 0 5px 0 5px;
}

#severity-radio-holder > .radio-inline > .example-image > label > input {
    visibility: hidden;
    position: absolute;
}

#severity-radio-holder > .radio-inline > label > input {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    left: 0;
}

#severity-radio-holder > .radio-inline > .example-image > label > input + img {
    cursor: pointer;
    left: -23px;
    top: 2px;
    position: absolute;
    width: 25px;
}

#severity-radio-holder .example-image{
  display: block;
  margin: auto;
  color: black;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

#severity-radio-holder > .radio-inline > label > input + img {
    cursor: pointer;
    left: -23px;
    top: 2px;
    position: absolute;
    width: 25px;
}

.tooltip.in {
    opacity: 1;
    filter:alpha(opacity=100);
}

#context-menu-close-button-holder {
    position: absolute;
    top: 0;
    right: 5px;
}

#problem-property-menu {
    position: relative;
}

.label-severity-axis-label {
    cursor: default;
    font-size: 8pt;
    line-height: 1.2;
}

#context-menu-problem-description-text-box {
    height: 30px;
    margin: 13px 5px 5px 5px;
    width: 355px;
}

#context-menu-temporary-problem-checkbox-holder {
    margin: 5px 5px 5px 5px;
    width: 310px;
}

#context-menu-temporary-problem-checkbox-holder label {
    color: #888;
    font-weight: normal;
}

#context-menu-temporary-problem-checkbox {
    cursor: pointer;
}

#problem-property-menu button {
    background: none;
    border: none;
    color: #888;
    position: inherit;
}

#context-menu-tag-holder {
    width: 311px;
    margin: -27px 0px 0px 48px;
}

.add-tags-label {
    display: inline-grid;
    position: inherit;
    font-size: 10px;
    width: 50px;
    height: 25px;
    overflow-wrap: anywhere;
}

#context-menu-tag-holder button {
    display: inline-block;
    position: inherit;
    margin: 0px 0px 3px 0px;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    border: 1px solid rgb(200, 200, 200);
    font-size: 10px;
    outline: none;
}

tag-underline {
    text-decoration: underline;
    pointer-events: none;
}

.face-outline {
    stroke: #2D2A3F;
}

.facial-feature {
    fill: #2d2a3f;
}
#left-column-control-pane {
    position: relative;
    left: -55px;
    top: 128px;
}

#left-column-button-holder .button {
    text-align: center;
    width: 60px;
    height: 75px;
    font-size: 8pt;
    border: 2px #ccc solid;
    padding: 5px 1px 0 1px;
    color: rgba(0,0,0,1);
    line-height: 1.1;
    overflow-wrap: break-word;
}

#left-column-button-holder .zoom-control-button {
    height: 51px;
}

#left-column-zoom-out-button {
    margin: 3px 0 35px 0;
}

#left-column-button-holder img {
    width: 35px;
}
.zoom-button-icon {
    height: 18px;
    margin-top: 2px;
}
#minimap-holder {
    position: absolute;
    left: 735px;
    top: 403px;
    width: 200px;
    height: 200px;
}

.minimap-pane {
    border: 0 solid black;
    position: absolute;
    left: 0;
    top:0;
    width: 200px;
    height: 200px;
}

#minimap-overlay {
    z-index: 2;
}

#minimap-message {
    font-size: 12px;
    z-index: 1;
    width: 150px;
    padding-left: 3px;
}

#minimap-fog-of-war-canvas, #minimap-fov-canvas {
    opacity: 0.3;
}

#minimap-progress-circle-canvas {
    opacity: 0.6;
}

#minimap-percent-observed {
    font-size: 11px;
    text-align: center;
    padding-left: 161px;
    padding-top: 12px;
}

.gm-svpc {
    visibility: hidden;
}
#modal-skip-holder, #modal-comment-holder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: justify;
}

#modal-skip-background, #modal-comment-background {
    position: absolute;
    left: 0px;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    height: 100%;
    width: 110%;
}

#modal-skip-box, #modal-comment-box {
    background: rgba(255, 255, 255, 1);
    color: rgba(80, 80, 80, 1);
    font-size: 13pt;
    padding: 10px;
    position: relative;
    top: 35%;
    left: 8px;
    visibility: visible;
    width: 720px;
    z-index: 1;

    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

#modal-skip-box .overlay-option {
    background-color: rgb(220, 220, 220);
}

#modal-skip-box .overlay-option:hover  {
    background-color: rgb(190, 190, 190);
}

.modal-skip-cancel-button-holder {
    text-align: right;
}

.modal-foreground {
    top: 110px;
    left: 0;
    right: 0;
    padding: 10px;
    height: 496px;
    background: rgba(255, 255, 255, 1);
    color: rgba(80, 80, 80, 1);
    font-size: 14pt;
    position: absolute;
    min-height: 480px;
    border: 5px solid black;

    border-radius: 3px 3px 3px 3px;
    z-index: 4;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

.modal-foreground h1 {
    font-size: 18pt;
    margin: 3px 0 10px 0;
}

.modal-foreground h2 {
    font-size: 16pt;
    margin: 3px 0 10px 0;

}

.modal-foreground h3 {
    font-size: 14pt;
    margin: 3px 0 5px 0;
}

.modal-foreground p {
    font-size: 12pt;
}

.modal-foreground .table {
    margin-bottom: 10px !important;
}

.modal-foreground th, .modal-foreground td {
    padding: 3px !important;
    font-size: 9pt;
    font-weight: normal;
}

.modal-foreground .col-right {
    width: 30%;
    text-align: center;
}

.modal-foreground #modal-mission-complete-message {
    font-size: 11pt;
}

.modal-foreground .blue-btn {
    color: white;
    font-size: 14pt;
}

.modal-foreground .btn-primary {
    color: white;
    background: #3182bd;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14pt;
    opacity: 1.0;
}

.modal-foreground .btn-secondary {
    color: black;
    background: white;
    cursor: pointer;
    border: 1px solid black;
    font-size: 14pt;
    opacity: 1.0;
}

.modal-foreground .btn-loading {
    color: white;
    background: #7f7f7f;
    cursor: wait;
    border: 1px solid transparent;
    font-size: 14pt;
    opacity: 0.35;
}

.modal-foreground .button {
    width: 100%;
}
.modal-foreground .mapbox{
    position: relative;
}
.modal-foreground .mapbox #map-legend {
    font-size: 8pt;
    position: absolute;
    top: 360px;
    right: 20px;
    width: 145px;
    height: 55px;
    border-radius: 3px;
    background-color: rgba(240,240,240,1);
}

.modal-foreground .mapbox #map-legend .legend-label {
    margin-left: 5px;
    margin-top: 5px;
}

.legend-label {
    margin-right: 5px;
}

.modal-foreground .mapbox #map-legend #green-square {
    fill: rgba(20,220,120,1);
}

.modal-foreground .mapbox #map-legend #blue-square {
    fill: rgba(70,130,180,1);
}

.modal-foreground .mapbox #map-legend #gray-square {
    fill: rgba(100,100,100,1);
}

#modal-comment-textarea {
    height: 100px;
    width: 100%;
    margin: 5px 0 10px 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

#modal-mission-complete-map {
    position: absolute;
    width: 530px;
    height: 420px;
}

.modal-mission-left-column-images {
    width: 100%;
    padding: 25px 0 0 0;
}

#modal-mission-complete-holder {
    visibility: hidden;
}

#modal-mission-complete-foreground {
    visibility: hidden;
}

#modal-mission-complete-holder .button {
    width: 100%;
}

.modal-background {
    position: absolute;
    left: -55px;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 110%;
}
#tracker-holder {
    position: absolute;
    top: 0;
    left: 935px;
}

#onboarding-holder {
    visibility: hidden;
}

#onboarding-background {
    width: 1025px;
    height: 620px;
    background: rgba(255, 255, 255, 1.0);
    position: absolute;
    top: -110px;
    left: -65px;
    z-index: 3;
    visibility: hidden;
}

#onboarding-message-holder {
    width: 300px;
    margin: 5px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 14pt;
    transform: None;

    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

#onboarding-message-holder .button {
    width: 100%;
}

.callout {
    position: relative;
    padding: 24px;
    border-radius: 3px;
    margin: 25px;
    min-height: 50px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.callout:before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    z-index:-10;
}

.callout.bottom:before {
    left: 45%;
    bottom: -24px;
    border-top: 10px solid white;
}

.callout.top:before {
    left: 45%;
    top: -24px;
    border-bottom: 10px solid white;
}

.callout.right:before {
    right: -25px;
    top: 40%;
    border-left: 10px solid white;
}

.callout.left:before {
    left: -24px;
    top: 40%;
    border-right: 10px solid white;
}

.callout.bottom-left:before {
    left: 7px;
    bottom: -24px;
    border-top: 10px solid white;
}

.callout.bottom-right:before {
    right: 7px;
    bottom: -24px;
    border-top: 10px solid white;
}
.callout.lower-right:before {
    right: -25px;
    top: 80%;
    border-left: 10px solid white;
}

.white-background {
    background: rgba(255, 255, 255, 1);
    -webkit-transition:background 0.5s;
    -moz-transition:background 0.5s;
    -ms-transition:background 0.5s;
    -o-transition:background 0.5s;
    transition:background 0.5s;
}

.yellow-background {
    background: rgba(255, 255, 166, 1);
    -webkit-transition:background 0s;
    -moz-transition:background 0s;
    -ms-transition:background 0s;
    -o-transition:background 0s;
    transition:background 0s;
}

#onboarding-example-image-1, #onboarding-example-image-2 {
    width: 980px;
}

.tutorial-table {
    width: 100%;
}

.tutorial-table-cell {
    text-align:center;
}

.tutorial-cell-intro {
    width: 25%;
}

.tutorial-cell-end {
    width: 50%
}

.tutorial-spacer {
    padding-bottom: 8px;
}
#pop-up-message-holder {
    position: absolute;
    left: 0;
    top: 0;
}

#pop-up-message-background {
    position: absolute;
    left: -60px;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 1000px;
}

#pop-up-message-foreground {
    background: rgba(255, 255, 255, 1); /* rgba(69,183,214,1); */
    border: 3px solid rgba(200,200,200,1);
    font-size: 14pt;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    width: 730px;
    text-align: center;
}

#pop-up-message-foreground p {
    padding-left: 1px;
}

#pop-up-message-foreground a {
    color: rgba(20, 20, 20, 1);
}
#ribbon-menu-holder {
    position: absolute;
    left: 3px;
    top: 0;
    height: 100px;
}

.icon-ribbon-menu-medium {
    height: 35px;
    margin: 0 5px 0 5px;
    position: relative;
    left: 0;
    top: -2px;
}

#icon-explore {
    height: 38px;
    left: 5px;
    top: 2px;
}

.label-type-button-holder {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 78px;
    width: 75px;
}

#label-type-divider-major {
    border-left: 2px solid lightgray;
    position: relative;
    bottom: 19px;
    margin-right: 5px;
    margin-left: 2px;
}

#label-type-divider-minor {
    margin: 0 3px;
}

.label-type-icon {
    display: block;
    margin: auto;
    height: 66px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
}

.label-type-name {
    font-size: 8px;
    line-height: 0.9;
    text-align: center;
    position: absolute;
    top: 65px;
    width: 100%;
    padding-top: 3px;
}

#mode-switch-walk {
    width: 56px;
    border: 3px solid rgba(0, 0, 0, 1);
    background: rgb(204, 204, 204);
}

.ribbon-menu-title-holder {
    overflow: hidden;
    top: -3px;
    text-align: center;
}

#ribbon-menu-title-holder-ramp {
    width: 150px;
    float: left;
    left: 90px;
    position: relative;
}
#ribbon-menu-title-holder-sidewalk {
    overflow: hidden;
    margin-left: 254px;
    width: 228px;
    position: absolute;
}
#ribbon-menu-title-holder-other {
    overflow: hidden;
    margin-left: 496px;
    width: 228px;
    position: relative;
}

#ribbon-menu-title {
    font-size: 8px;
    font-weight: 600;
    position: relative;
}

/* Add lines to the left and right of the titles. Similar to this https://silvawebdesigns.com/line-on-sides-headers/ */
#ribbon-menu-title:before, #ribbon-menu-title:after {
    position: absolute;
    top: 51%;
    width: 1000px; /* Set to a very large value, cut off from outer div with overflow: hidden. */
    height: 1px;
    content: '';
    background-color: lightgray;
}
#ribbon-menu-title:before {
    right: 100%;
    margin-right: 5px;
}
#ribbon-menu-title:after {
    left: 100%;
    margin-left: 5px;
}

#ribbon-menu-label-type-button-holder {
    background: transparent;
    position: absolute;
    top: 5px;
    height: 108px;
    width: 730px;
}

#ribbon-street-view-connector {
    border-left: 12px solid black;
    position: absolute;
    left: 25px;
    top: -14px;
    height: 10px;
    width: 0;
}

#ribbon-menu-other-subcategory-holder {
    position: absolute;
    top: 54px;
    left: -10px;
    width: 260px;
    padding: 10px;
    z-index: 4;
    visibility: hidden;
}

.ribbon-menu-other-subcategory {
    padding: 10px 5px;
    margin: 5px 5px 0 5px;
    background: white;
    border-radius: 28px;
}

.ribbon-menu-other-subcategory:hover {
    background-color: #eee;
}

#city-type-holder {
    background: transparent;
    position: absolute;
    left: 64px;
    top: 0;
    height: 100px;
    width: 470px;
}
#status-current-mission-completion-bar {
    background: rgba(210,210,210,1);
    height: 14px;
    position: absolute;
    width: 190px;
}

#status-current-mission-completion-bar-filler {
    border-width: 0;
    height: 14px;
    position: absolute;
    width: 190px;
}

#status-current-mission-completion-rate {
    color: white;
    font-size: 8pt;
    width: 100px;
    padding-left: 5px;
}
#status-holder {
    border: 3px dotted transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 735px;
    top: 5px;
    width: 200px;
    color: rgb(75, 75, 75, 1);
}

.status-box {
    border-bottom: 1px dotted #ccc;
    margin: 3px 0 5px 0;
    padding: 0 0 5px 0;
    text-align: left;
    cursor: default;
}

.status-box a {
    color: rgb(75, 75, 75, 1);
    text-decoration: underline;
}

.status-box h1 {
    font-size: 11pt;
    margin: 0 0 4px 0;
}

.status-box h2 {
    font-size: 8.5pt;
    font-weight: normal;
    margin: 1px 0 5px 1px;
}

.status-box span {
    font-size: 10pt;
    vertical-align: middle;
}

#status-neighborhood-name {
    vertical-align: text-bottom;
}

#label-counter-status-box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#mission-guidance-status-box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#mission-guidance-status {
    display: inline-block;
    font-size: 7.5pt;
}

#mission-guidance-status:hover::after {
     content: attr(data-full-text);
     position: absolute;
     top: 60%;
     left: 0;
     background: #333;
     color: white;
     padding: 8px;
     border-radius: 4px;
     white-space: pre-wrap;
     z-index: 1000;
     max-width: 300px;
     box-shadow: 0 2px 8px rgba(0,0,0,0.2);
 }

.status-icon {
    width: 20px;
}

.status-tooltip {
    background-color: rgba(58, 58, 58, 0.9);
    color: white;
    width: 276px;
    top: 18px;
    border-radius: 15px;
    font-size: 10px;
}

.status-tooltip a {
    color: white;
}

.status-tooltip > .popover-content {
    padding: 6px 10px;
    display: block;
}

.status-tooltip.top > .arrow {
    bottom: -10px; /* Adjusting from default -11px to remove small visual gap. */
    border-top-color: rgba(58, 58, 58, 0.9);
}

#accuracy-rating-tooltip.top > .arrow {
    left: 75px;
}

.status-tooltip.top > .arrow:after {
    bottom: 2px;
    border-top-color: rgba(58, 58, 58, 0.9);
}
text {
    visibility: hidden;
}

.highlight {
    color: orange;
    font-weight: bold;
}

.highlight-100 {
    background: rgba(255, 255, 0, 1) !important;
}

.highlight-50 {
    background: rgba(255, 255, 0, 0.5) !important;
}

.white-background-75 {
    background: rgba(255, 255, 255, 0.75);
}

.width-50 {
    width: 50%;
}
.width-50-percent {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.button {
    background: -moz-linear-gradient(center top , #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgba(96,96,96,1);
    cursor: pointer;
    font-size: 14px;
    margin-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    width: 200px;

    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

/* Pseudo-classes
* http://www.w3schools.com/css/css_pseudo_classes.asp */
.button:hover {
    background: -moz-linear-gradient(center top , #ccc, #bbb);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#bbb));
    color: #333;
}

b { font-weight: bold; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.underline { text-decoration: underline; }

.inline {
    float: left;
}

.InlineBlock {
    display: inline-block;
}

.clearBoth {
    clear: both;
}

input[type="radio"] {
    height: 15px;
    width: 15px;
}

.underline {
    text-decoration: underline;
}

.tool-ui {
    width: 1170px; /* Used to override bootstrap .container media queries. We want to keep a consistent width. */
}

#svl-application-holder {
    background: rgba(255,255,255,1);
    margin: 0 auto;
    position: relative;
    height: 625px;
    width: 960px;
}

#interaction-area-holder {
    border: 3px solid transparent;
    position: absolute;
    left: 0;
    top: 110px;
    height: 480px;
    width: 720px;
}


#page-overlay-holder {
    background: rgba(255,255,255,0.5);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
}
#ajax-loader-image {
    left: 45%;
    position: relative;
    top: 90%;
}

/* http://stackoverflow.com/questions/8942805/chrome-bug-cursor-changes-on-mouse-down-move */
#view-control-layer {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

#svl-panorama-date-holder {
    display: flex;
    justify-content: flex-start;
    height: 29px;
    position: absolute;
    bottom: 0px;
    left: 69px;
    z-index: 1;
    font-family: sans-serif;
    font-size: 15px;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
    color: white;
}

#svl-panorama-date {
    padding: 5px;
}

/* Survey */
#survey-form {
    padding-right:20px;
}
#survey-modal-container ol> li {
    font-weight: bold;
    font-size: 16px;
    content: counter(item);
}
#survey-modal-container ol> li h4 {
    font-size: 16px;
    font-weight: bold;
}
.survey-question {
    margin-bottom: 10px;
}
.survey-textarea {
    width: 100%;
    height: 64px;
    font-weight: normal;
    font-size: 14px;
}
.survey-option-holder {
    list-style:none;
    width:100%;
    margin:0;
    padding:0 0 10px;
    display:block;
}
.survey-option {
    display:inline-block;
    width:19%;
    text-align:center;
    vertical-align:top;
    font-weight:normal;
    font-size: 14px;
}
.survey-option label {
    width:100%;
    font-weight:normal;
}

/**
 * Add this class to any text on the explore page that should be selectable. In explore.scala.html we set onselectstart
 * to return false over the whole document, except elements where itself or a parent has this class. This was done to
 * prevent an issue where dragging on the GSV pane would select a bunch of stuff in the background; issue link below.
 * https://github.com/ProjectSidewalk/SidewalkWebpage/issues/121
 */
.audit-selectable { }

#gsv-info-button {
    margin-left: 4px;
    margin-top: 7px;
    height: 16px;
}
.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.mission-start-tutorial-overlay {
    position: absolute;
    height: 683px; /* We override this when using CSS zoom. */
    width: 100%;
    background: white;
    z-index: 10;
    display: none; /* Will be later set to flex by JS after rendering. */
    flex-shrink: 0;
    justify-content: flex-start;
    overflow: auto;
    flex-direction: column;

    /* Default font should be defined only here and should be overridden wherever needed. */
    font-family: 'Open Sans', sans-serif;

}

.mst-content {
    width: 1095px;
    margin: 0 auto;
}

.mst-instruction-1 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #525252;
    margin-top: 8px;
    padding: 0 70px;
    width: 100%;
    height: fit-content;
}

.mst-instruction-2 {
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin: 5px 0;
    padding: 0 70px;

    color: #000000;
    width: 100%;
}

.mst-carousel {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    height: 436px;
    margin-top: 10px;
}

.previous-slide-button, .next-slide-button {
    height: 100%;
    width: 30px;
    display: flex;
    fill: #C4C4C4;
    cursor: pointer;
}

.previous-slide-button:not(.disabled):hover, .next-slide-button:not(.disabled):hover {
    fill: #000000;
}

.previous-slide-button {
    margin-right: 30px;
}

.next-slide-button {
    margin-left: 30px;
}

.next-slide-button.disabled, .previous-slide-button.disabled {
    visibility: hidden;
}

.mst-slide {
    height: 100%;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: calc(100% - 120px); /* subtract the next and previous slide button widths from the total */
    justify-content: space-between;
}

.mst-text-area {
    width: 290px;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.label-type-title {
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 15px;
    padding: 0 10px;
}

.label-type-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #949494;
    padding: 0 10px;
}

.label-type-description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    padding: 0 10px;
    margin-top: 10px;
}

.mission-start-tutorial-overlay-footer {
    margin-top: 15px;
    width: 100%;
}

.mission-start-tutorial-done-btn {
    height: 36px;
    width: calc(100% - 20px);
    border-radius: 7.25px;
    float: right;
    background: #F6D795;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 2s;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    margin: 0 10px;
}

.mission-start-tutorial-done-btn:hover {
    background: #ffc342;
}

@keyframes pulsate {
    0%   { transform: scale(1); }
    50%  { transform: scale(0.9); }
    50%  { transform: scale(1); }
    50%  { transform: scale(1.1); }
}

/*We can do something to get attention after the user goes through all the slides*/
.mission-start-tutorial-done-btn.focus {
    animation: pulsate;
    animation-duration: 2s;
    animation-iteration-count: 3;
    animation-delay: 1s;
}

.msts-image-area {
    width: 658px;
    height: 436px;
    float: right;
    background: lightgrey;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.msts-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.label-on-image {
    display: none;
    position: absolute;
    background: white;
    border: 3px solid;
    border-radius: 10px;
    box-sizing: content-box;
    min-height: 80px;
    max-height: 90px;
    min-width: 160px;
    max-width: 220px;
}

/* correct/incorrect classes are added to the slide element */
.correct .label-on-image {
    border-color: #30785D;
}

/* correct/incorrect classes are added to the slide element */
.incorrect .label-on-image {
    border-color: #EB734D;
}

.label-on-image-type {
    margin: 12px 10px;
    display: flex;
    align-items: center;
}

.label-on-image-type-icon {
    height: 24px;
    width: 24px;
    fill: none;
    display: flex;
    margin-right: 3px;
}

.correct .label-on-image-type-icon {
    stroke: #30785D;
}

.incorrect .label-on-image-type-icon {
    stroke: #EB734D;
}

.label-on-image-type-title {
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 3px;
}

.correct .label-on-image-type-title {
    color: #30785D;
}

.incorrect .label-on-image-type-title {
    color: #EB734D;
}

.label-on-image-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 12px;
}

.example-type-area {
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.example-type-area::after {
    background: #30785D;
    width: calc(100% - 20px);
    height: 8px;
    position: absolute;
    bottom: -6px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

.correct .example-type-area::after {
    background: #30785D;
}

.incorrect .example-type-area::after {
    background: #EB734D;
}

.example-type-icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 5px;
    fill: none;
}

.correct .example-type-icon {
    stroke: #30785D;
}

.incorrect .example-type-icon {
    stroke: #EB734D;
}

.example-type-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-left: 5px;
}

.correct .example-type-label {
    color: #30785D;
}

.incorrect .example-type-label {
    color: #EB734D;
}

.mst-carousel-location-indicator-area {
    height: 12px;
    width: 100%;
    padding: 5px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mst-carousel-location-indicator {
    height: 7px;
    width: 40px;
    margin: 0 3.5px;
    background: #C4C4C4;
    transition: all 0.4s;
    border-radius: 100px;
}

.mst-carousel-location-indicator.current-location {
    background: #2C2A3D;
}

/* Explore mission screen tab bar styling */

.explore-mission-start-tab-bar {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 0 70px;
}

.explore-mission-start-tab-content {
    margin: 0 12px;
    display: flex;
    align-items: center;
}

.explore-mission-start-tab.label {
    border-radius: 4px 4px 0px 0px;
    height: 100%;
    width: 100%;
    color: #0f0f0f;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    border-bottom: 3px solid #DCDBDB;
    padding: 0 3px;
    filter: saturate(0);
    transition: all 0.25s;
}

.explore-mission-start-tab.label:hover, .explore-mission-start-tab.label.active {
    filter: saturate(1);
}

.explore-mission-start-tab.label[data-label-type="CurbRamp"]:hover {
    background: rgba(144, 195, 31, 0.15);
}

.explore-mission-start-tab.label[data-label-type="NoCurbRamp"]:hover {
    background: rgba(230, 121, 182, 0.15);
}

.explore-mission-start-tab.label[data-label-type="Obstacle"]:hover {
    background: rgba(120, 176, 234, 0.15);
}

.explore-mission-start-tab.label[data-label-type="SurfaceProblem"]:hover {
    background: rgba(246, 141, 62, 0.15);
}

.explore-mission-start-tab.label[data-label-type="NoSidewalk"]:hover {
    background: rgba(190, 135, 216, 0.15);
}

.explore-mission-start-tab.label[data-label-type="Crosswalk"]:hover {
    background: rgba(250, 191, 28, 0.15);
}

.explore-mission-start-tab.label[data-label-type="Signal"]:hover {
    background: rgba(99, 192, 171, 0.15);
}


/* Selected tabs */
.explore-mission-start-tab.label[data-label-type="CurbRamp"].active {
    background: rgba(144, 195, 31, 0.15);
    border-bottom-color: #90C31F;
}

.explore-mission-start-tab.label[data-label-type="NoCurbRamp"].active {
    background: rgba(230, 121, 182, 0.15);
    border-bottom-color: #E679B6;
}

.explore-mission-start-tab.label[data-label-type="Obstacle"].active {
    background: rgba(120, 176, 234, 0.15);
    border-bottom-color: #78B0EA;
}

.explore-mission-start-tab.label[data-label-type="SurfaceProblem"].active {
    background: rgba(246, 141, 62, 0.15);
    border-bottom-color: #F68D3E;
}

.explore-mission-start-tab.label[data-label-type="NoSidewalk"].active {
    background: rgba(190, 135, 216, 0.15);
    border-bottom-color: #BE87D8;
}

.explore-mission-start-tab.label[data-label-type="Crosswalk"].active {
    background: rgba(250, 191, 28, 0.15);
    border-bottom-color: #FABF1C;
}

.explore-mission-start-tab.label[data-label-type="Signal"].active {
    background: rgba(99, 192, 171, 0.15);
    border-bottom-color: #63C0AB;
}


.explore-mission-start-tab-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-mission-start-tab-text {
    width: 70%;
    white-space: initial;
}
