@font-face {
    font-family: 'Avenir LT STD 65';
    src: url('Font/avenir-lt-std-65-medium-58d4795b2608f.otf');
}
@font-face {
    font-family: 'Avenir LT STD 85';
    src: url('Font/avenir-lt-std-85-heavy-58d47982af282.otf');
}
@font-face {
    font-family: 'Avenir LT STD 95';
    src: url('Font/avenir-lt-std-95-black-58d4793911c06.otf');
}
@font-face {
    font-family: 'Avenir LT STD Roman';
    src: url('Font/AvenirLTStd-Roman.otf');
}
@font-face {
	font-family: 'LPMQ Isep Misbah';
	src: url('Font/LPMQ.ttf');
}

body {
	font-family: 'Avenir LT STD Roman';
	color: #444;
}
h1,h2,h3,h4 {
	font-family: 'Avenir LT STD 85';	
}

h1,h2 {
	font-family: 'Avenir LT STD 95';
}

h3 {
	color: #999;
}

.ayat {
	font-family: 'LPMQ Isep Misbah';
	font-size: 2em;
	direction: rtl;
	line-height: 2.5;
}

::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 1, 0.3); 
    border-radius: 2px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 1, 0.5); 
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

/* all */
::-webkit-input-placeholder { color:#ddd !important;}
::-moz-placeholder { color:#ddd !important;} /* firefox 19+ */
:-ms-input-placeholder { color:#ddd !important;} /* ie */
input:-moz-placeholder { color:#ddd !important;}

::selection {
  background: #2bdb74; /* WebKit/Blink Browsers */
  color: #ffffff
}
::-moz-selection {
  background: #2bdb74; /* Gecko Browsers */
  color: #ffffff
}

.modal .modal-header {
	border-bottom: 0px;
}

#navbar-top.navbar {
	margin-bottom: 0px;	
}

#navbar-top .navbar-brand {	
	padding-top:10px;
	padding-right: 30px;
}
#navbar-top .navbar-toggle {
	margin-top:18px;
	margin-bottom:18px;
	border-color: #cccccc;
}
#navbar-top .navbar-toggle:hover {
	background-color: #f3f3f3;
}
#navbar-top .navbar-toggle .icon-bar {
	background-color:#bbbbbb;
}

#navbar-top .nav>li>a {
	color: #616161;
	font-family: 'Avenir LT STD 65';	
	font-size: 15px;
	padding:25px 20px 25px 20px;
	transition: background-color 0.5s ease;
}
#navbar-top .container-fluid {
	padding-left:53px;
	padding-right:53px;
}
@media(max-width: 768px) {
	#navbar-top .container-fluid {
		padding-left:20px;
		padding-right:20px;
	}
}
.navbar-shadow {	
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dedede;
	background-color: #ffffff;
	box-shadow: 5px 5px 15px #555555;
	margin-bottom: 60px;
}

#main-banner {
	background-image:url('Image/banner.png');
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.99%; 
}

.bg-gray {
	background: #f3f3f3;	
	min-height: 200px;
	width: 100%;
}

.btn-success-custom {
	transition: background-color 0.5s ease;
	background-color: #00923f;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	padding:10px 60px 10px 60px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT STD 65';
	text-decoration: none;
	display: inline-block;	
	-webkit-box-shadow: 2px 10px 30px -15px rgba(0,146,63,1);
	-moz-box-shadow: 2px 10px 30px -15px rgba(0,146,63,1);
	box-shadow: 2px 10px 30px -15px rgba(0,146,63,1);

}
.btn-success-custom:hover {
	-webkit-box-shadow: 2px 10px 60px -15px rgba(0,146,63,1);
	-moz-box-shadow: 2px 10px 60px -15px rgba(0,146,63,1);
	box-shadow: 2px 10px 60px -15px rgba(0,146,63,1);
	color: #ffffff;
	background-color: #01ad49;
	text-decoration: none;
}
.btn-success-custom:active, .btn-success-custom:target, .btn-success-custom:focus {
	color: #ffffff !important;
	text-decoration: none;
}

.btn-danger-custom {
	transition: background-color 0.5s ease;
	background-color: #FF6060;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	padding:10px 60px 10px 60px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT STD 65';
	text-decoration: none;
	display: inline-block;	
	-webkit-box-shadow: 2px 10px 30px -15px rgba(229, 36, 36,1);
	-moz-box-shadow: 2px 10px 30px -15px rgba(229, 36, 36,1);
	box-shadow: 2px 10px 30px -15px rgba(229, 36, 36,1);

}
.btn-danger-custom:hover {
	-webkit-box-shadow: 2px 10px 60px -15px rgba(229, 36, 36,1);
	-moz-box-shadow: 2px 10px 60px -15px rgba(229, 36, 36,1);
	box-shadow: 2px 10px 60px -15px rgba(229, 36, 36,1);
	color: #ffffff;
	background-color: #fc8a8a;
	text-decoration: none;
}
.btn-danger-custom:active, .btn-danger-custom:target, .btn-danger-custom:focus {
	color: #ffffff !important;
	text-decoration: none;
}

