/*.toolbar-icon.toolbar-icon-custom-media-site-settings:before{background-image: url(../images/icon/service-admin-path.svg); }*/
.toolbar-icon.toolbar-icon-custom-media-taxonomy-manager:before{background-image: url(../images/icon/orgchart.svg); }
.toolbar-icon.toolbar-icon-custom-media-menu-manager:before{background-image: url(../images/icon/hamburger.svg); }
.toolbar-icon.toolbar-icon-custom-momra-site-settings:before {background-image: url(../images/icon/site-settings-urv.svg); }

.picker1 {--dd-color1: #20706c !important; }

.community-items {display: flex; flex-direction: column; }
.community-items .community-item {
    background: white;
    padding: 20px;
    margin: 20px 0px;
}

.community-item--header {
    display: flex;
}
p.strToHref-1 {
    white-space: pre;
    white-space: pre-line;
}
.community-item--header figure img {
    width: 100px;
    height: 100px;
    border-radius: 120px;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 0px 10px;
}
.community-header--info---tags {
    margin: 0px 15px;
}

.community-header--info---detils {
    display: flex;
    align-items: center;
}
.community-header--info {
    display: flex;
    align-items: center;
}
.community-header--info---tags {
    padding: 3px 22px;
    background: #eceff3;
    border-radius: 10px;
}

.imgs-grid{max-width: 100% !important;}
ul.community-body--tags {
    list-style: none;
    padding: 0;
}

ul.community-body--tags li {
    display: inline-block;
}

ul.community-body--tags img {
    width: 50px;
    height: 50px;
    border-radius: 120px;
}

ul.community-body--tags a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: #eceff3;
    display: block;
    margin-right: -15px;
}

ul.community-body--tags li:nth-child(1) a {
    margin-right: 0;
}
.community-body--users h6 {
    color: #20706c;
}
.community-body--users , .community-body--images , .community-body--youtube {margin: 30px 0px; }
.community-item--tools {
    padding: 2px 50px;
    background: #eceff3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.community-tools--like {
}

.community-item--tools {
    padding: 10px;
    background: #eceff3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}


.community-tools--like span {
    margin-right: -11px;
}
.community-tools--like{display: flex;align-items: center;}

.community-tools--like:hover .HeartAnimation { background-size: right;  }
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #20706c !important;
    border-color: #20706c !important;
}
[dir="rtl"] div#table_content_info , [dir="rtl"] div#es_table_content_info , [dir="rtl"] div#table_content_submission_data_info  {float: right; }
[dir="ltr"] div#table_content_info , [dir="ltr"] div#es_table_content_info , [dir="ltr"] div#table_content_submission_data_info  {float: left; }

.search-filter-container{position: relative;overflow: hidden;}
.tags-items span {
    margin: 0px 15px;
}



ul.select-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

ul.select-icon li , ul.keywords-block-items li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 10px;
}

ul.select-icon li figure img , ul.keywords-block-items li figure img {
    width: 100px;
    height: 100px;
}
ul.select-icon li svg , ul.keywords-block-items li svg {
    width: 100px;
    height: 100px;
}
ul.select-icon li.active svg .cls-1 {
    fill: #c0e09c;
}

ul.select-icon li figure img {
    /*border: 1px solid #ddd;*/
    padding: 2px;
    /*border-radius: 53px;*/
}

ul.select-icon li a {
    font-size: 12px;
    font-weight: bold;
}



ul.select-icon li span.text-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 2px;
    margin: 0 0 1rem;
    font-size: 12px;
    font-weight: 700;
}

ul.select-icon li figure , ul.select-icon li span.text-icon {
    transition: all ease 0.4s;
}

ul.select-icon li:hover figure  , ul.select-icon li:hover span.text-icon{
    /* padding-bottom: 10px; */
    transform: translateY(-5px);
}


ul.select-icon li.active a {
    color: #85bd48;
}

/*Loader*/
@keyframes loader-animation-en {
  0% {
    left: -100%;
}
49% {
    left: 100%;
}
50% {
    left: 100%;
}
100% {
    left: -100%;
}
}
@keyframes loader-animation-ar {
  0% {
    right: -100%;
}
49% {
    right: 100%;
}
50% {
    right: 100%;
}
100% {
    right: -100%;
}
}
.line-loader {
  height: 5px;
  width: 100%;
}
[dir="ltr"] .line-loader .bar {
    animation-name: loader-animation-en;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
[dir="rtl"] .line-loader .bar {
    animation-name: loader-animation-ar;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.line-loader .bar {
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
    background-color: #20706c;

}

.tools-node--icons span {margin: 0px 5px; color: #e6e9ea; }
.tools-node--icons span.active {color: #20706c; }
.path-eservices  .overall-rating{    font-weight: 600; margin-right: 0px; font-size: 14px;}

.filter-edit{
    display: flex;
}
.filter-edit label{
    width: 85%;
    margin: 0 1%;
}
.filter-title{
    font-weight: 100 !important;
    font-size: 12px !important;
}
.filter-edit .select2-selection__rendered{
    margin: 3px 0;
}
.eservices-pag-products{
    display: flex;
    background: #f3f6f7;
    border-radius: 4px;
    margin: 8px 5px 0;
}
.service-manual{
    margin: 8px 5px 0;
}
.eservices-pag-products .tools-node--icons{
    margin-top: 4%;
    margin-right: -3%;
}
.eservices-pag-products a{
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    background: none;
}
.path-admin > .toolbar-icon-views-viewviews-alt-amym-page-1,
.path-admin > .toolbar-icon-views-viewviews-circular-page-1
{
 display:none !important;
}
#edit-field-municipality-shs-0-0 {
    pointer-events: none;
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.65;
  }
#dependent-fields-wrapper .alert-danger.alert-dismissible {
  display: none !important;
}

#dependent-fields-wrapper-sub .error .chosen-single, #dependent-fields-wrapper-class .error .chosen-single {
  border: 1px solid #aaa !important;
}
body.pm-logged-in .js-form-item-roles-administrator, body.pm-logged-in .form-item-roles-administrator{
  display: none !important;
}
details.scheduler-form {
  display: block !important;
  visibility: visible !important;
}
.node--type-product table {
  text-align: center;
}

