#pictureLoadingIndicator {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: block
}

#pictureLoadingIndicator .spinner {
    z-index: 400!important
}

.member-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: none;
    border: solid;
    border-collapse: collapse
}

.member-image img {
    image-rendering: optimizeQuality;
    width: 100%;
    height: auto
}

.member-image iframe {
    width: 100%;
    height: 100%;
    border: none
}

.modern-layout .member-image {
    border: none
}

.modern-layout .member-image.current {
    border: 1px solid #B4B4B4
}

.btn-fullscreen {
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../resources/icons/media-fullscreen.png);
    opacity: 0;
    z-index: 400;
    margin-top: 1px
}

.btn-fullscreen.hover {
    cursor: pointer;
    opacity: .8
}

.btn-fullscreen.hover:hover {
    opacity: 1!important
}

.btn-fullscreen.disabled {
    display: none
}

body.modern-layout .btn-fullscreen {
    margin-right: 2px;
    margin-top: -1px
}

body.hasTouch .btn-fullscreen {
    display: block!important;
    opacity: 1!important
}

#placardContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none;
    overflow: hidden
}

#placard {
    display: inline-table;
    background-image: url(../resources/icons/background_filler.png);
    position: relative;
    width: 100%;
    color: #FFF;
    /*z-index:5;*/
    word-wrap: break-word
}

#placard a {
    color: #FFF;
    text-decoration: underline
}

#placard ul {
    padding-left: 40px
}

#placard-bg {
    width: 100%;
    margin-bottom: -5px
}

#placard .name {
    padding: 10px 0 15px 10px;
    font-size: 20px;
    width: 35%;
    float: left;
    margin-top: 0
}

#placard .description {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 55%;
    float: right;
    margin-top: 0;
    padding-right: 10px;
    font-size: 14px
}

#placard.one-line-layout .name {
    padding: 10px 10px 0;
    width: auto;
    margin-right: 0
}

.builder-mode #placard.one-line-layout .name {
    float: inherit
}

#placard.one-line-layout .description {
    padding: 10px 10px 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 5px
}

.builder-mode #placard.one-line-layout .description {
    float: inherit
}

#placard.one-line-layout .description .text_edit_icon {
    top: -26px
}

#placard.one-line-layout .description .text_edit_label {
    margin-bottom: 4px
}

#placardContainer.no-description .name {
    width: 97%
}

#placardContainer.no-description .description {
    display: none
}

#placardContainer.force-hidden {
    display: none!important
}

#toggle {
    width: 36px;
    height: 18px;
    margin-left: 25px;
    background-image: url(../resources/icons/picturepanel-placard-toggle.png);
    cursor: pointer
}

body.modern-layout #toggle {
    margin-left: 55px
}

#toggle.closed {
    background-position-y: 18px
}

#placardContainer.placardUnder #toggle {
    display: none
}

#placardContainer.placardUnder {
    border: solid;
    border-collapse: collapse;
    margin-left: -3px;
    overflow-y: auto
}

#placardContainer.placardUnder #placard {
    display: table;
    height: 100%
}

#placardContainer.placardUnder #placard-bg {
    height: 100%!important;
    max-height: 100%!important;
    margin-bottom: 0
}

#placardContainer.placardUnder .description .text_edit_icon {
    top: 1px;
    right: 1px
}

#placardContainer.placardUnder .name .text_edit_icon {
    top: 1px;
    left: 37%
}

#placard .name .text_edit_input {
    margin-top: -2px;
    font-size: 20px;
    line-height: 24px;
    height: 74px
}

#placard.one-line-layout .name .text_edit_input {
    height: 25px;
    overflow-y: hidden;
    z-index: 2000;
    width: 98%
}

#placard .name .text_edit_icon {
    position: absolute;
    top: -16px;
    left: 38%
}

#placard .description .text_edit_input {
    width: 98%;
    margin-top: -2px;
    font-size: 14px;
    line-height: 16px
}

.builder-mode #placard.one-line-layout.isEditing .description .text_edit_icon {
    display: none!important
}

#placard .description .text_edit_icon {
    position: absolute;
    top: -16px;
    right: 4px
}

#placard .description,
#placard .name {
    overflow-x: hidden
}

.builder-mode #placard .description,
.builder-mode #placard .name {
    overflow-x: initial
}

.multiTip {
    min-width: 60px;
    max-width: 200px;
    border: 2px solid #444;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#333333');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#333333')"
}

.text_edit_label {
    float: left;
    margin: 0;
    word-wrap: break-word
}

.text_edit_input {
    display: none;
    width: 100%;
    margin-bottom: 0
}

.text_edit_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../resources/icons/builder-edit-fields.png) 3px 2px no-repeat #ededed;
    cursor: pointer;
    border-radius: 2px
}

#loadingIndicator {
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -90px;
    position: fixed;
    top: 50%;
    width: 100px;
    z-index: 700
}

#loadingMessage {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    position: fixed;
    top: 50%;
    z-index: 700;
    font-size: 16px;
    font-weight: 700
}

body,
html {
    height: 100%;
    width: 100%
}

@font-face {
    font-family: open_sansregular;
    src: url(../resources/font/OpenSans-Regular-webfont.eot);
    src: url(../resources/font/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../resources/font/OpenSans-Regular-webfont.woff) format('woff'), url(../resources/font/OpenSans-Regular-webfont.ttf) format('truetype'), url(../resources/font/OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sanssemibold;
    src: url(../resources/font/OpenSans-Semibold-webfont.eot);
    src: url(../resources/font/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../resources/font/OpenSans-Semibold-webfont.woff) format('woff'), url(../resources/font/OpenSans-Semibold-webfont.ttf) format('truetype'), url(../resources/font/OpenSans-Semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    position: fixed;
    bottom: 0;
    background-color: #E5E5E5;
    color: #333;
    overflow: hidden;
    font-family: open_sansregular, sans-serif
}

body.mobile-view {
    position: initial;
    bottom: initial
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p,
ul {
    margin: 0;
    padding: 0
}

img {
    border: none;
    outline: 0
}

textarea {
    resize: none
}

#contentPanel {
    width: 100%;
    height: 60%
}

.bingLogo-lg {
    display: none
}

#loadingOverlay {
    position: absolute;
    z-index: 500;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #E5E5E5
}

a {
    color: #555;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.modal-header {
    border-bottom: none;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.modal-header h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px
}

.modal-header,
.modal-tabs {
    background-color: #848484
}

.modal-tabs .tab:nth-child(1) {
    margin-left: 15px
}

.tab {
    display: inline-block;
    min-width: 120px;
    background-color: #bababa;
    color: #444;
    padding: 5px;
    font: 12px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 21px
}

.tab.active {
    background-color: #fff;
    cursor: default
}

#fatalError {
    position: absolute;
    display: none;
    z-index: 999;
    top: 50%;
    left: 0;
    width: 100%
}

