@import url('font-awesome.css');
@import url('fonts.css');

input[type="text"]:disabled, input[type="text"][readonly="readonly"], input[type="password"]:disabled, input[type="password"][readonly="readonly"], input[type="email"]:disabled, input[type="email"][readonly="readonly"], input[type="url"]:disabled, input[type="url"][readonly="readonly"], input[type="time"]:disabled, input[type="time"][readonly="readonly"], input[type="date"]:disabled, input[type="date"][readonly="readonly"], input[type="datetime-local"]:disabled, input[type="datetime-local"][readonly="readonly"], input[type="tel"]:disabled, input[type="tel"][readonly="readonly"], input[type="number"]:disabled, input[type="number"][readonly="readonly"], input[type="search"]:disabled, input[type="search"][readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    color: #ddd;
    border-bottom: 1px dotted #ddd;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    color: #fff;
}

.swal-footer {
	text-align:center !important
}
.contentx {
    max-width: 41rem;
    margin: 0 auto;
}
html{
	line-height:22px !important;
	}
body {
    background: #fff !important;
    color: #ddd;
    overflow-x: hidden;
	font-size: 14px;
	font-family: "Google Sans", Arial;
}
[class^="mdi-"],
[class*="mdi-"] {
    font-family: "Ionicons";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #37474f;
    margin: 10px 0;
}
h1 {
    font-size: 32px;
    line-height: 1.25em;
}
h2 {
    font-size: 26px;
    line-height: 1.15em;
}
h3 {
    font-size: 22px;
    line-height: 1.13em;
}
h4 {
    font-size: 20px;
    line-height: 1.11em;
}
h5 {
    font-size: 16px;
    line-height: 1em;
}
p {
    margin: 0 0 10px;
}
a {
    color: inherit;
	
}
a,
a:link,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
body,
input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
b {
    font-weight: 700;
}
.small,
small {
    font-size: 95% !important;
}
img {
    width: 100%; 
    height: auto;
    display: block;
}
.uppercase {
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
}
h1.uppercase,
h2.uppercase,
h3.uppercase {
    letter-spacing: 3px;
    margin-right: -3px;
}
h4.uppercase,
h5.uppercase,
h5.uppercase {
    letter-spacing: 2px;
    margin-right: -2px;
}

i.big {
    font-size: 100px;
    width: 150px;
    display: block;
    margin: 0 auto 30px;
    border: 2px solid;
    border-radius: 50%;
    background: #36c5f5;
    color: #fff;
}
blockquote {
    font-size: 1.5em;
    margin: 30px 0;
    color: #444;
}
.title {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: -3px;
    font-weight: 700;
}
.section-title {
    margin: 0;
    padding: 40px 20px 0;
}
.text-small {
    font-size: 0.9em;
    font-weight: 100;
}
.text-small i {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
2. Utility & Colors
-------------------------------------------------------------------*/
/* Colors */

.accent-text {
    color: #F00000 !important;
}
.accent-color {
    background: #F00000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DC281E, #F00000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.accent-border {
    border-color: #F00000 !important;
}
.primary-text {
    color: #36c5f5 !important;
}
.primary-color {
    /* background-color: #669820 !important; */
    background: #282828;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #282828);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #282828); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}
.primary-border {
    border-color: #36c5f5 !important;
}
.grey-blue {
    background-color: #fff;
}
.text-color {
    color: #76838f !important;
}
.text-light {
    font-weight: 400;
    color: #B2B2B4;
}
.transparent {
    background-color: transparent !important;
}
.no-shadow {
    box-shadow: none;
}
/* Misures */

.width-100 {
    width: 100% !important;
}
.m-0 {
    margin: 0px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.m-l-r-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.p-b-5em {
    padding-bottom: 5em !important;
}
.p-5-10{
    padding: 5px 20px 5px 20px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.p-l-r-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.p-l-r-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
/* Utility */

.block {
    display: block;
}
.overflow {
    overflow: auto;
}
.clr {
    clear: both;
}
.bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
.bottom-abs {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.page-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
#blockui {
    /* Prevent link from triggering while drag over */
    
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}
/* Background & Overlay */
.bg-ff {
    background: #fff !important;
}
.bg-1 {
    background: url(../img/1.jpg) no-repeat center / cover !important;
}
.bg-2 {
    background: url(../img/2.jpg) no-repeat center / cover !important;
}
.bg-3 {
    background: url(../img/3.jpg) no-repeat center / cover !important;
}
.bg-4 {
    background: url(../img/4.jpg) no-repeat center / cover !important;
}
.bg-5 {
    background: url(../img/5.jpg) no-repeat center / cover !important;
}
.bg-9 {
    background: url(../img/bg-9.jpg) no-repeat center / cover !important;
}
.bg-9a {
    background: url(../img/bg-9a.jpg) no-repeat center / cover !important;
}
.bg-v-1 {
    background: url(../img/v1.jpg) no-repeat center / cover !important;
}
/* .bg-v-2 {
} */
.bg-v-3 {
    background: url(../img/v3.jpg) no-repeat center / cover !important;
}
.bg-v-4 {
    background: url(../img/v4.jpg) no-repeat center / cover !important;
}
.bg-blur {
    background: url(../img/blur.jpg) no-repeat center / cover !important;
}
.bg-opacity {
    background: url(../img/opacity.jpg) no-repeat center / cover !important;
}
.bg-shop {
    background: url(../img/banner.jpg) no-repeat center / cover !important;
}
.opacity-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .85)), to(#fff)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .85) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .85) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .85) 90%, #fff 100%) repeat scroll 0 0;
}
.opacity-overlay-black {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.opacity-overlay-top {
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, .75)), to(#333)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
}
.border-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
}

.homebox{
	float:left;
	width:100%;
	height:150px;
	/* background:#669820;
    margin-top: 40px; */
    background: #396afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
	border-bottom-right-radius: 70%;
    /* margin-top: 40px; */
    border-bottom-left-radius: 70%;
	}
.homebox2{
	float:left;
	width:100%;
	height:90px;
	background:#669820;
    margin-top: 40px;
	}
.maincontent{
	float:left;
	width:100%;
	padding-bottom:60px;
	}
.setting{
	padding-bottom:50px;
	}
.blank-layout,
.fullscreen {
    width: 100%;
    height: 100vh;
}
/* .page {
    margin-top: 56px;
    overflow: auto;
} */
.none {
    display: none;
}
.h-banner1{
    height: 112px;
    position: relative;
    z-index: 1;
	float:left;
	height:250px;
}
.h-banner {
    height: 112px;
    position: relative;
    z-index: 1;
	min-height:10px;
	height:auto;
}
.h-banner .parallax {
    height: 200px;
}
.h-banner .parallax img {
    display: block;
}
.banner-title {
    line-height: 30px;
    padding-left: 30px;
    font-size: 25px;
	font-weight:bold;
}
.banner-title {
    position: absolute;
    left: 33px;
    bottom: 30px;
    color: #ffffff;
}
.banner-title {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 56px;
    margin-left: 9px;
    text-transform: none;
    letter-spacing: normal;
    z-index: 9;
}
.banner {
    height: 300px;
    margin-top: 56px;
    position: relative;
}
.banner .parallax {
    height: 100%;
}
.halo-nav {
    height: 56px;
    position: fixed;
    z-index: 2;
    top: 0px;
    background: none;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.halo-nav {
    background: none;
}
.box-shad-none {
    box-shadow: none;
}
.halo-nav.smaller {
    height: 56px;
}
.halo-nav.smaller span {
    bottom: 15px;
}
.h-banner .floating-button {
    position: absolute;
    bottom: -25px;
    right: 20px;
}
.halo-nav.h-bg {
    background-color: #36c5f5;
}
.subtitle {
    position: absolute;
    left: 73px;
    bottom: 71px;
    color: #fff;
    opacity: 0.6;
}
/* Page Header */

.hero-header {
    position: relative;
    z-index: 1;
}
.hero-header .floating-button {
    position: absolute;
    bottom: -27px;
    right: 20px;
    z-index: 2;
}
.floating-button.scrollable-fab.scrolled-down {
    position: fixed;
    bottom: 20px;
}
.hero-header .hero-over {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
}
/* Page Body */

#kunci{
	margin:0px 0px 0px 0px;
	border:1px solid #ccc;
	border-radius:2px;
	padding:0px 10px 0px 10px;
	width:90%;
	}
.kanal {
    min-height: 2px;
}
.white-color .title{
	color:#1b4d79 !important;
	margin-left:0px !important;
	
}
.white-color i{
	color:#1b4d79 !important;
}
.white-color img{
	width:inherit !important;
	float:left;
	margin:13px 5px;
	height:32px;
	}
.tour-title {
    font-size: 24px;
    font-weight: lighter;
    color: #033c76;
    position: relative;
    bottom: 320px;
}
.tour-desc{
	font-size:14px;
	font-weight:lighter;
	text-align:center;
	position: relative;
    bottom: 320px;
	}
.skip{
	bottom:50px;
	text-align:center;
	float:left;
	}
.pagetour .swiper-container-horizontal>.swiper-pagination {
    bottom: 80px;
    left: 0;
    width: 100%;
}
.skip {
    bottom: 50px;
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
}
.skip a{
   padding:10px 20px 10px 20px;
   background:#6da22b;
   color:#fff;
   border-radius:10px;
   font-size:14px !important;
    position: relative;
	z-index:999999;
}
.setting .card{
    margin:0px;
    background:none;
    border:none;
    border-top:4px solid #282828;
    /* border-bottom:2px solid #f5f5f5; */
    border-radius:0px;
	width:100%;
    }
.setting .card .c-widget-figure{
    color:#fff;
    font-size:28px;
    }

.namakota{
	color:#F00000;
	font-size:12px;
	line-height:18px !important;
	}
#wrapper{
	position:absolute; 
    z-index:1;
    top:0px; 
	bottom:60px; 
	left:0;
    width:100%;
    overflow:auto;
	}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.page-content {
    padding: 30px 20px;
}
#content {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	position:absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 100%;
    background: #282828;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #282828);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #282828); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#content-login {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	position:inherit;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: #282828;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #282828);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #282828); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.content-home{
	background:#ddd !important;
	}