.bg-gray .container-fluid {
	padding-left:53px;
	padding-right:53px;
	padding-bottom: 50px;
}

@media(max-width: 768px) {
	.bg-gray .container-fluid {
		padding-left:20px;
		padding-right:20px;
	}
}

#search-form {
	background-color: #ffffff;
	border-radius: 10px;
	min-height: 90px;
	width: auto;
	margin-top: -45px;
	box-shadow: 0px 5px 20px rgba(0,0,1,0.4);
	padding:15px 40px 15px 40px;
}
#search-form .sf-col:first-child {
	border-right: 2px solid #cccccc;
}
#search-form .sf-col select,
#search-form .sf-col input[type=number] {
	border: 0px;
	font-family: 'Avenir LT STD 65';
	font-size: 19px;
	color: #BDBDBD;
	width: 100%;
	padding: 5px;
	cursor: pointer;
}
#search-form .sf-label {
	font-weight: bold;
	font-family: 'Avenir LT STD 95';
	font-size: 14px;
	color: #424242;
	padding:5px 5px 5px 10px;
}

#footer-wrapper {
	background-color: #00923f;
	color: #ffffff;	
	padding:25px 0px 25px 0px;	
}
#footer-wrapper .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
	min-height: 100px;
}

@media(max-width: 728px) {
	#footer-wrapper .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#footer-wrapper .section1 {
	margin-bottom: 30px;
}

#footer-wrapper .about-title {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Avenir LT STD 85';
	text-align: center;
	padding-top: 15px;
}

.btn-transparent-white {
	transition: background-color 0.5s ease;
	background-color: transparent;
	border-radius: 20px;
	border:2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	padding:10px 40px 10px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT STD 65';
	text-decoration: none;
	display: inline-block;	
}
.btn-transparent-white:hover {
	color: #ffffff;
	text-decoration: none;
}
.btn-transparent-white:active, .btn-transparent-white:focus {
	color: #ffffff;
}

.badge-transparent-gray {
	transition: background-color 0.5s ease;
	background-color: transparent;
	border-radius: 5px;
	border:2px solid #bbb;
	color: #bbb;
	text-align: center;
	padding:10px 40px 10px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT STD 65';
	text-decoration: none;
	display: inline-block;	
}
.badge-transparent-gray:hover {
	color: #bbb;
	text-decoration: none;
}
.badge-transparent-gray:active, .badge-transparent-gray:focus {
	color: #bbb;
}

.badge-public-area {
	padding-left: 60px;
	padding-top: 60px;
}

@media(max-width: 768px) {
	.badge-public-area {
		padding-left: 20px;
		padding-top:20px;
		text-align: center;
	}
}

.btn-transparent-green {
	transition: background-color 0.5s ease;
	background-color: transparent;
	border-radius: 20px;
	border:2px solid #00932F;
	color: #00932F;
	text-align: center;
	padding:10px 40px 10px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT STD 65';
	text-decoration: none;
	display: inline-block;	
}
.btn-transparent-green:hover {
	color: #00932F;
	text-decoration: none;
}
.btn-transparent-green:active, .btn-transparent-green:focus {
	color: #00932F;
}

#footer-wrapper .socmed {
	padding-top: 10px;
}
#footer-wrapper .getapp {
	text-align: right;
}
@media(max-width: 768px) {
	#footer-wrapper .socmed, #footer-wrapper .getapp, #footer-wrapper .about-title {
		text-align: center;
		padding-bottom: 20px;
	}
}



#footer-wrapper .section2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #006d2d;
	margin-bottom: 20px;
}

#footer-wrapper .about-detail {
	font-family: 'Avenir LT STD Roman';
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

#footer-wrapper .footer-copyright {
	font-family: 'Avenir LT STD Roman';
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}


@media(max-width: 768px) {
	.btn-success-custom.btn-success-custom-responsive {
		width: 100%;
	}
	#search-form .sf-col:first-child { 
		border-right: 0px;
	}
}

#modal-login {
	font-family: 'Avenir LT STD 65';
}

