#main-nav .navbar-collapse {
	box-shadow: 0px 0px 5px #8a0a0f;
}
body {
	font-family: 'Roboto';
	font-size: 13px;
}
a:hover, a:focus {
	text-decoration: none;
}
.splash-screen {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.full-slide {
	position: relative;
}
.full-slide .item {
	background-color: #e71e25;
}
.full-slide .item .item-title {
	color: #fff;
	font-family: 'Open Sans';
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 15px;
}
.full-slide .item .scroll-div {
	width: 90%;
	margin: auto;
	padding: 25px 25px 15px 25px;
	border-radius: 10px;
	color: #555;
	background-color: #fff;
}
.full-slide .item .scroll-div .inner {
	overflow: auto;
}
.full-slide .item .scroll-div .inner * {
	font-size: 13px;
}
.full-slide .item .scroll-div .inner li {
	margin-bottom: 10px;
}
.full-slide.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 3px;
	margin: 5px 5px;
	background-color: #ffd900;
}
.full-slide .item .logo-cont {
	background-color: #fff;
	padding: 100px 0px;
}
.full-slide.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.slide1-curve {
	width: 100%;
	height: auto;
}
.full-slide .owl-dots {
	position: absolute;
	bottom: 150px;
	width: 100%;
}
.full-slide .slide1 .logo {
	width: 200px;
	display: inline-block;
	height: auto;
}
.yellow-bg {
	background-color: #ffd900 !important;
}
.yellow-color {
	color: #ffd900 !important;
}
.red-bg {
	background-color: #e71e25;
}
.red-color {
	color: #e71e25 !important;
}
.white-bg {
	background-color: #fff;
}
.light-font {
	font-weight: 200 !important;
}
.white-color {
	color: #fff !important;
}
.center-valign {
	align-items: center;
	display: flex;
}
.center-valign > .inner {
	width: 100%;
}
.welcome-page {
	/*opacity: 1;*/
	/*transition: 0.8s;*/
}
.welcome-page .stay-div .link {
	color: #fff;
	display: block;
	margin-bottom: 25px;
}
.welcome-page .stay-div {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	font-size: 16px;
}
.btn-round-corner {
	color: #000;
	font-family: 'Open Sans';
	border-radius: 25px;
	width: 250px;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
}
.hadiah-slide {
	text-align: center;
	padding: 40px 20px;
}
.hadiah-slide .icon {
	display: inline-block !important;
	width: 80px !important;
	height: auto;
	margin-bottom: 25px;
}
.hadiah-slide * {
	font-size: 14px;
	color: #fff;
}
.hadiah-slide ul {
	margin-bottom: 0px;
	padding-left: 0px;
}
.hadiah-slide ul li {
	margin-bottom: 15px;
	list-style: none;
}
.hadiah-slide p b {
	font-weight: 600;
}
.hadiah-slide p {
	margin-bottom: 0px;
	font-weight: 300;
}
.hadiah-slide ul {
	overflow: auto;
}
.slide-news .media-object {
	width: 60px !important;
	max-width: 100px;
	height: auto;
}
.slide-news .media-body {
	font-size: 13px;
	line-height: normal;
}
.login-form {
	margin-top: 30px;
	padding: 0px 30px;
}
.login-form .form-control {
	color: #888;
	text-align: center;
	padding: 11px;
	height: auto;
	border: none !important;
	border-radius: 25px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 200;
}
.login-form .input-group-addon {
	border-radius: 0px 25px 25px 0px;
}