#fatalError>table {
    margin-top: -100px;
    max-width: 490px;
    min-height: 85px;
    background-color: #fff;
    border: 2px solid #333;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

#fatalError .error-title {
    margin-right: 12px
}

#fatalError .error-msg {
    margin-top: 8px;
    padding-bottom: 8px;
    margin-right: 8px
}

#fatalError-icon {
    background: url(../resources/icons/errorbox-close.png) no-repeat;
    width: 75px;
    height: 75px
}

#mapPanel {
    height: 100%;
    float: right;
    background-color: #EEE;
    position: relative
}

#mainMap {
    border: none;
    padding: 0;
    height: 100%;
    width: 100%!important;
    overflow: hidden
}

.modern-layout #mapPanel {
    width: 100%!important;
    float: inherit
}

.modern-layout .logo-med,
.modern-layout:not(.mobile-view) .esriAttribution {
    display: none!important
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #E5E5E5
}

.builderMobile a {
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 6px
}

.modern-layout.mobile-view #footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.modern-layout #footer {
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px
}

#mainMap svg>g {
    visibility: hidden
}

#mainMap svg g#mainMap_graphics_layer {
    visibility: visible
}

#hoverInfo {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    max-width: 200px;
    background-color: #FFC;
    border: 1px solid #848484;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#333333');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#333333')";
    overflow: hidden;
    display: none;
    z-index: 100;
    word-wrap: break-word
}

.multiTip a {
    color: #FFF
}

#header {
    height: 115px;
    background: #444;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: none
}

#header .title {
    font-family: open_sanssemibold, sans-serif
}

#header.hideDesktop {
    height: 0
}

#header.hideDesktop #headerDesktop {
    display: none
}

.textArea {
    padding-top: 0;
    padding-left: 25px;
    width: 70%;
    height: 100%
}

#headerDesktop .title {
    height: 26px;
    padding-top: 18px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    white-space: nowrap
}

#header:not(.isBuilder) #headerDesktop .title {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: pre
}

#headerDesktop .title.titleEmpty .text_edit_label {
    color: red
}

#headerDesktop .title.titleEmpty .text_edit_icon {
    background-color: red
}

#headerDesktop .subtitle {
    top: -10px;
    font-size: 13px;
    margin-top: 13px;
    overflow: hidden;
    overflow-y: auto;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    height: 90%;
    color: #C5D5D5
}

.rightArea {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 25px;
    padding-right: 25px;
    text-align: right
}

.rightArea .social {
    margin-bottom: 6px
}

.social .msLink,
.social .msLink a {
    color: #C5D5D5;
    font-weight: 400;
    font-size: 13px
}

.rightArea .logo {
    position: relative;
    height: 60px;
    border: none;
    outline: 0
}

@-moz-document url-prefix() {
    .rightArea .logo a {
        position: relative;
        display: inline-block
    }
    .rightArea .logo a img {
        bottom: initial;
        top: initial;
        margin-top: -10px
    }
}

.rightArea .logo img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    max-width: 250px;
    max-height: 50px;
    margin: auto 0
}

.switchBuilder {
    display: none;
    position: absolute;
    right: 180px;
    top: 30px;
    width: 145px;
    padding-left: 35px
}

.switchBuilder img {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 28px;
    height: 28px
}

@font-face {
    font-family: storymaps-icons;
    src: url(../resources/font/storymaps-icons.eot?73880937);
    src: url(../resources/font/storymaps-icons.eot?73880937#iefix) format('embedded-opentype'), url(../resources/font/storymaps-icons.woff?73880937) format('woff'), url(../resources/font/storymaps-icons.ttf?73880937) format('truetype'), url(../resources/font/storymaps-icons.svg?73880937#storymaps-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: storymaps-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-link:before {
    content: '\e802'
}

.icon-twitter-1:before {
    content: '\e800'
}

.icon-facebook-squared-1:before {
    content: '\e801'
}

.shareIcon {
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    color: #C5D5D5;
    vertical-align: 0
}

.shareIcon:hover {
    color: #fff
}

.share_bitly {
    vertical-align: 1px;
    margin-left: 2px
}

.social .popover-title {
    display: none
}

#bitlyInput::-ms-clear {
    display: none
}

#headerDesktop .text_edit_input {
    position: relative;
    z-index: 501
}

#headerDesktop .text_edit_label {
    max-width: 94%;
    overflow: hidden
}

.title .text_edit_input {
    height: 20px;
    margin-top: -6px;
    margin-bottom: 0;
    font-size: 20px;
    width: 98%
}

.title .text_edit_icon {
    margin-top: -12px;
    margin-left: 8px
}

.subtitle .text_edit_input {
    font-size: 12px;
    line-height: 17px;
    width: 97%
}

.subtitle .text_edit_icon {
    position: absolute;
    margin-top: -9px;
    margin-left: 8px
}

#headerMobile {
    display: none;
    background-color: #444;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

#headerMobile .banner {
    display: none;
    cursor: pointer
}

#headerMobile .title {
    color: #fff;
    font-size: 22px;
    padding: 10px 10px 0;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px
}

#headerMobile .subtitle {
    color: #dadada;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 400;
    word-wrap: break-word;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#closeHeaderMobile,
#openHeaderMobile {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}

#closeHeaderMobile {
    border-bottom: 1px solid #888;
    padding: 10px
}

#openHeaderMobile {
    display: none;
    position: fixed;
    right: 0;
    padding: 7px;
    background-color: #666;
    -webkit-border-radius: 0 0 0 7px;
    border-radius: 0 0 0 7px;
    z-index: 99
}

.navBar {
    color: #CFCFCF;
    padding: 9px 0;
    text-align: center;
    font-weight: 400
}

.navBar span {
    cursor: pointer;
    -ms-user-select: none
}

.leftLink,
.rightLink {
    position: absolute
}

.leftLink {
    left: 1em
}

.rightLink {
    right: 1em
}

.navBar .current {
    color: #fff;
    font-weight: 700
}

.esriSimpleSlider {
    -webkit-tap-highlight-color: transparent
}

.esriSimpleSlider.touch div {
    width: 35px;
    height: 35px;
    line-height: 30px
}