#modal-login .modal-header {
	border-bottom: 0px;
}
#modal-login .modal-dialog {
	width: 750px;
}
#modal-login button.close {
	color: #ffffff;
	background-image: url('Icon/close.png');
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
#modal-login .modal-content {
	background-image: url('Image/login-image.png');
	background-repeat: no-repeat;
	background-position: right;
	min-height: 486px;
}
#modal-login .section1 {	
    text-align: center;
    width: 55%;
}
#modal-login .section2 {
	text-align: center;
	width: 45%;
	color: #ffffff;
}
#modal-login .section1 h3 {	
    margin-top: 0px;
    font-family: 'Avenir LT STD 65';
    font-size: 30px;
    color: #444444;
}
#modal-login .section2 h3 {
	margin-top: 25px;
    font-family: 'Avenir LT STD 65';
    font-size: 30px;
    color: #ffffff;	
    margin-bottom: 20px;
}
#modal-login .section2 .desc {
	font-family: 'Avenir LT STD 65';
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 160px;
}
#modal-login form {
	padding:0px 20px 0px 20px;
}
#modal-login .form-group {
	margin-bottom: 20px;
}
#modal-login .form-group label {
	display: block;
	padding:5px 0px 5px 0px;
	color: #cccccc;
}
#modal-login .form-group input[type=text],#modal-login .form-group input[type=password] {
	display: block;
	width: 100%;
	border: 0px;
	border-bottom: 2px solid #dddddd;	
	padding:5px;
	text-align: center;
	transition: border-bottom 0.2s ease;
}
#modal-login .form-group input[type=text]:hover,#modal-login .form-group input[type=password]:hover {
	border-bottom: 5px solid #dddddd;
}
#modal-login .form-group a {
	color: #bbbbbb;
	text-decoration: none;
}


#modal-guide {
	font-family: 'Avenir LT STD 65';
}
#modal-guide .modal-header {
	border-bottom: 0px;
}
#modal-guide .modal-dialog {
	min-width: 750px;
}
#modal-guide .modal-body {
	padding:40px;
}

#slider-guide .carousel-inner .item {
	text-align: center;		
	padding:0px 50px 0px 50px;
}
#slider-guide .carousel-inner .item img {
	height: 400px;
}
.carousel-inner_item-title {
	font-family: 'Avenir LT STD 95';
	font-size: 25px;
	padding:10px 0px 10px 0px;
}
#slider-guide .carousel-indicators {
	display: block !important;
	position: static !important;
	padding:0px;	
	left:0px;
	width: 100px;
	margin: 0px auto;
}
#slider-guide .carousel-indicators-wrapper {
	margin-top: 20px;
}

#slider-guide .carousel-indicators li {
	background-color: #eeeeee;
}
#slider-guide .carousel-indicators li.active {
	background-color: #999999;
}

#form-login {
	width: 350px;
	margin: 20px auto;
	text-align: center;
}
#form-login h3 {
	font-size: 18px;
	font-weight: bold;
}
#form-login .form-group {
	margin-bottom: 20px;
}
#form-login .form-group label {
	display: block;
	padding:5px 0px 5px 0px;
	color: #cccccc;
}
#form-login .form-group input[type=text],
#form-login .form-group input[type=email],
#form-login .form-group input[type=password], 
#form-login .form-group input[type=date], 
#form-login .form-group select,
#form-login .form-group textarea {
	display: block;
	width: 100%;
	box-shadow: none;
	border: 0px;
	border-bottom: 2px solid #dddddd;	
	padding:5px;
	text-align: center;
	transition: border-bottom 0.2s ease;
}
#form-login .form-group select {
	text-align: center;
	 text-align-last:center;
}
#form-login .form-group input[type=text]:hover,#form-login .form-group input[type=password]:hover {
	border-bottom: 5px solid #dddddd;
}
#form-login a {
	color: #00923f;
	text-decoration: none;
}
#form-login .form-login-logo {
	margin-bottom: 40px;
	margin-top:40px;	
}
#form-login .form-group label {
	color: #999;
}


