body,
html {
    /*background: url(assets/images/bg.jpg);*/
    background:#e6e7e8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}


/*COMPONENT*/

.bg-preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.chip {
    cursor: pointer;
}

#botbar {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0%;
    width: 55vw;
    height: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 23;
}

#topbar {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0%;
    width: 100vw;
    height: 30px;
    z-index: 23;
}

#botbar div {
    height: 100%;
    padding: 8px 25px;
}

#topbar div {
    top: 0px;
    padding: 3.5px 18px;
}

#botbar div a i {
    font-size: 25px
}

#topbar div a i {
    font-size: 20px
}

figure {
    cursor: pointer;
}

#topbar div a img {
    margin: 0px;
    cursor: pointer;
    height: 50px;
    width: 100px;
}

#left {
    position: absolute;
    left: 0px;
    background: red;
    width: 25%;
}

.arrow {
    position: fixed;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 20% !important;
    border: none;
    opacity: 0.5;
    transition-duration: 0.2s;
}

.arrow:hover {
    opacity: 1
}

.arrow i {
    font-size: 120px !important;
    text-align: center;
    padding: 0px 10px
}

#left {
    left: 0px
}

#prev {
    left: 0px;
}

#next {
    right: 0px;
}

.logo {
    cursor: pointer;
    position: absolute;
    height: 130px;
    width: 130px;
    background-image: url(assets/images/UNESA.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 25px;
    top: 25px;
}

.card-thumb {
    padding: 6px !important;
    cursor: pointer;
    height: 23vh;
    margin-left: 15px !important;
    margin-top: 10px !important;
}

.bg-thumb {
    height: 100%;
}

.toast {
    background: rgba(255, 255, 255, 0.9);
    color: #323232 !important;
}

#content {
    position: absolute;
    width: 40%;
    height: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: 2px solid grey;
    border-radius: 5px;
    cursor: pointer;
}

.prim_col{
    color:rgb(12, 28, 60) !important;
}
.bg_prim{
    background:rgb(12, 28, 60) !important;
}
/*END COMPONENT*/

#halaman p,
#halaman ol {
    position: absolute;
    font-size: 12px;
}


/*DON'T TOUCH IT! :v*/

body,
html {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    font-family: 'Lato-Medium', 'Artikel', 'Arial';
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a,
a:active,
a:visited {
    text-decoration: none;
}

#container {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    height: 100%;
    max-width: 85%;
    margin: auto;
    padding-top: 115px;
    padding-bottom: 0px;
}

#halaman {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

@media only screen and (max-width: 768px) {
    #container {
        padding-top: 35px;
        padding-bottom: 5px;
    }
    #top {
        margin: auto;
        top: 0px;
    }
    #bottom {
        margin: auto;
        bottom: 0px;
    }
    #botbar {
        width: 100vw;
    }
    .mob-hide {
        display: none !important;
    }
    html {
        -webkit-text-size-adjust: none;
        -o-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
    }
}

.wowbook {
    color: #333;
}

.wowbook-page-content {
    background: white;
}

.wowbook-left .wowbook-gutter-shadow {
    background-image: url(assets/css/page_left_background.png);
    width: 60px;
    height: 100%;
    right: -1px;
}

.wowbook-right .wowbook-gutter-shadow {
    background-image: url(assets/css/page_right_background.png);
    background-position: 0 0;
    width: 60px;
    height: 100%;
    left: -1px;
}

.wowbook-page-content {
    padding: 1em;
}

.wowbook-page {
    margin: auto;
}

.wowbook-page .subtitle {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 18px;
    color: blue;
    line-height: 1.5;
    padding: 5px 5px 0px;
    font-style: italic;
}

.wowbook-page p,
.wowbook-page ul {
    font-family: 'Artikel', 'News Cycle', sans-serif;
    font-size: 24px;
    margin-top: 0.5em;
}

.wowbook-page li {
    /*list-style: none;*/
}

.wowbook-page .feature.pagefx p {
    font-size: 22px;
}

.wowbook-page .feature.pagefx .subtitle {
    margin-top: 0;
    font-size: 18px;
}

.easy {
    background: #ffffff url("easy.png") no-repeat left top;
    background-size: 100% 100%;
    zoom: 1;
    font-size: 1.5em;
    font-family: lato;
}

.easy h1,
.easy p,
.easy .subtitle {
    display: none;
}

.wowbook-right .easy {
    background-position: right top;
}

.design {
    background: #ffffff url("design.png") no-repeat;
    background-size: 200% 100%;
}

.design h1 {
    background: none;
    text-indent: -10000px;
    color: #88bfbf;
    text-shadow: 1px 1px 0px #447f7f;
    font-size: 144px;
    line-height: 0.8;
    bborder-bottom: 2px solid #88bfbf;
}

.design .subtitle {
    font-family: 'News Cycle', sans-serif;
    font-style: normal;
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 27%;
}

.wowbook-right .design {
    background-position: right top;
}

.wowbook-right .design p {
    text-align: right;
    position: absolute;
    bottom: 1.5em;
    font-size: 30px;
    padding-right: 1em;
}

.responsive pp {
    font-size: 16px;
}

.responsive hh2 {
    font-size: 20px;
}

.responsive h1 {
    color: white;
}

.thumbnails p {
    font-size: 16px;
}

.thumbnails h2 {
    font-size: 20px;
}

.thumbnails h1 {
    color: white;
}

#thumbs_holder {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 10000;
}

