.start.notheme .esriSignInDialog {
    font-family: Helvetica, 'sans-serifs';
    background-color: #48484b;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: .688em;
    padding: 0
}

.start.notheme .esriSignInDialog .dijitDialogTitleBar {
    background-color: #2c2d2e;
    font-size: 1.5em;
    padding: 5px 8px;
    cursor: move
}

.start.notheme .esriSignInDialog .dijitDialogCloseIcon {
    float: right;
    cursor: pointer;
    position: relative;
    top: -2px;
    right: 1px
}

.start.notheme .esriSignInDialog .dijitDialogPaneContentArea {
    padding: 5px 7px 4px 7px
}

.start.notheme .esriSignInDialog .dijitDialogPaneActionBar {
    padding: 5px 8px 14px;
    text-align: right
}

.start.notheme .esriSignInDialog .dijitButtonNode {
    padding: 4px 12px;
    color: #fff;
    font-weight: bold;
    background-color: #12a5f4
}

.start.notheme .dijitDialogPaneActionBar .dijitButton:last-child .dijitButtonNode {
    background: #7c7c7c
}

.start.notheme .esriSignInDialog .dijitButtonHover .dijitButtonNode {
    background-color: #2aaef5
}

.start.notheme .esriSignInDialog .dijitTextBox {
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #48484b;
    color: #000;
    margin-top: 3px
}

.start.notheme .esriSignInDialog .dijitTextBox .dijitInputField {
    padding-left: 5px
}

.start.notheme .esriSignInDialog .dijitInputInner {
    border: 0 !important;
    vertical-align: middle !important;
    background-color: transparent !important;
    width: 100% !important
}

.start.notheme .esriSignInDialog .dijitTextBox .dijitInputInner {
    padding: 1px 2px 1px 0;
    outline: 0
}

.start.notheme .esriSignInDialog .dijitTextBox .dijitValidationContainer,
.start.notheme .esriSignInDialog .dijitToggleButtonIconChar {
    display: none !important
}

.start.notheme .dijitButton {
    margin: .2em;
    vertical-align: middle;
    cursor: pointer
}

.start.notheme .dijitOffScreen {
    position: absolute;
    left: 50%;
    top: -10000px
}

.start.notheme .esriSignInDialog .esriErrorMsg {
    background: #c0392b;
    padding: 3px
}

.start.notheme .esriSignInDialog .dijitTextBoxHover,
.start.notheme .esriSignInDialog .dijitTextBoxFocused {
    border-color: #12a5f4;
    -ms-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.start.notheme .esriSignInDialog .dijitTextBoxError {
    border-color: #c0392b;
    border-right-width: 10px;
    position: relative
}

.start.notheme .esriSignInDialog .dijitTextBoxError:after {
    content: '!';
    position: absolute;
    right: -7px;
    top: 1px;
    color: #FFF;
    font-size: 17px
}

.dj_ie .start.notheme .dijitInputInner,
.dj_gecko .start.notheme .dijitInputInner {
    height: 22px
}

.start .splashScreen .anim_bg .progress {
    background-color: #3c3c3c
}

.start {
    background: #fff !important
}

.started {
    background-color: white;
    background-image: none
}

.started .splashScreen {
    display: none !important
}

html,
body,
.splashScreen {
    margin: 0;
    padding: 0;
    height: 100%
}

.splashScreen {
    color: #fff;
    background: #2c2d2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 15px
}

.splashScreen {
    font-family: sans-serif
}

.splashScreen .splashHeader {
    font-size: 1.2em;
    margin-top: 1em;
    font-weight: 100;
    font-weight: normal;
    font-size: 1.07rem;
    min-height: 1em;
    line-height: 1.2857em;
    margin: calc(1.85715rem) 0 1rem
}

.splashScreen .launchLog {
    transition: opacity .5s ease-in-out
}

.splashScreen .launchLog--error {
    color: red
}

.splashScreen .launch__bundles {
    font-size: .8rem;
    padding-left: .8rem;
    color: red;
    /*rgba(94, 94, 94, .7);*/
    position: absolute;
    bottom: 0;
    left: 0
}

.splashScreen .launch__animation {
    position: relative;
    /*    width: 600px;
        height: 60px;*/
    top: 750px;
    text-align: center;
    animation-duration: 6s
}

.splashScreen .dot-outer {
    display: inline-block
}

.splashScreen .dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #004494;
    position: absolute;
    left: 0;
    top: 0;
    animation: bring-in-small-dots 3s infinite ease-in-out
}

.splashScreen--error .dot {
    animation-play-state: paused
}

.splashScreen .dot-outer:first-child .dot {
    animation-name: bring-in-and-scale-first-dot
}

.splashScreen .dot-outer:last-child .dot {
    animation-name: bring-in-and-scale-last-dot
}

.splashScreen .dot-1 {
    animation-delay: 0;
}

.splashScreen .dot-2 {
    animation-delay: .21s
}

.splashScreen .dot-3 {
    animation-delay: .42s
}