.input-group-btn_plus {
	background-image: url('Icon/plus.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 33px;
	border: 0px;	
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	border-radius: 0px;
}
.input-group-btn_plus:hover,.input-group-btn_plus:focus,.input-group-btn_plus:active {
	background-image: url('Icon/plus.png');
	background-color: none;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 33px;
	border: 0px;
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	border-radius: 0px;
}


.input-group-btn_min {
	background-image: url('Icon/remove.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 33px;
	border: 0px;	
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	border-radius: 0px;
}
.input-group-btn_min:hover,.input-group-btn_min:focus,.input-group-btn_min:active {
	background-image: url('Icon/remove.png');
	background-color: none;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 33px;
	border: 0px;
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	border-radius: 0px;
}
 
.fake-area-button-area {
	margin-left: 80px;
	margin-top: -80px;
	margin-bottom: 50px;
}

.dropdown-user {
	list-style-type: none;
}
.dropdown-user > a {
	padding:15px 15px 15px 15px !important;
}
.dropdown-user_name {
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
}
.dropdown-user_label {
	font-weight: bold;	
	color: #999;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: right;
}
.dropdown-user_img {
	width: 40px;
	height: 40px;
	border-radius: 100px;	
}
.dropdown-user-menu {
	margin-top: -5px !important;
	border-radius: 5px;
}
.dropdown-user-menu_arrowup {
	width: 0; 
	height: 0; 
	margin-top: -15px;
	margin-left: 115px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;	
}
.dropdown-user-menu_arrowup:after{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #dddddd;
    border-style: solid;
}
.dropdown-user-menu ul {
	list-style-type: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.dropdown-user-menu ul li {
	margin:0 0 0 0;
	text-align: center;
}
.dropdown-user-menu ul li a {
	display: block;
	padding:10px 20px 10px 20px;
	color: #999;
	font-weight: bold;
	margin:0 0 0 0;
	text-decoration: none;
	font-size: 16px;
	transition: background-color 0.5s ease;
}
.dropdown-user-menu ul li a:hover {
	background-color: #eeeeee;
}

.profile-overview .container-fluid {
	margin-left: 53px;
	margin-right: 53px;
	padding:0px 0px 0px 0px;
	box-shadow: 0px 0px 20px #cccccc;
}

@media(max-width: 768px) {
	.profile-overview .container-fluid {
		margin-left:20px;
		margin-right:20px;
	} 
}

.profile-overview {
	margin-bottom: 40px;	
}

.profile-overview-footer {
	background-color: #eeeeee;	
}

.profile-overview-footer .nav li a,
.profile-overview-footer .nav li a:hover, 
.profile-overview-footer .nav li a:active, 
.profile-overview-footer .nav li a:focus {
	border:none;
	padding:20px 100px 20px 100px;
	background-color: transparent;
	color: #616161;
	font-family: 'Avenir LT STD 85';
}

@media(max-width: 768px) {
	.profile-overview-footer .nav li a,
	.profile-overview-footer .nav li a:hover, 
	.profile-overview-footer .nav li a:active, 
	.profile-overview-footer .nav li a:focus {
		padding:20px 30px 20px 30px;
	}
}

.profile-overview-footer .nav .active a {
	border-bottom: 4px solid #00932F !important;	
}

.profile-overview_name {
	font-family: 'Avenir LT STD 95';
	font-size: 30px;
	margin-top:30px;
	margin-bottom:10px;
}
.profile-overview_detail {
	font-size: 20px;
	font-family: 'Avenir LT STD 65';
	color: #aaaaaa;
}

@media(max-width: 768px) {
	.profile-overview_name {
		text-align: center;
	}
	.profile-overview_detail {
		text-align: center;
	}
}

.profile-overview_img {
	text-align: center;
	padding-top: 30px;
	padding-left: 20px;
}
.profile-overview_img img {
	width: 120px;
	height: 120px;
	border-radius: 100px;
	border:2px solid #cccccc;
}
.profile-overview_button-edit {
	text-align: center;
	margin-top:-80px;
}
.profile-overview_button-edit a {
	margin-left:80px;
}
	
.profile-overview_button-edit a img {
	transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.profile-overview_button-edit a img:hover {
	transform: scale(1.4);
}

.profile-overview-header {
	padding-bottom: 40px;
}
@media(max-width: 768px) {
	.profile-overview_detail {
		padding:0px 20px 0px 20px;
	}
	.profile-overview_name {
		padding:0px 20px 0px 20px;
	}
}

#user-content {
	margin-bottom: 40px;
}
#user-content.container-fluid {
	padding-left: 53px;
	padding-right: 53px;
}

#user-content .tab-pane {
	min-height: 100px;
	padding:40px 60px 40px 60px;
	box-shadow: 0px 0px 20px #cccccc;
}

@media(max-width: 768px) {
	#user-content.container-fluid {
		padding-left:20px;
		padding-right:20px;
	} 
	#user-content .tab-pane {
		padding:10px 30px 10px 30px;
	}
}


