/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Global layout
*/
@font-face {
    font-family: Renner;  
    src: url("/wp-content/plugins/mca/assets/fonts/Renner_100_Hairline.ttf");  
    font-weight: 100;  
}
@font-face {
    font-family: Renner;  
    src: url("/wp-content/plugins/mca/assets/fonts/Renner_400_Book.ttf");  
    font-weight: 400;  
}
@font-face {
    font-family: Renner;  
    src: url("/wp-content/plugins/mca/assets/fonts/Renner_700_Bold.ttf");  
    font-weight: 700;  
}

body{
	background: #F4F7FC;
	font-family: Renner;
}
body a{
	color: #D5419E;
}
#page #menutop{
    background: white;
	height: 56px;
	box-shadow: rgb(50 50 93 / 25%) 0px 0px 2px 0px, rgb(0 0 0 / 30%) 0px 0px 1px 0px;
}
#page #menuleft{
	width: 66px;
    background: white;
    height: 100vh;
    position: fixed;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 0px 0px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
#page .site-main{
    padding-left: 66px;
    max-width: none;
}
#page #body_content{
	padding: 2px 0;
}
#mainmenu nav > ul > li > a{
    padding: 22px;
}
#mainmenu .hfe-nav-menu li.menu-item {
    position: relative;
    border-left: 4px solid #fff;
}
#mainmenu .hfe-nav-menu li.menu-item:hover, #mainmenu .hfe-nav-menu li.current_page_item {
    border-left: 4px solid #D12385;
}
#mainmenu .hfe-nav-menu li.current_page_item a{
    color: #D12385;
}
div.loadmore{
	padding: 1.6em 1em 2.4em;
}
span.nbmissions{
white-space: nowrap;
    margin-left: 1em;
    background: #D5419E;
    padding: 0.3em 1em;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    display: initial;
}
span.invitationmsg{
    padding: 1.2em;
    font-style: italic;
    line-height: 3em;
}
span.greypill {
    background: #f4f7fb;
    color: #666;
}
div[class^=circle] {
    background:white;
    border-radius:100%;
    display:inline-block;
    height:10px;
    width:10px;
    overflow:hidden;
    position:relative;
}
div[class^=circle]:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    background: #D5419E;
    width: 100%;
}
.missionrates .circle-grey:after{
	background: #f4f7fb;
}
#body_content section{
	background: #fff;
    padding: 2px 20px;
    margin-bottom: 2px;
}
#body_content section.actionfooter{
    padding: 2em;
}
.section-list-details{
	padding: 1.6em 0;
    width: 100%;
}
.alphabet{
	overflow-x: auto;
    white-space: nowrap;
}
.alphabet ul{
    display: inline-flex;
    list-style: none;
    padding-left: 0.5em;
}
.alphabet ul li{
    padding: 0.1em;
}
.alphabet ul li a{
    padding: 0.2em 0.8em;
}
.alphabet ul li a:hover, .alphabet ul li a.active{
background: #D5419E;
    color: #fff;
    border-radius: 20px;
}
.participant-name{
	padding: 0.6em 0;
    display: block;	
}
.section-list-details .label{
	font-weight: 700;
}
.section-list-subdetails{
	padding: 1em 0;
    white-space: nowrap;
}
#forms h2{
	margin: 1.5em 0;
}
#body_content .list-item{
	list-style: none;
}
#body_content .list-item .selected-item{
    background: #f4f7fc;
}
#body_content .list-item .list-item-col{
    display: inherit;
    justify-content: flex-start;
    align-items: center;
    padding: 0.3em 0.7em;
}
#body_content .list-item .flexCheck{
	position: inherit;
    margin: 1em;
}
#body_content .list-item .form-group{
	min-height: 0;
    margin: 0;
}
#lists-menu-content .section-list .list-item-col-participant{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1em;
}
#body_content .list-item .form-group p{
    margin: 0;
}
#body_content .list-item .btn::after{
	display: inline-block;
    margin-left: .455em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: .555em;
}
#managerfilters{
	max-width: 220px;
    font-size: 1em;
}
#lists-menu-content-cal{
	    display: grid;
    grid-template-columns: 330px auto;
}
.datepicker .today{
	border-radius: 25px;
}
.resultpadding{
	padding: 1em;
}
#forms #results-counter{
     font-weight: 700;
    font-size: 1.2em;
    color: #22a6b3;
    border: 0;
    text-align: left;
    margin: 0;
    text-decoration: underline;
    padding: 0em 0.2em;
}
#forms #results-counter:disabled, #forms #results-counter:hover, #forms #results-counter:focus, #forms #results-counter:active{
    background: #fff;
    text-decoration: none;
    color: #000;
}
#services span{
    padding: 0.6em 0.9em;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0.2em 0;
}
#services span.host{
    background: #D5419E;
}
#services span.driver{
    background: #ED5D8F;
}
#services span.model{
    background: #FF6875;
}
#services span.guide{
    background: #FE7F9C;
}
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #D5419E;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #D5419E;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.media-modal-close, .media-modal-close:hover{
	border: 0 !important;
    color: #333 !important;
    background: none !important;
}
.compat-field-acf-form-data, .acf-field-610fd9c94ca44{
	display: none !important;
}
.compat-attachment-fields tr {
    padding: 2px 0;
    display: flex;
    flex-direction: column;
}
#results-list{
	padding: 0;
}
ul.results-list-documents li section{
	padding: 10px 20px !important;
    border-bottom: 1px solid #efefef;
}
#results-list .listactions{
	justify-content: flex-end !important;	
}
.compat-attachment-fields td, .compat-attachment-fields th {
    border: 0 !important;
}
.align-right{
	text-align: right;
}
.site-main .page-content > p{
	margin-bottom: 0;
}
#mainmenu nav ul li a i{
    font-size: 0.7em;	
}
#mainmenu .badge {
position: absolute;
    top: 10px;
    right: 12px;
    padding: 2px 5px;
    background: #dc3545;
    color: white;
    font-size: 11px;
}
.alertframe{
	padding: 1em;
}
#body_content section.section-noborder, #body_content section.section-noborder .col-content{
	padding: 0;
}
#body_content section.section-sub, #body_content .col-content{
    padding: 1em;
}
#body_content section.section-sub .btn{
    background: #D5419E;
    border-color: #D5419E;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
}
.container {
  position: relative;
  margin: calc(75px + 2vh + 2vw) auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 840px;
}
#toprightbox{
    position: absolute;
    width: 100%;
    border-radius: 0;
    margin: 0;
    right: 2em;
    top: 2em;	
}
#toprightbox .row > div{
	align-items: center;
    justify-content: flex-end;
    display: flex;
}
#toprightbox .newmission {
    background-color: #fff;
    border-color: #bbb;
    color: #333;
    border-radius: 25px;
    font-size: 1em;
    padding: 10px 24px;
}
#toprightbox .newmission:hover {
    background-color: #fff;
    border-color: #D5419E;
    color: #D5419E;
}
.btn-mca {
    background-color: #D12385;
    border-color: #D12385;
    color: #fff;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 12px 52px;
    text-transform: uppercase;
    margin: 20px 10px;
}
.search-icon, .go-icon {
  position: absolute;
  top: 0;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center;
  color: #7f8d92;
}
.search-icon {
  left: 0;
  pointer-events: none;
  font-size: 1.22em;
  will-change: transform;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.go-icon {
  right: 0;
  pointer-events: none;
  font-size: 1.38em;
  will-change: opacity;
  cursor: default;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.statusico{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 1em;
    display: block;
}
.statusico#status-1{
	background: #fff;
	border: 2px solid #9ed26a;
}
.statusico#status-2{
	background: #fff;
    border: 2px solid #f5c118;
}
.statusico#status-3{
	background: #fff;
	border: 2px solid #ccc;
}
.search-border {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px;
}
.border {
  fill: none;
  stroke: #333333;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.border {
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}
.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}
#searchboxlayer{
	width: 500px;
    position: absolute;
    right: 0em;	
}
#search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: none;
  background: rgba(255,255,255,0);
  padding: 0 68px 0 68px;
  color: #333333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;
}
#search::-webkit-input-placeholder {color: #333333;}
#search::-moz-placeholder {color: #333333;}
#search:-ms-input-placeholder {color: #333333;}
#search:-moz-placeholder {color: #333333;}
#search::-moz-selection {color: #333333; background: rgba(0,0,0,0.25);}
#search::selection {color: #333333; background: rgba(0,0,0,0.25);}

