/* Spinners */
.spinner24 {
    width: 24px;
    height: 24px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 24px 24px;
}
.spinner44 {
    width: 44px;
    height: 44px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 44px 44px;
}
.spinner68 {
    width: 68px;
    height: 68px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 68px 68px;
}
.spinner108 {
    width: 108px;
    height: 108px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 108px 108px;
}
.spinner140 {
    width: 140px;
    height: 140px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 140px 140px;
}
.ie .spinner24,
.ie11 .spinner24,
.ie .spinner44,
.ie11 .spinner44,
.ie .spinner68,
.ie11 .spinner68,
.ie .spinner108,
.ie11 .spinner108,
.ie .spinner140,
.ie11 .spinner140 {
	background-image: url("img/loading/spinner.gif");
}
/* Loading Variants */
#initial_load {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    /* Enable GPU for Animations, if possible */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#initial_load > header {
    position: relative;
    height: 60px;
    background-color: #15ABFF;
    color: #FFF;
    box-sizing: border-box;
}
#initial_load > header > .white_logo {
    position: absolute;
    left: 0;
    z-index: 2;
    display: inline-block;
    margin: 15px 0 0 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#initial_load > div {
    position: relative;
    padding: 0 0 80px;
    margin: 80px auto 10px;
    box-sizing: border-box;
}
#initial_load > footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    color: #83929B;
    text-align: center;
    padding: 30px 0 4px;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#initial_load > footer > a {
    color: #83929B;
    text-decoration: none;
}
#initial_load > footer > span:not(.wd_copyright) {
    position: relative;
    top: 3px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 7px;
    background: #83929B;
}

#initial_load > div > .spinner68 {
    display: inline-block;
}
#initial_load > div > h1 {
    position: relative;
    top: -21px;
    display: inline-block;
    padding-left: 35px;
    font-size: 35px;
    font-weight: 100;
    color: rgba(75,90,104,.65);
}

#loading_at_share_popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-position: center 57px;
    background-color: #FFF;
}

#loading_at_share_popup > span {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #4B5A68;
    line-height: 28.8px;
}

#spinner_at_popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-position: center 57px;
    background-color: #FFF;
}

#spinner_at_popup > span {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #4B5A68;
    line-height: 28.8px;
}

#spinner_dialog {
	display:none;
}