html {
    width: 100%;
    /*height:100%;*/
    overflow-x: auto;
    overflow-y: auto;
    ;

}

body {
    margin: 0px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color:rgb(140, 234, 49)  !important;*/
    background: rgb(140, 234, 49) url(../images/background.jpg);
    /* background-repeat: repeat-y; */
    /*height: 100%*/
}

body:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*   height: 100%;*/
    opacity: 0.8;
    z-index: -1;
    /*background: rgb(140, 234, 49) url(../images/backgrounds/a.jpg) repeat right top;
    background-repeat: repeat-y;*/

}

.img-title {
    position: absolute;
    bottom: 0px;
    /* left: 10px; */
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #222222;
    /* height: 75px; */
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 6px;
}

@media screen and (max-width: 992px) {
    .img-title {
        position: absolute;
        bottom: 0px;
        /* left: 10px; */
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.7);
        color: #222222;
        /* height: 75px; */
        width: 100%;
        text-align: center;
        line-height: 1;
        padding: 5px 2px;
    }

    #game-modal-content .close .glyphicon.glyphicon-remove {
        font-size: 13px;
        top: -2px;
        color: #337ab7;
    }

    #game-modal-content .close {
        background: transparent !important;
        border: 2px solid #337ab7 !important;
        border-radius: 5px;
        color: #337ab7;
        border-radius: 4px;
        height: 21px;
        width: 23px;
        top: 3px;
    }



    /****/

    .customicon-picture {
        width: 32px !important;
        height: 32px !important;
        margin-right: .3em;
    }

    .customicon-film {
        width: 36px !important;
        height: 32px !important;
        margin-right: .3em;
    }

    .customicon-gamepad {
        width: 32px !important;
        height: 32px !important;
        margin-right: .3em;
    }

    .customicon-music {
        width: 32px !important;
        height: 32px !important;
        margin-right: .3em;
    }

    /*****/
}

img.lazy {
    width: 1024;
    height: 467;
    display: block;
}

#mute-unmute-img .icon-volume-off {
    padding: 4px 12px
}

#mute-unmute-img {
    text-decoration: none !important;
}

body.coperta-bg:after {}

.amii-icon {
    /* color: #e011d8;
    border: #c322c7 2px solid !important;
    background-color: #d3f776;*/
    /*-webkit-animation: fadeinout 2s linear infinite forwards;
    animation: fadeinout 2s linear infinite forwards;
    -moz-animation: fadeinout 2s linear infinite forwards;
    -ms-animation: fadeinout 2s linear infinite forwards;
    -o-animation: fadeinout 2s linear infinite forwards;*/

}

.amii-icon:hover {
    -webkit-box-shadow: 0px 0px 2px 2px #dcd5d1;
    -moz-box-shadow: 0px 0px 3px 5px #f2e1f2;
    box-shadow: 0px 0px 2px 2px #cdcdcd;
    background-color: #ebe5e5
}

@-webkit-keyframes fadeinout {
    0% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.7);
    }

    50% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.9);
        background-color: rgb(91, 202, 245);
    }

    100% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.8);
    }
}

@keyframes fadeinout {
    0% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.7);
    }

    50% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.9);
        background-color: rgb(91, 202, 245);
    }

    100% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.8);
    }
}

@-moz-keyframes fadeinout {
    0% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.7);
    }

    50% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.9);
        background-color: rgb(91, 202, 245);
    }

    100% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.8);
    }
}

@-ms-keyframes fadeinout {
    0% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.7);
    }

    50% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.9);
        background-color: rgb(91, 202, 245);
    }

    100% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.8);
    }
}

@-o-keyframes fadeinout {
    0% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.7);
    }

    50% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.9);
        background-color: rgb(91, 202, 245);
    }

    100% {
        box-shadow: 0px 0px 2px 1px rgba(195, 34, 199, 0.8);
    }
}


.amii-icon:hover {
    background-color: #ffffff;
    cursor: pointer;
}

.amii-container {

    position: absolute;
    box-shadow: 0px 1px 2px 1px #495a65;
    z-index: 100;
    /*//amii-container*/
}

.boxshadow {
    box-shadow: 0px 1px 2px 1px #495a65;
}

.coperta-bg .arrow-next {
    position: absolute;
    top: 50%;
    right: 40px;
}

#image-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*  height: 100%;*/
    opacity: 0.4;
    z-index: -1;
}