#thumbs_holder .wowbook-thumbnails {
    background: none repeat scroll 0 0 #222;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-top: 1px solid white;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid blue;
    border-bottom-color: rgba(64, 64, 64, 0.5);
    box-shadow: 0 0 20px #aa2b2b;
    padding: 10px 0;
    position: relative;
}

#thumbs_holder .wowbook-button {
    background-color: #AA2B2B;
}

.wowbook-thumbnails {
    background: none repeat scroll 0 0 #888;
    background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
    border-top: 1px solid white;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid blue;
    border-bottom-color: rgba(64, 64, 64, 0.5);
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}

.wowbook-horizontal.wowbook-thumbnails {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wowbook-vertical .wowbook-thumbnail {
    margin-top: 5px;
    margin-bottom: 5px;
}

#thumbs_type,
#thumbs_position,
#thumbs_size {
    text-align: center;
}

#thumbs_position button {
    width: 49%;
}

#zoom-feature {
    background: #ffffff url("zoom.jpg") no-repeat;
    background-size: 100% 100%;
}

#zoom-feature h1 {
    font-size: 100px;
    color: #333;
    background: none;
    line-height: 1.1;
    padding: 5px 0px 0px;
    text-align: right;
}

#zoom-feature2 {
    background-color: white;
    background-image: url("zoom.jpg");
    background-size: 100% 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.deeplinking {
    color: white;
    background: url("chain.jpg") no-repeat;
    background-size: 200% 100%;
}

.deeplinking h1 {
    color: white;
    background: #3d567d !important;
}

.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
    color: #f8f8f8;
    text-decoration: underline;
}

.wowbook-right .deeplinking {
    background-position: top right;
}

.wowbook-page .feature.numbering {
    background: url("numbering.png") #ffffff no-repeat;
    background-size: 100% 100%;
}

.wowbook-page .feature.numbering h1 {
    color: #AA2B2B;
    background: none;
    font-size: 40px;
    padding-left: 0;
    padding-right: 0;
}

.wowbook-page .feature.numbering p {
    font-size: 23px;
}

.wowbook-page .feature.numbering .wowbook-page-number {
    text-indent: 100%;
    overflow: hidden;
}

.wowbook-page .feature.slideshow h1 {
    color: #AA2B2B;
    background: none;
    font-size: 40px;
    padding-left: 0;
    padding-right: 0;
}

.wowbook-page .feature.slideshow a {
    display: block;
    text-align: center;
}

.wowbook-page .feature.flash {
    background: url("flash.png") #ffffff no-repeat;
    background-size: 200% 100%;
    padding-top: 42%;
    /* 170px/400px */
}

.wowbook-page .feature.flash p {
    font-size: 20px;
    padding: 0.7em;
}

.wowbook-page .feature.flash h1 {
    display: none;
}

.feature.flash-demo {
    background: url("flash.png") #ffffff no-repeat;
    background-position: top right;
    background-size: 200% 100%;
    padding-top: 25%;
    text-align: center;
    line-height: 2em;
    font-size: 1.2em;
}

.more {
    background: url("more.png") #ffffff no-repeat;
    background-size: 200% 100%;
    padding-top: 30px;
}

.more h1 {
    display: none;
}

.more ul {
    margin-left: 1em;
}

.more li {
    margin-bottom: 0.7em;
}

.last_cover {
    padding: 0;
}

.wowbook-right .more {
    background-position: top right;
}

@media only screen and (width: 1024px) {
    /* untuk lcd projector */
    body,
    html {
        background-size: calc(120% + 10%);
    }
}

#p1 {
    background-image: url(page/Tripatra_Compro_2021.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p2 {
    background-image: url(page/Tripatra_Compro_20212.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p3 {
    background-image: url(page/Tripatra_Compro_20213.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p4 {
    background-image: url(page/Tripatra_Compro_20214.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p5 {
    background-image: url(page/Tripatra_Compro_20215.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p6 {
    background-image: url(page/Tripatra_Compro_20216.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p7 {
    background-image: url(page/Tripatra_Compro_20217.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p8 {
    background-image: url(page/Tripatra_Compro_20218.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p9 {
    background-image: url(page/Tripatra_Compro_20219.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p10 {
    background-image: url(page/Tripatra_Compro_202110.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p11 {
    background-image: url(page/Tripatra_Compro_202111.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p12 {
    background: url(page/Tripatra_Compro_202112.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p13 {
    background: url(page/Tripatra_Compro_202113.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p14 {
    background: url(page/Tripatra_Compro_202114.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p15 {
    background: url(page/Tripatra_Compro_202115.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p16 {
    background: url(page/Tripatra_Compro_202116.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p17 {
    background: url(page/Tripatra_Compro_202117.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p18 {
    background: url(page/Tripatra_Compro_202118.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p19 {
    background: url(page/Tripatra_Compro_202119.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p20 {
    background: url(page/Tripatra_Compro_202120.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p21 {
    background: url(page/Tripatra_Compro_202121.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p22 {
    background: url(page/Tripatra_Compro_202122.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p23 {
    background: url(page/Tripatra_Compro_202123.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p24 {
    background: url(page/Tripatra_Compro_202124.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p25 {
    background: url(page/Tripatra_Compro_202125.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p26 {
    background: url(page/Tripatra_Compro_202126.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p27 {
    background: url(page/Tripatra_Compro_202127.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#p28 {
    background: url(page/Tripatra_Compro_202128.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