#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808D93;
}
#search::-moz-placeholder { /* Firefox 19+ */
  color: #808D93;
}
#search:-ms-input-placeholder { /* IE 10+ */
  color: #808D93;
}
#search:-moz-placeholder { /* Firefox 18- */
  color: #808D93;
}

/*
    Lists layout
*/
#results #results_list{
	list-style: none;
    padding: 0;
    margin-top: 20px;
}
#results #results_list li{
background: #fff;
    padding: 12px 20px;
    margin-bottom: 10px;
}
#results .nav-link{
	border-bottom: 1px solid transparent;
    padding: 10px 2px;
    margin: 0 12px;
    color: #333;
    font-weight: 700;
    background: none;
    border-radius: 0;
}
.list-item .btn{
    font-size: 1em;
    padding: 0.5em 1em;
    border-color: transparent;
    color: #333;
    margin-top: 0.5em;
}
.list-item a.dropdown-item{
    font-size: 0.8em;
}
.list-item .btn:hover, .list-item .btn:focus{
    background: #F4F7FC;
    border-color: #7f8d92;
    outline:0;
}
#results .nav .active, #results .nav-link:hover{
    border-bottom: 1px solid #D5419E;
    color: #D5419E;
}
#results h2{
	padding: 5px 20px;
}
#results #results_list .hostlist .row > div{
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;	
}
#results #results_list .listaction{
    background: #808D93;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 10px;
    font-size: 20px;	
}
#results #results_list .btn-list{
	margin-right: 10px;
    padding: 5px;
    font-size: 30px;
    line-height: 15px;	
}
#results #results_list .hostlist .row > div.flex-end {
    justify-content: flex-end;
}

