/* ===============================================
 * Smart Select style
 * ===============================================
 */
 
 @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.smartselect {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.smartselect button,
.smartselect button:hover,
.smartselect button:active {
  outline: 0;
}
.smartselect > button {
  min-width: 25%;
  width:100%;
}

.smartselect .ss-caret:hover, .smartselect .ss-icon:hover {
    color: red;
}

/* fix .caret.pull-right */
.smartselect .ss-caret.caret.pull-right {
  margin-top: 8px;
  margin-left: 5px;
}
.smartselect > button > .ss-caret {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    opacity: 0;
}

/* hide different levels */
.smartselect .ss-hide.ss-hide-0,
.smartselect .ss-hide.ss-hide-1,
.smartselect .ss-hide.ss-hide-2,
.smartselect .ss-hide.ss-hide-3,
.smartselect .ss-hide.ss-hide-4,
.smartselect .ss-hide.ss-hide-5 {
  display: none;
}

.smartselect .data-level-1.ss-nogrp1 a{
  background: #fff;
  padding:5px; 
  
}
.smartselect .data-level-1.open> a{
  background: #d2d2d2;
  /* padding:0px 2px!important;  */
  padding:5px; 
}
.smartselect .data-level-2 > a, .smartselect .data-level-2 > a:hover{
  /*padding-left: 90px;*/
  background: #efefef;
  padding:5px;
}

.smartselect .data-level-3 > a, .smartselect .data-level-3 > a:hover{
  background: #ffffff;
  padding:5px;
}

.smartselect .data-level-4 > a,.smartselect .data-level-4 > a:hover{
  background: #ffffff;
  padding:5px;
}
.smartselect .data-level-5 > a {
  padding-left: 150px;
}

/* select button */
.smartselect .ss-select-label {
  font-size: 15px;
}

/* optgroup */
.smartselect .ss-group .ss-label {
  font-size: 15px;
    font-weight: 600;
}

/* folder open/collapse */
.smartselect .ss-folder {
  font-size: 14px;
  padding-right: 2px!important;

}
.smartselect .ss-folder:hover {
  color: red;
  cursor: pointer;
}
.smartselect .open .ss-folder.ss-open,
.smartselect .ss-folder.ss-close {
  display: inline;
  color: #803c1b;
}
.smartselect .open .ss-folder.ss-close,
.smartselect .ss-folder.ss-open {
  display: none;
}

/* checker */
.smartselect .ss-checker,
.smartselect .ss-checkno {
  width: 20px;
  padding-right: 6px;
  margin-left: 0px;
  color: #803c1b;
  /*margin-left: -20px;*/
}

.smartselect .ss-checker,
.smartselect .active .ss-checkno {
  display: none;
}

.smartselect .active .ss-checker,
.smartselect .ss-checkno {
  display: inline;
}

/* toolbar */
.smartselect .ss-toolbar {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    margin-left: 5px;
}

/* show toolbar at left */
.smartselect .ss-toolbar.left {
    left: auto;
    right: 100%;
    margin-right: 3px;
}

.smartselect .ss-label {
    cursor: default !important;
    font-size: 12px;
}

/* toolbar button icon */
.smartselect .ss-toolbar button {
    padding: 5px;
}

/* inputbox in toolbar */
.smartselect .ss-toolbar li > div {
    padding: 4px 20px 4px 20px;
}

/* alias */
.smartselect .ss-alias .ss-icon {
    margin-right: 10px;
}
.smartselect .ss-alias {
  position: relative;
}
.smartselect .ss-alias .ss-caret {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.smartselect .ss-alias .ss-label {
    padding-right: 30px;
}

/*
 * disabled
 */
.smartselect .dropdown-menu > .disabled > a {
  background-color: transparent;
  text-decoration: line-through;
}

.smartselect .disabled .ss-checker {
  display: none;
}

.smartselect {
  width:45%;
}

.ss-label{
  color:#000000;
}

.smartselect.dropdown-toggle span {
  white-space: normal;
    word-break: break-all;
  text-align:left;
  float:left;
}
.ss-folder{
  color:black;
}
.ss-checkno {
  color:black;
}
.dropdown-menu{
  /*padding: 5px 0 5px 4%;*/
  width:100%;
}

.fa-plus-circle{
  padding-right: 14px !important;
}
.fa-minus-circle{
  padding-right: 14px !important;
}
/*my change*/
.smartselect .btn-default{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    width: 100%!important;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #616163;
    background-color: #e8e8ea;
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    background-image: -webkit-linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a);
    background-image: -o-linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a);
    background-image: linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDEDED', endColorstr='#FF9A9A9A', GradientType=0);

}
.smartselect .btn-default:hover{
  border: none;
}

