#content{}

body {
   
    background: #EDEDED;
	font-weight: 100 !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;

    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.table-dark a, .navbar a{
	color: skyblue !important;
}
.table-dark a:hover, .navbar a:hover {
	color: steelblue !important;
}
textarea {
    resize: none;
}

.spacer_m {
		display: none;
	}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;

}



.login {

padding: 1em;

margin: 2em auto;

width: 17em;

background:  #fff;

border-radius: 3px;

}


label {

font-size: 10pt;

color: #555;

}


input[type="text"],

input[type="password"],

textarea {

padding: 8px;

width: 95%;

background:  #FFFFFF;



font-size: 10pt;

margin: 6px 0px;

}


.tombol {

background:  #3498db;

color:  #fff;

border: 0;

padding: 5px 8px;

margin: 20px 0px;

}

.btn-info {
	background-color: #006a71;
	border-color: #228c93;
}

.btn-info:hover {
	background-color: #228c93;
	border-color: #006a71;
}

.btn-info:active {
	background-color: #228c93;
	border-color: #006a71;
}




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #DDDDDD;
    border-right: 0.5px solid #DDDDDD;
    transition: all 0.3s;
	margin-left: 0px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background-color: #CCCCCC;
	border-bottom: 0.5px solid #fff; 
}

.sidebar-header {
	margin-bottom: 0px;
	
}

.list-unstyled p {
    margin-block-end: 0px;
}

.list-unstyled {
    margin-bottom: 0px!important;
}
#sidebar li {
	background-color: #DDDDDD;
	
   
}

#sidebar ul.components {
    padding: 0px 0;
}

#sidebar ul p {
    padding-left: 10px;
	
}

#sidebar ul li a {
    padding-left: 15px;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {

    background: #CECECE; 
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background:  #EEEEEE;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #117b82;
}

a.article,
a.article:hover {
    background: #228c93 !important;
    color: #fff !important;
}

.card {
	padding: 2px;
}

.panel {
	padding: 10px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.dataTables_filter {
display: none;
}
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 900px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
	
	.card {
		
	margin: 10px;
	}
    
    .reference {
        display: none;
    }
	
	 .hide_mobile {
        display: inline-grid;
    }
	
	.spacer_m {
		height: 50px !important;
		display: block !important;
	}
}/* CSS Document */

