/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
   /* font-family: "Open Sans",Helvetica,Arial,sans-serif;*/
	font-family: "Times New Roman", Georgia, Serif !important;
    background-color: #ffffff;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #428bca;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #428bca;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;    
}

#content-area h2 {
    font-size: 35px;    
    color: #25aae1;
    margin-bottom: 20px;
}

#content-area a.btn {
    border: none;
    background-color: #25aae1;
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

#content-area a.btn:hover {
    background-color: #20409a;
    border: none;
}

.inblue {
    color: #37a2d8;
}

.indarkblue {
    color: #0084c8;
}

.ingreen {
    color: #26d2a4;
}

.inlightgreen {
    color: #75cd40;
}

.inorange {
    color: #fbac12;
}


.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.dropdown-menu>li>span {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
     font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active,
.btn-lg.active {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

#bs-example-navbar-collapse-1 {
    margin-top: 25px;
   
}

.navbar-default {
    border-color: transparent;
    background-color: #fffffff;
    
}

.navbar-default .navbar-brand {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
     
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fc531d;
}

.navbar-default .nav li a {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;    
    color: #25aae1;
    padding: 7px 15px 10px 5px;
    border-radius: 10px 10px 0px 10px; 
    margin-right: 15px;
}



.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #20409a;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    /*background-color: #fc531d;*/
    background-color: #20409a;
    
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #25aae1;
    
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 10px 10px 0px 10px;
    }
    
    .navbar-default #menu-depan.navbar-nav>.active>a {
        border-radius: 10px 10px 0px 10px;
        padding-left: 15px;
    }
    
    

    .navbar-default.navbar-shrink {
        /*padding: 10px 0;
        background-color: #ffffff;
        box-shadow: 1px 1px 3px #d6d6d6;*/
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
html, body{
		height: 100%;
	}
.chatlogin{
	position:fixed; 
	width:15%;  
	z-index:100; 
	text-align:left; 
	left:10px; 
	top:590px;
}
.chatphplive{
	position:fixed; 
	width:15%;  
	z-index:100; 
	text-align:left; 
	left:10px; 
	top:590px;
}
#top{
	position:fixed; 
	width:15%; 
	z-index:100; 
	text-align:left; 
	left:10px; 
	top:590px;
	
}
header {
    text-align: center;
    color: #fff;   
	/*background: url(../img/header-img-1.jpg) center top no-repeat; // hidden by Scu 18_03_05*/
	background-size:100%;
	width:100%;
 
}

header .intro-text {
    padding-top: 120px;
    padding-bottom: 30px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        text-align: left;
		/*padding-bottom: 90px;*/
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

@media(max-width:768px) {
    header {
        height: 600px;
    }
}


section {
    padding: 30px 0px 0px 0px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}



.front_register {  
      
}

.front_register_left{
    background-color: #0887bb;
    padding: 10px 0px;
    border-radius: 50px 0px 50px 0px;
    width: 100%!important;
    min-height: 140px;
    display: block;
    float: left;
    text-align: right;
}

@media(max-width:768px) {
	.front_register {
		width:100%!important;
	}
    .front_register_left {
        width: 100%;
        border-radius: 10px !important;
    }
    
    .front_register_left h3 {
        font-size: 16px;
    }
    
    .front_register_right {
        display: none;
    }
    
    header .intro-text {
        padding-top: 190px;
        padding-bottom: 150px;
    }
    
    header .intro-text .intro-lead-in {
         margin-bottom: 80px;
    }
}

.front_register_left h3 {
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 10px;
    font-size: 24px;
}

.front_register_right{
    background-color: #0071ab;
    padding: 10px 20px;
    border-radius: 0px 0px 50px 0px;
    width: 20%;
    min-height: 140px;
    float: right;
}


.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-size: 25px;
}

.modal-style label {
    font-weight: normal;
}

.modal-style {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    
}

.modal-style .btn-daftar {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: normal;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 30px;
    height: 20px;
    background: white url(../img/close.png) center center no-repeat;
    border: none;
    padding: 10px;
}

.modal-style form {
    padding: 0px 40px 40px 40px;
}
.modal-style .modal-tittle {
    font-size: 30px;
    color: #0887bb;
    display: block;
    margin-bottom: 20px;
}

