#instantedit {
    box-shadow: 0px 0px 0px 5px rgba(33, 193, 237, 0.3);
    border:0px none;
}

#instantedit div.inside {
 	color: #fff;
    background: #00c0ef;
    margin: 0;
    padding-top: 6px;
    border: 0 none;
    font-size: 15px;
    font-weight: normal;
}

#instantedit label i{
    color: rgba(0, 0, 0, 0.3);
}

#instantedit select{
	width:100%;
}

#instantedit h2{
	background: #3ac8ef;
    color: rgba(0,0,0,0.6);
    border:0 none;
}

#instantedit .toggle-indicator{
	color: rgba(0,0,0,0.6);
}

#instantedit .row{
    /*margin-left:-12px;
    margin-right:-12px;*/
}

/********************************
 * Change Select2 design - START
 ********************************/

.select2-selection.select2-selection--single{
    border: 0 none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.select2-container{
    width: 100% !important;
} 

.select2-dropdown{
    border: 0 none;
    background-color: #80E0F5;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 0 none;
    margin: 0;
}

.select2-search--dropdown .select2-search__field{
    padding: 7px 6px;
}

.select2-container--open .select2-dropdown{
    border-radius:0px;
}

.select2-container .select2-selection--single{
    height:35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
    top:0px;
    right:5px;
}

/********************************
 * Change Select2 design - END
 ********************************/