.smart-style-5 .datepicker .datepicker-switch:hover, 
.smart-style-5 .datepicker .next:hover, 
.smart-style-5 .datepicker .prev:hover, 
.smart-style-5 .datepicker tfoot tr th:hover {
    color: #000;
}
.smart-style-5 .datepicker table tr td.day:hover, 
.smart-style-5 .datepicker table tr td.focused {
    color: #000;
}
.smart-style-5 .row.min-gutter .select2-container .selection, 
.smart-style-5 .row.min-gutter .select2-container .select2-choice, 
.smart-style-5 .row.min-gutter .select2-container .select2-selection {
	color: #fff;
    background-color: inherit;
}
.smart-style-5 .row.min-gutter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.smart-style-5 .row.min-gutter .select2-container .select2-choice .select2-arrow,.select2-selection__arrow {
    border-left: 1px solid #ccc;
    background-color: #74d7db;
}
.smart-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}
.smart-style-5 .row.min-gutter .select2-container .select2-selection--selected {
	border-bottom: 2px solid #66ff99;
	background-color: #189fb5;
}
.smart-style-5 .row.min-gutter .select2-container--open .select2-selection, 
.smart-style-5 .row.min-gutter .select2-dropdown-open .select2-choice {
    background-color: inherit;
}
.smart-style-5 .row.min-gutter .select2-container--focus.select2-container--disabled .select2-selection {
	border-bottom: 1px solid #777;
}
.smart-style-5 .row.min-gutter .select2.select2-container--disabled .select2-selection {
    border-bottom: 1px solid #777;
}
.smart-style-5 .form-control[readonly], 
.smart-style-5 .form-control[disabled] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #777!important;
}
.smart-style-5 .select2-container .select2-dropdown {
	background-color: #175266;
}
.smart-style-5 .select2-drop,
.smart-style-5 .select2-dropdown {
	color: #fff;
}
.smart-style-5 .select2-container--default .select2-results__option[aria-selected=true] {
	color: #0ee8bd;
	background-color: #164652;
}
.smart-style-5 .select2-container .select2-dropdown .select-results {
	background-color: #888;
}
.select2-container-multi .select2-choices .select2-search-choice,
.select2-selection__choice {
    margin: 4px 0px 1px 5px;
    line-height: 23px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3276b1;
	padding: 1px 28px 1px 8px;
	border: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 2px;
}
._select2-chosen .fa {
    float: right;
    position: relative;
    line-height: 26px;
}
._select2-results .fa {
    float: right;
    position: relative;
    line-height: 20px;
}