#avatar-div {
    position: absolute;
    z-index: 100;
    width: 68px;
    height: 100px;
    margin-left: 60px;
    margin-top: 10px;
    background-size: cover;
}

#content-div {
    position: relative;
    /*  transform-origin: left center 0;*/
}

#wrapper-div,
#content-div {
    height: 773px;
    width: 1200px;
    margin: auto;

}

#trompi-coperta {
    position: absolute;
    bottom: 0%;
    width: 22%;
}

#avatar-content-div {
    position: absolute;
    width: 300px;
    height: 435px;
    bottom: 250px;
    left: 50px;
}

#content {
    position: relative;
    width: 100%;
    min-height: 100px;
    /*overflow: hidden;*/
}

#top-bar-div {
    position: fixed;
    height: 52px;
    width: 100%;
    padding: 4px;
    text-align: center;
    z-index: 1000;
    background-color: rgba(36, 85, 134, 0.48);
}

#hide_meniu {
    position: fixed;
    left: 50%;
    margin-top: -17px;
    z-index: 1001;
}

.hide_menu_i {
    border-radius: 27px !important;
    padding: 12px 12px 0px 12px !important;
    background-color: rgba(23, 52, 58, 0.53) !important;
    border: none !important;
    text-decoration: none !important;
}

#app-content-div {
    position: relative;
    /*  height: 100%;*/
    width: 100%;
    height: auto !important;
    min-height: 100px;
    /*overflow: hidden;*/
}

.book-content-div {
    position: relative;
    width: 100%;
    min-height: 100px;
    height: auto;
    padding-top: 53px;
    overflow: hidden !important;
}

#slider-wrapper-div {
    /*center vertically and horizontally*/
    position: relative;
    /*top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    margin: auto;
    min-height: 100px;
    overflow: hidden !important;
    height: auto !important;
}

#about-manual-modal-body .container {
    width: 750px;
    font-size: 16px;
}

#about-manual-modal-body .container p {
    color: #333;
}

#about-manual-modal-body #content-div {
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
}

#about-manual-modal-body #content-div img {
    width: 60px;
    height: auto;
}

#about-manual-modal-body .header {
    font-size: 22px !important;
    margin-bottom: 20px;
    margin-top: 25px;
}

#about-manual-modal-body .title {
    font-size: 20px;
    padding-top: 10px;
    cursor: default;
}

#about-manual-modal-body .title:hover {
    background-color: #ffffff !important;
}

#about-manual-modal-body .content>ul>li {
    margin-bottom: 35px;
}

#about-manual-modal-body .content li>p {
    margin-left: 30px;
}

#about-manual-modal-body .helpInfo>.title1 {
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #b6e3f1;
    border-radius: 10px;
    padding: 20px 10px;
    color: #000;
    font-size: 22px
}

.title1 a {
    color: #2a819b !important;
}

.title1 a:hover {
    color: #1e5b6e !important;
}


#about-manual-modal-body .media>.media-body {
    vertical-align: middle;
    padding-left: 10px;
}

#about-manual-modal-body .bigImg {
    display: block;
    text-align: -webkit-center;
    margin-bottom: 15px;
}

#about-manual-modal-body .content div.media:last-child {
    margin-bottom: 20px;
}

#about-manual-modal-body .custom-media {
    max-width: 60px;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

#table-of-contents-div {
    display: none;
    position: fixed;
    margin-top: 58px;
    padding-bottom: 58px;
    width: 420px;
    height: 100%;
    /*border-right: 3px solid rgb(23, 23, 108);*/
    /*background-color:rgba(245, 241, 248, 0.3);*/
    overflow: hidden;
    z-index: 9998;
    box-shadow: 0 0 20px rgba(14, 18, 21, .38);
    background-color: rgba(35, 93, 107, 0.63);

    /* -webkit-transform: translate3d(-288px,0,0);*/
    /* transform: translate3d(-388px,0,0);*/
    box-shadow: 0 0 10px rgba(243, 250, 255, 0.79);

}

@media only screen and (min-width : 1024px) {
    #table-of-contents-div {
        height: calc(100% - 150px);
    }
}

.panel {
    background: none;
    border: none;
}

#table-of-contents-panel {
    margin-top: 0px;
}

#table-of-contents-panel.panel {
    border-radius: 0 !important;
    box-shadow: none;
    /*border-bottom:1px solid #B2DB57;*/
}