.ui-widget-header {
    background-image: none;
    background-color: #ffffff;
    border: none;
}

/* CARA MENGUNAKAN */

#cara {
    /*background: url(../img/cara-bg.png) center 100px no-repeat;*/
    background-image: none;
    background-color: #0071ab;
    height: 700px;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 100px;
}

@media(max-width:768px) {
    #cara {
        background-image: none;
        background-color: #0071ab;
        margin-top: 0px;
        height: auto !important;
        padding: 30px 10px;
    }
}


section#cara .section-heading {
    color: #9fcce9;
    padding-top: 30px;
    padding-bottom: 30px;
}

section#cara {
    color: #ffffff;
}

 section#cara h4 {
    color: #ffffff;
     font-size: 19px;
 }

.rounded-nuumber {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: solid 3px #ffffff;
    border-radius: 150px;
    padding-top: 0px;
    display: block;
    margin: auto;
}

 section#cara img {
     margin: 30px 0px;
 }



section#harga {
}

.price-container {
    border-radius: 8px 0px 8px 8px;
    text-align: center;
    padding:40px 20px;
}

@media(max-width:768px) {
    .price-container {
        max-width:70%;
        margin-left: 15%;
    }
}

.price-green {
    background: #81ea3d url(../img/lipatan-green.png) top right no-repeat;
}

.price-tosca {
    background: #38deb3 url(../img/lipatan-tosca.png) top right no-repeat;
}

.price-yellow {
    background: #fbc812 url(../img/lipatan-yellow.png) top right no-repeat;
}

.price-blue {
    background: #36a2d8 url(../img/lipatan-blue.png) top right no-repeat;
}

#content-area .price-green {
    background: #81ea3d url(../img/lipatan-green-inside.png) top right no-repeat;
}

#content-area .price-tosca {
    background: #38deb3 url(../img/lipatan-tosca-inside.png) top right no-repeat;
}

#content-area .price-yellow {
    background: #fbc812 url(../img/lipatan-yellow-inside.png) top right no-repeat;
}

#content-area .price-blue {
    background: #36a2d8 url(../img/lipatan-blue-inside.png) top right no-repeat;
}

section#contact {
   
}

.harga {
    height: 150px;
    width: 150px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    margin: auto;
    padding-top: 40px;
    margin-bottom: 20px;
}

.price-green .harga {
    background: #70d231;
}

.price-tosca .harga {
    background: #1ac79a;
}

.price-yellow .harga {
    background: #fbac13;
}

.price-blue .harga {
    background: #2694c9;
}

.satuan {
    font-size: 15px;
    font-weight: normal;
}

.jml-soal {
    font-weight: bold;
    font-size: 30px;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}



section#contact::-webkit-input-placeholder {
    text-transform: uppercase;   
    font-weight: 700;
    color: #0083c7;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #0083c7;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;    
    font-weight: 700;
    color: #0083c7;	
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;  
    font-weight: 700;
    color: #0083c7;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 0px !important;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;    
    line-height: 40px;
    font-size: 12px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;    
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}
.btn-daftar, .btn-orange {
    background-color: #fc531d;
    color: #ffffff;
    border-color: #fc531d;
    border-radius: 3px;
    padding: 11px 16px;
}

#show_daftar_new #btn-login {
    color: #ffffff;
    padding: 8px 35px;
    border-radius: 30px;
    background-color: #25aae1;
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin-top: 10px;
    display: block;
    width: 250px;
    text-decoration: none;
    text-align: center;   
    border: none;
    margin: auto;
}

.intro-lead-in #btn-login {
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 30px;
    background-color: #fc531d;
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin-top: 10px;
    display: block;
    width: 100px;
    text-decoration: none;
    text-align: center;
    float: left;
    border: none;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    border-radius: 3px;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #ff6318;   
    border-color: #ff6318;
    color: #ffffff;
}

 
.btn-daftar:hover {
    background-color: #ff6318;   
    border-color: #ff6318;
    color: #ffffff;
}