.mapCommandHomeBtn {
    background: url(../resources/icons/mapcommand-home.png) 5px 5px no-repeat
}

.mapCommandHomeBtn.touch {
    background-position: 7px 7px
}

body.mobile-view .mapCommandHomeBtn.loading {
    background: url(../resources/icons/mapcommand-loading.gif) 3px 3px/24px 24px no-repeat;
    cursor: default
}

body.mobile-view .mapCommandHomeBtn.loading.touch {
    background-position: 5px 5px
}

.mapCommandHomeBtn.loading:hover {
    background-color: #FFF
}

.mapCommandLocation {
    top: 130px;
    left: 20px;
    z-index: 30
}

.mapCommandLocation img {
    width: 20px;
    margin-top: 5px
}

.mapCommandLocation.touch {
    top: 145px
}

.mapCommandLocation.touch img {
    margin-top: 2px;
    width: 32px
}

.mapCommandLocation.hidden {
    display: none!important
}

#footerDesktop {
    position: relative;
    height: 150px;
    padding-top: 10px
}

.modern-layout #footerDesktop {
    height: 140px;
    padding-top: 0
}

#footerDesktop .carousel {
    position: absolute;
    bottom: 0;
    left: 37px;
    right: 36px;
    height: 150px
}

.modern-layout #footerDesktop .carousel {
    bottom: 1px;
    height: 145px
}

.carouselWrapper {
    position: absolute;
    z-index: 1;
    top: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 135px;
    overflow: auto;
    -ms-touch-action: none
}

.modern-layout .carouselWrapper>div:nth-child(2) {
    bottom: 1px!important
}

.carouselWrapper>div:nth-child(2) {
    bottom: 0!important
}

.carouselScroller {
    height: 100%;
    float: left;
    padding: 0;
    cursor: pointer
}

.carouselScroller ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    counter-reset: item
}

.carouselScroller li {
    display: block;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding: 0 8px;
    width: 145px;
    height: 100%;
    font-size: 10px
}

.modern-layout .carouselScroller li {
    width: 140px
}

.carouselScroller li:first-child {
    padding-left: 0
}

.carouselScroller .carousel-item-div {
    display: table-cell;
    width: 140px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px 2px
}

.carouselScroller .carousel-item-div div {
    max-height: 24px;
    height: 24px;
    line-height: 12px;
    word-wrap: break-word;
    width: 140px;
    overflow: hidden;
    font-family: open_sanssemibold, sans-serif
}

.carouselScroller.no-touch .carousel-item-div:not(.selected):hover {
    background-color: #7D7D7D
}

.carouselScroller .carousel-item-div.selected {
    background-color: #FFF
}

.carousel-item-div img {
    max-width: 140px;
    max-height: 93px
}

.carousel-item-div sup {
    line-height: 6px
}

.carouselScroller span {
    display: inline-block
}

.carouselScroller span:before {
    position: absolute;
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    width: 20px;
    height: 15px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    padding-right: 1px;
    padding-bottom: 1px
}

.carouselScroller span.number-blue:before {
    background-color: #1880f3
}

.carouselScroller span.number-red:before {
    background-color: red
}

.carouselScroller span.number-green:before {
    background-color: #369A22
}

.carouselScroller span.number-purple:before {
    background-color: #8A26FD
}

body.notNumbered .carouselScroller span:before {
    display: none
}

.arrowLeft {
    position: absolute;
    top: 52px;
    left: -28px;
    cursor: pointer
}

.arrowRight {
    position: absolute;
    top: 52px;
    right: -29px;
    cursor: pointer
}

.arrowLeft.disabled,
.arrowRight.disabled {
    cursor: default;
    display: none
}

#picturePanel {
    height: auto !important;
    float: left;
    position: fixed;
    background-color: #B4B4B4;
	top: 10% !important;
	transform: translateY(-40%);
	padding-right: 35% !important;
}

.modern-layout #picturePanel {
    position: absolute;
    right: 4px;
    width: 400px !important;
    height: 400px !important;
    background-color: transparent
}

.arrow {
    cursor: pointer
}

#arrowPrev {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 100
}

#arrowNext {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 101
}

#arrowNext.disabled,
#arrowPrev.disabled {
    cursor: default;
    display: none
}

.modern-layout-control {
    position: absolute;
    cursor: default;
    opacity: 0;
    z-index: 3
}

.modern-layout-control.click-btn {
    width: 32px;
    height: 53px;
    background-repeat: no-repeat
}

.modern-layout-control.click-btn.left {
    background: url(../resources/icons/picturepanel-left2.png)
}

.modern-layout-control.click-btn.right {
    background: url(../resources/icons/picturepanel-right2.png)
}

.modern-layout-control.click-bg {
    width: 70px;
    height: 72px;
    margin-top: -35px
}

.modern-layout-control.click-bg.left {
    margin-left: -4px
}

.modern-layout-control.click-bg.right {
    margin-right: -4px
}

.modern-layout-control.disabled {
    display: none!important
}

.modern-layout-control.hover {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer
}

.modern-layout-control:hover {
    color: #FFF;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

body.hasTouch .modern-layout-control:not(.disabled) {
    display: block!important;
    opacity: 1!important
}

#cfader {
    width: 100%;
    height: 400px !important;
    position: relative;
}

.editPictureButtons {
    display: none;
    position: absolute;
    top: 76px;
    text-align: center;
    height: 30px
}

.editPictureButtons>div {
    display: inline-block
}

.attributesWay,
.modernBrowserWay,
.oldBrowserWay {
    display: none
}

.editPictureButtons a {
    font-weight: 400;
    margin-top: 2px
}

.editPictureButtons .oldBrowserWay .btn-upload {
    vertical-align: -1px
}

.editPictureButtons .oldBrowserWay form {
    display: inline
}

.picturePanelPicturePopoverFR {
    max-width: 315px;
    width: 315px
}

.picturePanelPicturePopoverOLD {
    max-width: 335px
}

.picturePanelThumbnailPopover {
    width: 280px;
    max-width: 280px
}

.edit-attr-popover {
    max-width: 378px;
    width: 378px
}

.edit-attr-popover input[type=text] {
    vertical-align: -2px;
    margin-bottom: 0;
    margin-right: 8px
}

.attributesWay .error {
    display: none;
    font-weight: 700;
    font-size: 14px;
    color: #c43d40;
    margin-top: 4px
}

.modal-backdrop {
    opacity: .6;
    filter: alpha(opacity=60)
}

.popover {
    color: #000;
    -ms-user-select: none
}

#init-import-views {
    display: none
}

