
.ojofw-wrap a[class^=bttn].event-panel {
    padding: 20px 20px 20px;
    border: 1px solid #e6e3db;
    margin: 20px 0px;
    width: 100%;
    border-radius: 4px;
}

.ojofw-wrap a[class^=bttn].event-panel h2 {
    font-size: 28px;
    margin-bottom: 5px
}
.ojofw-wrap a[class^=bttn].event-panel .content {
    margin: 10px 20px 10px 0px
}


.ojofw-wrap .profile-pic {
    padding: 5px;
    border: 1px solid #e6e3db;
    margin: 0px 0px 30px;
    width: 100%;
    border-radius: 4px;
}

.dropify-wrapper {
    border: 1px solid #E5E5E5!important;
    border-radius: 5px;
    background: #fafafa;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    width: auto;
    height: 100%;
    background-color: #FFF;
}

.dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before,
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before,
[class*=" dropify-font-"]:before,
[class^=dropify-font-]:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #CCC;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    content: "\e6b2";
}


.ojofw-wrap .selected-panel {
    margin: 25px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    background: #e6e3db;
    text-align: center;
    border-radius: 5px;
}

.ojofw-wrap #delegates .selected-panel {
    margin: 35px 0px 0px 0px;
    text-align: left;
}

.ojofw-wrap .selected-panel .reorderlist {
    margin: 0px;
    padding: 0px;
}
.ojofw-wrap .selected-panel .reorderlist .gridder-list {
    margin: 5px 5px;
    padding: 0px;
    height: 140px;
}
.ojofw-wrap .selected-panel .reorderlist .gridder-list .content {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    bottom: 0;
    overflow: hidden;
}
.ojofw-wrap .selected-panel .reorderlist .gridder-list .foot {
   display: none;
}

/* SUPPLIER LIST */
.ojofw-wrap .gridder.supplierlist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}

.ojofw-wrap .supplierlist .gridder-list {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
    margin-top: 0;
    background: #ffffff;
    border: 1px solid  #e6e3db;
    height: 190px;
    border-radius: 5px;
    text-align: center;
    cursor:move; cursor:-webkit-grab; cursor:-moz-grab; cursor:grab;
}
@media (min-width:576px){
    .ojofw-wrap .supplierlist .gridder-list {
        width: 172px;
        margin-right: 2%;
        height: 172px;
    }
}
.ojofw-wrap .supplierlist .gridder-list .content {
    margin: 0px;
    position: relative;
    width: 100%;
    height: 85%;
    text-align: center;
    top: 0;
    overflow: hidden;
    padding: 0px;
	border-radius: 4px;
}

.ojofw-wrap .supplierlist .gridder-list .foot {
    width: 100%;
    background: #f2f0ec;
    display: block;
    line-height: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer!important;
}

.ojofw-wrap .supplierlist .gridder-list:hover, .ojofw-wrap .gridder-list.selectedItem  {
    border: 1px solid #05252c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ojofw-wrap .supplierlist .gridder-list:hover .foot, .ojofw-wrap .gridder-list.selectedItem .foot {
    background: #05252c;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ojofw-wrap .supplierlist .gridder-list .content img {
    width: 90%;
    height: 90%;
    object-position: 50% 50%;
    object-fit: contain;
    max-width: 180px;
}

.ojofw-wrap .gridder.supplierlist .overlay {
    position: absolute;
    left: 10%;
    top: 10%;
    color: #FFF;
    line-height: 130%;
    text-align: left;
}

.ojofw-wrap .gridder.supplierlist .overlay .title {
    font-weight: 800;
    font-size: 16px;
    color: #FFF;
}

.ojofw-wrap .gridder.supplierlist .overlay .description {
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
}

.ojofw-wrap .gridder.supplierlist .gridder-list,
.ojofw-wrap .gridder.supplierlist .gridder-show {
    font-size: 12px;
}

.ojofw-wrap .gridder.supplierlist .selectedItem:after {
    content: ' ';
    display: block;
    border-bottom: 25px solid #f1f0ed;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0%;
    position: absolute;
    top: 102%;
    width: 0;
    left: 35%;
    margin-bottom: -4px;
}