.smartselect > .dropdown-menu li{
  background: #f2f2f2;
}
.smartselect .btn:hover, .smartselect .btn:focus, .smartselect .btn.focus{
  background-image: -webkit-linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a)!important;
  background-image: -o-linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a)!important;
  background-image: linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a)!important;
  background-repeat: no-repeat;
  
}
.smartselect .btn-default.dropdown-toggle{
 background-image: -webkit-linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a)!important;
  background-image: -o-linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a)!important;
  background-image: linear-gradient(#ededed, #e7e7e7 90%, #9a9a9a)!important;
  background-repeat: no-repeat;
}
.smartselect > .dropdown-menu{
    margin: -2px 0 0!important;
    padding: 0px 0!important;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.smartselect > .open > .dropdown-menu{
    z-index: 2;
}
.form-select_custom{
      overflow: visible;
}
.smartselect > .dropdown-menu li {
    float: left;
    background-color: transparent;
    width: 100%;
}
.smartselect > .dropdown-menu li:second-child{
    border-right: solid 5px #e7e7e9;
}
.smartselect{
  width: 100% !important;
}
.smartselect .dropdown-menu{
  position:relative !important;
}
.cover-blue{
  display: inline-block;
  background: #e7e7e9;
  padding:15px; 
  display: inline-block;
  box-shadow: inset 0 1px 13px -2px #ababab;
}
/* .smartselect > .dropdown-menu > .open a{
  
} */
.smartselect > .dropdown-menu > li > a{
  white-space: normal;
  width: 100%;	/* VVB */
  padding: 5px;
  display: inline-block;
}
.practice-section{
  float: left;
  width: 465px;
  height: 465px;
  padding-right: 10px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (max-width: 991px) {
.practice-section{
  float: left;
  width: 205px;
  height: 465px;
  padding-right: 10px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: visible;
}  
}
.btnSection{
  /*width: 150px;*/
  height: 600px;
  float: left;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: visible;
}
.btnSection .btn{
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.btnSection .btn > i{
  position: absolute;
  top: 8px;
  right:8px;
}
.custom-special .form-select_custom:after{
  display: none;
}
/*responsive unit*/
@media screen and (max-width: 991px) {
.smartselect > .dropdown-menu{
    margin: -2px 0 0!important;
    padding: 0px 0!important;
    box-shadow: none;
    border: none;
    background: #e7e7e9;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}  
@media screen and (max-width: 767px) {
    .smartselect > .dropdown-menu{
    margin: -2px 0 0!important;
    padding: 0px 0!important;
    box-shadow: none;
    border: none;
    background: #e7e7e9;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .practice-section {
    float: left;
    width: 100%;
    height: 200px;
    padding-right: 10px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: visible;
    }   
.btnSection {
    width: 100%;
    float: left;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: visible;
    margin-top: 20px;
    }
}
/*END responsive unit*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background: none;
}
.smartselect .dropdown-menu{
  min-width: 100%!important;
}
.smartselect .dropdown-menu > li > a{
	padding:5px;
	display:inline-block;
	width:100%;  
}
.smartselect .dropdown-menu > li > a .hppafilter{
	display:inline-block;
}
.smartselect .dropdown-menu > li > a .hppafilter_inner{
	display:inline-block;
	width:83%;
  vertical-align:top
}
.smartselect .dropdown-menu > li > a .hppafilter_inner_right{
	display:inline-block;
	}
.smartselect > .dropdown-menu > .data-level-1.active > a, .smartselect .dropdown-menu > .data-level-1.active > a:hover, .smartselect .dropdown-menu > .data-level-1.active > a:focus{
  background: #d0d0d2;
}