
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.header-menu{
    background: #fff !important;
    border-bottom: none;
    font-size: 1em;
    text-transform: uppercase;
    color: #0f0f0f;
}
.header-menu ul li a{
    color: #0f0f0f !important;
}
.header-menu ul li a:hover, .header-menu ul li a:active, .header-menu ul li a:focus{
    background: #faff90 !important;
    color: #666600 !important;
    border-radius: 5px;
}
body{
    background: #faff90;
}
hr{
    color: #fff !important;
    background: #fff !important;
    height: 2px !important;
}
.icon-pengajuan {
    margin-top: 1em;
    margin-bottom: 2em;
    padding-top: 1em;
    padding-bottom: 2em;
}
.icon-pengajuan div{
    text-align: center;
}
.icon-pengajuan .list a{
    padding-top: 2em !important;
    display: block;
    color: #00cc00;
    text-transform: uppercase;
    font-weight: bold;
}
.icon-pengajuan .list a:hover{
    color: #666;
    text-decoration: none;
    cursor: pointer;
    border-top: 5px solid #00cc00;
}
.icon-pengajuan div a{
    
}
a.navbar-brand{
    color: #666600 !important;
    font-size: 1.2em !important;
}
.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    float: right;
    color: #888;
    font-weight: bold;
    margin-bottom: 30px;
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
}
.form-signin .checkbox{
    font-weight: normal;
}
.form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus{
    z-index: 2;
}
.form-signin input[type="text"]{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin select{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
}
.need-help{
    margin-top: 10px;
}
.new-account{
    display: block;
    margin-top: 10px;
} 
#proses{
    display: none;
}
.pagination li a{
    color: #666 !important;
}
.pagination li a:hover,.pagination li.active a,.pagination li a:active,.pagination li a:focus,.pagination li.active a:hover{
    background: #faff90 !important;
    color :#666!important;
    border: 1px solid #ddd !important;
}
.created{
    font-size: 0.9em;
    color: #b4b400;
    display: block;
    margin-bottom: 10px;
}

fieldset.groupbox {
    border: 2px solid #aaa !important;
    padding: 0 1.4em 1.4em 1em !important;
    margin: 0 0.5em 1em 0.5em !important;
    margin-top: -20px !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
}
legend.groupbox {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left !important;
    width:inherit !important;
    padding:0 10px !important;
    padding-top: 20px !important;
    border-bottom:none !important;
    color: #df8a13;
}
.groupbox .content-groupbox{
    margin-top: -7px !important;
}
.text-groupbox{
    font-weight: normal;
}
.text-groupbox i{
    color : #999;
    font-size: 0.9em;
    padding-right: 8px;
}
.text-groupbox a{
    color: #df8a13 !important;
}
.text-groupbox a:hover{
    text-decoration: underline !important;
}