.ojofw-wrap .gridder.hasSelectedItem .gridder-list:not(.selectedItem) {
    opacity: .2;
}

.ojofw-wrap .supplierlist .gridder-show {
    padding: 30px 20px;
    background: #f1f0ed;
    border-radius: 5px;
    position: relative;
    display: block;
    float: left;
    width: 98%;
    margin-bottom: 2%;
    text-align: left;
    color: #6a6e6e;
    
}

.ojofw-wrap .supplierlist .gridder-show img {
    width: 100%;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}


/* DELEGATE LiST SELECT*/
.ojofw-wrap .selected-panel {
        padding: 15px 10px;
}

.ojofw-wrap .gridder.delegatelist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}

.ojofw-wrap .delegatelist .gridder-list {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
    margin-top: 0;
    background: #ffffff;
    border: 1px solid  #e6e3db;
    height: auto;
    border-radius: 5px;
    text-align: center;
    cursor:move; cursor:-webkit-grab; cursor:-moz-grab; cursor:grab;
    padding-bottom: 45px;
}
.ojofw-wrap .delegatelist .gridder-list.delegate {
    padding: 5px 3px 20px;
}

.ojofw-wrap #delegatelist-right.delegatelist .gridder-list {

}
.ojofw-wrap #delegatelist-right.delegatelist .exclude {
    float: left;
    left: 15px;
}
.ojofw-wrap #delegatelist-right .gridder-show {
    padding: 20px 15px;
}

.ojofw-wrap .delegatelist .gridder-list .content {
    top: 10px;
    position: relative;
    width: 100%;
    text-align: left;
	    padding: 0px 15px;
}

.ojofw-wrap .delegatelist .gridder-list .foot {
    width: 100%;
    background: #f2f0ec;
    display: block;
    line-height: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    cursor: pointer!important;
    font-weight: 400;
}

.ojofw-wrap .delegatelist .gridder-list:hover, .ojofw-wrap .delegatelist .gridder-list.selectedItem  {
    border: 1px solid #05252c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ojofw-wrap .delegatelist .gridder-list:hover .foot, .ojofw-wrap .delegatelist .gridder-list.selectedItem .foot {
    background: #05252c;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ojofw-wrap .delegatelist .gridder-list .content img {
      width: 100%;
    margin: 0;
    border-radius: 4px; 
}

.ojofw-wrap .delegatelist .gridder-list .content h5 {
   font-size: 17px;
    font-weight: 700;
    margin: 2px 0px 5px;
        color: #92c020;
}
.ojofw-wrap .delegatelist .gridder-list .content .key-info {
   font-size: 13px;
    font-weight: 500;
    margin: 5px 0px 8px;
    text-align: left;
}

.ojofw-wrap .delegatelist .gridder-list .content .key-info .keywords,.ojofw-wrap .delegatelist .gridder-list .content .key-info .employees,.ojofw-wrap .delegatelist .gridder-list .content .key-info .investareas,.ojofw-wrap .delegatelist .gridder-list .content .key-info .budget,.ojofw-wrap .delegatelist .gridder-list .content .key-info .sector,.ojofw-wrap .delegatelist .gridder-list .content .key-info .turnover {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 15px;
}

.ojofw-wrap .delegatelist .gridder-list .content h6 {
   font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 5px;
}

.ojofw-wrap .delegatelist .gridder-list.delegate .content h5 {
   font-size: 20px;
}
.ojofw-wrap .delegatelist .gridder-list.delegate .content .key-info {
   font-size: 14px;
}

.ojofw-wrap .delegatelist .gridder-list.delegate .content h6 {
   font-size: 17px;
}

@media (min-width:576px){
    .ojofw-wrap .delegatelist .gridder-list {
        margin-right: 2%;
        border: 1px solid  #e6e3db;
    }     
    .ojofw-wrap .delegatelist .gridder-list.delegate {
        padding: 5px 3px 20px;
        cursor: default!important;
    }
    .ojofw-wrap #delegatelist-right.delegatelist .gridder-list {

    }
    .ojofw-wrap #delegatelist-right.delegatelist .exclude {
        float: right;
        left: auto;
        right: 15px
    }
    .ojofw-wrap .delegatelist .gridder-list .content .key-info {
        margin: 0px 0px 8px;
        text-align: right;
    } 
    .ojofw-wrap .delegatelist .gridder-list .content img {
        width: 100%;
        margin: 0;
        border-radius: 4px; 
    }
    .ojofw-wrap .selected-panel {
            padding: 12px;
    }
    .ojofw-wrap #delegatelist-right.delegatelist .exclude {
        float: right;
    }
}