/* Footer */

footer.page-footer {
    margin-top: 0;
}
.footer-copyright .right > i {
    margin-left: 10px;
    font-size: 20px;
}
/*------------------------------------------------------------------
4. Animation
-------------------------------------------------------------------*/

.m-scene .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.m-scene .fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.m-scene .fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.m-scene .fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.m-scene .fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.m-scene .bouncein {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.m-scene.is-exiting .animated {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.delay-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay-2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.delay-4 {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.delay-5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.delay-6 {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
/*------------------------------------------------------------------
5. Toolbar
-------------------------------------------------------------------*/
/* Drag Trigger */

.drag-target {
    width: 25px !important;
    top: 56px;
}
/* Toolbar */

#toolbar {
    width: 100%;
    height: 56px;
    /* position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;*/
}
#toolbar.transparent {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.open-left {
    float: left;
    height: 56px;
    line-height: 56px;
    width: 56px;
    text-align: center;
    position: relative;
}
.open-right {
    float: right;
    height: 56px;
    line-height: 56px;
    width: 56px;
    text-align: center;
    position: relative;
}
.toolbar-search{
    float: left;
    margin: 5px;
    width: 70%;
    padding:5px;
}
.toolbar-search input{
    background: #71a12f;
    float:left;
    border-radius:10px;
    padding:0px 10px 0px 10px;
    border:none;
    height: 35px;
    color:#fff;
    border-bottom: 0; 
    box-shadow: 0 ;
      border-bottom: 0px solid #36c5f5 !important; 
    border-bottom: 0px solid #26a69a!important; 
    box-shadow: 0 0px 0 0 #26a69a !important;
}

.toolbar-search input:focus,.toolbar-search input:active{
    background: #17376b;
    color:#fff;
    border-bottom: 0; 
    border-bottom: 0px solid #36c5f5 !important;
    border-bottom: 0px solid #26a69a !important;
    box-shadow: 0 0px 0 0 #26a69a !important;
}

#toolbar i {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
#toolbar .title {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 56px;
    margin-left: 16px;
    text-transform: none;
    letter-spacing: normal;
}
/*------------------------------------------------------------------
6. Drawer
-------------------------------------------------------------------*/

.side-nav.collapsible {
    border: none;
}
.side-nav a {
    height: 18px;
    line-height: 26px;
    padding: 0;
}
.side-nav .no-child {
    padding: 16px;
    margin: 0;
    min-height: auto;
    color: #444;
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    display: block;
    cursor: pointer;
}
.side-nav .no-child i {
    height: auto;
    line-height: 100%;
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}
.sidenav-header {
    width: 100%;
    position: relative;
    overflow: auto;
}
.sidenav-header .nav-avatar {
    display: flex;
    align-items: center;
}
.sidenav-header .avatar {
    margin: 20px;
    height: 64px;
    width: 64px;
}
.sidenav-header .avatar-body {
    flex: 1;
}
.sidenav-header .avatar-body h3 {
    color: #fff;
    margin: 0;
	font-size:16px;
}
.sidenav-header .avatar-body p {
    color: #fff;
    opacity: 0.8;
    font-size: 80%;
    margin: 0;
}
.sidenav-header .nav-social {
    padding: 20px 20px 0 20px;
}
.sidenav-header .nav-social i {
    font-size: 16px;
    color: #fff;
    margin-right: 18px;
}
/* dropdown */

.side-nav li {
    padding: 0;
}
.side-nav li:hover,
.side-nav li.active {
    background-color: transparent;
}
.side-nav .no-child:hover,
.side-nav .active .collapsible-header,
.side-nav .active .collapsible-body li a:hover {
    color: #36c5f5;
    opacity: 1;
}
.side-nav .collapsible-header.active:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #36c5f5;
    position: absolute;
    left: -5px;
    border-radius: 100%;
    margin-top: 6px;
}
.side-nav .collapsible-header {
    padding: 10px 16px 10px 16px;
    margin: 0;
    min-height: auto;
    color: #444;
	border-bottom:1px solid #f5f5f5;
}
.side-nav .collapsible-header i {
    height: auto;
    line-height: 100%;
}
.side-nav .collapsible-body li a {
    margin: 0 16px 0 22px;
}
.side-nav li.active .collapsible-body li {
    background-color: #f4f8fb;
}
.side-nav li.active .collapsible-body li a {
    opacity: 0.8;
}
/* Right Sidebar */

.sidenav-header nav {
    border-bottom: 1px solid #eee;
}
/* Sidebar Chat */



.chat-sidebar {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
}
.chat-img img {
    margin-right: 10px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    position: relative;
    flex: 1;
}
.chat-img .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    top: 35px;
    left: 22px;
}
.chat-message {
    flex: 1;
    font-size: 12px;
}
.chat-message p {
    margin: 0;color: #444;
}
.chat-message .small {
    opacity: 0.4;
    display: block;
}
/* badge */

.side-nav span.badge {
    min-width: auto;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
    margin: 0;
    padding: 0;
}
/*------------------------------------------------------------------
7. Elements
-------------------------------------------------------------------*/
/* Heading */