.modal-footer .addSpinner,
.modal-footer .error,
.modal-footer .success {
    display: none;
    float: left;
    vertical-align: -4px;
    margin-top: 6px;
    font-size: 14px;
    color: #c43d40;
    font-weight: 700
}

.builderMobile {
    display: none
}

.modal-footer .success {
    color: #30750a
}

.modal-footer .addSpinner {
    margin-left: 8px
}

#builderPanel {
    position: absolute;
    top: 0;
    display: none;
    z-index: 500;
    text-align: center;
    word-wrap: break-word;
    height: 100px;
    padding: 15px 20px 0
}

#builderPanel>div>button {
    margin: 0
}

#builderPanel>div>button:nth-child(1) {
    min-width: 83px
}

#builderPanel button.small {
    padding-left: 4px;
    padding-right: 4px
}

#builderPanel .leftPanel {
    width: 132px;
    text-align: left
}

#builderPanel h4 {
    color: #fff;
    margin: 1px 0 2px 4px;
    line-height: 22px;
    font-weight: 400
}

#status-bar {
    display: inline-block;
    margin-top: 6px;
    margin-left: 1px;
    font-size: 12px;
    color: #999
}

#builderPanel .popover-content {
    padding: 6px 10px
}

#builderPanel .builder-item i.icon-file {
    width: 20px;
    background-position: -21px -23px;
    opacity: .7;
    height: 18px
}

.save-popover {
    width: 170px;
    z-index: 5555;
    color: #30750A;
    font-weight: 700;
    font-size: 14px
}

.builder-save {
    margin-left: 12px
}

.builder-settings {
    margin-left: 11px
}

.save-popover-2 {
    text-align: center;
    min-height: 40px;
    min-width: 280px!important;
    max-width: 360px!important;
    color: #30750A;
    font-weight: 700;
    font-size: 14px
}

.save-popover-2 .popover-title {
    display: none
}

.datawarning-popover {
    max-width: 420px!important;
    width: 420px
}

.datawarning-popover .btn {
    vertical-align: 1px
}

.datawarning-popover .popover-title,
.hide {
    display: none
}

.sp-input-container {
    height: 16px!important
}

#settingsPopup {
    overflow: hidden
}

@media only screen and (max-height:708px) {
    #settingsPopup {
        top: 50%;
        margin-top: -315px
    }
}

@media only screen and (max-height:630px) {
    #settingsPopup {
        top: 0;
        margin-top: 0
    }
}

#settingsPopup,
#settingsPopup .modal-body {
    max-height: none
}

.settingsPopupHeader {
    width: 100%;
    margin-top: -3px
}

#settingsPopup .tab {
    width: auto;
    min-width: inherit;
    padding: 5px 12px 5px 10px
}

#settingsPopup .tab.disabled {
    opacity: .5;
    cursor: default
}

.settingsPopupHeader button {
    border-radius: 0!important;
    width: 34%
}

#settings-layout .layout-box {
    display: inline-block;
    width: 259px;
    vertical-align: top;
    text-align: center;
    padding-top: 10px;
    margin-top: 15px
}

#settings-layout .layout-box:nth-child(2) {
    padding-right: 5px
}

#settings-layout .layout-box>img {
    padding-top: 10px;
    padding-bottom: 10px
}

#settings-layout .layout-box:nth-child(3)>img {
    padding-bottom: 36px
}

#settings-layout .layout-box {
    min-height: 250px
}

#settings-layout .layout-box .layoutOption {
    margin-bottom: 8px;
    font-size: 14px
}

#settings-layout .layout-box .layoutOption input:checkbox {
    height: 12px
}

#settings-layout .layout-box .layoutFooter {
    position: absolute;
    bottom: 50px;
    width: 258px
}

#settings-layout .layout-box button {
    display: inline-block
}

#settings-layout .layout-box .selectedLayout {
    font-weight: 700;
    line-height: 28px;
    display: none
}

#settings-layout span:nth-child(2) {
    border-right: 1px solid #000
}

#settings-layout .layout-box.selected .selectedLayout {
    display: block;
    margin-bottom: 2px
}

#settings-layout .layout-box.selected button {
    display: none
}

#settings-layout .layoutOption {
    text-align: center;
    font-size: 90%;
    margin-top: 10px
}

#settings-layout .layoutOption .popover {
    max-width: 245px
}

#settings-layout .useLocBtn {
    width: 12px;
    vertical-align: -2px
}

#settings-colors p {
    margin-bottom: 20px
}

#settings-colors .radio,
#settings-colors input[type=radio] {
    cursor: pointer
}

#settings-colors .swatch {
    width: 25px;
    height: 17px;
    border: solid;
    border-width: thin;
    border-color: #CCC;
    margin-left: 4px
}

#settings-colors .caption {
    font-size: 12px
}

#settings-colors td {
    padding-right: 4px;
    padding-bottom: 4px
}

#settings-header p {
    margin-bottom: 20px
}

#settings-header img {
    float: right;
    max-width: 250px;
    max-height: 50px
}

#settings-header .form1 .controls {
    float: left;
    margin-left: 65px;
    width: 290px
}

#settings-header .form2 .control-label {
    width: 50px
}

#settings-header .form2 .control-group {
    margin-bottom: 10px
}

#settings-header .form2 .control-group:nth-child(2) {
    margin-bottom: 0
}

#settings-header .form2 .controls {
    margin-left: 65px
}

#settings-header .form2 .socialConfig {
    position: absolute;
    left: 370px;
    margin-top: -2px
}

#settings-header .form2 .socialConfig label.disabled {
    opacity: .5
}

#settings-header #headerSimulator {
    padding: 5px 5px 0 0;
    float: left;
    width: 140px;
    height: 55px;
    background-color: #666
}

#settings-header .optionsLogoCustom {
    margin-left: 25px
}

#settings-header #logoTargetInput {
    margin-top: 10px;
    display: block
}

#settings-colors .sp-input-container {
    height: 16px!important
}

#settings-fields p {
    margin-bottom: 20px
}

#settings-fields .error-msg {
    display: none;
    background: url(../resources/icons/errorbox-close.png) no-repeat;
    height: 75px;
    padding-top: 13px;
    padding-left: 85px;
    color: red
}

#settings-fields .error-msg2 {
    display: none;
    margin-top: 10px;
    color: red;
    font-weight: 700
}

#settings-fields .fieldResetContainer {
    width: 100%;
    text-align: center;
    margin-top: 15px
}

#settings-extent p {
    margin-bottom: 20px
}

#settings-extent #extentMap {
    width: 100%!important;
    height: 337px!important
}