.ojofw-wrap .gridder.delegatelist .overlay {
    position: absolute;
    left: 10%;
    top: 10%;
    color: #FFF;
    line-height: 130%;
    text-align: left;
}

.ojofw-wrap .gridder.delegatelist .overlay .title {
    font-weight: 800;
    font-size: 16px;
    color: #FFF;
}

.ojofw-wrap .gridder.delegatelist .overlay .description {
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
}

.ojofw-wrap .gridder.delegatelist .gridder-list,
.ojofw-wrap .gridder.delegatelist .gridder-show {
    font-size: 12px;
}

.ojofw-wrap .gridder.delegatelist .selectedItem:after {
    content: ' ';
    display: block;
    border-bottom: 25px solid #f1f0ed;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0%;
    position: absolute;
    top: 98%;
    width: 0;
    left: 35%;
    margin-bottom: -4px;
}

.ojofw-wrap .delegatelist .gridder-show {
    padding: 20px 15px;
    background: #f1f0ed;
    border-radius: 5px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 2%;
    text-align: left;
    color: #6a6e6e;
    
}

.ojofw-wrap .delegatelist button[class^=bttn].bttn--sm {
    padding: 3px 6px;
    font-size: 14px;
    border-radius: 3px;
}

.ojofw-wrap .delegatelist .gridder-show img {
    width: 100%;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}

.ojofw-wrap #delegates .selected-panel .reorder-del-list {
    margin: 0px;
    padding: 0px;
}

.ojofw-wrap #delegates .selected-panel .reorder-del-list .gridder-list {
    margin: 5px 5px;
    padding: 0px 0px 45px 0px;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    transform: scale(1)!important;
    opacity: 1!important;
}

.ojofw-wrap #delegates .selected-panel .reorder-del-list .gridder-list .content {

}

.ojofw-wrap #delegates .selected-panel .reorder-del-list .gridder-list .foot {
 
}

.ojofw-wrap .gridder-content {
    display: none;
}

.ojofw-wrap .gridder-navigation a.gridder-nav {
    height: 77px;
    line-height: 77px;
    padding: 0;
    position: absolute;
    width: 32px;
    z-index: 1;
    background-color: #454545;
    background-image: linear-gradient(top, #3e3e3e, #333);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #aaa !important;
    cursor: pointer !important;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030', EndColorStr='#262626');
    font-size:30px;
    font-weight: bold;
    margin: 0 5px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    word-wrap: normal;
    top: 50%;
    margin-top: -40px;
    overflow: hidden;
    color: white!important;
}

.ojofw-wrap .gridder-navigation a.gridder-nav span {
    display: block;
    bottom: 0;
    height: 23px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
}

.ojofw-wrap .gridder-navigation a.gridder-nav.prev {
    left: -5px;
}

.ojofw-wrap .gridder-navigation a.gridder-nav.prev  {
    background: #e6e3db;
}

.ojofw-wrap .gridder-navigation a.gridder-nav.next {
    right: -5px;
}

.ojofw-wrap .gridder-navigation a.gridder-nav.next  {
    background: #e6e3db;
}

.ojofw-wrap .gridder-navigation a.gridder-nav.next:hover {
    background: #d4cebe ;
    -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.ojofw-wrap .gridder-navigation a.gridder-nav.prev:hover {
    background: #d4cebe;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.ojofw-wrap .gridder-navigation a.gridder-close {
    font-size: 23px;
    cursor: pointer;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 13px;
    top: 18px;
    width: 30px;
    z-index: 2;
}

.ojofw-wrap .gridder-navigation a.gridder-close:hover {
    color: #3d3d3d;
}

.ojofw-wrap .gridder-expanded-content h1, .ojofw-wrap .gridder-expanded-content h2, .ojofw-wrap .gridder-expanded-content h3, .ojofw-wrap .gridder-expanded-content h4, .ojofw-wrap .gridder-expanded-content h5, .ojofw-wrap .gridder-expanded-content h6 {
    color: #6a6e6e;
}

.ojofw-wrap .gridder-expanded-content h5 {
   font-size: 16px;
    margin: 12px 0px 2px;
        font-weight: 700;
}
.ojofw-wrap .gridder-expanded-content p {
    color: #6a6e6e;
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 5px;
        font-weight: 400;
}


.ojofw-wrap .sortable-ghost {
    opacity: 0.4
}

.ojofw-wrap .wrapper-dropdown {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: normal;
    color: #747474;
    z-index: 999
}

.ojofw-wrap .filters .wrapper-dropdown {
    z-index: 9991
}
.ojofw-wrap .filters .collapsible-wrap {
    padding: 0;
    z-index: 9990;
    position: relative;
}

.ojofw-wrap .wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;

}

.ojofw-wrap .wrapper-dropdown .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0px;
    
    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    display: none;
    pointer-events: none;
}