.greeting{
	font-size:14px;
	}

.heading-container {
    padding: 30px 20px;
}
.heading {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
}
.heading:after {
    content: '';
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 40px;
    border-top: 2px solid #444;
}

.product-sec{
	width:92%;
	padding:10px 20px 10px 20px;
	margin:3px 10px 2px 10px;
	border:1px solid #ccc;
	background:#fff;
	border-radius:10px;
	float:left;
	}
.product-sec i{
    font-size: 14px;
    color: #e75607;
}
/* Progress */

.progress {
    margin: 0;
}
/* Avatar */

.avatar {
    width: 40px;
    height: 40px;
}
.unknow-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}
.unknow-avatar span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
}
.avatar.with-letter span {
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: block;
}
/* Tab */

.tabs .tab,
.tabs .tab:hover {
    color: #333;
	border:1px solid #ccc;
	border-right:none;
	background:#f5f5f5;
	font-size:13px;
}
.tabs .tab-active {
    color: #333;
    opacity: 1;
	background:#fff;
	border-bottom:3px solid #67972f
}
.tabs .indicator {
    background-color: #a28bcb;
}
/* Searchbar */
.input-field input[type=search] ~ i,
.input-field input[type=search] ~ i {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ i,
.input-field input[type=search]:focus ~ i {
    color: #444;
}
/* input */

input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label,
.input-field .prefix.active {
    color: #7acc12;
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #36c5f5;
}
[type="radio"]:checked+label:after {
    border: 2px solid #36c5f5;
    background-color: #36c5f5;
}
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #36c5f5;
    border-bottom: 2px solid #36c5f5;
}
/* Blog Fullwidth */

.blog-fullwidth {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
	background: #ffffff;
}
.blog-fullwidth .blog-header {
    padding: 20px 20px 20px 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
}
.blog-fullwidth .blog-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-fullwidth .blog-author span {
    display: block;}
.blog-fullwidth .blog-image {
    position: relative;
}
.blog-fullwidth .blog-preview h4 {
    margin-top: 0;
}

/* Training */
#training-read{
	float:left;
	width:100%;
	margin-top:25px;
	position: relative;
    z-index: 2;
}
.training-card {
    margin: 10px;
    background-color: #fff;
    border-radius: 0px;
	overflow:hidden;
	width:42%;
	float:left;
	height:200px;
	text-align:center;
}
.training-image{
	width:100%;
	height:auto;
	overflow:hidden;
}
.training-image img{
	height:auto;
	width:100%;
	overflow:hidden;
}
.training-preview{
	line-height:20px;
	font-size:14px;
	padding:5px;
	border:1px solid #ccc;
	border-radius:8px;
}
.training-preview-home{
	line-height:20px;
	font-size:18px;
	padding:5px 20px 5px 20px;
	font-weight:500;
}
.training-preview-1{
	line-height:20px;
	font-size:14px;
	padding:5px;
	background:#ffffff;
	padding:20px;
	float:left;
	width:100%;
}
.training-card .training-header {
    padding: 20px 20px 20px 80px;
    position: relative;
}
.training-card .training-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.training-card .training-author span {
    display: block;}
.training-fullwidth .training-preview h4 {
    margin-top: 0;
}
.bg-9a{
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
}
.bg-9b{
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.training-read-image{
	width:100%;
	margin-top:30px;
	text-align:center;
	padding:30px 0px 10px 0px;
}
.training-read-image img{
	width:120px;
	display:unset;
	border:2px solid #fff;
}
.training-banner {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 56px;
    margin-left: 9px;
    text-transform: none;
    letter-spacing: normal;
    z-index: 9;
}
.training-title{
	float:left;
	width:100%;
	padding:5px;
	text-align:center;
}
.training-title strong{
	font-size:16px;
}
.training-preview{
	width:95%;
	float:left;
	color:#333;
	padding: 5px 25px 15px 15px;
    font-size: 17px;
    font-weight: bold;
}
.training-read-video{
	float:left;
	width:100%;
	height:auto;
    margin-top: 30px;
	}
.training-read-video video{
	width:100%;
	}
.training-read-audio{
	float:left;
	width:100%;
	height:auto;
    margin-top: 30px;
	padding:10px;
	}
.training-read-audio audio{
	width:100%;
	}
/* Blog Card */

.blog-card {
    margin: 8px 0px 8px 0px;
    background-color: #fff;
	overflow:hidden;
	width:100%;
}
.blog-card .blog-header {
    padding: 20px 20px 20px 80px;
    position: relative;
}
.blog-card .blog-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-card .blog-author span {
    display: block;}
.blog-fullwidth .blog-preview h4 {
    margin-top: 0;
}

.blog-depan-card{
	float:left;
	margin:5px 15px 5px 10px;
	background:#282828;
	width:95%;
	overflow:hidden;
    height: auto;
    border: 1px solid #282828;
    padding-bottom: 10px;
	border-radius:5px;
}
.blog-depan-image{
	width: 100%;
    float: left;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
    height: auto;
    border-radius:0px;
}
.blog-depan-preview{
	overflow:hidden;
	height:auto;
    color:#ddd
}
.blog-depan-preview strong{
   font-size: 18px;
}
.blog-depan-preview .p-10{
    padding:20px !important;
}

.blog-depan-image img{
	width:100%;
	height:auto;
}
.blog-depan-card small{
	font-size:8px;
}
.blog-preview img{
	max-width:100% !important;
	height:auto !important;
	}
.blog-fullwidth .training-preview{
	    font-size: 16px;
    margin: 10px 0px 10px 0px;
    width: 100%;
}

.redeem-depan-card{
	float:left;
	margin:5px 15px 5px 10px;
	background:#fff;
	width:90%;
	overflow:hidden;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.redeem-depan-image{
	width: 100px;
    float: left;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
    height: 70px;
    border-radius:10px;
}
.redeem-depan-preview{
	overflow:hidden;
	height:80px;
}
.redeem-depan-preview strong{
   font-size: 15px;
}
.redeem-depan-preview .p-10{
    padding:10px 0px 10px 0px !important;
}

.redeem-depan-image img{
	width:100px;
	height:auto;
}
.redeem-depan-card small{
	font-size:8px;
}
.redeem-preview img{
	max-width:100% !important;
	height:auto !important;
	}
/* Promo */
.promo-depan{
    width: 320px;
    float: left;
    margin: 0px 20px 0px 0px;
	padding:0px;
	border-radius:10px;
	border:1px solid #ddd;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
	background:#fff;
	overflow:hidden;
	padding:0px 0px 20px 0px;
}
.promo-depan-image{
    width: 100%;
    height: 135px;
    float:left;
    overflow:hidden;
}
.promo-depan-preview {
    padding-top: 5px;
    float: left;
    height: 100px;
    overflow: hidden;
	padding:20px;
}
.promo {
    margin-bottom: 20px;
}
.promo i {
    margin: 0;
    font-size: 96px;
    display: block;
}
h6.promo-caption {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
.promo p {
    padding: 0 20px;
}
.s0 {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 15px;
    margin-left: 15px;
    /* height: 260px; */
}
.s0_ {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 15px;
    margin-left: 15px;
    height: 260px; 
}
.sliding-wrapper{
    width: 2000px;
    height: 300px;
    float: left;
}
.sliding-wrapper1{
    width: 1000px;
    /* height: 300px;*/
    float: left;
}
.sliding-wrapper2{
    width: 1000px;
    /* height: 300px;*/
    float: left;
}
#slider1 img{
	border-radius:10px;
	}
/* Features List */

.feature-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.feature-list-title {
    flex: 1;
}
.feature-list i {
    color: #fff;
    font-size: 36px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-right: 20px;
    text-align: center;
    line-height: 64px;
}
.feature-list-title h6 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 2px 0 10px;
    text-transform: uppercase;
}
/* Project */

.project-image {
    margin: 20px;
}
.project-info {
    padding: 0 20px;
}
.project-info h2 {
    margin-bottom: 0;
}
.project-social-share {
    position: absolute;
    right: 0;
    top: -4px;
}
.project-social-share i {
    margin-left: 10px;
}
.project-comments .comments-list .author {
    margin-bottom: 0;
}
/* Card */

.card {
    margin: 10px 20px 10px 20px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border-radius: 10px; 
	border:1px solid #ccc;
}
/* Comments */

.comments {
    padding: 10px;
}
.comments h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.comments-list,
.comments-list ul {
    width: 100%;
    overflow: hidden;
}
.comments-list li {
    margin-bottom: 32px;
}
.comments-list .avatar {
    position: absolute;
    left: 20px;
}
.comments-list .comment-body {
    padding-left: 56px;
    margin-bottom: 30px;
    width: auto;
}
.comments-list .comment-body p {
    font-size: 1em;
}
.comments-list .author {
    margin-bottom: 8px;
    display: inline-block;
}
.comments-list .date {
    float: right;
    font-size: 1em;
    opacity: 0.6;
}
li.your-comment {
    padding-left: 56px;
    margin-bottom: 0;
}
.post-author {
    position: relative;
    margin-bottom: 32px;
}
.post-author .avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.post-author span {
    padding-left: 38px;
    padding-top: 4px;
    display: block;
}
/* Calendar */

.calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar td,
.calendar th {
    padding: 0;
}
.calendar {
    text-align: center;
    padding: 0 20px 20px;
}
.calendar thead {
    color: #fff;
    opacity: 0.9;
    border: none;
}
.calendar tbody {
    color: #fff;
}
.calendar tbody td:hover {
    background-color: rgba(255, 255, 255, .2);
}
.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: calc(13vw - 16px);
    height: calc(13vw - 16px);
    line-height: calc(13vw - 18px);
    margin: 5px;
}
.calendar .prev-month,
.calendar .next-month {
    opacity: 0.4;
}
.current-day {
    background: #fff;
    color: #FF4081;
}
.calendar tbody td.current-day:hover {
    background-color: rgba(255, 255, 255, 1);
}
.event {
    cursor: pointer;
    position: relative;
}
.event:after {
    background: #fff;
    border-radius: 50%;
    bottom: 3px;
    display: block;
    content: '';
    height: 4px;
    left: 50%;
    margin: 0px 0 0 -2px;
    position: absolute;
    width: 4px;
}
.event.current-day:after {
    background: #fff;
}
/* Activity */