.form-profile_button-riwayat-pendidikan {	
	position: relative;
}
.form-profile_button-riwayat-pendidikan a {	
	right: 10px;
	top: 10px;
	position: absolute;
}
.form-profile_button-riwayat-pendidikan > a > img {
	width: 30px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.form-profile_button-riwayat-pendidikan > a > img:hover {
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.form-wrapper {
	color: #888888;
}

.form-wrapper label {
	display: block;
	font-family: 'Avenir LT STD 95';
	font-size: 20px;
	font-weight: bold;
	padding:10px 0px 10px 0px;
}

.form-wrapper input[type=text],
.form-wrapper input[type=password],
.form-wrapper input[type=date],
.form-wrapper textarea,
.form-wrapper input[type=number] {
	padding:10px 20px 10px 20px;
	font-size: 18px;
	border:1px solid #eeeeee;	
	width: 100%;
	display: block;
	background-color:#f3f3f3;
}


.main-content {
	margin-bottom: 40px;	
	background-color: #ffffff;
	min-height: 100px;
	box-shadow: 0px 0px 15px #cccccc;
}
.main-content h2 {
	font-family: 'Avenir LT STD 95';
	font-size: 30px;
	color: #424242;
	margin:0px 0px 10px 0px;
}



.main-content-inner {
	padding:40px;
}
.main-content_terjemahan-kemenag {
	font-family: 'Avenir LT STD 95';
	font-size: 20px;
	color: #757575;
	padding-bottom: 10px;
}
.main-content_author {
	color: #aaaaaa;
	font-family: 'Avenir LT STD 65';	
	text-transform: uppercase;
}

.main-content-hover {
	cursor: pointer;
	transition: box-shadow 0.6s ease-in-out;
}
.main-content-hover:hover {
	box-shadow: 0px 0px 20px #01c168;
}

.main-content_label {
	font-family: 'Avenir LT STD 95';
	padding:10px 0px 10px 0px;
	color: #666;
	font-size: 20px;
}

.main-content_terjemahan-detail {
	font-family: 'Avenir LT STD Roman';
	font-size: 14px;
	color: #616161;
	margin-bottom: 40px;
	line-height: 1.8;
}

.panel-group-usulan .panel-heading {
	background-color: transparent;
	background-image: none;
	border:0px;	
	padding-left: 0px;
}
.panel-group-usulan .panel-heading a {
	font-family: 'Avenir LT STD 95';
	font-size: 30px;
	color: #424242;
	text-decoration: none;
	display: block;
	position: relative;
}
.panel-group_arrow-down {
	background-image: url('Icon/down-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	height: 14px;
	right: 10px;
	top:5px;
	position: absolute;
	display: none;
}
.panel-group_arrow-up {
	background-image: url('Icon/up-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	height: 14px;
	right: 10px;
	top:5px;
	position: absolute;
	display: none;
}
.panel-group-usulan .panel-heading a[aria-expanded=true] .panel-group_arrow-down {
	display: none;
}
.panel-group-usulan .panel-heading a[aria-expanded=false] .panel-group_arrow-down {
	display: inline-block;
}
.panel-group-usulan .panel-heading a[aria-expanded=true] .panel-group_arrow-up {
	display: inline-block;
}
.panel-group-usulan .panel-heading a[aria-expanded=false] .panel-group_arrow-up {
	display: none;
}
.panel-group-usulan .panel-heading a small {
	font-size: 20px;
	color: #a8a8a8;
}
.panel-group-usulan .panel {
	border:0px;
	box-shadow: none;
}
.panel-group-usulan .panel-body {
	font-family: 'Avenir LT STD Roman';
	font-size: 14px;
	color: #616161;
}

.histories {
	padding-bottom:20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 50px;
}

.histories h2 {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.histories_author {
	color: #aaaaaa;	
	font-family: 'Avenir LT STD 95';
	padding:20px 0px 20px 0px;
}
.histories_label {
	font-family: 'Avenir LT STD 95';
	color: #666;
	padding:20px 0px 20px 0px;
	font-size: 18px;
}
.histories_content {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}
.histories_waiting_badge {
	background:#ECD717;
	color: #ffffff;
	font-family: 'Avenir LT STD 95';
	font-size: 19px;
	padding:15px 30px 15px 30px;
	text-align: center;
}
.histories_approve_badge {
	background:#00932F;
	color: #ffffff;
	font-family: 'Avenir LT STD 95';
	font-size: 19px;
	padding:15px 30px 15px 30px;
	text-align: center;
}
.histories_decline_badge {
	background:#ff6060;
	color: #ffffff;
	font-family: 'Avenir LT STD 95';
	font-size: 19px;
	padding:15px 30px 15px 30px;
	text-align: center;
}
@media(max-width: 768px) {
	.histories_waiting_badge,
	.histories_approve_badge {
		display: block;
		width: 100%;
		margin:10px 0px 10px 0px;
	}
}