.ojofw-wrap .wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.ojofw-wrap .wrapper-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}


.ojofw-wrap ol li, .ojofw-wrap ul li.filter {
    margin: 0;
    padding: 5px 15px;
}

.ojofw-wrap .filters ol li, .ojofw-wrap .filters ul {
    margin: 5px 0px;
}

.ojofw-wrap ol li, .ojofw-wrap .filters ul li.filter {
    margin: 0;
    padding: 1px 15px;
}

.ojofw-wrap ol li, .ojofw-wrap ul li:first-child {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
.ojofw-wrap ol li, .ojofw-wrap ul li:last-child {
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
}

.ojofw-wrap ol li, .ojofw-wrap ul li.filter:hover {
    background: grey;
    color: white;
}

.ojofw-wrap .wrapper-dropdown .dropdown li i {
    float: right;
    color: inherit;
}

.ojofw-wrap .wrapper-dropdown .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.ojofw-wrap .wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.ojofw-wrap .wrapper-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.ojofw-wrap .wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    display: block;
}

/* No CSS3 support */

.ojofw-wrap .no-opacity       .wrapper-dropdown .dropdown,
.ojofw-wrap .no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.ojofw-wrap .no-opacity       .wrapper-dropdown.active .dropdown,
.ojofw-wrap .no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}


.ojofw-wrap .limitmsg {
    padding: 5px 10px 10px;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
    color: red!important;
    display: none;
    opacity: 0;
        -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.approvemsg {
	padding: 6px 0px;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #ffffff!important;
    display: none;
    opacity: 0;
      -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.approvebtn {
    padding: 15px 25px;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    display: none!important;
     -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.notification {
    width: 100%;
    background: #bcbcbc;
    color: white;
}


    .notification.warningmessage {
        background-color: orange;
        position: sticky;
        top: 0px;
        z-index: 9999;
    }

.warningmessage {
    padding: 6px 0px;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #ffffff !important;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.notification.warningmessage .container-fluid {
    color: #ffffff !important;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.notification.approvemsg {
    background: #92c020;
	position: sticky;
	top: 0px;
	z-index: 9999;
}
.sticky-header .notification.approvemsg {
    background: #92c020;
	position: sticky;
	top: 80px;
	z-index: 9999;
}
.notification.approvemsg .container-fluid {
    color: #ffffff!important;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.show {
    display: block!important;
    opacity: 1!important;
        -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hide {
    display: none!important;
    opacity: 0!important;
        -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ojofw-wrap .meta {
    display: none;
}

/* Supplier List */
.ojofw-wrap #supplierlist-left .showselect {
     display: none;
}

.ojofw-wrap #supplierlist-selected .move, .ojofw-wrap #supplierlist-selected .arrws, .ojofw-wrap #supplierlist-selected .showselect {
     display: none;
}

.ojofw-wrap #supplierlist-right .showselect {
     display: block;
}

.ojofw-wrap #supplierlist-left .arrws {
     display: none;
}
.ojofw-wrap #supplierlist-right .arrws {
     display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 100;
}

.ojofw-wrap #supplierlist-right li.gridder-list {
    display: block!important;
    margin: 10px auto;
}