#coperta {
    position: Relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;

}

#wrapper-div {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
}

#trompi-coperta {
    position: absolute;
    bottom: 0%;
    width: 22%;
}

.arrow-next .glyphicon {
    font-size: 40px;
}

.with-table-of-contents {
    width: 100%;
}

.page-nav {
    position: fixed;
    bottom: 2px;
    margin-top: -30px;
    font-size: 60px;
    /* opacity: .6; */
    cursor: pointer;
    color: #A61280;
    z-index: 3;
}

.page-nav:hover {
    color: #E541BB;
}

#page-nav-left {
    left: 10px;
}

#page-nav-right {
    right: 10px;
}

.b {
    border-left: none;
    border-right: none;
}

.goto {
    height: 44px !important;
    background-color: #103944 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

#search-by-page-div {
    width: 170px;
    vertical-align: center;
    float: right;
    margin-right: 10px;
}

#search-by-page-number-form {
    display: inline-block;
    margin-bottom: 0px;
    float: right;
    margin-right: 10px;
}

#table-of-contents-button {
    /*width: 35px;
    height: 35px;*/
    float: left;
    cursor: pointer;
}

#about-manual-button {
    /*width: 30px;
    height: 25px;*/
    float: left;
    /*margin-left:5px;*/
    display: inline-block;
    cursor: pointer;
    /*margin-top:5px;*/
}

#fullscreen-button {
    /*  margin-top: 3px;
    width: 27px;
    height: 27px;*/
    float: right;

    cursor: pointer;
}

.unit {
    /*font-weight: bold;*/
    cursor: pointer;
}

.title {
    cursor: pointer;
}

.active-title,
.title-has-hover:hover {
    background-color: #235d6b !important;
}

.amii {
    position: absolute;
    cursor: pointer;
}

.modal-dialog {
    width: auto !important;

    /*overflow: hidden !important;*/
}

.modal-content {
    margin-left: auto !important;
    margin-right: auto !important;

    background-color: gray !important;
    border: 5px solid #A61280;

    /*overflow: hidden !important;*/
}

.modal-body {
    overflow: hidden !important;
    padding: 0px;
    width: 100%;
    height: 100%;
}


#game-modal-iframe,
#about-manual-modal-iframe {
    border: 0px;

    /*overflow: hidden !important;*/
}

#audio-modal-body {
    background: rgb(140, 234, 49) url(../images/auditie.png) repeat right top;
    background-repeat: repeat-y;
}

#audio-modal-audio,
#video-modal-video,
#game-modal-iframe,
#about-manual-modal-iframe,
#photo-modal-iframe {
    width: 100% !important;
    height: 100% !important;
}

#photo-modal-img {

    /* max-width: 1000px;
    max-height: 700px;*/
    max-width: 1105px;
    max-height: 850px;
    width: 100%;
    height: auto;
}

.zinout {
    font-size: 26px;
    color: #ffffff;
    border: solid 2px #bdced8;
    border-radius: 4px;
    background-color: rgba(31, 44, 60, 0.38);
    margin: 0px 3px;
}

.zin>.glyphicon {
    top: 2px;
}

#zin {
    position: absolute;
    top: 3px;
    left: 58px;
    z-index: 9999;
    font-size: 27px;
    color: #3a5280;
    border: solid 1px #bdced8;
    border-radius: 6px;
    background-color: #e8eef5;
    display: inline-block;
    padding: 3px 10px 0px 7px;
    text-align: center;
}

#zout {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 9999;
    font-size: 27px;
    color: #3a5280;
    border: solid 1px #bdced8;
    border-radius: 6px;
    background-color: #e8eef5;
    display: inline-block;
    padding: 3px 10px 0px 7px;
    text-align: center;
}

#zrefresh {
    position: absolute;
    top: 4px;
    left: 113px;
    z-index: 9999;
    font-size: 27px;
    color: #3a5280;
    border: solid 1px #bdced8;
    border-radius: 6px;
    background-color: #e8eef5;
    display: inline-block;
    padding: 3px 10px 0px 7px;
    text-align: center;
}

@media only screen and (max-device-width : 1100px) {
    .page-nav {
        font-size: 36px
    }

    #page-nav-right {
        right: -2px;
    }

    #page-nav-left {
        left: -2px;
    }

    .glyphicon {
        font-weight: 600 !important
    }
}

/* Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */

    #zin {
        font-size: 20px;
    }

    #zout {
        font-size: 20px;
    }

    #zrefresh {
        font-size: 20px;
    }
}

#zrefresh>.glyphicon {
    top: 2px;
    left: 2px;
}

#zout>.glyphicon {
    top: 2px;
    left: 2px;
}

#zin>.glyphicon {
    top: 2px;
    left: 2px;
}

/*#photo-modal-iframe {
    
    width: 1000px;
    height: 700px;
}*/
#photo-modal-content {
    background: #ffffff !important;
    text-align: center;
    display: table;
    vertical-align: middle;
}

.modal-body#photo-modal-body {
    display: table-cell;
    vertical-align: middle;

}

.modal-body {
    padding: 0px !important;
    max-height: 700px !important;
}

.modal {
    background-color: rgba(37, 25, 25, 0.39) !important;
}

.modal-dialog {
    z-index: 9999;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.1 !important;
}

.modal {
    top: 0 !important;
    width: 100% !important;
    ;
    margin-left: 0px !important;
    overflow: hidden;
}

button.close {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: rgba(226, 228, 230, 0.77) !important;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    opacity: 1 !important;
    border: 0px solid #A61280 !important;
    outline: none;
    z-index: 1;

}

button.close:hover {
    background-color: #d9f3f9;

}

button.close-hover {
    background-color: #d9f3f9 !important;

}

#video-modal-video {
    background-color: aliceblue;
}

.modal-content {
    background-color: #fefefe !important;
}

.glyphicon-remove {
    width: 20px;
    height: 20px;
    margin-right: 1px;
    top: 2px;
    color: #0b537f;
    text-shadow: none;
}

.glyphicon-remove-hover {
    /*color: white;*/
}

.modal-open {
    padding-right: 0px !important;
}

/*cuprins panel*/
.panel-default>.panel-heading {
    color: #fff;
    background: #1a2e33 url(../images/list-icon-tree.png) no-repeat scroll left center;
    padding-left: 30px;
    /*line-height: 18px;*/
    border-color: #345a8c !important;
    /* border-width: 2px; */
}

.panel-heading+.collapsing>.list-group .list-group-item:first-child,
.panel-heading+.collapse>.list-group .list-group-item:first-child {
    border-top-width: 0;

}

.collapse-panel {
    background-color: #f1fcff;
}

.panel>.collapsing>.list-group .list-group-item,
.panel>.collapse>.list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
    background: #f1fcff;
    padding-left: 8px;
}

li#title-unit-1-lesson-5 {
    padding-right: 115px;
}

.active-title,
.title:hover {
    background: #b6e3f1 no-repeat scroll 5px center !important;
}

.list-group-item {
    /*background: url("../images/list-icon-cloud.png") no-repeat scroll 5px center ;!important;*/
}

.panel>.collapsing>.list-group,
.panel>.collapse>.list-group {
    margin-bottom: 0;
}

.badge {
    position: absolute;
    right: 10px;
    background-color: #A61280;
    top: 30%;
}

ul.table-of-contents-list li {
    position: relative;
    padding-right: 57px;
    /*font-weight:bold;*/
}

.tooltip {
    position: fixed;
    font-size: 14px;
    opacity: 1 !important;
    font-smooth: never;
    -webkit-font-smoothing: none;
    text-shadow: none !important;
    z-index: 9999;
}

.tooltip.in {
    opacity: 1 !important;
}

.active-unit {
    color: #fff !important;
    background: #235d6b url("../images/list-icon-star.png") no-repeat scroll 0px center !important;
    border-left: 4px solid #ffffff;
}

#mute-unmute-img {
    width: 35px;
    height: 35px;
    margin-top: 1px;
    float: right;
    cursor: pointer;
    margin-right: 12px;
}

.avatar_anim {
    background-image: url("../images/terra.png");
    /*background-repeat:no-repeat;*/
    width: 178px;
    height: 156px;
}