#erlangga-logo {
    /*background: url(../img/erlanggaexam-logo.png) center left no-repeat;
    width: 381px;
    height: 110px;*//*untuk sementara dihidden scu 18_03_06*/
	background: url(../img/erlanggaexam-logo-small.png) center left no-repeat;
	width: 280px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    display: block;
}

.inside #erlangga-logo {
    background: url(../img/erlanggaexam-logo-small.png) center left no-repeat;
    width: 310px;
    height: 63px;
    margin: 0px;
    padding: 0px;
    display: block;
}


#erlangga-logo em {
    display: none;
}

@media(max-width:992px) {    
    #erlangga-logo {
        background: url(../img/erlanggaexam-logo-small.png) top center no-repeat;
        width: 280px;
        height: 50px;
    }
}

.top-header {
    background: transparent;
    padding:0px;
    box-shadow: none;
}

.navbar-default.top-header.header-inside {
    box-shadow: 1px 1px 3px #d6d6d6;
}

.front-footer {
   /* background: url(../img/footer-new.jpg) top center repeat-x;   */ 
   
    background-color:#129494;
	min-height: 150px; 
    margin-top: 0px;
    padding-top: 30px;
    color: #fff;
}

.front-footer a, .front-footer a:hover, .front-footer a:visited {
    color: #ffffff;
}

.front-footer.inside {
   /*BC 22_01_19 tous22 ungu #6660aa  sebelumnya hijau#116d6d */
   background-color:#3b3467;
    min-height: 150px;    
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.list-cara li {
    color: #bce8ff;
    margin:10px 0px;
}

.list-cara li a {
    color: #bce8ff;    
}

.list-cara li a:hover  {
    color: #ffffff;  
    text-decoration: none;
}

.cara-detail {
    padding: 150px 0px 0px 50px;
}


/* for animation */
.sembunyi{
     opacity:0;
}
.tampil{
     opacity:1;
}

.form-control {
    border-color: #bde1f4;
    color: #555;
}

.form-control input:active, .form-control:focus {
    border-color: #39b4f2;
}






#loginEmail {
    width: 180px;
}


#LoginPassword {
    width: 180px;
}


@media(max-width:768px) {
    section {
        padding: 50px 0;
    }
    
    #loginEmail {
        width: 100%;
    }


    #LoginPassword {
        width: 100%;
    }
}
#content-area {
    min-height: 500px;
    background-color: #ebf4f9;
    padding-top: 40px;
    padding-bottom: 16px;
}

.navigation-container {
    background-color: #ffffff;
}

.btn-utama {
    background-color: #c3dae2;
}

#dropdownSaldo, #dropdownSaldo:focus {
    border: none;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
}

.rooundicon {
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;  
    background-color: red;
    float: left;
    line-height: 30px;
    padding-top: 7px;
    display: inline-block;
}

.icon-new {
    background-color: #faa21c;
    padding-left: 4px;
}

.icon-open {    
    background-color: #eb386f;
}

.icon-saldo {
     background-color: #88b02b;
}

.icon-voucher {
    background-color: #25aae1;
    padding-left: 3px;
}

.icon-profile {
    background-color: #68cb41;
    padding-left: 0px;
}

.icon-lihat-saldo {
    background-color: #ce003f;
    padding-left: 0px;
}

.icon-beli-voucher {
    background-color: #43c7fd;
    padding-left: 0px;
}

.icon-tagihan {
	background-color: #007fb3;
    padding-left: 0px;
}

.icon-logout {
    background-color: #ee2200;
    padding-left: 0px;
}

#dropdown-kanan .rooundicon {
	margin-right: 5px;
}

#dropdown-kanan.dropdown-menu>li>a {
	line-height: 2;
	padding: 8px 20px
}
#dropdown-kanan.dropdown-menu {
	width: 300px;
	right: -25px;
}

.navbar-default .nav li a.link-utama {
    line-height: 30px;
    display: block;
    margin-top: 8px;
}

.container-big-area {
    padding-top: 80px;
    margin-left: 15%;
    margin-right: 15%;
}

#help {
    background-color: #ebf4f9;
    padding: 50px 0px;
}

.container-rounded {
    background-color: #163861;
    padding: 20px 30px;
    border-radius: 10px;   
    margin: auto;
    color: #ffffff;
}

