﻿a, a:hover, a:focus{
	text-decoration: none;
}


/* Section ============================================= */
section.breadcrumb{
	margin: 60px 0px 0px 250px;
}

section.content{
	margin-top: 0px;
}

section.content-full{
	margin: 100px 15px 0px 0px;
}

section.content-full p{
	text-align: justify;
}

section.content-full div.card div.body form div.error{
	padding: 5px;
	margin : 10px;
}


/* Navbar ================================================ */
.navbar{
	background-color: #f4e003;
	min-height: 70px;
}

.navbar-brand, .navbar-brand:hover{
	color: #257903;
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
  vertical-align:middle;
}

.brand{
	height: 100%;
	padding: 0px;
	margin: auto;
	position: relative;
}

.navbar-brand > .brand .img {
	height: 100%;
	margin: 0px 10px;
	float: left;
	padding: 2px;
}

.navbar-brand > .brand .img img {
	height: 100%;
	width: auto;
}

.brand-text {
	height: 50px;
	float: right;
	padding: 5px 0px;
	line-height: 20px;
}

.brand-text small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	line-height: 15px;
}

.nav > li > a {
    color: #fff;
}

.navbar-brand:hover, .nav > li > a:hover {
    background-color: transparent;
	text-decoration: none;
}

.sidebar .menu .list li.active > :first-child i, .sidebar .menu .list li.active > :first-child span {
    color: #1abc9c;
}

.sidebar .legal .copyright a {
    color: #1abc9c !important;
}

/* Login Page ============================================ */
.login-page {
	background-color: #ecf0f1;
}

.login-page .card{
	border-bottom: #1abc9c 5px solid;
}

.login-page .login-box .logo img {
	width: 20%;
}

.login-page .login-box .logo a, .login-page .login-box .logo small {
	color: #1abc9c;
}

.login-page .login-box .logo small {
	font-size: 12px;
}

.login-page .btn-login{
	background-color: #1abc9c !important;
	color: #fff;
}

.login-page .login-box a {
	color: #7f8c8d;
}

.login-page .login-box .msg {
	color: #F44336;
}

/* Side Menu ============================================== */

.sidebar .user-info{
	background: #1abc9c;
}

.sidebar .user-info .info-container {
    cursor: default;
    display: block;
    position: relative;
    top: 0px;
	color: #fff;
	height: 100px;
	padding: 70px 0px 0px 0px;
}

.sidebar .user-info .info-container .name{
	font-size: 24px;
}

.sidebar .user-info .info-container .name i.material-icons {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	font-size: 30px;
}

/* Breadcrumb =============================================== */

div .breadcrumb{
	margin: 0px;
	padding : 10px 0px;
}

/* Jquery Step - Kuesioner ================================== */

.wizard > .steps > ul > li {
	width: 10%;
	float: left;
}

.wizard > .steps a {
	padding: 5px;
}

.wizard > .steps .number {
	font-size: 1em;
}

.card .body .form-hasil{
	margin-bottom: 20px;
}

#laporan-hasil{
	margin-top: 30px;
}

.card .body > h4:nth-child(3){
	text-align: center;
	margin-bottom: 20px;
}

.card .body #laporan-hasil table{
	font-size: 11px;
}

.card .body #tabel-batas{
	width: 100%;
	border: 0xp;
}

.card .body #tabel-batas td{
	vertical-align: top;
}

.card .body .tabel-hasil th, .card .body .tabel-hasil td, .card .body .tabel-hasil-ket th{
	text-align: center;
}

.card .body .tabel-hasil-ket .left{
	text-align: left;
}

#ket-ikm{
	margin-right : 1%;
	width: 99%;
}

#ket-unsur{
	margin-left : 1%;
	width: 99%;
}

#ket-unsur{
	text-align: center;
}

/* Logo - Mulai ========================================== */

.logo-mulai{
	font-size  	: 18px;
	display    	: block;
	width      	: 100%;
	text-align 	: center;
	margin-top 	: 20px;
	color      	: #257903;
}

.logo-mulai img{
	height       : 100px;
	width        : auto;
	clear        :both;
	margin-bottom: 20px;
}

.logo-mulai small {
	display   : block;
	width     : 100%;
	text-align: center;
	margin-top: 0px;
	font-size : 14px;
}