.activity {
    margin: 5px 5px 20px 5px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.activity p {
    margin: 0;
}
.activity-time span,
.activity-time i {
    vertical-align: middle;
}
.activity-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    margin: 20px 0 0;
}
.activity-type.second-type {
    right: 50px;
}
.activity-type i {
    font-size: 24px;
    color: #fff;
}
/* Lightbox */

.pswp i {
    color: #fff;
}
/* Shop */

.shop-banner {
    width: 50%;
    float: left;
    position: relative;
}
.shop-banner h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}
.shop-banner p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 100;
}
/* Category Shop */

.shop-category {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    float: left;
    padding: 5px;
}
.category-image {
    position: relative;
}
.category-header {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
}
.category-header .ion-heart {
    opacity: 0.6;
    color: #d00;
}
.shop-category .category-preview h4 {
    margin-top: 0;
}
.shop-category .category-preview .price {
    margin-top: 0;
    margin-bottom: 0;
}
.rating {
    margin-bottom: 15px;
}
.rating i {
    opacity: 0.15;
    display: inline-block;
    font-size: 18px;
}
.rating i.active {
    opacity: 0.9;
    color: #fdd835;
}
/* Sizes */

.sizes .size {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.sizes .size:hover {
    border: 1px solid #36c5f5;
    background-color: #36c5f5;
    color: #fff;
}
/* Sliders */

.swiper-container {
    width: 100%;
    min-height: 100px;
    margin: 0px auto;
}
.swiper-slide {
    text-align: center;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background: #6da22b;
}
.swiper-pagination.white-bullet .swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-wrapper .blog-depan-image img{
	height:100%;
	}
/* Fullscreen */

.slider-fullscreen .bottom-abs {
    bottom: 40px;
    padding: 0 10px;
}
.slider-category {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.slider-title {
    line-height: 1.2;
    font-size: 28px;
}
.slider-text {
    opacity: 0.8;
    margin-bottom: 40px;
}
/* Sliced */

.slider-sliced .swiper-slide {
    width: 100vw !important;
    height: 100vh;
    background-color: transparent;
    overflow: hidden;
}
.slider-sliced .slider-bottom-right {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 50px;
}
.slider-sliced .slider-bottom-right:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-left: 768px solid rgba(255, 255, 255, 0);
    /* Maintain smooth edge of triangle in FF */
    
    /* -moz-transform: scale(.9999); */
}
.slider-sliced .slider-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 50px;
}
.slider-sliced .slider-bottom-left:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-right: 768px solid rgba(255, 255, 255, 0);
    /* Maintain smooth edge of triangle in FF */
    
    /* -moz-transform: scale(.9999); */
}
.slider-sliced .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
/* steps */

.slider-steps {
    width: 100%;
    height: 100vh;
}
.slider-steps .valign-wrapper {
    height: 100%;
}
.slider-steps .valign {
    margin-top: -100px;
    width: 100%;
}
.steps-controllers {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1000;
    /* border-top: 1px solid #000; */
    background-color: #000;

}
.steps-controllers.chatbottom{
    position: fixed;
    bottom: 5px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    border: 1px solid #ddd;
	border-radius:30px;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.1);
}
#attach{
    position: fixed;
    bottom: 0px;
    left: 10px;
    right: 10px;
    z-index: 9999999999999;
    border: 1px solid #ddd;
	border-radius:30px;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	padding:10px;
}
#attach .btn-large {
	width:45% !important;
	margin-left:2%;
	margin-right:2%;
	float:left;
}

.steps-controllers > div {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0px;
	line-height:14px;
	font-size:13px;
}
.steps-controllers > div:last-child {
    border-right: none;
}
.steps-controllers img{
	width:32px !important;
	float:none;
	display:inherit;
	}
.steps-controllers > div a {
    width: 100%;
    padding: 8px 0;
	float:left;
    font-size: 12px;
    border-top:3px solid #282828;
    color:#ddd;
}
.steps-controllers > div a.active {
  color:#DC281E !important;
  border-top:3px solid #DC281E; 
}
.steps-controllers .swiper-button-next,
.steps-controllers .swiper-button-prev {
    background-image: none;
    left: auto;
    right: auto;
    top: auto;
    margin-top: auto;
    position: static;
    height: auto;
    padding: 20px 0;
}
.menushow{
	display: block !important;
	}
/* drawer */

.swiper-container.slider-drawer {
    height: 100vh;
}
.slider-drawer .swiper-slide {
    width: calc(100% - 16px) !important;
    height: calc(100vh - 112px);
    overflow: hidden;
    margin: 64px 8px 32px;
    padding: 16px;
    box-sizing: border-box;
}
.slider-drawer .drawer-pagination {
    bottom: 6px;
}
.slider-drawer .swiper-pagination-bullet-active {
    background: #fff;
}
.slider-drawer .row .col span {
    font-size: 0.7em;
    display: block;
}
.slider-drawer .row .col i {
    font-size: 40px;
}
#grandparent {
    height: 100%;
}
.child {
    margin-bottom: 0;
}
.slider-vertical .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc(100vh - 56px) !important;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* Tweet */