.splashScreen .dot-4 {
    animation-delay: .63s
}

.splashScreen .dot-5 {
    animation-delay: .84s
}

.splashScreen .dot-6 {
    animation-delay: 1.05s
}

@keyframes splashscreen-fadeout {
    from {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        display: none
    }
}

@keyframes bring-in-small-dots {
    from {
        opacity: 0;
        transform: translateX(0)
    }

    25% {
        opacity: 1
    }

    35% {
        transform: translateX(285px)
    }

    65% {
        transform: translateX(285px)
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(585px)
    }
}

@keyframes bring-in-and-scale-last-dot {
    from {
        opacity: 0;
        transform: translateX(0) scale(1)
    }

    25% {
        opacity: 1
    }

    30% {
        transform: translateX(285px) scale(1)
    }

    31% {
        transform: translateX(285px) scale(1.7)
    }

    40% {
        transform: translateX(285px) scale(1.7)
    }

    65% {
        opacity: 1;
        transform: translateX(285px) scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(585px)
    }
}

.start.notheme .esriSignInDialog {
    font-family: Helvetica, 'sans-serifs';
    background-color: #48484b;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: .688em;
    padding: 0
}

.start.notheme .esriSignInDialog .dijitDialogTitleBar {
    background-color: #2c2d2e;
    font-size: 1.5em;
    padding: 5px 8px;
    cursor: move
}

.start.notheme .esriSignInDialog .dijitDialogCloseIcon {
    float: right;
    cursor: pointer;
    position: relative;
    top: -2px;
    right: 1px
}

.start.notheme .esriSignInDialog .dijitDialogPaneContentArea {
    padding: 5px 7px 4px 7px
}

.start.notheme .esriSignInDialog .dijitDialogPaneActionBar {
    padding: 5px 8px 14px;
    text-align: right
}

.start.notheme .esriSignInDialog .dijitButtonNode {
    padding: 4px 12px;
    color: #fff;
    font-weight: bold;
    background-color: #12a5f4
}

.start.notheme .dijitDialogPaneActionBar .dijitButton:last-child .dijitButtonNode {
    background: #7c7c7c
}

.start.notheme .esriSignInDialog .dijitButtonHover .dijitButtonNode {
    background-color: #2aaef5
}

.start.notheme .esriSignInDialog .dijitTextBox {
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #48484b;
    color: #000;
    margin-top: 3px
}

.start.notheme .esriSignInDialog .dijitTextBox .dijitInputField {
    padding-left: 5px
}

.start.notheme .esriSignInDialog .dijitInputInner {
    border: 0 !important;
    vertical-align: middle !important;
    background-color: transparent !important;
    width: 100% !important
}

.start.notheme .esriSignInDialog .dijitTextBox .dijitInputInner {
    padding: 1px 2px 1px 0;
    outline: 0
}

.start.notheme .esriSignInDialog .dijitTextBox .dijitValidationContainer,
.start.notheme .esriSignInDialog .dijitToggleButtonIconChar {
    display: none !important
}

.start.notheme .dijitButton {
    margin: .2em;
    vertical-align: middle;
    cursor: pointer
}

.start.notheme .dijitOffScreen {
    position: absolute;
    left: 50%;
    top: -10000px
}

.start.notheme .esriSignInDialog .esriErrorMsg {
    background: #c0392b;
    padding: 3px
}

