@charset "utf-8";
/* CSS Document */

.icms-header__top, .icms-header__middle {
	background-image: linear-gradient(0.158turn, rgb(102 171 170) 20%, rgb(139 119 189 / 50%) 50%, rgb(145 147 173) 100%);
	background-color: #8689ad;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.icms-header__middle {
	padding-bottom: 10px;
}
.icms-header__bottom {
	background-image: linear-gradient(0.158turn, rgb(243 250 251) 25%, rgb(139 119 189 / 15%) 60%, rgb(145 147 173 / 81%) 100%);
	background-color: #e6e8f9;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.widget_livesearch input {
	background-color: #ddd8e3;
	border-radius: 6px !important;
	border: 1px solid #685d8e;
}

/*User Profile*/
#user_profile #avatar .img-fluid {
	width: 100%;
}

/*Form*/
form .without-tabs fieldset {
    background-color: #e8e9f7;
}
.form-control {
    border: 1px solid #a365ba;
}
.chosen-container {
    border: 1px solid #a365ba;
}
.tox .tox-editor-container {
	border: 1px solid #a365ba;
}
	
/*Filter*/
.icms-filter-panel .icms-filter-link__open {
	background-color: #a2a6d9b8;
    color: #ffffff;
    border-color: #9090db36;
}
.icms-filter-panel .icms-filter-link__open:hover {
	background-color: #a2a6d9;
}
.icms-filter-panel .icms-filter-container {
	background-color: #c7c8e97a !important;
    border-color: #9090db36 !important;
    border: 1px solid;
    border-radius: 10px;
}

/*  */
.dropdown .btn.btn-light {
background-color: #f78e0fc4;
    color: #ffffff;
    border-color: #da850036;	
}
.dropdown .btn.btn-light:hover {
	background-color: #f78e0f;
}

/* fields_group */
.fields_group {
    margin-top: 30px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: linear-gradient(180deg, rgb(132 132 182 / 32%) 20%, rgb(139 119 189 / 20%) 50%, rgb(145 147 173 / 6%) 100%);
    border-radius: 7px;
}
.icms-content-fields__group_title {
    color: #9789b3;
}

/*Photo Editor*/
.f_photoedit {max-width:330px;} 