.info{
	padding:0px 25px;
	width:100%;
	float:left;
	text-align:center;
	}

.twitter {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tweet {
    margin-bottom: 20px;
}
.tweet h3 {
    font-size: 12px;
    margin: 0 0 5px;
    opacity: 0.4;
    /* webkit-transition: all 0.3s; */
    transition: all 0.3s;
}
.tweet h3:hover {
    opacity: 1;
}
.tweet p {
    font-size: 12px;
}
.tweet p a {
    font-size: 12px;
    display: inline;
    height: auto;
    line-height: normal;
    padding: 0;
}
/* Facebook */

.facebook {
    padding: 10px 0;
}
.face-notification {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}
.face-notification img {
    margin-right: 10px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.face-notification div {
    flex: 1;
    font-size: 12px;
}
.face-notification p {
    margin: 0;color: #444;
}
.face-notification div .small {
    opacity: 0.4;
    display: block;
}
/* Follow us */

.follow-us {
    opacity: 0.6;
    text-transform: uppercase;
    /* webkit-transition: all 0.3s; */
    transition: all 0.3s;
}
.follow-us i {
    font-size: inherit;
}
.follow-us:hover {
    opacity: 1;
}
/* Portfolio */

.portfolio .row {
    padding: 2px;
    margin-bottom: 0;
}
.portfolio .row .col.s6 {
    padding: 2px 2px 0;
}
.portfolio .row .col.s6 img {
    margin-bottom: 4px;
}
.portfolio .row .col.s6 a:last-child img {
    margin-bottom: 2px;
}
/* Checkout */

.checkout-header {
    box-shadow: none;
    border: none;
    margin: 0;
    background-color: #fafafa;
}
.checkout-header .collapsible-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: #fafafa;
}
.checkout-header .checkout-price {
    font-size: 18px;
}
.checkout-header .collapsible-body {
    padding: 20px;
}
.checkout-header .collapsible-body .checkout-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.checkout-image {
    width: 64px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}
.checkout-product-title {
    flex: 1;
}
.checkout-product-title,
.checkout-product-title:last-child {
    margin-bottom: 0;
}
.checkout-product-title h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout-product-title h6 .right {
    font-weight: 400;
}
.checkout-header .input-field {
    display: flex;
}
.checkout-header .discount input {
    flex: 1;
    height: 35px;
}
.checkout-header .discount .btn {
    margin-left: 10px;
}
.discount {
    padding: 20px 0;
}
.subtotal {
    padding: 10px 0 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.subtotal h6 {
    font-size: 16px;
}
.subtotal span {
    margin: 0;
    padding: 0;
    display: block;
}
.total {
    padding: 20px 0 0;
}
.total .right {
    font-weight: 700;
}
.form-inputs {
    padding: 20px;
}
.form-inputs h4 {
    margin-bottom: 25px;
}
.shipping-address {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.form-inputs .remember {
    margin: 20px 0;
}
/* Grid */

.grid .row {
    margin-bottom: 0;
}
.grid .row:first-child {
    margin-top: 5px;
}
.grid .col {
    padding: 10px;
    border: 3px solid #fff;
    text-align: center;
}
/* 404 */

.page-404 .title {
    font-size: 72px;
}
.page-404 .valign {
    margin-top: -100px;
}
.page-404 i.ion-android-search {
    color: #444;
}
.page-404 .input-field input[type=search]:focus,
.page-404 .input-field input[type=search]:focus,
.page-404 .input-field input[type=search]:focus {
 border:1px solid #ccc;
 }
.page-404 nav .input-field label.active i {
    color: #444;
    opacity: 0.7;
}
/* searchbar */

nav .input-field label i {
    color: rgba(0, 0, 0, 0.3);
}
/* accordion popout */

.collapsible.popout>li {
    margin: 0 0 5px;
}
.collapsible.popout>li.active {
    margin: 8px -8px;
}
.collapsible.popout .collapsible-header i {
    margin-right: 0;
}
.collapsible.popout .collapsible-body {
    background-color: #fff;
}
/* search map card */
.topmenu{
	float:left;
	width:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
	margin-top:55px;
	}
.topmenu a{
	float:left;
	width:20%;
	padding:10px 30px 5px 30px;
	font-size:26px;
	color:#666666;
	border-right:1px solid #eee;
	}
.topmenu a:hover,.topmenu a:active, .topmenu a:focus{
	background:#ffffff;
	}
.topmenu-nama{
	padding:10px;
	float:left;
	width:70%;
	}
.topmenu-nama span{
	font-size:14px;
	}
.topmenu-poin{
	padding:10px;
	float:right;
	text-align:right;
	width:25%;
	}
.menu-profile{
	float:left;
	padding:20px;
	font-size:16px;
	color:#fff;
    width: 80%;
	}
.menuhomebox{
	float:left;
	width:100%;
	padding:15px;
	}
.menuhomebox1{
	float:left;
	width:100%;
	padding:15px;
	height:80px;
	}
.menuhomebox2{
	float:left;
	width:100%;
	padding:15px;
	height:40px;
	}
.menu-notif{
	float:right;
	padding:15px;
	margin-top:8px;
	width:auto;
	color:#fff;
    width: 15%;
    text-align: left;
    padding-left: 0px;
	}
.menu-notif a{
    float: left;
}
.menuhome-status{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	margin:-75px 0px 0px 0px;
	background:#ffffff;
	padding:9px;
    border:1px solid #eee;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 0px 5px 0px;
	height:auto;
	}
.menuhome-stat1{
	float:left;
	width:48%;
	background:#fff;
	border-radius:10px;
	margin:-70px 0px 0px 0px;
	background:#ffffff;
	padding:9px;
    border:1px solid #eee;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 0px 5px 0px;
	height:auto;
	}

.menuhome-stat2{
	float:right;
	width:48%;
	background:#fff;
	border-radius:10px;
	margin:-70px 0px 0px 0px;
	background:#ffffff;
	padding:9px;
    border:1px solid #eee;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 0px 5px 0px;
	height:auto;
	}
.menuhome-stat-item{
    padding:8px;
    font-size:25px;
    color:#fff;
    float:left;
    border-radius:20%;
    width:40px;
    height:40px;
    margin:5px;
    clear:both;
	background:#f0610b;
    }
.menuhome-stat1 strong, .menuhome-stat2 strong{
	font-size:18px;
	margin:10px 0px 0px 0px;
	float:left;
	width:50%;
	}
.menuhome-item i{   
    font-size:28px;
    }
.menuhome{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	margin:10px 0px 0px 0px;
	background:#ffffff;
	padding:9px;
    border:1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
	/* min-height: 350px; */
}
.menuhome-1{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	margin:-80px 0px 0px 0px;
	background:#ffffff;
	padding:9px;
    border:1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
	min-height: 50px;
	}
.menu-home{
	width: 29%;
    min-height: 110px;
    height: auto;
    float: left;
    margin: 5px;
    text-align: center;
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
.menuhome-item{
    padding:0px;
    font-size:35px;
    color:#fff;
    float:left;
    border-radius:50%;
    width:60px;
    height:60px;
    margin:10px 10px 5px 10px;
    clear:both;
    }
.menuhome-item i{   
    font-size:28px;
    }


.menu-direktori{
	width: 100%;
    min-height: 80px;
    height: auto;
    float: left;
    margin: 2px;
    font-size: 13px;
    text-transform: none;
	line-height:18px;
	border-bottom:1px solid #ddd;
	}
.menu-direktori-item{
    padding:18px;
    background:#003366;
    font-size:35px;
    color:#fff;
    float:left;
    border-radius:50%;
    width:60px;
    height:60px;
    margin:10px;
    clear:both;	
    }
.menu-direktori-item i{   
    font-size:28px;
    }
.menu-direktori a{   
    float:left;
    }
.menu-direktori-info{
	font-size:16px;
	font-weight:bold;
	padding:15px 5px 0px 0px;
	line-height:28px;
	}

.alert-home{
	background:#15a051;
	padding:10px 15px 10px 15px;
	color:#fff;
	border-radius:10px;
	margin:0px 5px 10px 5px;
	}
.bg-white{
	background:#fff;
}
.map-card {
    margin: 20px;
    background-color: #fff;
    border-radius: 2px; border:1px solid #ccc;
}
.map-card-header {
    padding: 20px 20px 20px 40px;
    position: relative;
}
.map-card-header i.left {
    position: absolute;
    top: 14px;
    left: 15px;
}
.map-card-header i.right {
    position: absolute;
    top: 13px;
    right: 25px;
}
.map-card-author span {
    display: block;}

.field-icon {
  	float: right;
	margin-left: -25px;
	margin-top: 12px;
	position: relative;
	z-index: 2;
	font-size: 20px;
	color: #ddd;
}


/* faq */



ul.faq {
    margin: 0 20px;
}
.faq .collapsible-header i.right {
    margin-right: 0;
}
.faq .collapsible-body {
    background-color: #fff;
}
/* News */
/* #main-login{
	background:url(../img/bg.main.png) bottom center repeat-x #1e8048;
	} */
#main{
	 -webkit-overflow-scrolling: touch;
	 }
.news-main {
    position: relative;
}
.top-news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
}
.top-news-title {
    font-size: 22px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}
.top-news-channel {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    color: #fff;
}
.top-news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
}
.single-news {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.single-news-title {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.3;
}
.single-news-channel {
    font-size: 12px;
}
.single-news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #9e9e9e;
}
.news .comments.collection {
    margin: 0;
}
.news .collection,
.collection .collection-item {
    border: none;
}
.news .collection .collection-item.avatar {
    min-height: 0;
    margin: 20px 0 0;
    padding-left: 60px;
}
/* .news .collection .collection-item.avatar .text {} */
.news .collection .collection-item.avatar:first-child {
    margin-top: 5px;
}
.news .collection .collection-item.avatar img {
    margin: 0;
    left: 0;
}
.news .collection .collection-item.avatar .title {
    display: block;
}
.news .collection .collection-item.avatar .date {
    font-size: 11px;
}
.news .collection .collection-item.avatar.reply {
    margin-left: 20px;
    border-left: 1px solid #eee;
    margin-top: 0;
    padding-left: 72px;
}
.news .collection .collection-item.avatar.reply img {
    left: 15px;
}
/* Chart Widget */

.c-widget {
    display: flex;
    align-items: center;
}
.c-widget-figure {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
	padding:5px;
}
.c-widget-body {
    flex: 1;
}
/* Floating Elements */

.floating-avatar {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 20px;
    border-radius: 50%;
}
.hero-header.scrollable-avatar.scrolled {
    position: fixed;
    top: 0;
    height: 60px;
    overflow: hidden;
}
.hero-header.scrollable-avatar.scrolled .floating-avatar {
    top: 6px;
    width: 48px;
}
.floating-share {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.floating-share i {
    margin-left: 25px;
    color: #fff;
}
.floating-share i:hover {
    opacity: 0.8;
}
.vertical-line-spacer {
    height: 60px;
    padding-left: 20px;
    border-left: 2px solid #eee;
    margin-left: 50px;
}
.page-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/* Contact */

.contact {
    position: relative;
    padding: 16px 66px 16px 0px;
}
.contact img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.contact p {
    margin: 1px 0 0;
    color: #37474f;
}
.contact span {
    font-size: 13px;
    font-weight: 300;
}
.contact i {
    font-size: inherit;
}
.contact .time {
    position: absolute;
    top: 20px;
    right: 16px;
    font-weight: 300;
}
.contact .dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: absolute;
    top: 50px;
    left: 33px;
    border-radius: 50%;
    border: 4px solid #36c5f5;
}
.contact .premium-free{
	padding:2px 5px 2px 5px;
	background: #CCC;
	color:#fff;
	font-size:11px;
	border-radius:5px;
}
.contact .premium{
	padding:2px 5px 2px 5px;
	background: #C60;
	color:#fff;
	font-size:11px;
	border-radius:5px;
}
/* Activity */

.activity .row {
    padding-left: 20px;
    border-left: 2px solid #eee;
    margin-left: 50px;
}
.activity .contact {
    margin-bottom: 0px;
}
.activity .dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 17px;
    left: -42px;
    border-radius: 50%;
}
.activity .date {
    position: absolute;
    top: 18px;
    right: 0;
}
.activity .type {
    position: absolute;
    top: 18px;
    left: -10px;
	font-size:16px;
}
.friends img {
    display: inline-block;
    position: static;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 8px;
}
.friends i {
    font-size: 32px;
}
/* Dropcap */

