/*----------------------------------------*/
/*  36.  Form Components CSS
/*----------------------------------------*/
.bootstrap-select .selected .check-mark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.bootstrap-select .check-mark {
    margin-top: -5px!important;
    font-size: 14px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block!important;
    position: absolute;
    top: 17px;
    right: 15px;
}
.bootstrap-select>.btn-default:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    background-color: #FFF;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    background-image: url(images/select.png);
    pointer-events: none;
    z-index: 5;
}
.bootstrap-select>.btn-default {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
	background:none !important;
	box-shadow: none !important;
	outline:none !important;
}
.bootstrap-select>.btn-default:active, .bootstrap-select>.btn-default:hover, .bootstrap-select>.btn-default:focus {
	outline:none !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px 10px;
}
.bootstrap-select.btn-group .dropdown-menu {
    border: 0px solid #ccc;
}
.bootstrap-select .dropdown-menu>.active>a, .bootstrap-select .dropdown-menu>.active>a:focus, .bootstrap-select .dropdown-menu>.active>a:hover {
    background-color: #71bc42;					/* diedit sebelumnya #00c292 jadi #f0f0f0*/
}
.bootstrap-select .bs-searchbox {
    padding: 5px 5px 5px 40px;
    position: relative;
    background: #F7F7F7;
    margin-top: -10px;
}
.bootstrap-select .bs-searchbox:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    content: "\e928";
    font-family: 'notika-icon' !important;
    font-size: 16px;
    padding: 12px 0 0 15px;
}
.bootstrap-select .bs-searchbox input[type="text"]{
	border: 0px solid #ccc;
	border-radius: 0px;
	box-shadow:none;
	background-image:none !important;
	background:#F6F8FA;
}
.nk-int-mk .sl-dp-mn {
	margin-left:0px;					/*diedit sebelumnya : 10px*/
	font-weight:700;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .notify{
    background:#F44336 !important;
	color:#fff;
}
.bootstrap-select .dropdown-menu {
    top: 0px;
}
.chosen-select-act .chosen-container {
    padding: 6px 2px;
}
.chosen-select-act .chosen-single {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    background: #fff;
    font-size: 14px;
    color: #333;
	border-radius:0px;
}
.chosen-select-act .chosen-container .chosen-drop {
    border: 0px solid #ccc;
}
.chosen-select-act .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #ccc;
	background-image:none;
}
.chosen-select-act .chosen-container .chosen-drop{
	top:0px;
}
.chosen-select-act .chosen-container .chosen-results li.highlighted{
	background:#71bc42;					/*diedit sebelumnya #00c292 jadi #f0f0f0*/
	color:#fff;
}
.chosen-select-act .chosen-container .chosen-results li{
    position:relative;
}
.chosen-select-act .chosen-container .chosen-results li.result-selected:before {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
}
.chosen-select-act .chosen-container .chosen-results li.result-selected:before {
    content: "\e906";
    font-family: 'notika-icon' !important;
	font-size:16px;
}
.chosen-select-act .chosen-container .chosen-results li{
	padding:10px 10px;
	font-size:14px;
	color:#333;
}
.chosen-select-act .chosen-container-single .chosen-search {
    padding: 5px 5px 5px 40px !important;
    background: #F7F7F7;
}
.chosen-select-act .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-select-act .chosen-container-single .chosen-search:before {
    content: "\e928";
    font-family: 'notika-icon' !important;
    position: absolute;
    left: 0;
    top: 3px;
    width: 40px;
    height: 100%;
    font-size: 16px;
    padding: 5px 0 0 15px;
}
.chosen-select-act .chosen-container-single .chosen-search input[type="text"] {
    border:0px solid #ccc;
}
.chosen-select-act .chosen-container .chosen-results li.disabled-result {
    color: #ccc;
}
.chosen-select-act .chosen-container-active .chosen-choices{
	border: 0px solid #ccc;
    box-shadow:none;
}
.bootstrap-select.btn-group .no-results{
	padding: 10px 15px;
    margin: 0 0px;
	background: #fff;
}
.bootstrap-select .dropdown-menu>li>a:focus, .bootstrap-select .dropdown-menu>li>a:hover, .bootstrap-select .dropdown-menu>li>a:active {
    background-color: #71bc42 !important;			/*diedit sebelumnya #00c292 menjadi #f0f0f0*/
	color:#fff !important;
}
.chosen-select-act .chosen-container-multi .chosen-choices{
	background-image:none;
	border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.chosen-select-act .chosen-container-multi .chosen-choices li.search-choice{
	border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-radius: 2px;
	background-color: #71bc42;						/*diedit sebelumnya #00c292 menjadi #f0f0f0*/
	background-image:none;
	color:#fff;
	padding: 5px 10px;
}
.chosen-select-act .chosen-container-multi .chosen-choices li.search-choice span{
	
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	width: 15px;
    height: 10px;
    background: url(images/chosen-sprite.png) -38px 1px no-repeat;
	display: inline-block;
    text-align: center;
	color:#333;
	position: unset;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -38px -10px;
	color:#fff !important;
}
.chosen-select-act{
	position:relative;
}
.chosen-select-act:before{
	position: absolute;
    top: -6px;
    right: 0;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    background-color: #FFF;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    background-image: url(images/select.png);
    pointer-events: none;
    z-index: 5;
}
.chosen-container .chosen-results li.group-result{
	font-weight:600;
}