.ojofw-wrap #supplierlist-right .arrws a {
	font-size: 25px;
	outline: none;
	border: none;
	color: #04252c;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background: transparent;
	text-shadow: 0px 1px 3px white;
}
.ojofw-wrap .arrws a :hover{
 color: #166f83;
    text-shadow: 0 0 100px #d3f3fa,                                               
				 0 0 10px #73bccc;
    outline: none;
    border: none;
 -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.ojofw-wrap .gridder-navigation a.gridder-nav {
    display: none!important;
}

.ojofw-wrap .supplierlist .move{
   font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    outline: none;
    border: none;
    color: #04252c;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    width: 37px;
    height: 37px;
    line-height: 39px;
     border-radius: 100%;
     background: transparent;
}
.ojofw-wrap .supplierlist .move:hover{
    color: #166f83;
    text-shadow: 0 0 100px #d3f3fa,                                               
				 0 0 20px #73bccc;
    outline: none;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: rgba(224, 224, 224, 0.4);
}

.ojofw-wrap .supplierlist.reorderlist .gridder-list input{
   font-size: 16px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    width: 30px;
    height: 30px;
}

.ojofw-wrap .supplierlist .setorder {
    display: none;
    margin: 10px 0px 15px 10px
}

.ojofw-wrap label[for*=collapsible-] {
    border-bottom: solid 1px #ebebeb;
    color: #ffffff;
    border-radius: 0;
    background: #989793;
    
}

.ojofw-wrap label.link[for*=collapsible-] {
    border-bottom: solid 1px #92c021;
    color: #000000;
    border-radius: 0;
    background: transparent;
    padding: 0px 25px 5px 0px;
    font-size: 15px;
    font-weight: 500;
    width: auto;
    display: inline-block;
}
.ojofw-wrap label.link[for*=collapsible-]:before {
 	display: none;
}
.ojofw-wrap label.link[for*=collapsible-]:after {
    margin-top: 1px;
    transform: rotate(0deg);
}
.ojofw-wrap label.link[for*=collapsible-]:after {
    content: "\e649";
    position: absolute;
    right: 0px;
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    color: #0f0f0f;
    width: 15px;
    height: 15px;
    transition: all .1s ease;
	top: 0;
}
.ojofw-wrap [id*=collapsible-]:checked + label.link:after {
    margin-top: -10px;
    transform: rotate(90deg) translate(10px, 0px)!important;
}
.ojofw-wrap [class*=collapsible-][class$=areab] {
    transform: scaleY(0);
    transform-origin: 0 0;
    height: 0;
    will-change: height, transform;
    padding-left: 0px;
}
.ojofw-wrap [id*=collapsible-]:checked ~ [class*=collapsible-][class$=areab] {
    transform: scaleY(1);
    height: auto;
    padding: 20px 0px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

/* DELEGATE LIST SELECT */

.ojofw-wrap #delegatelist-left .showselect {
     display: none;
}

.ojofw-wrap #delegatelist-selected .move, .ojofw-wrap #delegatelist-selected .arrws, .ojofw-wrap #delegatelist-selected .showselect {
     display: none;
}

.ojofw-wrap #delegatelist-right .showselect {
     display: block;
}

.ojofw-wrap #delegatelist-right .del-plchldr {
     display: block;
    width: 100%;
    padding: 20px 20px 30px 20px;
    color: grey;
    font-size: 16px;
    text-align: center;
    font-weight: 500
}

.ojofw-wrap #delegatelist-left .arrws {
     display: none;
}
.ojofw-wrap #delegatelist-right .arrws {
    display: block;
    position: absolute;
    right: -15px;
    width: 30px;
    z-index: 999;
    top: 50%;
    margin-top: -30px;
}

.ojofw-wrap #delegatelist-right .arrws a {
font-size: 22px;
    outline: none;
    border: none;
    color: #04252c;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: white;
    padding: 0px 3px;
    width: 30px;
    height: 24px;
}

.ojofw-wrap #delegatelist-right .arrws a.up {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.ojofw-wrap #delegatelist-right .arrws a.down {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ojofw-wrap .delegatelist .arrws a :hover{
 color: #166f83;
    text-shadow: 0 0 100px #d3f3fa,                                               
				 0 0 10px #73bccc;
    outline: none;
    border: none;
 -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.ojofw-wrap .delegatelist .gridder-navigation a.gridder-nav {
    display: none!important;
}

