/* Enterprise Private Cloud configuration tour.
   developer: yhechler
   ========================================================================== */

iframe {
    -webkit-box-shadow: 5px 5px 42px 2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 5px 5px 42px 2px rgba(0, 0, 0, 0.27);
    box-shadow: 5px 5px 42px 2px rgba(0, 0, 0, 0.27);
    margin: 0;
    padding: 0;
    display: block;
    border:0;
}

.top-iframe {
    text-align: justify;
    padding: 0;
    margin: 0;
    width: 966px;
    height: 22px;
    background: url('../img/top-window.png') no-repeat;
    background-size: 966px auto;
}

button {
    border: 0;
}

button:focus {
    outline: none;
}

#first-slide {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat 0px 0px;
    vertical-align: middle;
}

#previous-slide {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat -9px 0px;
    vertical-align: middle;
}

#next-slide {
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat -40px 0px;
    vertical-align: middle;
}

#last-slide {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat -57px 0px;
    vertical-align: middle;
}

#first-slide:hover {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat 0px -20px;
    vertical-align: middle;
}

#previous-slide:hover {
    display: inline-block;
    width: -20px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat -9px -20px;
    vertical-align: middle;
}

#next-slide:hover {
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat -40px -20px;
    vertical-align: middle;
}

#last-slide:hover {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/buttons-sprite.png') no-repeat -57px -20px;
    vertical-align: middle;
}

.slide-nav-wrapper {
    background: #292929;
    display: block;
    width: 968px;
    height: 22px;
    position: fixed;
    top: 0;
}

img.slide {
    margin-top: 50px;
    margin-left: 50px;
}

.slide-nav {
    display: block;
    width: 86px;
    height: 20px;
    margin: 0 auto;
}

#configuration-tour #heading p {
    color: #535353;
    font-size: 28px;
    font-weight: 300;
    line-height: 43px;
    width: 100%;
}

.download-wrapper span.download-msg {
    display: inline-block;
    width: 965px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.download-wrapper {
    width: 965px;
    display: inline-block;
    margin: 30px auto auto auto;
}

.download-wrapper span.download-img {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../img/download.png) no-repeat 0px 0px;
    vertical-align: middle;
    margin: 0 auto;
    padding-right: 10px;
}

.download-wrapper span.download-img:hover,
.download-wrapper span.download-img.hover {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../img/download.png) no-repeat 0px -18px;
    vertical-align: middle;
}