/*******************************
	Custom Css for Select 2
*******************************/

.select2-selection {
    width: 100%;
    border: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

.select2-container--default2 .select2-selection--single2 .select2-selection__arrow2 {
	height: 100%;
}

.select2-selection__choice2 {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #454545 !important;
    height: 34px !important;
    font-size: 14px !important;
}

.select2-selection__choice__display2 {
	display: block;
    padding-top: 6px !important;
}

.select2-selection__choice2 button {
	height: 100% !important;
	border-right: 0 !important;
	padding: 0 6px;
}

.select2-container--open2 .select2-dropdown--below2 {
	border: 1px solid #e8e8e8 !important;
}

.select2-container--default2 .select2-selection--single2 .select2-selection__rendered2 {
	font-size: 14px;
    font-weight: 500;
}




/*******************************
	Custom Css for Select 1
*******************************/

.select1-selection {
    width: 100%;
    border: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

.select1-container--default1 .select1-selection--single1 .select1-selection__arrow1 {
	height: 100%;
}

.select1-selection__choice1 {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #454545 !important;
    height: 34px !important;
    font-size: 14px !important;
}

.select1-selection__choice__display1 {
	display: block;
    padding-top: 6px !important;
}

.select1-selection__choice1 button {
	height: 100% !important;
	border-right: 0 !important;
	padding: 0 6px;
}

.select1-container--open1 .select1-dropdown--below1 {
	border: 1px solid #e8e8e8 !important;
}

.select1-container--default1 .select1-selection--single1 .select1-selection__rendered1 {
	font-size: 14px;
    font-weight: 500;
}




/*******************************
	Custom Css for Select 3
*******************************/

.select3-selection {
    width: 100%;
    border: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

.select3-container--default3 .select3-selection--single3 .select3-selection__arrow3 {
	height: 100%;
}

.select3-selection__choice3 {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #454545 !important;
    height: 34px !important;
    font-size: 14px !important;
    
}

.select3-selection__choice__display3 {
	display: block;
    padding-top: 6px !important;
}

.select3-selection__choice3 button {
	height: 100% !important;
	border-right: 0 !important;
	padding: 0 6px;
}

.select3-container--open3 .select3-dropdown--below3 {
	border: 1px solid #e8e8e8 !important;
}

.select3-container--default3 .select3-selection--single3 .select3-selection__rendered3 {
	font-size: 14px;
    font-weight: 500;
}


/*******************************
	Custom Css for Select 4
*******************************/

.select4-selection {
    width: 100%;
    border: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

.select4-container--default4 .select4-selection--single4 .select4-selection__arrow4 {
	height: 100%;
}

.select4-selection__choice4 {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #454545 !important;
    height: 34px !important;
    font-size: 14px !important;
}

.select4-selection__choice__display4 {
	display: block;
    padding-top: 6px !important;
}

.select4-selection__choice4 button {
	height: 100% !important;
	border-right: 0 !important;
	padding: 0 6px;
}

.select4-container--open4 .select4-dropdown--below4 {
	border: 1px solid #e8e8e8 !important;
}

.select4-container--default4 .select4-selection--single4 .select4-selection__rendered4 {
	font-size: 14px;
    font-weight: 500;
}