.ojofw-wrap .delegatelist .bttn--primary, .ojofw-wrap .delegatelist .bttn--secondary{
    position: relative;
    top: 15px;
}

.ojofw-wrap .delegatelist .move{
    position: relative;
    left: 15px;
    z-index: 99;
    outline: none;
    border: none;
}
.ojofw-wrap .delegatelist .move:hover{
    outline: none;
    border: none;
}

.ojofw-wrap .delegatelist .exclude{
    position: relative;
    right: 15px;
    top: 15px;
    z-index: 99;
    outline: none;
    border: none;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ojofw-wrap #excludedlist.delegatelist  li.gridder-list .exclude {
    display: none;
}
.ojofw-wrap .delegatelist .exclude:hover{
    color: #166f83;
    text-shadow: 0 0 100px #d3f3fa,                                               
				 0 0 20px #73bccc;
    outline: none;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: rgba(224, 224, 224, 0.4);
}

.ojofw-wrap .delegatelist.reorder-del-list .gridder-list input{
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: -20px;
    margin-top: -25px;
    top: 50%;
    z-index: 99;
    width: 30px;
    height: 30px;
}

.ojofw-wrap #delegates .selected-panel .setorder {
    display: none;
    margin: 10px 0px 15px 10px
}


/* End Delegate List styles */

.ojofw-wrap ul.agenda {
    margin-left: 0px;
}

.ojofw-wrap .agendali {
    margin: 0px 0px 10px 0px;
    border:  1px solid #eae8dd;
    padding: 10px;
    background: white;
       cursor:move; cursor:-webkit-grab; cursor:-moz-grab; cursor:grab;
}

.ojofw-wrap .agendali input {
    padding: 5px;
    width: 30px;
    text-align: center
}

.ojofw-wrap .agendali .arrws a {
    font-size: 22px;
}

.ojofw-wrap .agendali .content {
    width: 75%!important;
    padding-left: 10px;
}
.ojofw-wrap .agendali h2 {
    font-size: 21px;
    margin: 5px 0px;
    color: #92c020;
}

.ojofw-wrap .agendali p {
    font-size: 14px;
    line-height: 1.3;
}

.ojofw-wrap .delegate {
    padding: 0px;
    cursor:move; cursor:-webkit-grab; cursor:-moz-grab; cursor:grab;
    position: relative;
    margin-bottom: 10px;
}

.ojofw-wrap .delegate .delegate-panel {
    border:  1px solid #eae8dd;
    padding: 10px 20px 90px 20px;
    background: white;
    position: relative;
}

@media (min-width:576px){
    .ojofw-wrap .agendali p {
        font-size: 16px;
        line-height: 1.5;
    }
    .ojofw-wrap .agendali {
        padding: 20px;
    }
    .ojofw-wrap .agendali h2 {
        font-size: 30px;
    }
    .ojofw-wrap .agendali .content {
        padding-left: 30px;
    }
   .ojofw-wrap .delegate {
        padding: 10px;
        margin-bottom: 0px;
    } 
    .ojofw-wrap .delegate .delegate-panel {
        padding: 20px 20px 40px 20px;
    }
}


.ojofw-wrap .delegate .delegate-panel .showselect, .ojofw-wrap .delegate .delegate-panel .arrws {
    display: none;
}