#settings-extent #extentMap .logo-sm {
    display: none
}

#settings-extent .extentMapControl {
    margin-bottom: 4px
}

#settings-extent .explain2 {
    margin-top: 10px
}

#settings-extent .dateLineError {
    display: none;
    font-weight: 700;
    font-size: 14px;
    color: #c43d40;
    padding-top: 8px
}

#settings-zoom p {
    margin-bottom: 20px
}

@media only screen and (max-height:708px) {
    #initPopup {
        top: 50%!important;
        margin-top: -304px
    }
}

@media only screen and (max-height:608px) {
    #initPopup {
        top: 0!important;
        margin-top: 0
    }
}

#initPopup .modal-footer {
    min-height: 32px
}

#initPopup .modal-body {
    overflow: visible
}

#initPopup .popover {
    font-size: 14px;
    font-weight: initial;
    line-height: initial
}

#initPopupViewHome .header {
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 700
}

#initPopupViewHome .sideContainer {
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    vertical-align: top
}

#initPopupViewHome .sideContainer:nth-child(2) {
    width: 50%;
    border-right: 1px solid #000
}

#initPopupViewHome .sideContainer:nth-child(3) {
    width: 49%
}

#initPopupViewHome .sideTitle {
    font-weight: 700;
    margin-bottom: 25px
}

#initPopupViewHome table {
    width: 100%;
    text-align: center
}

#initPopupViewHome td {
    font-weight: 400;
    width: 33%;
    border: 1px solid transparent;
    padding: 4px
}

#initPopupViewHome td.disabled {
    opacity: .4;
    cursor: default!important
}

#initPopupViewHome td.disabled a {
    cursor: default!important
}

#initPopupViewHome td div {
    margin-top: 2px
}

#initPopupViewHome td:not(.disabled):hover {
    background-color: #C7C4C4;
    cursor: pointer;
    border: 1px solid #757575;
    border-radius: 10px
}

#initPopupViewHome .leftTable {
    margin-left: -5px
}

#initPopupViewHome .scratchLbl {
    margin-top: 5px
}

#initPopupViewHome .disabled {
    opacity: .3
}

#initPopupViewHome .notAvailable {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700
}

#initPopupViewHome .popover-init {
    margin-top: 8px
}

#initPopupViewHome .popover-init .popover {
    max-width: 245px
}

#initPopupViewHome .footer {
    margin-top: 15px;
    text-align: center;
    text-decoration: underline
}

#initPopupViewHome a {
    display: block
}

.dataExplain {
    margin-bottom: 20px;
    line-height: 19px
}

.dataFolderListLbl,
.dataNameLbl {
    width: 290px
}

.dataError {
    font-weight: 700;
    font-size: 14px;
    color: #C43D40;
    list-style: none;
    padding-left: 0
}

.dataFooterText {
    display: none;
    float: left;
    margin-top: 6px;
    font-size: 14px;
    color: #30750a;
    font-weight: 700;
    padding-top: 2px
}

.dataFooterText .error {
    color: red
}

.dataFooterText img {
    vertical-align: -2px
}

#initPopupViewAdvanced .header {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 700
}

#initPopupViewAdvanced .options {
    width: 100%;
    text-align: center
}

#initPopupViewAdvanced .btn-adv {
    width: 310px
}

#initPopupViewAdvanced .csv-note {
    margin-top: 5px;
    margin-bottom: 10px
}

#initPopupViewAdvanced .csv-note a {
    text-decoration: underline;
    font-size: 14px
}

@media only screen and (max-height:708px) {
    #importPopup {
        top: 50%;
        margin-top: -304px
    }
}

@media only screen and (max-height:608px) {
    #importPopup {
        top: 0;
        margin-top: 0
    }
}

#importPopup .modal-body {
    overflow: visible
}

#importPopupViewHome .header {
    text-align: center;
    margin-bottom: 12px
}

#importPopupViewHome table {
    width: 100%;
    text-align: center;
    margin-left: -5px
}

#importPopupViewHome td {
    font-weight: 400;
    width: 20%;
    border: 1px solid transparent;
    padding: 18px;
    vertical-align: top
}

#importPopupViewHome td.disabled {
    opacity: .4;
    cursor: default!important
}

#importPopupViewHome td.disabled a {
    cursor: default!important
}

#importPopupViewHome td div {
    margin-top: 2px
}

#importPopupViewHome td:hover {
    background-color: #C7C4C4;
    cursor: pointer;
    border: 1px solid #757575;
    border-radius: 10px
}

#importPopupViewHome .footer {
    margin-top: 15px
}

#importPopupViewHome a {
    margin-top: 4px;
    font-weight: 400;
    text-decoration: underline
}

.popupViewCSV .csvUploadWrapper {
    color: #FFF;
    height: 380px;
    width: 100%;
    border: 4px dashed #848484;
    margin-left: -4px;
    text-align: center
}

.popupViewCSV .csvUploadWrapper a {
    margin-top: 160px
}

.popupViewCSV .csvResultMap {
    width: 350px!important
}

.popupViewCSV .csvResultFields {
    float: right;
    width: 170px;
    text-align: left
}

.popupViewCSV .csvResultFields ul {
    margin-left: 25px
}

.popupViewCSV .csvResultHeader {
    margin-bottom: 10px
}

.popupViewCSV .csvResultHeader ul {
    margin-left: 30px
}

.popupViewCSV .csvResultHeader.error {
    font-weight: 400;
    color: #c43d40
}

.popupViewFlickr .headerContainer {
    margin-bottom: 15px
}

.popupViewFlickr .btn-userLogin {
    vertical-align: 4px;
    margin-bottom: 15px
}

.popupViewFlickr .signInMsg {
    font-size: 14px;
    color: #30750a;
    font-weight: 700;
    vertical-align: 2px
}

.popupViewFlickr .signInMsg.error {
    color: #c43d40
}

.popupViewFlickr .signInMsg img {
    vertical-align: -2px
}

.popupViewFlickr .selectContainer {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px
}

.popupViewFlickr .selectContainer:nth-child(1) {
    border-right: 1px solid #000
}

.popupViewFacebook {
    margin-bottom: -10px
}

.popupViewFacebook .headerContainer {
    margin-bottom: 15px
}

.popupViewFacebook .selectContainer {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    vertical-align: top
}

.popupViewFacebook .selectContainer:nth-child(1) {
    border-right: 1px solid #000
}

.popupViewFacebook .sideHeader {
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px
}

.popupViewFacebook .facebookLogin {
    height: 67px;
    margin-top: 10px
}