.container-rounded-white {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;   
    margin: auto;
    width: 100%;
    height: 100%;
}

#show_profile label {
    font-weight: normal;
}


.container .container-rounded h2 {
    font-size: 25px;
    color: #ffffff;
    margin: 20px;
}

.container-rounded .rooundicon {
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;  
    background-color: #163861;
    float: left;
    line-height: 40px;
    border: solid 2px #ffffff;
    margin-right: 10px;
}

.container-rounded a, .container-rounded a:hover {
    color: #ffffff;
    text-decoration: none;
}

.container-rounded a .glyphicon {
    color: #ffffff;
}

.call-text {
    font-size: 28px;
}

.container-contact {
    margin-left: 40%;
    margin-right: 35%;
    line-height: 40px;
    padding: 5px 0px;
}
.container h2 {
    text-align: center;
    margin: 50px 0px 50px 0px;
    border: none;
    font-weight: normal;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    background-color: #f5fafd;
    line-height: 40px;
    border-color: #ebf4f9;
    border-bottom-width: thick;
    border-top-width: thick;
    font-size: 15px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
    border-color: #25aae1;
    border-bottom-width: thick;
    color: #25aae1;
    font-size: 16px;
}

#content-area a.btn-color-blue {
    background-color: #25aae1;
    border: none;
}

#content-area a.btn-color-blue:hover {
    background-color: #0083b9;
    border: none;
}

#content-area a.btn-color-green {
    background-color: #88b02b;
    border: none;
}

#content-area a.btn-color-green:hover {
    background-color: #a3d139;
    border: none;
}

#content-area a.btn-color-orange {
    background-color: #faa21c;
    border: none;
}

#content-area a.btn-color-orange:hover {
    background-color: #ffba00;
    border: none;
}

#content-area a.btn-color-red {
    background-color: #eb386f;
    border: none;
}

#content-area a.btn-color-red:hover {
    background-color: #ff5186;
    border: none;
}

.halaman-isi {
    padding-top: 0px;
}

/* BUAT SOAL ULANGAN BARU */

ul.nav li {
    margin: 0px;
    padding: 0px;
}

.form-inputan label {
    margin-bottom: 3px;
    font-size: 13px;
}

.form-inputan table tr td {
    padding: 3px;
}

.form-inputan .chosen-container-multi .chosen-choices {
    border-radius: 3px;
    width: 485px;
    height: 50px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto !important;
}

#show_topic .chosen-container-multi .chosen-choices {
    border: solid 1px #bde1f4;
}


.chosen-container-multi .chosen-results li.active-result {
  width:485px;
}


.jslider .jslider-pointer {
    width: 26px !important;
    height: 27px !important;
    background-position: 0 -54px !important;
    left: 20%;
    top: -5px !important;
    margin-left: -12px !important;
}

.jslider-value, .jslider-label {
	visibility: hidden !important;
}

#show_percentage tr td {
    text-align: center;
    font-size: 12px;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 25px;
}

#show_percentage tr td .in_number {
    font-weight: normal;
    font-size: 25px;
    margin: 5px 0px;
}

.in_number.mudah {
    color: #bed400;
}

.in_number.sedang {
    color: #00b3bb;
}

.in_number.susah {
    color: #ed3a71;
}

.btn-biru-dark, .btn-biru-dark:visited, .btn-biru-dark:link {
    background-color: #0071ab !important;
    color: #ffffff !important;
    border-color: #0071ab !important;
    border-radius: 5px;
}

.btn-biru, .btn-biru:visited, .btn-biru:link {
    background-color: #25aae1;
    color: #ffffff !important;
    border-color: #25aae1;
    border-radius: 5px;
}


.btn-biru:hover, .btn-biru:focus, .btn-biru:selected, .btn-biru:active {
    background-color: #20409a !important;
    border-color: #20409a;
    color: #ffffff;
}

#table-konfirmasi-soal {
    margin: auto;
}

#table-konfirmasi-soal tr.bottom-area >td {
    border-top: solid 2px #25aae1;
    padding-top: 15px;
    margin-top: 15px;
}

#table-konfirmasi-soal tr.bottom-area td .form-control {
    height: 45px;
}