/**************/
/*.zoom-out{
    background:  url(../images/zoom_min.png) no-repeat center  !important;
    width:34px;
    height:34px;
    border:none;
}
.zoom-in{
    background:  url(../images/zoom_max.png) no-repeat center  !important;
    width:34px;
    height:34px;
    border:none;
}
.zoom-in:hover{
    background-color:#F8F8F8;
    }
.zoom-out:hover{
    background-color:#F8F8F8;
    }   
*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 4.8px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 2.1px 2.1px 2.3px #000000, 0px 0px 2.1px #0d0d0d;
    border: 0.9px solid #f2f2ff;
    height: 18px;
    width: 17px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 2.1px 2.1px 2.3px #000000, 0px 0px 2.1px #0d0d0d;
    border: 0.9px solid #f2f2ff;
    height: 18px;
    width: 17px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 2.1px 2.1px 2.3px #000000, 0px 0px 2.1px #0d0d0d;
    border: 0.9px solid #f2f2ff;
    height: 18px;
    width: 17px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

@media (max-width: 768px) {
    .amii-icon {
        font-size: 1.5em !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #about-manual-modal-body .container {
        width: 100%;
    }
}

/******************/
.zoom-buttons {
    text-align: center;
    display: inline;
    float: right;
    margin-right: 10px
}

.zoom-range {
    display: inline !important;
    width: 100px !important;
}

.ls-slide {
    /*margin:3px 0px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(243, 250, 255, 0.79);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.79);
    /*background-image:url("../images/loadingpage.png");*/

}

#about-manual-modal {
    z-index: 9999;
}

.ls-slide img.ls-bg {
    width: 1024px;
    height: auto;
    position: relative;
    /*min-height:1340px;*/
}

#layerslider {
    text-align: center;
    background-color: #fff;
}

.page-nav {
    display: none;
}

/* Let's get this party started - customize scroll bar */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px;
    border-radius: 8x;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}


a {
    color: #fff !important;
}

a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

#top-bar-div button:focus {
    outline: none;
}

#top-bar-div a:focus {
    outline: none;
}

#about-manual-modal-iframe {
    height: 90vh;
    width: 100% !important;
    overflow-y: auto !important;
}

#about-manual-modal-body,
#about-manual-modal-content {
    height: 90vh !important;
    max-height: 90vh !important;
}

#about-manual-modal-body,
#about-manual-modal-content {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

#about-manual-modal-body,
#about-manual-modal-content iframe {
    height: 99% !important
}

@media (max-height: 600px) {
    #about-manual-modal-content {
        height: 85vh !important;
    }
}

@media (max-width: 600px) {
    #about-manual-modal-content {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    #top-bar-div .icon-2x {
        font-size: 22px !important;
    }

    #top-bar-div .goto {
        height: 35px !important;
    }

    #top-bar-div button.goto {
        padding: 6px 8px;
    }

    #top-bar-div div.goto.input-group-addon {
        padding: 6px 5px;
    }

    #top-bar-div #search-by-page-div {
        width: 144px;
    }

    #top-bar-div #mute-unmute-img {
        margin-top: 0px;
        margin-right: 6px;
    }

    #top-bar-div {
        padding-top: 9px
    }

    #top-bar-div .icon-list {
        margin: 0 6px 0 6px;
    }

    #game-modal-content .close {
        background: transparent !important;
        border: 1.5px solid #337ab7 !important;
        border-radius: 5px;
        color: #337ab7;
        border-radius: 4px;
        height: 16px;
        width: 16px;
        right: 5px;
        top: 2px;
    }

    #game-modal-content .close .glyphicon.glyphicon-remove {
        font-size: 9px;
        top: -7px;
        color: #337ab7;
        left: -3px;
    }
}

@media (max-width: 359px) {
    #top-bar-div .icon-list {
        margin: 0 6px 0 4px;
    }

    #top-bar-div #fullscreen-button .icon-fullscreen {
        margin-right: 4px;
    }

    #top-bar-div .icon-2x {
        font-size: 22px !important;
    }

    #top-bar-div .goto {
        height: 35px !important;
    }

    #top-bar-div button.goto {
        padding: 6px 6px;
    }

    #top-bar-div div.goto.input-group-addon {
        padding: 6px 4px;
    }

    #top-bar-div #search-by-page-div {
        width: 132px;
        margin-right: 0px;
    }

    #top-bar-div #search-by-page-number-form {
        margin-right: 9px
    }
}

.customicon-picture {
    width: 32px;
    height: 32px;
    margin-right: .3em;
}

.customicon-film {
    width: 32px;
    height: 32px;
    margin-right: .3em;
}

.customicon-gamepad {
    width: 32px;
    height: 32px;
    margin-right: .3em;
}

.customicon-music {
    width: 32px;
    height: 32px;
    margin-right: .3em;
}