.login-form .btn-round-corner {
	width: 100%;
}
.no-margin-row {
	margin-left: 0px;
	margin-right: 0px;
}
.no-padding-col {
	padding-left: 0px;
	padding-right: 0px;
}
.register .logo-cont {
	padding: 20px 0px;
}
.register-form .reg-list {
	overflow: auto;
	margin-bottom: 10px;
}
.register-form {
	padding: 0px 25px;
	color: #fff;
}
.register-form .btn-round-corner {
	width: 100%;
}
.red-form .input-group {
	border-radius: 30px;
	overflow: hidden;
}
.red-form .input-group-addon {
	background-color: #e71e25;
	color: #fff;
	border: none;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 22px;
	height: 41px;
}
.red-form .form-control {
	background-color: #e71e25 !important;
	border: none;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 200;
	height: 41px;
	font-weight: 600;
	padding: 8px;
	box-shadow: none;
}
.red-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.red-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.red-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.red-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.red-form .collapse-title {
	background-color: #ddd;
	color: #777;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 0px 25px 25px 0px; 
	position: relative;
	border-left: 2px dotted #fff;
}
.register-form .cust-collapse {
	margin-bottom: 15px;
}
.red-form .collapse-title i {
	font-size: 13px;
	display: inline-block;
	margin-left: 7px;
}
.red-form .collapse-content {
	padding-left: 15px;
	padding-top: 15px;
	transition: 0.3s;
	display: none;
}
.red-form .collapse-content.active {
	display: block;
}
.top-navbar.navbar {
	border: none;
	margin-bottom: 0px;
}
.top-navbar .navbar-toggle {
	color: #fff;
	height: auto;
	font-size: 26px;
	padding: 0px 10px;
	line-height: normal;
	border: none;
	position: absolute;
	left: 0px;
}
.top-navbar .navbar-header {
	background-color: #e71e25;
	border: none;
}
.top-navbar .navbar-brand {
	width: 100%;
	text-align: center;
	color: #fff !important;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 700;
}
.top-navbar .sm-logo-right {
	position: absolute;
	right: 10px;
	top: 11px;
	text-align: right;
}
.top-navbar .sm-logo-right img {
	height: 25px;
	width: auto;
}
.top-navbar .collapse {
	border: none;
}
.top-navbar .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.top-navbar .navbar-nav li a {
	font-size: 14px;
	color: #fff !important;
	padding: 10px 15px;
	font-family: 'Roboto';
	border-bottom: none;
}
#main-nav .navbar-nav li.active a, #main-nav .navbar-nav li:hover a {
	background-color: #b60c12;
}
.top-navbar .navbar-nav li a i {
	font-size: 25px;
	vertical-align: -3px;
	margin-right: 5px;
}
.red-list-icon-v1 ul {
	padding-left: 0px;
	margin-left: 0px;
}
.red-list-icon-v1 ul li {
	list-style: none;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.red-list-icon-v1 ul li i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	text-align: center;
}
.red-list-icon-v1 ul li span {
	display: block;
	font-size: 12px;
	border-radius: 20px;
}
.red-list-icon-v1 ul li span a {
	display: block;
	padding: 6px 15px;
}