/*
    Forms layout
*/
.form-group{
    min-height: 60px;
}
.form-group label{
	font-size:0.8em;
	width: 100%;
}
.form-group .form-control:disabled, .form-group .form-control[readonly] {
    background-color: #f4f7fc;
    opacity: 1;
}
.form-group input, .form-group input:focus, .form-group select, .form-group textarea{
    background: #f4f7fc;
    border: none;
    font-size: 1em;
}
.input-symbol .input-symbol-euro {
    display: inline-block;
    width: 100%;
}

.input-symbol .input-symbol-euro input {
  padding-right: 15px;
  width: 100%;
}

.input-symbol .input-symbol-euro:after {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    content: "€";
    right: 30px;
}

.select2-selection{
    background: #f4f7fc !important;
    border: none !important;
}
.btn{
    font-size: 1em;
    font-weight: 600;	
}
.btn-primary.disabled, #body_content .btn-primary:disabled {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.btn-primary, #formfilters .btn-primary {
    background-color: #D12385;
    border-color: #D12385;
    color: #fff;
}
.btn-primary.disabled, #forms .btn-primary:disabled {
	background: #8c8c94;
    border-color: #8c8c94;
    cursor: not-allowed;
}
.btn-secondary {
	color: #fff;
    background-color: #95afc0;
    border-color: #95afc0;
}
.btn-success {
    color: #fff;
    background-color: #9ac4e3;
    border-color: #9ac4e3;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}
#invitemodal h2{
    text-align: center;
}
#invitemodal p{
	text-align: center;
    font-weight: 600;
}
#invitemodal .modal-intro-select{
	display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    grid-gap: 15px;
}
#invitemodal .modal-intro-select a{
	border: 1px solid #fff;
    padding: 1em;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color:#000;	
}
#invitemodal .modal-intro-select a:hover, .modal-intro-select a:active, .modal-intro-select a:focus{
	border-color: #D5419E;
	color: #D5419E;
}
#invitemodal .modal-intro-select i {
    display: block;
    font-size: 4em;
    padding: 0.3em;
}
#invitemodal .modal-intro{
	padding: 2em 5em 1em;
}
#invitemodal .modal-step-1{
	padding: 2em 5em 1em;
}
.select2-selection__choice, #formfilters .select2-selection__choice{
background: #D5419E;
    color: #fff;
    border: 1px solid #D5419E;
    font-weight: 500;
    padding: 3px 10px 3px 25px;
}
.select2-selection__choice__remove, #formfilters .select2-selection__choice__remove{
	color: #fff;
    border-right-color: #fff;
    padding: 3px 5px;
}
#forms .bootstrap-switch{
	height: max-content;
}
#results-counter{
	    color: #D5419E;
    font-weight: 700;
}
#forms .bootstrap-switch-container span{
    padding: 1em;
    line-height: inherit;
    font-size: 0.9em;
}
#forms .bootstrap-switch-primary{
	background: #22a6b3;
}
#page .page-content .leftpanel{
    width: 330px;
    background: #fff;
    height: 100%;
    min-height: 100vh;
}
.listtop{
	padding: 1em;
}
#profile section{
	padding: 2em !important;
}
#page .page-content .rightpanel{
    margin-left: 2px;
    flex: 2;
}
#page .leftpanel #datepicker{
    font-size: 0.9em;
    padding: 1em;
}
#calpicker table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
#calpicker table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #fff;
}
#calpicker .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    border-radius: 25px;
    background-color: #9AC4E3;
    color: #333;
    background-image: none;
}
#calpicker .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
    background-color: #ED5D8F !important;
    background-image: linear-gradient(to bottom,#ED5D8F,#ED5D8F);
    background-repeat: repeat-x;
    color: #fff;
    font-weight: 700;
}
#calpicker .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{
	color: #fff;
    background: #D5419E;
}
#calpicker .datepicker-inline {
    width: 100%;
}
#feedback-content .collapse:not(.show) {
  display: block;
  overflow: hidden;
}