#table-konfirmasi-soal td, #table-konfirmasi-soal th {
    padding: 3px;
    font-size: 13px;
}

#table-konfirmasi-soal td input.edit-jml-soal {
    text-align: center;
}

.total-soal {
    text-align: center;
    border-radius: 5px;
    border: solid 1px #bde1f4;
    font-size: 12px;
    padding: 10px 3px;
    font-weight: normal;
}

.total-soal-number {
    font-size: 30px;   
    margin-top: 3px;
    line-height: 45px;
    font-weight: normal;
}

#footer-submit-soal {
   position:fixed;
   bottom:0;
   width:100%;
   height:66px;   /* Height of the footer */
   background:#fc9a1c;
   padding-top: 10px;
   padding-bottom: 10px;
   z-index: 1000;
}

#container-tampilan-soal {
    /*background-color: #ebf4f9;
    background-color: #f1f9fe;*/
    padding: 30px;
	margin:0 auto!important;
}

.judul-soal-in-footer{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: white;
    line-height: 45px;
    font-weight: bold;
}

table tr td.separator-soal {
   padding-bottom: 5px;
}

table tr td.separator-soal div {
    font-weight: bold;
    color: white;
    background-color: #242424;
    font-size: 16px;
    padding: 7px 0px;
    text-align: center;
    
}

.link-edit-soal {
    padding-left: 55px;
}

#header-kontainer .link-edit-soal {
    padding-left: 25px;
    padding-top: 50px;
}

.link-edit-soal .rooundicon {
    display: block;
    margin-bottom: 5px;
    float: none;
}

.icon-edit {
    background-color:#bad873;
    color: #ffffff;
}

    .icon-edit:hover {
    background-color:#8fc11a;
    color: #ffffff;
}

.icon-delete{
    background-color: #feb57a;
    color: #ffffff;
}
.icon-delete:hover{
    background-color: #ff7606;
    color: #ffffff;
}

.icon-up{
    color:#ffffff;
    background-color: #8acfe9;
}

.icon-up:hover{
    color:#ffffff;
    background-color: #22aade;
}
.icon-down{
    color:#ffffff;
    background-color: #8acfe9;
}

.icon-down:hover{
    color: #ffffff;
    background-color: #22aade;
}

.baris-soal {
    background-color: #ffffff;    
    padding:30px;
    box-shadow: 0px 1px 4px #d6d6d6;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.column-no {
    padding-left:30px;
    width: 5% !important;
    padding-right: 0px !important;
}

.jawaban-soal {
    padding: 10px 20px 10px 60px;
}

.jawaban-soal>div {
    border-top: solid 1px #dce5eb;
    padding-top: 10px;
}

.inblue {
    color: #25aae1;
}

#paper-soal {
    background-color: #ffffff;    
    padding:30px;
    box-shadow: 1px 0px 3px #d6d6d6;
    width: 950px;
    margin: auto;
}

#icon-soal-ulangan {
    background: transparent url(../img/icon-soal-small.png) center center no-repeat;
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
}
#icon-kunci-jawaban {
    background: transparent url(../img/icon-kunci-small.png) center center no-repeat;
    width: 130px;
     height: 130px;
    display: block;
    margin: auto;
}
#icon-lembar-jawaban {
    background: transparent url(../img/icon-lembar-jawaban-small.png) center center no-repeat;
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
}

.btn-soal-ulangan, .btn-soal-ulangan:hover {
    width: 300px;
    background-color: #25aae1;
     margin: 10px 0px;
     border: none;
     color: #ffffff;
}

.btn-kunci-jawaban, .btn-kunci-jawaban:hover {
    width: 300px;
    background-color: #9dc83a;
     margin: 10px 0px;
     border: none;
     color: #ffffff;
}

.btn-lembar-jawaban, .btn-lembar-jawaban:hover {
    width: 300px;
    background-color: #eb386f;
    margin: 10px 0px;
    border: none;
    color: #ffffff;
}

.aktivasi-voucher .form-group  {
    padding-right: 5px;
    margin-bottom: 0px;
}

.alert-message {
    padding: 15px;    
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    width: 90%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: center;
}

