/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
/****** Single SCSS *******/
.select2-container .select2-selection--single {
    border: 0px;
    height: 50px; 
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 50px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
    
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    top: 60%;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    width: 0; 
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-chosen {
    height: 100%;
    line-height: 50px;
    padding-left: 15px;
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices {
    border: 0 none;
    min-height: 50px !important;
    background: #e9e9e9;
    border-radius: 0px;
    font-size: 16px;
    text-indent: 1px;
    background-image: none; 
    padding: 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: none;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

.select2-input {
    min-height: 50px;
}

.select2-search input {
    height: 45px;
    border: 1px solid #dce4ec;
    margin-top: 4px;
    background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input {
    font-family: inherit !important;
}

.select2-search-choice::before, .select2-search-field::before {
    background: none !important;
}

.select2-search-choice {
    background: white !important;
    border-radius: none;
}

.select2-search-choice-close {
    background: url('../img/select2.png') right center no-repeat;
    top: 9px;
}

.select2-search-choice-close:hover {
    background-position: right -13px !important;

}

.select2-container span.select2-search input {
    height: 30px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    height: 30px;
    padding-top: 7px;
    margin-top: 5px;
}

.select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
    margin-top: 10px;
}

.select2-drop {
    margin-top: -2px;
    border: 2px solid #e9e9e9;
    border-top: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}

.select2-results .select2-highlighted {
    background: #0088ce;
    color: #fff;
    border-radius: 0px;
}



.select2-container-multi.select2-container-active .select2-choices {
    border: 0px solid #dce4ec;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
    

/****** Multiple SCSS *******/
.select2-container .select2-selection--multiple {
border: 1px solid #16a085; }
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #16a085;
    cursor: pointer; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #48c9b0;
    color: #fff;
    border: 1px solid #48c9b0;
    border-radius: 0px;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px; }
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #16a085;
    margin-right: 6px;
    margin-left: 6px;
    float: right; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
background: #48c9b0; }

.select2-container .select2-container--focus .select2-selection--multiple {
border: 1px solid #16a085; }

.select2-container .select2-results__option--highlighted[aria-selected] {
background: #16a085 !important;
color: #ffffff; }

.select2-container .select2-results__option[aria-selected=true] {
background: #16a085;
color: #fff;
opacity: 0.8; }

.select2-container .select2-selection--single {
border-radius: 0px; }

.select2-container.select2-container--open .select2-selection__arrow b {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg); }




.select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }


.select2-container *:focus {
outline: 0px; }

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    border-radius: 0px;
    border: 0px;
    background-image: none; 
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
    border: 0px;
}


.select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec !important;
    border-bottom: 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
}






.select2-dropdown-open .select2-choice {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0; }
.select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none; }

.select2-results {
padding: 0 0 0 0px;
margin: 4px 0px 0px 0; }