#feedback-content .collapsing {
  height: 3rem;
}

#feedback-content a.collapsed::after {
  content: '+ More';
}

#feedback-content a:not(.collapsed)::after {
  content: '- Less';
}

.site-main #user-registration {
    background-color: #fff;
    margin: 0;
    height: 100vh;
}

/*
	Profile gallery
*/

.gallery-actions{
	position: absolute;
    z-index: 99999;
    right: 1em;
    top: 1em;
}
.gallery-actions span{
background: #111;
    font-size: 1.2em;
    padding: 0.4em 0.5em;
    border-radius: 25px;
    opacity: 0.8;
    color: #fff;
}
.gallery-actions span:hover{
background: #D12385;
}


/*
    host page layout
*/
#cover{
	display: flex;
	height: 100vh;
}
#cover .col{
	padding: 0;
}
#cover .col-image{
	width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    float: right;
}
#cover .cover-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
#cover .cover-left .cover-content{
    margin-left: 6em;
    margin-top: 8em;
    width: 100%;
    overflow: hidden;
}
#cover .cover-left .cover-content h1{
    font-size: 62px;
    font-weight: 700;
    color: #242134;
}
#cover .cover-left .cover-content .col {
    padding: 20px;
}
#cover .cover-left .cover-content label {
	color: #adacac;
    font-size: 1em;
}
#cover .cover-left .cover-content p {
    font-size: 1.1em;
}
#navigation{
background: #fff;
    padding: 2em 2em 1em;
}
#navigation h1 {
    padding: 0.5em;
    max-width: 500px;
    color: #D5419E;
}
section .col .col-content{
    padding: 2em;
    background: #fff;
}
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
/*
/* Search items
*/
.searchfilters .checkalllist{
        margin: 1em 0.2em;
    color: #D5419E;
}
.searchfilters .checkalllist input{
    margin-right: 1em;	
}
#filters .card, #filters-select .card{
    border: 0;
    margin-bottom: 2px;
}
#orderfilters{
    font-size: 1em;
    color: #333;
    min-height: 32px;
}
.searchfilters{
    background: #fff;
    border: 0;
}
.searchfilters .resbtn button, .searchfilters .resbtn button:hover, .searchfilters .resbtn button:active{
    font-weight: 700;
    background: #fff;
    border: 0;
    color: #000;
}
.select2-container{
    width: 100% !important;
}
.searchfilters .resindicator{
    text-align: right;
    padding: 1em;
}
.searchfilters .resindicator h2{
font-weight: 700;
    margin: 0;
    font-size: 1.1em;
}
.searchfilters .resbtn{
    align-items: center;
    justify-content: flex-start;
    display: flex;
}
.searchfilters .resbtn h2{
    margin: 0;
}
#body_content #forms section {
background: #fff;
    padding: 0em 3em;
    margin-bottom: 2px;
}
#forms .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    border-right: 1px solid #fff;
}
#forms .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #D5419E;
}
#forms .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #D5419E;
    border: 1px solid #D5419E;
}
#time{
	font-size: 0.9em;
    margin: 0em;
        color: #666;
}
#time i{
	font-size: 0.8em;
	margin-right: 0.3em;
}
.smallfont{
	font-size: 0.9em;
}
a.newmission::after{
	display: none;
}

@media (max-width:1024px){
	
	#lists-menu-content-cal {
	    display: grid;
	    grid-template-columns: 100%;
	}
	#page .page-content .leftpanel {
	    width: 100%;
	    background: #fff;
	    height: 100%;
	}
}

@media (max-width:768px){
	#toprightbox .search-box-div{
		display: none !important;
	}
	.nav {
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    flex-wrap: nowrap;
	}
	#orderfilters {
	    margin: 1em 0;
	}
	.notmobile{
		display: none !important;
	}
	#body_content .list-item .list-item-col {
	    width: auto;
	}
	#lists-menu-content-cal {
	    display: block;
	}
	#page .page-content .leftpanel {
	    height: auto;
	    width: auto;
	}
	#body_content section {
	    padding: 0 1em;
	}
	.page-id-505 .newmissionbtn{
		display: none !important;
	}
	#cover {
    	display: block;
    	height: auto;
	}
	#cover .cover-left .cover-content {
	    margin-left: 3em;
	    margin-top: 0em;
	    width: 100%;
	}
	
}