.profile-card {
	margin-bottom: 25px;
	font-family: 'Open Sans';
}
.profile-card ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 10px;
	color: #999;
}
.profile-card ul li i {
	font-size: 18px;
	margin-right: 3px;
	vertical-align: -2px;
	color: #bbb;
}
.profile-card .avatar img {
	border-radius: 50%;
	margin-bottom: 10px;
}
.profile-card .name {
	font-size: 19px;
	font-weight: 700;
	color: #777;
	margin-bottom: 10px;
}
.profile-card .btn-profile {
	border: 1px solid #ddd;
	color: #aaa;
	padding: 8px 0px;
	width: 200px;
	display: inline-block;
	border-radius: 25px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 200;
}
.red-list-v2 ul {
	margin-left: 0px;
	padding-left: 0px;
}
.red-list-v2 ul li {
	list-style: none;
	position: relative;
	border-radius: 25px;
	margin-bottom: 10px;
	font-size: 13px;
}
.red-list-v2 ul li a {
	display: block;
	padding: 6px 6px 6px 35px;
}
.red-list-v2 ul li.non-active {
	background-color: #eee;
}
.red-list-v2 ul li.non-active .white-color {
	color: #aaa !important;
}
.red-list-v2 ul li small {
	width: 30px;
	height: 30px;
	border: 2px solid #e71e25;
	text-align: center;
	padding: 5px 5px;
	border-radius: 50%;
	font-weight: 600;
	font-size: 11px;
	margin-left: -1px;
	display: inline-block;
	position: absolute;
}
.red-list-v2 .content {
	background-color: #ffd900;
	color: #666;
	font-size: 14px;
	margin-top: -20px;
	border-radius: 0px 0px 15px 0px;
	font-family: 'Open Sans';
	border-left: 15px solid #fff;
	padding: 25px 15px 15px 15px; 
}
.red-list-v2 .content a {
	color: #E71E25;
}
.member .media-object {
	width: 100px;
}
.has-caret {
	position: relative;
}
.has-caret:after {
	content: "\f054";
	font-family: fontawesome;
	position: absolute;
	color: #fff;
	right: 10px;
	top: 7px;
	font-size: 10px;
}
.has-caret.non-active a {
	cursor: not-allowed;
}
.has-caret.non-active:after {
	content: "\f023";
	color: #aaa;
	font-size: 16px;
	top: 4px;
}
.member .detail-kelompok .nama-kelompok {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 15px;
}
.member .detail-kelompok ul {
	margin-bottom: 0px;
	padding-left: 0px;
}
.member .detail-kelompok ul li {
	list-style: none;
	margin-bottom: 10px;
}
.member .detail-kelompok ul li img {
	border-radius: 50%;
}
.member .detail-kelompok ul li span {
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Roboto';
	font-size: 13px;
	border-radius: 15px;
	margin-left: 10px;
}
.member .detail-kelompok .poin {
	background-color: red;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 8px;
	vertical-align: 2px;
	margin-left: 5px;

}
.recent-poin {
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: 'Open Sans';
	color: #fff;
	font-size: 15px;
	font-weight: 200;
}
.recent-poin .poin b {
	font-size: 40px;
	margin-right: 3px;
	font-family: 'Montserrat';
	font-weight: 700;
}
.recent-poin .poin small {
	font-weight: 600;
}
.history-poin .text {
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 10px;
}
.history-poin .content {
	background-color: #fff;
	border-radius: 15px;
	color: #777;
	padding: 20px;
}
.history-poin .content .inner {
	overflow: auto;
}
.history-poin ul {
	margin: 0px;
	padding-left: 0px;
}
.history-poin ul li {
	list-style: none;
	position: relative;
	font-size: 14px;
	padding-right: 45px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.history-poin ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.history-poin ul li .poin {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 700;
}
.history-poin ul li a {
	text-decoration: none;
	color: #777;
}
.history-poin ul li a small {
	display: block;
	color: #aaa;
}
.alert {
	border-radius: 5px;
	border: none;
	padding: 10px;
}
.alert.alert-success {
	background-color: #13b465;;
	color: #fff;
}
.alert.alert-danger {
	background-color: #f05757;
	color: #fff;
}

.soal-list {
	font-size: 15px;
	color: #666;
}
.soal-list .soal {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.soal-list .soal .pertanyaan {
	margin-bottom: 5px;
}
.soal-list .soal .opsi {
	margin-left: 0px;
	list-style: none;
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
}
.soal-list .soal .opsi input[type='radio'] {
	margin: 0 10px 0 0;
}
.jawab-area {
	border-top: 1px solid #eee;
	margin-top: 25px;
	padding-top: 25px;
}
.icon-notif {
	color: #E71E25;
	font-size: 19px !important;
	display: inline-block;
	padding-left: 5px;
	vertical-align: -2px !important;
}
.status-klasemen .label {
	font-weight: 400;
	padding: 7px 25px;
	display: inline-block;
}
.status-klasemen .label.label-danger {
	background-color: #a2181d;
}
.page {
	font-size: 14px;
}
.page h1 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 25px;
}
.page h4 {
	font-size: 15px;
}
.page li {
	margin-bottom: 15px;
}
.hadiah-slide .noscroll {
	max-height: 1000px !important;
}

.bottom-desc {
	background-color: orange;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	padding: 15px;
	border: 2px dashed #fff;
}
.bottom-desc a {
	color: #fff;
}
.frm-message {
	padding-right: 70px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 0px 0px 5px #ddd;
	background-color: #fff;
}
.frm-message .form-control {
	height: 55px;
	border-radius: 0px;
	box-shadow: none !important;
	border: 1px solid #ddd !important;
	font-size: 13px;
}
.frm-message .btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #E71E25;
	color: #fff;
	font-size: 23px;
	text-align: center;
}

.list-message-cont {
	padding-bottom: 50px;
}
.list-message .message {
	margin-bottom: 15px;
}
.list-message .bubble {
	background-color: #f2ef3e;
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 15px;
	font-size: 13px;
	position: relative;
}
.list-message .bubble:before {
	content: '\f0d9';
	font-family: fontawesome;
	position: absolute;
	top: -10px;
	left: -4px;
	color: #f2ef3e;
	font-size: 26px;
	transform: rotate(135deg);
}
.list-message .tgl {
	font-size: 9px;
	color: #aaa;
	padding-left: 5px;
}
.list-message.me {
	text-align: right;
}
.list-message.me .bubble {
	background-color: #E71E25;
	color: #fff;
}
.list-message.me .bubble:before {
	color: #E71E25;
	transform: rotate(45deg);
	top: -10px;
	left: auto;
	right: -3px;
}
.page-white-scroll {
	background-color: #fff;
	color: #555;
	padding: 25px;
	border-radius: 15px;
}
.page-white-scroll a {
	color: #3291ED;
}
.page-white-scroll a :visited {
	color: #000;
}

.padding-modal {
	padding: 15px;
}
.mod-status {
	font-size: 14px;
}
.mod-status .modal-dialog {
	margin-top: 50%;
}
.roulette-message {
	text-align: center;
	background-color: #ffd900;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 25px;
	border-radius: 5px;
	color: #555;
}
.roulette-message strong {
	color: #3F8EE9;
	font-weight: 900;
}
.full-page-bynav {
	/*margin-top:50px;*/
}
.opsi label{
	font-weight: normal;
}
.opsi td{
	vertical-align: top;
}
.alert-success a{
	color:#fff;
}