.alert-message h1, 
.alert-message h2,
.alert-message h3,
.alert-message h4 {
    font-size: 14px;
    margin: 0px;
    line-height: 19px;
}

.alert-message.success {
    color: #000000;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-message.warning {
    color: #ffffff;
    background-color: #fc531d;
    border-color: #fc531d;
}
.alert-message.danger {
    color: #ffffff;
    background-color: #f44336;
    border-color: #fc531d;
}
.alert-message.warning a:link, .alert-message.warning a:hover, .alert-message.warning a:visited {
	color: #ffffff;
	text-decoration: none;
}

.alert-message-login {
    color: #fc531d;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 10px;
}

.halaman-isi ul li {
    margin-bottom: 10px;
}

.halaman-isi {
    font-size: 13px;
    /*background-color: #ebf4f9;*/
    background-color: #ffffff;
}

.navbar-default.inside {
    padding: 0px 0;
    border: 0;
    background-color: #ffffff;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    box-shadow: 1px 1px 3px #d6d6d6;
}

.navbar-default.inside #bs-example-navbar-collapse-1 {
    margin-top: 10px;
}

.navbar-right .saldo-area {
    padding-top: 0px;
    font-size: 13px;
}

#dropdownMenu1 {
    padding: 8px 16px;
}

#btn-preview-lanjutkan {
    font-weight: bold;
}

.ui-dialog.ui-widget {
    margin-top: 35px !important;
    top: 35px !important;
}

.ganti_password_container .form-group{
   /*margin-top: 100px;*/
   margin-bottom: 0px;
   text-align: right;
}

.ganti_password_container .form-group label{
  line-height: 30px;
}

#email_area {
	width: 400px;
	display:block;
	margin: auto;
}

#input-email-forget {
	width: 300px;
	float:  left;
	margin-left: 5px;
}

#button-email-forget {
	height: 34px;
	font-size: 16px;
	padding-top: 5px;
}

#table-listing.table>tbody>tr>td {
	line-height: 23px;
	font-size: 14px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#table-listing.table>thead>tr>th  {
	background-color: #c1e6f6;
}

#table-listing.table>tbody>tr>td.kolom-pertama,
#table-listing.table>thead:first-child>tr:first-child>th.kolom-pertama {
	padding-left: 25px;
}

#table-listing.table>tbody>tr>td .inblue {
	font-size: 18px;
	font-weight: bold;
	color: #25aae1;
}

.container-white-rounded {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #d6d6d6;
	padding: 30px 30px;
}

.jumlah-soal-container {
	width: 260px;
	min-height: 70px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	border-right: solid 1px #e2e2e2;
	
}

.jumlah-soal-container .jumlah-soal {
	color: #25aae1;
	font-size: 30px;
}

.jumlah-soal-container h3 {
	color: #25aae1;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}

.detail-saldo-container {
	margin-left: 280px;
    text-align: left;
}

.detail-saldo-container ul {
	margin-left: -15px;
	margin-top: 10px;
}

.detail-saldo-container ul li {
    margin-left: 0px;
    padding-left: 0px;
}

.btn-primary:hover, .btn-biru:hover {
	background-color: #20409a;
	border-color: #20409a;
}

.paper-container {
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: 1px 1px 3px #d6d6d6;
	padding: 50px 40px;
}

/* STYLE UNTUK PREVIEW SOAL */
.preview-container, .preview-container p, .preview-container table td {
	font-family: "Times New Roman", Georgia, Serif !important;
	font-size: 14px !important;
    line-height: 1.5;
}

.preview-container td, .preview-container th {
    padding: 10px;
}

#paper-soal.preview-container {
    padding:60px 70px;
    box-shadow: 1px 0px 3px #d6d6d6;
    width: 850px;
    margin: auto;
}


/*  STYLE UNTUK SOAL */
.baris-soal, .baris-soal p {
	font-family: "Times New Roman", Georgia, Serif !important;
    font-size: 14px !important;
    line-height: 1.5;
}

#show_header, #show_header p, #show_header table tr td {
    font-size: 12px;
}

.baris-soal td, .baris-soal th {
    padding: 10px;
}


