body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.point {
    border-radius: 5px;
    -moz-box-shadow: 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px rgba(0,0,0,0.3);
    box-shadow: 5px 5px rgba(0,0,0,0.3);
}

#insideFrame{
    overflow-x: hidden;
}
#insideFrame html {
    overflow-x: hidden;
}

#screen {
    overflow: hidden;
}

#divimg{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

#status-screen {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-align: center;
    width: auto;
    height: auto;
}

#skin {
    display: none;
}


#logo {
    overflow: hidden;
}

.active-point[action="1"]  { background-position: -210px 0px !important; cursor: pointer}
.active-point[action="11"]  { background-position: -210px 0px !important; cursor: pointer}
.active-point[action="2"]  { background-position: -30px 0px !important; cursor: pointer}
.active-point[action="3"]  { background-position: -330px 0px !important; cursor: pointer}
.active-point[action="4"]  { background-position: -390px 0px !important; cursor: pointer}
.active-point[action="5"] { border:2px solid green; cursor: pointer}
.active-point[action="6"]  { background-position: -150px 0px !important; cursor: pointer}
.active-point[action="17"]  { background-position: -1050px 0px !important; cursor: pointer}

.inactive-point[action="1"]  { background-position: -180px 0px !important; cursor: pointer}
.inactive-point[action="11"]  { background-position: -180px 0px !important; cursor: pointer}
.inactive-point[action="2"]  { background-position: 0px 0px !important; cursor: pointer}
.inactive-point[action="3"]  { background-position: 0px 0px !important; cursor: pointer}
.inactive-point[action="4"]  { background-position: -360px 0px !important; cursor: pointer}
.inactive-point[action="5"] { border:2px solid red; cursor: pointer}
.inactive-point[action="6"]  { background-position: -120px 0px !important; cursor: pointer}
.inactive-point[action="17"]  { background-position: -1020px 0px !important; cursor: pointer}


.active-point[action="1"],
.active-point[action="11"],
.active-point[action="2"],
.active-point[action="3"],
.active-point[action="4"],
.active-point[action="5"],
.active-point[action="6"],
.active-point[action="17"],
.inactive-point[action="1"],
.inactive-point[action="11"],
.inactive-point[action="2"],
.inactive-point[action="3"],
.inactive-point[action="4"],
.inactive-point[action="5"],
.inactive-point[action="6"],
.inactive-point[action="17"]
{
    cursor: pointer;
}


a.sm2_button, a.sm2_button.sm2_paused:hover {
    background-position: 0px 0px !important; 
}
a.sm2_button.sm2_playing, a.sm2_button.sm2_playing:hover {
    background-position: -30px 0px !important; 
}
a.sm2_button.sm2_paused, a.sm2_button.sm2_paused:hover {
    background-position: -60px 0px !important; 
}

.htmltopdfinfo {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

.htmltopdf-popup-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.htmltopdf-popup-message {
    font-size: 18px;
}

.div-point-image,
.quiz-multiple-wrapper
{
    display: none;
    position: absolute;
}

.div-point {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    /*opacity: 0.9;*/
    z-index: 2;
    border-radius: 5px;
/*    -moz-box-shadow: 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px rgba(0,0,0,0.3);
    box-shadow: 5px 5px rgba(0,0,0,0.3);*/
}

.div-point-resizable {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-radius: 5px;
/*    -moz-box-shadow: 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px rgba(0,0,0,0.3);
    box-shadow: 5px 5px rgba(0,0,0,0.3);*/
}

.div-point-image {
    background-size: 100% 100% !important;
}

.div-point-background {
    display: block !important;
    position: absolute;
    padding: 0;
    margin: 0;
    opacity: 1;
    border-radius: 0;
}

div[pageid] {
    display: none;
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

#modal {
    display: none;
    /*background-color: #fff;*/
    opacity: 0.9;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
}

#modal .ie8loader {
    background: url('gif-load.gif') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
}

/* loading animation */
#circularG{
    position:absolute;
    top: 42%;
    left: 42%;
    width:128px;
    height:128px
}

.circularG{
    position:absolute;
    background-color:#A6A6A6;
    width:29px;
    height:29px;
    -moz-border-radius:19px;
    -moz-animation-name:bounce_circularG;
    -moz-animation-duration:1.28s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:19px;
    -webkit-animation-name:bounce_circularG;
    -webkit-animation-duration:1.28s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:19px;
    -ms-animation-name:bounce_circularG;
    -ms-animation-duration:1.28s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:19px;
    -o-animation-name:bounce_circularG;
    -o-animation-duration:1.28s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:19px;
    animation-name:bounce_circularG;
    animation-duration:1.28s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#circularG_1{
    left:0;
    top:50px;
    -moz-animation-delay:0.48s;
    -webkit-animation-delay:0.48s;
    -ms-animation-delay:0.48s;
    -o-animation-delay:0.48s;
    animation-delay:0.48s;
}

#circularG_2{
    left:14px;
    top:14px;
    -moz-animation-delay:0.64s;
    -webkit-animation-delay:0.64s;
    -ms-animation-delay:0.64s;
    -o-animation-delay:0.64s;
    animation-delay:0.64s;
}

#circularG_3{
    top:0;
    left:50px;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
    -ms-animation-delay:0.8s;
    -o-animation-delay:0.8s;
    animation-delay:0.8s;
}

#circularG_4{
    right:14px;
    top:14px;
    -moz-animation-delay:0.96s;
    -webkit-animation-delay:0.96s;
    -ms-animation-delay:0.96s;
    -o-animation-delay:0.96s;
    animation-delay:0.96s;
}

#circularG_5{
    right:0;
    top:50px;
    -moz-animation-delay:1.12s;
    -webkit-animation-delay:1.12s;
    -ms-animation-delay:1.12s;
    -o-animation-delay:1.12s;
    animation-delay:1.12s;
}

#circularG_6{
    right:14px;
    bottom:14px;
    -moz-animation-delay:1.28s;
    -webkit-animation-delay:1.28s;
    -ms-animation-delay:1.28s;
    -o-animation-delay:1.28s;
    animation-delay:1.28s;
}

#circularG_7{
    left:50px;
    bottom:0;
    -moz-animation-delay:1.44s;
    -webkit-animation-delay:1.44s;
    -ms-animation-delay:1.44s;
    -o-animation-delay:1.44s;
    animation-delay:1.44s;
}

#circularG_8{
    left:14px;
    bottom:14px;
    -moz-animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
    -ms-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s;
}

@-moz-keyframes bounce_circularG{
    0%{
    -moz-transform:scale(1)}

    100%{
    -moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
    0%{
    -webkit-transform:scale(1)}

    100%{
    -webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
    0%{
    -ms-transform:scale(1)}

    100%{
    -ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
    0%{
    -o-transform:scale(1)}

    100%{
    -o-transform:scale(.3)}

}

@keyframes bounce_circularG{
    0%{
    transform:scale(1)}

    100%{
    transform:scale(.3)}

}