.ojofw-wrap .delegate .delegate-panel .info {
    background: #f0efea;
    padding: 5px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ojofw-wrap .delegate .delegate-panel .info p {
    color: #04252c;
    font-size: 15px;
}
.ojofw-wrap .delegate .delegate-panel .info p span {
     color: #71952d;
    font-weight: 700
}
.ojofw-wrap .delegate .delegate-panel .info i {
    color: #04252c;
    font-size: 15px;
    top: 1px;
    position: relative;
    margin-right: 2px;
}

.ojofw-wrap .delegate .delegate-panel p {
    margin: 0px;
}

.ojofw-wrap .delegate .delegate-panel input {
    display: none;
    padding: 5px;
    width: 30px;
    text-align: center;  
}

.ojofw-wrap .delegate .delegate-panel .content p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.ojofw-wrap .delegate .delegate-panel .btns {
 text-align: right
}
.ojofw-wrap .delegate .delegate-panel .btns button {
  display: block;
}

.ojofw-wrap .delegate .delegate-panel .content img {
    width: auto;
    height: 75px;
    margin: 0px 0px 10px 0px;
}


.ojofw-wrap .delegate .delegate-panel .content .img {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    margin: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.ojofw-wrap .delegate .arrws a {
    font-size: 22px;
}

.ojofw-wrap .selected-delegate-list .btns, .ojofw-wrap .excluded-delegate-list .btns {
    display: none;
}
.ojofw-wrap .selected-delegate-list .delegate .delegate-panel .content .img, .ojofw-wrap .excluded-delegate-list .delegate .delegate-panel .content .img {
    height: 70px;
}
.ojofw-wrap .selected-delegate-list .delegate .delegate-panel .name, .ojofw-wrap .excluded-delegate-list .delegate .delegate-panel .name {
    margin-top: 10px
}


.ojofw-wrap .selected-panel ul li:first-of-type a.up,
.ojofw-wrap .selected-panel ul li:last-of-type a.down {
  display: none;
}

.ojofw-wrap ul.agenda li:first-of-type a.up,
.ojofw-wrap ul.agenda li:last-of-type a.down {
  display: none;
}


.ojofw-wrap .bttn--flat.is-checked {
    background: #92c021;
    color: white;
}

#excludedlist .arrws, #excludedlist .showselect {
    display: none;
}

#excludedlist .gridder-show, #delegatelist-right .gridder-show {
   padding: 30px 20px;
    margin: 4px;
}

.ojofw-wrap .wrapper-dropdown .filter-group li{
    margin: 0px!important;
    font-size: 15px;
}

.ojofw-wrap .filter-group li {
    margin: 0px 3px 3px 0px!important;
}

.ojofw-wrap .edit-wrap {
    border: 15px solid #f6f6f6;
	padding: 0;
}

.ojofw-wrap .edit-head {
	background: #f6f6f6;
    margin: 0px;
    padding: 10px 0px 15px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
	flex-wrap: wrap;
}

.ojofw-wrap .edit-head #event-name, .ojofw-wrap .edit-head .event-name {
    font-size: 22px;
    line-height: 1;
	margin: 0px 0px 5px;
}

.ojofw-wrap a.link-back {
    background: linear-gradient(to top, rgba(146, 192, 32, 0.8) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 5%;
    background-repeat: no-repeat;
    text-decoration: none;
    color: inherit;
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
    will-change: background-position;
	line-height: 1.3;
    position: relative;
    padding: 4px 5px 7px 20px!important;
	    border-radius: 2px;
}


.ojofw-wrap a.link-back i.ti-angle-left {
	position: absolute;
    left: 2px;
    top: 8px;
	font-size: 14px;
}

.ojofw-wrap a.link-back:active {
    color: inherit
}

.ojofw-wrap a.link-back:hover {
    background-position: 0 100%;
    color: white;
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
	 border-radius: 2px;
}

.ojofw-wrap address{
    font-style: normal;
    font-size: 16px;
    margin: 10px 0 10px 0!important;
}

.ojofw-wrap .counter-wrap span {
    margin: 5px 0px 0px 0px;
    font-size: 15px;
}

.ojofw-wrap .l-col {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.ojofw-wrap .l-col .img-col {
    margin: 0px 15px 5px 0;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

@media screen and (min-width:0\0) {  
	.ojofw-wrap .cont-col {
		width: 50%
	}
	.ojofw-wrap .img-col {
		width: 50%
	}
}

.ojofw-wrap #event-summary .align-items-c {
    flex-wrap: wrap;
}

.ojofw-wrap #event-summary .align-items-c p {
    margin-bottom: 15px;
}

.ojofw-wrap .noexpand label[for*=collapsible-]:after,
.ojofw-wrap .noexpand label[for*=collapsible-]:before {
    opacity: 0
}

.ojofw-wrap .collapsible-lunch {
	padding: 25px;
}