/* Tooltip */
.tooltip > .tooltip-inner {
	background-color: #2286c3;
	color: #FFFFFF;
	border: 1px solid #2286c3;
}

/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
	border-top: 5px solid #2286c3;
}

/*summernote lite fix*/
.note-editor .dropdown-toggle::after {
	all: unset;
}

.note-editor .note-dropdown-menu {
	box-sizing: content-box;
}

.note-editor .note-modal-footer {
	box-sizing: content-box;
}

div.note-editor.note-frame{
	font-family: Arial !important;
}

/*end summernote lite*/
nav .dropdown-menu{
	width: 200px !important;
}

.dropdown-divider{
	border-color: #bdbdbd !important;
}

.sidebar-wrapper .nav li:hover{
	cursor: pointer;
	background-color: #dee2e6 !important;
}

.sidebar-wrapper .nav li a:hover{
	color: #000 !important;
}

.loanBtn{
	font-weight: bold !important;
	text-decoration: none !important;
}

.description{
	font-size: 12px !important;
	color: #444;
}

#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
	padding-top: 400px;
}

.loader-text{
	background-color: #444;
	color: #fff;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

a{
	text-decoration: none;
	color: #2286c3;
}

.userFullName{
	vertical-align: bottom !important;
}

.userimage{
	height: 25px;
	width: 25px;
}

.main-panel .content{
	margin-top: 80px;
}

.report-logo img{
    height: 80px;
    width: auto;
    margin-right: 5px !important;
}

.report-logo-name{
    /*margin-top: 10px;*/
    font-size: 26px;
    line-height: 90%;
    color: forestgreen;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.report-logo-place{
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

.report-logo-address{
    font-size: 14px;
}

.table-report thead tr td{
	border:1px solid #000 !important;
	text-align: center !important;
	vertical-align: middle !important;
	font-weight: bold !important;
}

.table-report tbody tr td{
	border:1px solid #000 !important;
	vertical-align: middle !important;
}

.table-report tbody tr:last-child td{
/*   border-bottom: none !important;*/
}

.table-report thead tr:first-child th{
   border-top: none !important;
}

.table-balancesheet{
	font-size: 13px;
}

.table-balancesheet .subgroup-total{
	width: 22%;
}

.table-balance-total tr td{
	background-color: #bdbdbd !important;
	border: 1px solid #000 !important;
/*	border-left: 1px solid #000 !important;*/
/*	border-right: 1px solid #000 !important;*/
}

.table-report th:first-child{
	border-left: none !important;
}

.table-report th:last-child {
    border-right: none !important;
}

.table-report td:first-child {
    border-left: none !important;
}

.table-report td:last-child {
    border-right: none !important;
}

.col-left{
/*	border-top: 1px solid #000;*/
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.col-right{
/*	border-top: 1px solid #000;*/
	border-right: 1px solid #000;
/*	border-bottom: 1px solid #000;*/
}



/*.table-balance-report-left tr td{
	border-left: 0px !important;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
}*/

.btn-xs{
	font-size: 10px;
	border-radius: 3px;
	padding: 3px 10px;
}

.card .image{
	height: 150px !important;
}

.card-user .card-body{
	min-height: 200px !important;
	padding-bottom: 0px !important;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.mute-link {
    text-decoration: none !important;
    color: #2286c3 !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.mute-link:focus, .mute-link:hover {
    color: #51cbce !important;
    cursor: pointer;
}

.btn-outline-secondary {
    color: #6c757d;
    border: 2px solid #6c757d;
    background: transparent;
}

.crud-title{
	font-size: 16px;
}

.`title-small{
	font-size: 19px !important;
}

.form-control-isexist::placeholder{
	color: #444 !important;
}

input::placeholder{
	color: #cecece !important;
}

.input-check input::placeholder{
	color: #677365 !important;
}

.table thead th.sort:hover{
	background-color: #cecece;
	cursor: pointer;
}

.table>:not(:first-child){
	border-top: 1px solid #dee2e6 !important;
}

.table-sm th{
	font-size: 12px !important;
}

.table-sm tr td{
	padding: 5px !important;
	vertical-align: top !important;
}

.btn-outline-disabled{
	background-color: #fff !important;
  	border: 2px solid #bdbdbd !important;
	color: #bdbdbd !important;
}

.infocontent img{
	margin : 5px 5px 0px 5px;
}

.badge-blue{
	background-color: blue;
}

.badge-red{
	background-color: red;
}

.badge-orange{
	background-color: orange;
}

.badge-green{
	background-color: green;
}

.badge-gray{
	background-color: gray;
}

.badge-notif{
	padding: 4px;
	font-weight: bolder !important;
}

.help-block{
	color: #ef8257;
}

.nav-tabs li.bv-tab-success > a {
    color: blue !important;
}

.input-editable::placeholder{
	color: #66615b !important;
}

.font-20{
	font-size: 20px !important;
}

.font-14{
	font-size: 14px !important;
}

.font-13{
	font-size: 13px !important;
}

.font-12{
	font-size: 12px !important;
}

.dropdown-title{
	padding: 10px 0px 10px 15px;

}

.hr-0{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

a.nav-link:hover{
	background-color: #f5f5f5;
	color: #444;
}


.text-orange{
	color: orange !important;
}

.text-red{
	color: red !important;
}

.text-blue{
	color: #1e88e5 !important;
}

.text-disabled{
	color: lightgray;
}

.text-disabled a{
	color: lightgray;
}

.dropdown-notif{
	min-width:300px !important;
}

.dropdown-notif-item{
	padding: 10px;
}

.dropdown-notif-item:hover{
	background-color: #f5f5f5;
	color: #444;
}

.expired-notif{
	font-size: 10px;
}

.poin-wrapper{
	padding: 20px !important;
}

.poin-title{
	background-color: limegreen;
	padding: 10px;
	color: #fff;
	border-radius: 15px 15px 0px 0px;
	text-align: center;
	font-size: 14px;
}

.poin-body{
	margin-top: 20px;
}

.userphoto img{
	width: 60px;
	height: 60px;
}

.totalpoin-nominal{
	color: limegreen;
	font-size: 24px;
}

.has-success .form-control{
	color: #66615b !important;
}

.has-success .input-group-addon{
	color: #66615b !important;
}

@media print{
	body{
		-webkit-print-color-adjust:exact !important;
		print-color-adjust:exact !important;
	}

	.table-print tr td{
		font-size: 11px;
	}

	.table-balancesheet tr td{
		font-size: 10px;
	}

	.table-balancesheet .subgroup-total{
		width: 27%;
	}

	.table-balance-total tr td{
		background-color: #fff !important;
		border: 1px solid #000 !important;
/*		border-bottom: 1px solid #000 !important;*/
/*		border-left: 1px solid #000 !important;*/
/*		border-right: 1px solid #000 !important;*/
	}

	.fs-3{
		font-size: 18px !important;
		line-height: 110% !important;
	}

	.fs-4{
		font-size: 14px !important;
		line-height: 110% !important;
	}

	.fs-5{
		font-size: 12px !important;
		line-height: 110% !important;
	}

	.mt-5{
		margin-top: 20px !important;
		padding: 0px !important;
	}
}