.popupViewFacebook>div .selectContainer:nth-child(2) .sideHeader {
    margin-bottom: 20px
}

.popupViewFacebook .selectPageName {
    width: 157px
}

.popupViewFacebook .btn-pageLookup {
    vertical-align: 4px;
    margin-bottom: 15px
}

.popupViewFacebook .lookingUpMsg {
    height: 16px;
    font-size: 14px;
    color: #30750a;
    font-weight: 700;
    vertical-align: 2px
}

.popupViewFacebook .lookingUpMsg.error {
    color: #c43d40
}

.popupViewFacebook .lookingUpMsg img {
    vertical-align: -2px
}

.popupViewFacebook .spacer {
    height: 10px
}

.popupViewPicasa .headerContainer {
    margin-bottom: 15px
}

.popupViewPicasa .btn-userLogin {
    vertical-align: 4px;
    margin-bottom: 15px
}

.popupViewPicasa .signInMsg {
    font-size: 14px;
    color: #30750a;
    font-weight: 700;
    vertical-align: 2px
}

.popupViewPicasa .signInMsg.error {
    color: #c43d40
}

.popupViewPicasa .signInMsg img {
    vertical-align: -2px
}

.popupViewPicasa .contentContainer {
    margin-top: 20px
}

.popupViewPicasa .howToFind {
    display: block;
    margin-top: 20px
}

.popupViewPicasa .howToFind a {
    text-decoration: underline;
    font-weight: 400
}

.popupViewPicasa .howToFind-popover {
    left: 10px!important;
    min-width: 380px
}

.popupViewYoutube .modal-body {
    padding-bottom: 5px
}

.popupViewYoutube .headerContainer {
    margin-bottom: 28px
}

.popupViewYoutube .youtubeContainer {
    margin-bottom: -5px
}

.popupViewYoutube .youtubeLookup {
    vertical-align: 4px
}

.popupViewYoutube .lookingUpMsg {
    height: 16px;
    font-size: 14px;
    color: #30750a;
    font-weight: 700;
    vertical-align: 2px
}

.popupViewYoutube .lookingUpMsg.error {
    color: #c43d40
}

.popupViewYoutube .howToFind {
    display: block;
    margin-top: 20px
}

.popupViewYoutube .howToFind a {
    text-decoration: underline;
    font-weight: 400
}

.popupViewYoutube .howToFind-popover {
    left: 10px!important;
    width: 310px;
    max-width: 310px
}

.popupViewGeoTag .header {
    margin-bottom: 15px
}

.popupViewGeoTag .header a {
    font-weight: 400;
    text-decoration: underline
}

.popupViewGeoTag .leftPanel {
    width: 220px;
    height: 400px
}

.popupViewGeoTag .nav-tabs {
    font-size: 12px;
    margin-bottom: 0
}

.popupViewGeoTag .tab-content>div {
    display: none;
    width: 210px;
    height: 362px;
    overflow-x: hidden;
    padding-right: 5px
}

.popupViewGeoTag .tab-content li {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center
}

.popupViewGeoTag .tab-content img {
    max-width: 100%
}

.popupViewGeoTag .tobelocated li {
    display: table;
    text-align: center;
    width: 202px;
    border: 2px solid transparent;
    cursor: pointer
}

.popupViewGeoTag .tobelocated li.clicked {
    border: 2px dashed #52a552
}

.popupViewGeoTag .tobelocated li>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.popupViewGeoTag .tobelocated .geotagPicName {
    width: 202px
}

.popupViewGeoTag .tobelocated button {
    display: none
}

.popupViewGeoTag .located li>div {
    position: relative
}

.popupViewGeoTag .located button {
    display: none;
    font-size: 80px;
    position: absolute;
    top: 50%;
    opacity: 1;
    left: 50%;
    margin-top: -60px;
    line-height: inherit;
    margin-left: -24px
}

.popupViewGeoTag .located li:hover button {
    display: block
}

.popupViewGeoTag .clearLocation {
    margin-bottom: 4px;
    font-weight: 400
}

.popupViewGeoTag .geotagMap {
    width: 300px;
    height: 400px;
    border: 4px dashed transparent
}

.popupViewGeoTag .geotagMap .logo-med {
    display: none
}

.popupViewGeoTag .clickOrTapInfo {
    display: none;
    opacity: 0;
    position: absolute;
    top: 235px;
    left: 305px;
    z-index: 9999;
    background-color: #FFF;
    border: 2px dashed #52a552;
    padding: 4px;
    font-weight: 700;
    width: 160px;
    text-align: center
}

.popupViewGeoTag .clickOrTapInfo.stickTop {
    top: 80px
}

.popupViewGeoTag .waitContainer {
    position: absolute;
    display: none;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center
}

.popupViewGeoTag .wait {
    width: 210px;
    text-align: center;
    border: 2px dashed #52a552;
    background-color: #FFF;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 700
}

.popupViewGeoTag .wait.error {
    color: red;
    width: 300px;
    border: 2px dashed red;
    font-weight: 400
}

.popupViewGeoTag .waitSpinner {
    margin-left: 6px;
    vertical-align: -2px
}

#builderPanel2 {
    position: absolute;
    display: none;
    z-index: 500;
    min-width: 180px;
    bottom: 150px;
    text-align: center;
    background-color: #E5E5E5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 11px 4px 3px;
    height: 30px
}

#builderPanel2 .text_edit_icon {
    vertical-align: -4px
}

#addPopupButton,
#importPopupButton,
#organizeSlidesButton {
    min-width: 85px;
    margin-left: 7px
}

#builderPanel3 {
    position: absolute;
    display: none;
    z-index: 499;
    min-width: 58px;
    bottom: 150px;
    left: 30px;
    text-align: center;
    background-color: #E5E5E5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 10px 4px;
    height: 30px
}

.colorSelectorPin {
    height: 27px;
    padding: 6px;
    margin-top: 3px;
    cursor: pointer
}

.selectedColor {
    border-radius: 4px;
    background-color: #777;
    cursor: default
}

#browserPopup {
    top: 27%!important
}

#browserPopup .browserExplain2 {
    margin-top: 15px
}

#basemapChooser {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 401;
    display: none
}

body.mobile-view #basemapChooser {
    display: none!important
}

#basemapChooser .esriBasemapGalleryLabelContainer {
    font-size: 14px
}

@media only screen and (max-height:708px) {
    #organizePopup {
        top: 50%;
        margin-top: -290px
    }
}

