/** custom css **/
textarea.form-control:focus {
	border: 1px solid #979da6 !important;
}
textarea.form-control:focus, input.form-control:focus, select.form-control:focus {
	background: #f6f6f6;
	color: #000000;
}
.kursorklik{
	cursor: pointer;
}
.konternotif {
	position: absolute;
	top: 4px;
	right: 0px;
	font-weight: 300;
	padding: 3px 6px;
	background: #6677ef;
	border-radius: 10px;
}
.loader {
	background-color: #3b4452;
}
.bootstrap-tagsinput{
	width: 100%;
}
.bootstrap-tagsinput .tag{
	background-color: #6777ef !important;
}
.bootstrap-tagsinput{
	padding: 10px 6px;
}
.dark .bootstrap-tagsinput{
	background-color: #FFFFFF;
}
.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
input.inputkecil{
	width: calc(100%)!important;
}
select.selectkecil{
	width: calc(100%)!important;
}
select.selectpendek{
	height :calc(1.5em + .5rem + 2px)!important;
}
thead.kepala tr th.sorteble:before{
	content: "\2191";
	position: absolute;
	bottom: 0.9em;
	right: 1.5em;
	color: #FFFFFF;
}
thead.kepala tr th.sorteble:after{
	content: "\2193";
	position: absolute;
	bottom: 0.9em;
	right: 2em;
	color: #FFFFFF;
}
thead.kepala tr th.sorteble{
	position: relative;
	cursor: pointer;
}
thead.kepala tr th.sorteble.order.asc:after{
	opacity: 0.5
}
thead.kepala tr th.sorteble.order.desc:before{
	opacity: 0.5
}
.dark .dropdown-list .dropdown-list-content:not(.is-end)::after{
	display:none;
}
.form-control[disabled], fieldset[disabled] .form-control{
	cursor: not-allowed;
}