/*
 * Copyright (c) 2017.10.25. wisnu
 */

body{
    height: auto;
    width: 800px !important;
    margin: 0 auto;
    border-top: 1px solid #ff9900;
    border-left: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
}

a {
    text-decoration: none;
}

#sidebar-container{
    float: left;
    position: absolute;
    padding-bottom: 250px;
    padding-right: 14vw;
    height: 0;
    width: 0;
}
#sidebar{
    height: auto;
    width: 12vw;
    min-width: 250px;
}

#logo{
    background-color: #1c3b6a;
    padding-top: 18px;
    padding-bottom: 18px;
    height: auto;
}

#logo img{
    width: 3vw;
    min-width: 150px;
}

#tabmenu{
    z-index: 1;
    position: absolute;
    width: 12vw;
    min-width: 250px;
}

#tab{
    background-color: #1c3b6a;
    height: 20px;
    min-width: 250px;
}

#tab-container{
    display: inline-block;
    padding-bottom: 31px;
    padding-right: 110px;
    height: 0;
    width: 0;
}
#tab-personal{
    height: 31px;
    width: 110px;
    background-image: url('menu-11 active.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#tab-bisnis{
    height: 31px;
    width: 110px;
    background-image: url('menu-12.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#form-background
{
    z-index: 0;
    position: absolute;
    padding-bottom: 200px;
    padding-right: 14vw;
    height: 0;
    width: 0;
    margin-top: -25px;
}
#form-background-dummy
{
    height: 76px;
    width: 12vw;
    min-width: 250px;
    background-color: #1c3b6a;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#form-container{
    z-index: 1;
    position: absolute;
    padding-bottom: 425px;
    padding-right: 14vw;
    height: 0;
    width: 0;
}

#form{
    background-image: -webkit-linear-gradient(#29aae1,#1e3c70);
    border-radius: 20px;
    height: auto;
    width: 12vw;
    min-width: 250px;
}

#form form{
    z-index: 100;
    padding: 10% 10%;
    min-height: 230px;
    min-width: 205px;
}

#form img{
    width: 18vw;
    min-width: 275px;
}

#label{
    display: inline-block;
    margin-right: 20px;
}

#label label{
    display: block;
    margin-bottom: 15px;
    color: white;
    font-family: Calibri;
    height: 15px;
    padding: 5px;
}

#input{
    display: inline-block;
}

#input input{
    display: block;
    margin-bottom: 13px;
    border-radius: 10px;
    border: 0px;
    padding: 5px;
    width: 10vw;
    min-width: 195px;
}

#combo{
    font-family: Calibri;
    color: white;
}

.buttonx{
    display: block;
    margin: auto;
    width: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Calibri;
    color: white;
    border: 0px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 195px;
    cursor: pointer;
}

#header-container{
    display: inline-block;
    padding-bottom: 139px;
    padding-right: 75vw;
    height: 0;
    width: 0;
}

#header{
    height: auto;
    width: 10vw;
    margin-left: 250px;
    min-width: 550px;
    background-image: -webkit-linear-gradient(Left,#ffffff,#d7d7d9);
}

#title{
    font-size:2em;
    color: #1e3a6a;
    font-family: Calibri;
    font-weight: bold;
    margin-left: 4vw;
    padding-top: 45px;
    background-image: -webkit-linear-gradient(Left,#ffffff,#d7d7d9);
}

#subtitle{
    font-size:1.5em;
    color: #1e3a6a;
    font-family: Calibri;
    font-style: italic;
    margin-left: 4vw;
    margin-top: -9px;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(Left,#ffffff,#d7d7d9);

}

#garis-container{
    display: inline-block;
    clear: both;
    padding-bottom: 25px;
    padding-right: 75vw;
    height: 0;
    width: 0;
}
#garis{
    height: 24px;
    width: 10vw;
    margin-left: 250px;
    min-width: 550px;
    background-color: #1e3869;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#main-container{
    /*display: inline-block;*/
    clear: both;
    padding-bottom: 210px;
    padding-right: 75vw;
    height: 0;
    width: 0;
    margin-top: -5px;
}
#main{
    height: 325px;
    width: 325px;
    font-family: Calibri;
    /*margin-left: 25vw;*/
    min-width: 800px;
    background-image: url('wayang-26.png');
    background-size: 800px;
    background-repeat: no-repeat;
}
#btnNext{
    float: right;
    position: absolute;
}

#footer-container{
    clear: both;
    padding-bottom: 150px;
    /*padding-right: 100vw;*/
    height: 0;
    width: 0;
    margin-top: -5px;
}

#footer{
    height: 150px;
    width: 325px;
    min-width: 800px;
    background-color: #dadbdd;
    font-size: 0.7em;
}

#footitle{
    margin-left: 300px;
    padding-top: 1vh;
    font-family: Calibri;
}

#btnHome{
    float: right;
    position: absolute;
    margin-top: -19px;
    margin-left: 485px;
}

#btnCall{
    float: right;
    position: absolute;
    margin-top: -40px;
    margin-left: 690px;
}

#btnCall img{
    width: 85px;
}

#imgSlider{
    float: right;
    position: absolute;
    margin-left: 275px;
    margin-top: 8px;
}

#imgSlider img{
    width: 475px;
    height: 310px;
}

#title-home{
    padding-top: 15px;
}

#title-subhome{
    font-style: italic;
}

#subtitle-home{
    padding-top: 1px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Calibri;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: Calibri;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: Calibri;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: Calibri;
}


@media (max-width: 2100px) {
    #header{
        margin-left: 250px;
    }
    #garis{
        margin-left: 250px;
    }
    /*#main{
        margin-left: 250px;
    }*/
}

#cusForm{
    position: absolute;
    margin-top: 25px;
    margin-left: 80px;
}

#cusForm img {
    width: 90px;
}