@media only screen and (max-height:577px) {
    #organizePopup {
        top: 0;
        margin-top: 0
    }
}

#organizePopup .modal-body {
    overflow: hidden;
    max-height: 500px
}

#organizePopup .gridContainer {
    width: 490px;
    height: 350px;
    overflow: auto;
    margin-top: 10px;
    margin-left: 15px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: none
}

#organizePopup .organizeHeader .generalCaption {
    margin-left: 40px;
    padding-top: 8px
}

#organizePopup .organizeHeader .buttonBar {
    float: right;
    margin-right: 40px
}

#organizePopup .picturesGrid {
    margin-left: 10px;
    margin-top: 10px
}

#organizePopup .picturesGrid li {
    text-align: center;
    list-style: none;
    float: left;
    width: 130px;
    height: 90px;
    overflow: hidden;
    background-color: #999;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

#organizePopup .picturesGrid img {
    cursor: pointer;
    max-width: 120px;
    max-height: 80px;
    margin-top: 5px
}

#organizePopup .numberLabel {
    background-color: red;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    color: #fff
}

#organizePopup .number-blue {
    background-color: #1880f3
}

#organizePopup .number-red {
    background-color: red
}

#organizePopup .number-green {
    background-color: #369A22
}

#organizePopup .number-purple {
    background-color: #8A26FD
}

#organizePopup .veil {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    opacity: .7;
    display: none;
    cursor: pointer
}

#organizePopup .halo {
    position: absolute;
    top: 0;
    left: 0;
    border: solid;
    border-width: 3px;
    border-color: red;
    cursor: pointer;
    display: none
}

#btnDelete,
#organizePopup #btnHide {
    min-width: 85px
}

#organizePopup .savePopover {
    width: 260px
}

#organizePopup .organizeFooter {
    margin-top: 6px
}

#organizePopup .organizeIntro {
    margin-left: 5px
}

#organizePopup .btnReset {
    float: right
}

#addPopup {
    overflow: visible
}

@media only screen and (max-height:708px) {
    #addPopup {
        top: 50%;
        margin-top: -284px
    }
}

@media only screen and (max-height:567px) {
    #addPopup {
        top: 0;
        margin-top: 0
    }
}

.modal .modal-body {
    max-height: none
}

#addPopup .modal-body {
    overflow: visible
}

.addPopupHeader {
    width: 100%;
    margin-top: -3px
}

.addPopupHeader button {
    border-radius: 0!important;
    width: 34%
}

#addPopup label {
    font-weight: 700;
    display: block
}

#addPopup input {
    display: block;
    margin-bottom: 10px
}

#addPopup .locationForm input {
    border: 1px solid #ccc;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tab-icon {
    float: right;
    margin-left: 5px
}

.errorList {
    font-weight: 700;
    font-size: 14px;
    color: #c43d40;
    list-style: none;
    padding-left: 0
}

.maxPictureReached {
    display: none
}

#addPopup .imageUploadWrapper {
    color: #FFF;
    height: 380px;
    border: 4px dashed #848484
}

#addImageUploadFormPicture {
    text-align: center
}

.addNoteVideo {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size: 14px;
    font-style: italic;
    width: 100%;
    color: #000
}

.addNoteVideo>div {
    padding-left: 20px;
    padding-right: 20px
}

.pictureSize {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    text-align: left
}

.pictureSize input {
    display: inline-block!important;
    vertical-align: -5px!important;
    margin: 0 4px 2px 10px!important
}

.imageUploadWrapper a {
    margin-top: 160px
}

.leftPanel {
    display: table-cell;
    width: 320px;
    text-align: center;
    vertical-align: middle;
    float: left
}

.imagePreview {
    max-width: 100%;
    max-height: 300px
}

.imagePreviewName {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px #ccc solid;
    word-wrap: break-word
}

.rightPanel {
    float: right;
    max-height: 400px;
    width: 200px
}

.rightPanel .thumbnail .thumbnailFile {
    display: none
}

.rightPanel .thumbnail canvas {
    background-color: grey
}

.rightPanel .thumbnail .thumbnailForm {
    display: none
}

.cameraSettings {
    margin-top: 5px;
    font-size: 14px
}

.settingHeading {
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #888
}

.exifMinor {
    position: relative
}

.cameraSmallSettings {
    display: inline;
    background-color: #dadada;
    padding: 3px;
    margin-right: 5px;
    font-size: 11px;
    color: #777;
    line-height: 2.5em;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap
}

.changeThumbnail {
    color: #444;
    font-size: 10px;
    cursor: pointer
}

#addImageAttributesTypeChooser {
    margin-bottom: 13px
}

.addImageAttributes .video {
    display: none
}

.addImageAttributes td:nth-child(2) {
    padding-left: 20px
}

.addImageAttributes tr.fade {
    opacity: .5
}

.addImageAttributes img.click {
    cursor: pointer;
    width: 17px;
    vertical-align: 1px
}

.addImageAttributes img {
    margin-left: 3px
}

.addImageAttributes a img {
    margin-left: 2px
}

.addImageAttributes i {
    vertical-align: 4px;
    margin-left: 3px;
    display: inline-block
}

.addImageAttributes i.icon-exclamation-sign {
    vertical-align: 3px
}

.addImageAttributes .video input {
    display: inline-block!important
}

.addImageAttributes .video input[type=radio] {
    margin-right: 5px
}

.addImageAttributes .video input[type=text] {
    width: 250px!important
}

.addImageAttributes .video input[type=text].type {
    width: 310px!important
}

.addImageAttributes .video input[type=text].tourPointThumbUrl2 {
    width: 465px!important
}

.addImageAttributes input[type=text] {
    width: 97%
}

.video1-popover {
    min-width: 410px;
    width: 410px;
    max-width: 410px!important
}

.video2-popover {
    min-width: 350px
}

.addText input,
.addText textarea {
    position: relative;
    left: 0;
    top: 0;
    width: 97%
}

.addLocation input,
.addLocation label {
    display: inline!important
}

.addLocation label:not(:first-child) {
    margin-left: 8px
}

.addLocation input {
    font-size: 12px;
    height: 14px;
    vertical-align: 2px;
    width: 54px
}

.pinSelector {
    width: 22px;
    padding: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: -3px
}

.pinSelector.selected {
    border: 2px solid #666;
    padding-left: 5px
}

#locateMap {
    position: relative;
    width: 100%;
    height: 337px
}

#geocoder {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 20px;
    left: 20px
}

#geocoder input {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#geocoder .esriGeocoderActive {
    border-bottom: 2px solid #666
}