.dropcap {
    float: left;
    color: #444444;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
/* Chat */

.chat .message p {
    margin-bottom: 0;}
.chat span {
    font-size: 12px;
}
.chat ul li {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.chat ul li > img {
    float: left;
}
.chat ul li .message {
    /* margin-left: 55px; */
	margin-right:20px;
    position: relative;
    padding: 12px 16px;
    border-radius: 4px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.1);
}
.chat ul li .message.first {
    border-top-right-radius: 20px;
}
.chat ul li .message.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chat ul li.message-left {
    margin-bottom: 6px;
}
.chat ul li.message-right .message.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 4px;
}
.chat ul li.message-right > img {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-right .message {
    /* margin-right: 55px; */
	margin-left:20px;
	margin-right:0px;
    /* margin-left: 0;*/
    margin-bottom: 10px;
    background-color: #f1f1f1 !important;
}
.chat ul li.message-left > img {
    margin-right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-left .message {
    background-color: #f0f8ff;
    margin-bottom: 10px;
}
.message-right > span {
    margin-bottom: 20px;
    display: block;
	position:absolute;
	right:30px;
	margin-top:-35px;
	font-size:12px;
	color:grey;
}

.message-left > span {
    margin-bottom: 20px;
    display: block;
	position:absolute;
	right:35px;
	margin-top:-35px;
	font-size:12px;
	color:grey;
}

.photo-add {
    margin-top: 8px;
}
.photo-add .square-user {
    height: 48px;
    width: 48px;
    margin-right: 4px;
    float: left;
}
.chat-day {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.box-profile img{
	border:2px solid #ccc;
	}
.box-profile{
	background:#5c8d1d;
	color:#fff !important;
	}
.box-profile h3{
	color:#fff !important;
	}
.box-profile span img{
	width:inherit;
	height:inherit;
	border:none;
	margin:2px;
	float:none;
	display:inline;
	}
.profile-item{
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #ccc;
	width:100%;
	}	
/* Notification */
.notification {
   padding: 10px 17px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    width: 95%;
    margin: 5px 10px 5px 10px;
}
.notification p {
    margin-bottom: 0;
}
.notification span {
    font-size: 12px;
}
.close-notification {
    position: absolute;
    top: 2px;
    right: 12px;
}
.notification-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.notification-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.notification-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.notification-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
/* Player */

.player-info {
    padding: 24px 20px;
}
.player-info h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}
.player-info span {
    color: #ffffff;font-weight: 100;
    opacity: 0.85;
}
.player-controllers {
    padding: 20px;
    display: flex;
}
.player-controllers i {
    color: #ffffff;
    flex-grow: 1;
}
.upnext {
    padding: 20px;
}
.next-song {
    padding: 20px 0;
    position: relative;
}
.next-song span:first-child {
    margin-right: 16px;
}
.next-song i {
    position: absolute;
    right: 0;
    top: 12px;
}
/* ToDo */

.choose-date p {
    margin: 0;
    padding: 10px 0;
}
.choose-date p:first-child {
    padding-top: 0;
}
.choose-date p i {
    margin-right: 25px;
    position: relative;
    font-size: 26px;
    top: 3px;
}
.todo input[type="checkbox"]:checked + label {
    text-decoration: line-through;
    color: #9e9e9e;
}
.todo input[type="checkbox"] + label {
    color: inherit;
}
.todo .todo-element {
    position: relative;
    margin: 0;
    padding: 20px;
    border-top: 1px solid #eee;
}
.todo .todo-element:last-child {
    border-bottom: 1px solid #eee;
}
.todo .todo-element span {
    display: block;
    margin-left: 35px;color: #9e9e9e;
}
.todo .todo-element img {
    position: absolute;
    width: 25px;
    height: auto;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}
/* Login / Signup */

.login,
.signup {
    min-height: 100vh;
}
.tool-login,
.tool-signup {
    position: absolute;
    top: 0;
    height: 1800px !important;
}
.login-avatar,
.signup-avatar {
    border-radius: 50%;
    border: 4px solid;
    height: 140px;
    width: 140px;
    margin: 30px auto 0;
}
.login-avatar i {
    font-size: 80px;
    line-height: 140px;
    text-align: center;
    display: block;
}
.signup-form {
    padding: 20px;
    margin: 20px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 1;
}
.login-form{
    padding: 20px;
    margin: 20px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 99;
}

.login-form h1,
.signup-form h1 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
/* Carth */

.legend {
    margin-bottom: 20px;
}
.legend h5.uppercase {
    margin-top: 0;
}
.legend p {
    margin-bottom: 0;
}
span.data-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
/* Lockscreen */

.clock h2 {
    font-size: 48px;
    font-weight: 100;
    margin-top: 80px;
    margin-bottom: 5px;
    color: #ffffff;
}
.clock span {
    color: #ffffff;
    opacity: 0.7;
}
.collection.notify {
    border: none;
    margin: 0;
    padding: 20px;
}
.collection.notify .collection-item {
    padding: 0;
    border-radius: 2px;
    margin-bottom: 5px;
}
.notify-header {
    padding: 10px 20px 10px 65px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.notify-header img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.notify-author span {
    display: block;}
.notify-author span.truncate {
    margin-bottom: 7px;
    opacity: 0.85;
}
.notify-author span.small {
    opacity: 0.5;
}
.unlock {
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    margin: 0 auto;
    border: 2px solid transparent;
}
.unlock:hover {
    border: 2px solid #fff;
}
/* Masonry */

.grid-item {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 1px;
}
/* Filter */

.controls {
    text-align: right;
    margin-bottom: 20px;
}
.controls button {
    display: inline-block;
    padding: 7px 12px;background: #eee;
    border: 0;
    color: inherit;
    border-radius: 2px;
    cursor: pointer;
    color: inherit;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.controls button.active {
    background: #36c5f5;
    color: #fff;
}
.controls label {
    margin-right: 8px;
}
.mix,
.gap {
    float: left;
    width: 50%;
    margin: 0;
}
.mix {
    display: none;
    padding: 1px;
}
.mix figure {
    display: none;
}
/* Gallery Card */

.grid-item.gallery-item-card {
    background-color: #fff;
    border-radius: 2px; border:1px solid #ccc;
    margin: 0 3px 6px;
    width: calc(50% - 6px);
}
.gallery-item-header {
    padding: 10px 20px;
    position: relative;
}
.gallery-item-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.gallery-item-header span {
    display: block;}
/* Gallery Fullwidth */

.gallery-fullwidth .mix,
.gallery-fullwidth .gap {
    float: none;
    width: 100%;
    margin: 0;
}
/* filter */

.menubuttom{
	font-size:20px;
	margin:10px;
	}

#filter.grid .mix {
    width: 50%;
}
#filter .mix {
    width: 100%;
}
.logo-apps{
	width:100%;
	text-align:center;
	float:left;
	/* padding:20px; */
	height:auto;
	position:relative;
	z-index:999999;
	margin-top:20px;
	margin-bottom:20px;
	}
.logo-apps img{
	width:250px;
	display:unset;
	}
.loading{
	width:100%;
	padding:20px;
	text-align:center;
	float:left;
	height:72px;
	}
.loading img{
	height:72px;
	width:72px;
	}
.box-status{
	margin:55px 0px 0px 0px;
	width:100%;
	float:left;
	background:#ffffff;
	padding:20px 0px 10px 0px;
	clear:both;
	position:relative;
	border-bottom:1px solid #ddd;
	}
.box-status-img{
	float:left;
	width:17%;
	}
.box-status-imgbox{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin-left:20px;
	}
.box-status-input{
	float:left;
	width:60%;
	}
.box-status-input textarea{
	border:1px solid #ccc;
	font-size:14px;
	padding:5px 10px 5px 10px;
	border-radius:10px;
	height:40px;
	background:#fff;
}
.box-status-photo{
	width:15%;
	float:left;
	font-size:12px;
	padding:2px 10px;
	text-align:center;
	}
.box-status-photo span{
	font-size:26px;
	}
.status-isi{
	padding:5px 10px 10px 10px !important;
	}

.box-status1{
	margin:0px 0px 0px 0px;
	width:100%;
	float:left;
	background:#ffffff;
	padding:20px 0px 10px 0px;
	clear:both;
	position:relative;
	}
.box-status1-img{
	float:left;
	width:17%;
	}
.box-status1-imgbox{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin-left:20px;
	}
.box-status1-nama{
	float:left;
	width:70%;
	}

.box-status1-input,.box-status1-input_{
	float:left;
	width:90%;
	}
.box-status1-input textarea,.box-status1-input_ textarea{
	border:1px solid #ccc;
	font-size:16px;
	padding:5px 10px 5px 10px;
	border-radius:0px;
	height:250px;
	background:#fff;
	width:100%;
	margin:20px 20px 0px 20px;
	}
.box-status1-select,.box-status1-select_{
	float:left;
	width:90%;
	margin:0px 20px 0px 20px;
	}
.box-status1-select a,.box-status1-select a_{
	float:left;
	width:50%;
	border:1px solid #ccc;
	text-transform:none;
	}
.box-status1-post,.box-status1-post_{
	float:left;
	width:90%;
	margin:5px 20px 0px 20px;
	}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {float:left;
	width:100%;
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #f5f5f5;
}

#main-login .login-form{
	background:none;
	color:#fff !important;
	box-shadow:none;
	}
#main-login .login-form .validate{
	background:none;
	color:#fff !important;
	box-shadow:none;
	border-bottom:1px solid #fff;
	}