.start.notheme .esriSignInDialog .dijitTextBoxHover,
.start.notheme .esriSignInDialog .dijitTextBoxFocused {
    border-color: #12a5f4;
    -ms-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.start.notheme .esriSignInDialog .dijitTextBoxError {
    border-color: #c0392b;
    border-right-width: 10px;
    position: relative
}

.start.notheme .esriSignInDialog .dijitTextBoxError:after {
    content: '!';
    position: absolute;
    right: -7px;
    top: 1px;
    color: #FFF;
    font-size: 17px
}

.dj_ie .start.notheme .dijitInputInner,
.dj_gecko .start.notheme .dijitInputInner {
    height: 22px
}

.start .splashScreen .anim_bg .progress {
    background-color: #3c3c3c;
}

.start {
    background: #fff !important
}

.started {
    background-color: white;
    background-image: none
}

.started .splashScreen {
    display: none !important
}

html,
body,
.splashScreen {
    margin: 0;
    padding: 0;
    height: 100%
}

.splashScreen {
    color: #888;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 15px
}

.splashScreen {
    font-family: sans-serif
}

.splashScreen .splashHeader {
    font-size: 1.2em;
    margin-top: 1em;
    font-weight: 100;
    font-weight: normal;
    font-size: 1.07rem;
    min-height: 1em;
    line-height: 1.2857em;
    margin: calc(1.85715rem) 0 1rem
}

.splashScreen .launchLog {
    transition: opacity .5s ease-in-out
}

.splashScreen .launchLog--error {
    color: #e74c3c
}

.splashScreen .launch__bundles {
    font-size: .8rem;
    padding-left: .8rem;
    color: rgba(94, 0, 94, .7);
    position: absolute;
    bottom: 0;
    left: 0
}

.splashScreen .launch__animation {
    position: relative;
    width: 600px;
    /*    height: 60px;*/
    text-align: center;
    animation-duration: 6s
}

.splashScreen .dot-outer {
    display: inline-block
}

.splashScreen .dot {
    display: none;
    /*    width: 30px;
    height: 30px;*/
    border-radius: 100%;
    /*background: #16a085;rgba/*(212,0, 60, 1);rgba(12,157, 48, 1);rgba(0, 68, 148, 1);#e20101;#12a5f4;*/
    position: absolute;
    left: 0;
    top: 0;
    animation: bring-in-small-dots 3s infinite ease-in-out
}

.splashScreen--error .dot {
    animation-play-state: paused
}

.splashScreen .dot-outer:first-child .dot {
    animation-name: bring-in-and-scale-first-dot
}

.splashScreen .dot-outer:last-child .dot {
    animation-name: bring-in-and-scale-last-dot
}

.splashScreen .dot-1 {
    animation-delay: 0;
}

.splashScreen .dot-2 {
    animation-delay: .21s
}

.splashScreen .dot-3 {
    animation-delay: .42s
}

.splashScreen .dot-4 {
    animation-delay: .63s
}

.splashScreen .dot-5 {
    animation-delay: .84s
}

.splashScreen .dot-6 {
    animation-delay: 1.05s
}

@keyframes splashscreen-fadeout {
    from {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        display: none
    }
}

@keyframes splashscreen-fadein {
    from {
        opacity: 0
    }

    99% {
        opacity: 1
    }

    to {
        display: inline
    }
}

@keyframes bring-in-small-dots {
    from {
        opacity: 0;
        transform: translateX(0)
    }

    25% {
        opacity: 1
    }

    35% {
        transform: translateX(285px)
    }

    65% {
        transform: translateX(285px)
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(585px)
    }
}

@keyframes bring-in-and-scale-first-dot {
    from {
        opacity: 0;
        transform: translateX(-100px) scale(0.1)
    }

    /*    25% {
        opacity: 1
    }
    35% {
        transform: translateX(285px) 
    }
    65% {
        opacity: 1;
    }*/
    /*75% {
        opacity: 1;
        transform: translateX(285px) scale(1.3)
    }*/
    to {
        opacity: 1;
        transform: translateX(0px) scale(1)
    }
}

@keyframes turner {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}

@keyframes bring-in-and-scale-last-dot {
    from {
        opacity: 0;
        transform: translateX(0) scale(1)
    }

    25% {
        opacity: 1
    }

    30% {
        transform: translateX(285px) scale(1)
    }

    31% {
        transform: translateX(285px) scale(1.7)
    }

    40% {
        transform: translateX(285px) scale(1.7)
    }

    65% {
        opacity: 1;
        transform: translateX(285px) scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(585px)
    }
}

@keyframes perspect {
    0% {
        transform: perspective(300px) rotateY(0deg)
    }

    25% {
        transform: perspective(300px) rotateY(90deg)
    }

    50% {
        transform: perspective(300px) rotateY(180deg)
    }

    75% {
        transform: perspective(300px) rotateY(270deg)
    }

    100% {
        transform: perspective(300px) rotateY(360deg)
    }
}

.title_logo {
    /* margin-bottom: 50px; */
    z-index: 999;
    background: #ffffff91;
    /* width: 650px; */
    padding: 20px;
    height: 80px;
    top: 30%;
    padding-right: 100px;
}
.startLogoStart {
    background: url(images/logo.png) no-repeat left;
    animation: perspect 1s infinite linear;
    height: 90px;
    position: relative;
    background-position: center;
    zoom: 1;
    top: -60px;
    left: 55%;
    z-index: 999;
}

.titleString {
    position: relative;
    font-size: 3.0em;
    color: rgb(20, 19, 19);
   top: 20%;
    z-index: 999;
}

.startImage {
    animation: splashscreen-fadein 0.5s linear;
    /*  background: url(images/regiomap_3d.jpg) no-repeat left;*/
    background: url(images/startimage.png) no-repeat left;
    transform: scale(1.4);
    height: 100%;
    width: 100%;
    background-position: center;
}

.ctTpl_seasons[class*='ctLayout_mobile_'] .startImage {
    animation: splashscreen-fadein 0.5s linear;
    /*  background: url(images/regiomap_3d.jpg) no-repeat left;*/
    background: url(images/startimage.png) no-repeat left;
    transform: scale(0.5);
    height: 100%;
    width: 100%;
    background-position: center;
}

.ctTpl_seasons[class*='ctLayout_tablet_landscape'] .startLogoStart {
    transform: scale(0.1);
    position: unset;
    background-position: center;
}

.ctTpl_seasons[class*='ctLayout_mobile_'] .startLogoStart {
    height: 110px;
    width: 220px;
    margin-top: 2px;
    margin-left: 5px;
    float: left;
}

.splashHeader,
.splashBundle {
    display: none;
}