.baris-soal .tooltip.right {
    font-family:  "Open Sans",Helvetica,Arial,sans-serif !important;
    width: 100px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.logo-editor-container {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    width: 140px;
    height: 140px;
    padding: 15px 0px;
    text-align: center;
}

.logo-editor-container form {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.inner-logo-editor-container {
    text-align: center;
    margin: auto;
    width: 95px;
    height: 95px;
}

.inner-header-text-editor-container {
    text-align: center;
    margin: auto;
    width: 480px;
    height: 95px;
    margin: auto;
}

.header-text-editor-container {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    width: 500px;
    height: 140px;
    padding: 15px 0px;
}

.inner-headerbottom-text-editor-container {
    text-align: center;
    margin: auto;
    width: 800px;
    height: 95px;
    margin: auto;
}

.headerbottom-text-editor-container {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    width: 820px;
    height: 140px;
    padding: 15px 0px;
}

.inputan-header {
    padding: 3px 3px;
    margin-bottom: 3px;
    width: 450px;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    text-align: center;
}

#school_name {
    font-weight: bold;
}

.tombol-edit-header, .tombol-edit-header:visited {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 5px 8px;
    color: #a3a3a3;
    text-align: center;
    font-family: arial;
    text-decoration: none;
}

.tombol-edit-header:hover {
    border: solid 1px #686868;    
    color: #686868;    
    text-decoration: none;
}

/* FORM DATA */
.form-data label {
    line-height: 28px;
    font-weight: normal;
}

#content-area.with-gradient {
     background: #ebf4f9 url(../img/bg-gradient.jpg) center bottom repeat-x;
}

table#table-form td {
    padding: 8px 5px;
}

.smallsize {
    font-size: 12px;
    color: #888888;
}

.btn.btn-orange.btn-bottom {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
    line-height: 20px;
    font-weight: normal;
}


#cke_editor_add_ganda .cke_bottom, #cke_editor_add_ganda_ans .cke_bottom,
#cke_editor_add_essay_ans .cke_bottom, #cke_editor_add_essay .cke_bottom,
#buat_soal_sendiri  .cke_bottom {
    display: none;
}

.data-konfirmasi .form-control {
    margin-bottom: 3px;
    font-size: 13px;
    padding: 6px 6px;    
}
.data-konfirmasi select.form-control, .data-konfirmasi .form-control option {
    text-transform: capitalize !important;
    font-size: 12px;
}

.voucher-nilai h2 {
    margin: 0px;
}

#show_daftar_new {
    font-size: 18px;
    text-align: center;
    color: white;
    padding:0px 0px 0px 0px;
}

#load_gif {
    text-align: center;
    padding:40px 0px 0px 0px;
}

p.sub-tagline {
    font-size: 15px;
    color: #777;
    line-height: 27px;
    font-size: 18px;    
    color: #0071ab;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin-top: 10px;
}

#tombol-fitur:link, #tombol-fitur:hover, #tombol-fitur:visited {
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 30px;
    background-color: #25aae1;
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    display: block;
    width: 210px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

#tombol-fitur:hover {
    background-color: #138cbe;
}

#show_topic {
    position: relative;
}

#panah {
    width: 20ps;
    height: 20px;
    display: block;
    position: absolute;
    right: 5px;
    z-index: 999;
    padding-top: 15px;
}

#area-form-daftar {
    text-align: center;
}
/*--- Add css icon ig by Scu 18_03_08 ---*/
#icon-ig {
    background: transparent url(../img/icon-ig.png) center center no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin: auto;
}
#icon-facebook {
    background: transparent url(../img/icon-facebook.png) center center no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin: auto;
}

#icon-twitter {
    background: transparent url(../img/icon-twitter.png) center center no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin: auto;
}

#icon-youtube {
    background: transparent url(../img/icon-youtube.png) center center no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin: auto;
}

#content-area {
    min-height: 630px !important;
}

/* Riza */
#paper-soal table td, .baris-soal table td {
	vertical-align:top;
}

/* Riza 08 Jan 2015*/
.half-centered {
	width:50%;
	margin:0 auto;
}

@media (min-width: 768px) {
	#container-tampilan-soal table {
		width:100%;
	}
	.kolom-konfirm {
		width:45%!important;
	}
}