#main-login .input-field label{
	color:#fff;
	}
/* #main-login .accent-color {
    background-color: #fff !important;
	color:#669820;
	font-weight:bold;
	font-size:16px;
	border-radius:20px;
} */
#main-login a.primary-text{
	color:#fff !important;
	font-weight:bold;
	}
#main-login .logo-apps{
	width:100%;
	text-align:center;
	float:left;
	/* padding:40px 20px 0px 20px; */
	height:auto;
	position:relative;
	z-index:999999;
	}
#main-login .login-form, .signup-form {
     margin-top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
}
#map-canvas{
    width: 100%;
    height: 80%;
}
.main-banner{
	width:100%;
	margin:50px 0px 0px 0px;
	}
.main-info{
	 background:#ffffff;
	 padding:20px;
	 text-align:center;
	 height:auto;
	 float:left;
 }
 .main-info a{
 	float:left;
	width:45%;
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
	margin:5px;
 	}
 .main-info a span{
 	font-size:16px;
 	}
.main-blog{
	 background:#ffffff;
	 padding:20px;
	 text-align:center;
	 height:auto;
	 float:left;
 }
 .kanal{
	 width:100%;
	 border-bottom:1px solid #ccc;
	 background:#F5F5F5;
	 float:left;
	 margin:0px 0px 0px 0px;
	 clear:both;
 }
 .kanal img{
	 float:left;
	 margin:0px 20px 0px 0px;
	 width:20%;
 }
 .kanal-content{
	 width:100%;
	 float:left;

 }
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	 background:#38b970;
	 border:1px solid #38b970;
 }
 /* The Modal (background) */