@media only screen and (max-height:708px) {
    #helpPopup {
        top: 50%!important;
        margin-top: -304px
    }
}

@media only screen and (max-height:607px) {
    #helpPopup {
        top: 0!important;
        margin-top: 0
    }
}

#helpPopup .modal-body {
    height: 359px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #helpPopup .modal-body {
        height: 370px
    }
}

#helpPopup .tab {
    min-width: 0
}

#helpPopup a {
    font-weight: 400;
    text-decoration: underline
}

#helpPopup ul {
    margin-left: 30px
}

#sharePopup .modal-body {
    overflow: visible
}

#sharePopup .hide {
    display: none
}

#sharePopup .header {
    margin-bottom: 15px
}

#sharePopup .question {
    margin-top: 15px;
    font-weight: 700
}

#sharePopup .answer {
    margin-top: 4px
}

#sharePopup .question strong {
    border-bottom: 1px dotted grey;
    cursor: pointer
}

#sharePopup .imgContainer {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

#sharePopup a:not(.btn) {
    color: #20C;
    font-weight: 400;
    text-decoration: underline
}

#sharePopup .share-link>div {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px
}

#sharePopup .not-shared {
    text-align: center
}

#sharePopup .not-shared .header {
    font-weight: 700;
    margin-bottom: 20px
}

#sharePopup .share-warning {
    display: none;
    margin-top: 20px;
    font-weight: 700!important;
    font-size: 14px;
    color: #c43d40!important
}

#sharePopup .share-warning a {
    color: #C43D40;
    font-weight: 700
}

#sharePopup .footer {
    margin-top: 30px
}

#sharePopup .footer .popover {
    max-width: 400px!important
}

#sharePopup .sharing-status.error a {
    font-weight: 700!important;
    font-size: 14px;
    color: #c43d40!important;
    margin-top: 8px
}

#sharePopup .modal-footer .error {
    max-width: 460px;
    text-align: left;
    margin-top: -5px
}

#footerMobile,
#headerMobile,
#infoPanel,
#introPanel,
#listPanel,
#openHeaderMobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tpImgPane {
    position: absolute;
    border: 3px solid #fff;
    height: 70px;
    width: 70px;
    top: 12px;
    left: 12px;
    -webkit-box-shadow: 2px 2px 3px 0 #444;
    box-shadow: 2px 2px 3px 0 #444;
    overflow: hidden
}

.tpImgContainer {
    height: 74px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 70px
}

.tpImgPane img {
    max-width: 70px;
    max-height: 70px
}

.tpTextPane {
    margin-left: 104px;
    padding-right: 6px
}

.tpIcon {
    position: absolute
}

body.notNumbered .tpIcon {
    display: none
}

.tpName {
    padding-top: 9px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    max-height: 24px
}

.tpDescription {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 52px;
    word-wrap: break-word;
    line-height: 18px;
    margin-top: 2px
}

.tourPointName {
    font-size: 24px;
    margin-left: 68px;
    margin-top: 12px;
    margin-right: 90px;
    text-align: left;
    word-wrap: break-word;
    min-height: 30px
}

.tourPointDescription {
    font-size: 14px;
    margin: 15px 5% 0;
    text-align: left;
    word-wrap: break-word
}

.tourPointImg {
    margin-top: 10px;
    max-width: 90%;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 2px 3px 0 #444;
    box-shadow: 2px 2px 3px 0 #444
}

body.notNumbered .tourPointIcon {
    display: none
}

body.notNumbered .tourPointName {
    margin-left: 40px
}

.tourPointIframe {
    margin-top: 10px;
    width: 90%;
    height: 500px;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 2px 3px 0 #444;
    box-shadow: 2px 2px 3px 0 #444
}

#footerMobile {
    display: none;
    height: 100px;
    border-top: 1px solid #999
}

#footerMobile .carousel {
    height: 100%;
    -ms-touch-action: none
}

#footerMobile .carousel .tpPreview {
    height: 100px;
    cursor: pointer
}

@media screen and (max-width:767px) {
    #footerMobile .carousel .tpPreview {
        cursor: default
    }
}

#footerMobile .carousel>div>div {
    overflow: hidden
}

#footerMobile .builderMobileContainer {
    display: none;
    position: absolute;
    width: 100%;
    text-align: right;
    margin-top: -33px;
    height: 22px;
    right: 5px;
    z-index: 499
}

#introPanel {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    text-align: center;
    overflow: auto;
    min-height: 100%;
    background-color: grey;
    z-index: 2000;
    width: 100%;
    max-width: 100%;
    height: 100%
}

#introPanel .tourPointName {
    margin-left: 0;
    padding: 0 5%
}

#introPanel button {
    margin-bottom: 45px
}

#listPanel {
    display: none;
    z-index: 500;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: none
}

.listWrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    -ms-touch-action: none
}

.listScroller {
    padding: 0 0 41px;
    cursor: pointer
}

body.hasTouch .listWrapper>div:nth-child(2) {
    display: none
}

.listWrapper>div:nth-child(2) {
    z-index: 1!important
}

.listItem {
    position: relative;
    height: 100px;
    border-bottom: #444 1px solid
}

#infoPanel {
    display: none;
    height: 100%;
    min-height: 100%
}

#infoCarousel {
    text-align: center;
    overflow: auto;
    height: 100%;
    min-height: 100%;
    -ms-touch-action: none
}

#infoCarousel>div>div {
    overflow: hidden
}

.iconHolder {
    position: absolute;
    left: 32px;
    top: 0;
    text-align: left
}

.iconHolder img {
    height: 40px;
    width: 32px;
    margin: 10px 5% 5px
}

@media screen and (min-width:768px) {
    #infoPanel,
    #introPanel,
    #listPanel {
        display: none!important
    }
    #contentPanel {
        display: block!important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #footer {
        height: 160px
    }
    .modern-layout #footer {
        height: 140px
    }
}

@media screen and (min-width:768px)and nikola {
    #picturePanel {
        display: none!important
    }
}

@media screen and (max-width:767px),
screenand nikola {
    #headerDesktop {
        display: none
    }
    #header {
        height: 41px!important;
        background-color: #E5E5E5
    }
    #picturePanel {
        display: none
    }
    #mapPanel {
        width: 100%!important
    }
    #footerDesktop {
        display: none
    }
    #footerMobile,
    #headerMobile,
    #openHeaderMobile {
        display: block
    }
    #loadingOverlay {
        top: 0
    }
    #builderPanel2,
    #builderPanel3,
    .modal,
    .modal-backdrop {
        display: none!important
    }
}