/* .modal {
    display: none; 
    position: fixed; 
    z-index: 99999999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
	min-height: 80%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.5); 
} */

/* Modal Content */
/* .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	border-radius:10px;
} */

/* The Close Button */
/* .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */
#textarea1{
	border:1px solid #ccc;
	border-radius:10px;
	height:30px;
	padding:10px;
	width:90%;
	}

.funmarket-list .blog-fullwidth{
	width:46%;
	margin:5px;
	float:left;
	height:315px;
	overflow:hidden;
	border:1px solid #ccc;
}
.swiper-product{
	height:auto;
}
hr{
	float:left;
	width:100%;
	background: #ccc;
	height:1px;
	box-sizing:none;
}
.boxbeli{
	border:1px solid #ccc;
	margin:10px 0px 70px 0px;
	width:100%;
	border-radius:10px;
	padding:10px 10px 0px 10px;
	float:left;
}
.box-beli-jumlah{
	float:left;
	width:20%;
	padding:10px 10px 0px 10px;
}
.box-beli-btn{
	float:left;
	width:80%;
	padding:10px 10px 0px 10px;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #6e9f2a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}
.btn:hover, .btn-large:hover {
	background-color:#618f20;
	color:#fff;
}
.notif-item{
	width:100%;
	padding:5px;
	border-bottom:1px solid #ddd;
	}
.date{
	font-size:12px;
	color:#999999;
	}
.notif-item-img{
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin:5px 20px 5px 10px;
	}
.notif-item-img img{
	width:100%;
	}
.notif-poin-img{
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	margin:5px 20px 5px 10px;
	text-align:center;
	}
.btn-trans{
	background:none;
	color:#333;
	}
.small{
	font-size:13px !important;
	color:#ddd;
	}

.menukonsulbox{
	float:left;
	width:100%;
	padding:15px;
	}

.menukonsul{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	margin:-130px 0px 0px 0px;
	background:#ffffff;
	padding:0px 0px 20px 0px;
    border:1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
	}
.menukonsul-judul{
    float: left;
    width: 100%;
    padding:15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
	}
.menukonsul-judul span{
    font-size: 13px;
}
.menukonsul-icon{
    margin:0px 10px 0px 0px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #618f20;
    color: #fff;
    float: left;
    padding:15px;
	}
.konsulsec{
    float: left;
    width: 100%;
}
.konsulsec a{
    float: left;
    width: 50%;
    overflow:hidden;
    padding:10px 10px 10px 10px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.konsulsec .active{
    background: #ffffff;
    border-bottom: none;
}
.listkonsultan{
    float: left;
    width: 100%;
    overflow:scroll;
    height: 100%;
}
.konsultan-item{
    width: 100%;
    padding:10px;
    float: left;
    border-bottom: 1px solid #ddd;
}
.konsultan-item-img{
    width: 20%;
    float: left;
}
.konsultan-item-imgbox{
    width: 50px;
    height: 50px;
    overflow:hidden;
    float: left;
    border:1px solid #ddd;
    border-radius: 50%;
}
.konsultan-item-imgbox img{
    width: 100%;
    height: auto;
}
.konsultan-item-info{
   float: left;
   width: 60%;
}
.konsultan-item-info{
    font-size: 12px;
}
.konsultan-item-info .chatnama{
    font-size: 16px;
    font-weight: bold;
}
.konsultan-item-info .chatm{
    color: #d05310;
}
.konsultan-item-status-online{
    float: right;
    padding: 2px 10px 2px 10px;
    color: #fff;
    font-size: 12px;
    background: #359f27;
    border-radius: 5px;
}
.konsultan-item-status-offline{
    float: right;
    padding: 2px 10px 2px 10px;
    color: #333;
    font-size: 12px;
    background: #ccc;
    border-radius: 5px;
}
#listkonsultan{
    padding:10px;
}
.chat-harga{
	width:50% !important;
	padding:10px!important;
	float:left;
	color:#FF3300 !important;
	}
.chat-me{
	width:50% !important;
	padding:10px!important;
	float:left;
	
	}
.chat-me a{
	padding:2px!important;
	}
.chatbottom{
	background:#f5f5f5;
	}
.chat-input{
	float:left;
	width:65% !important;
	}
.chat-input input{
	background:#fff !important;
	padding:1px 15px 1px 15px !important;
	border:1px solid #ccc !important;
	border-radius:20px !important;
	margin:5px !important;
	width:85% !important;
}
.chat-input textarea{
	background:#fff !important;
	padding:0px !important;
	border:0px !important;
	border-radius:0px !important;
	margin-left:20px !important;
	margin-top:5px !important;
	margin-bottom:5px !important;
	margin-right:0px !important;
	width:100% !important;
	outline: none !important;
}
.chat-input-file{
	float:left;
	width:15% !important;
	}
.chat-input-file i{
	font-size:20px;
	}
.chat-input-file a{
	float:left;
	border:0px;
	color:#fff;
	background:#ccc;
	border-radius:50%;
	width:40px !important;
	height:40px !important;
	padding:10px !important;
	margin:8px 0px 10px 8px;
	}
.chat-input-image{
	float:right;
	width:15% !important;
	}
.chat-input-image a{
	float:left;
	border:0px;
	color:#fff;
	background:#ccc; 
	border-radius:50%;
	width:40px !important;
	height:40px !important;
	padding:10px !important;
	margin:8px 0px 10px 8px;
	}
.chat-input-image i{
	font-size:20px;
	}
#chat-wrap                      { margin: 0 0 px 0; }
#chat-area                      { height: 500px; overflow: auto; background: white; float:left; }
.frame{
	width:100%;
	float:left;
	border:none;
	min-height:700px;
}
.iframe{
	width:100%;
	float:left;
	border:none;
	min-height:800px;
}
.chatrating{
	font-size:9px !important;
	float:left;
	width:auto;
	padding:0px;
	color:#fff;
	border-radius:5px;
	}
.chatrating .fal{
	font-size:9px !important;
	color:#FF9900
	}
.img-corner{
	width:120px;
	float:left;
	margin:10px;
	height:80px;
	overflow:hidden;
	border-radius:10px;
	}
.imgstatus,.imgstatus_{
	float:left;
	margin:0px 20px 0px 20px;
	width:100%;
	border-radius:10px;
	overflow:hidden;
	}

@media (max-width:340px){
   .konsulsec a{
        height: 60px;
		font-size:14px !important;
    }
}


