/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/




.display-no { display:none; }
.display-yes { display:block; }


/* Event Details */

#jevents_header {
	display:none;
}

h1 {
	margin-top:18px;
}

#jevents_body {
	border: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.jevents-event-date, .jevents-event-time, .jevents-event-venue, .jevents-event-location-detail {
	padding-left:1.5em;
	position:relative;
}

.jevents-event-date:before, .jevents-event-starttime:before, .jevents-event-venue:before {
	font-family:icomoon-uah;
	font-weight:500;
	position:absolute;
	left:0;
	right:0;
}

.jevents-event-date:before {
	content:"\e64c";
}

.jevents-event-starttime:before {
	content:"\e647";
}

.jevents-event-endtime:before {
	content: " - ";
}

.jevents-event-time>.jevents-event-starttime:empty:before, .jevents-event-time>.jevents-event-endtime:empty:before {
	content:none;
}

.jevbootstrap div.modal.jevents-event-image-modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0 !important;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.no-touch #jevents .block-left a.link-cover:hover {
    background: rgba(0,0,0,0.3);
}

.no-touch #jevents .block-left a.link-cover:before {
    content: "\e72d";
    font-family:icomoon-uah;
    color:#fdda24;
    font-size:36px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-18px;
    margin-top:-18px;
    opacity:0;
    transition: all 0.2s ease-out;
    transform:scale(1.6);
    text-shadow:0 0 6px rgba(0,0,0,0.1);
}

.no-touch #jevents .block-left a.link-cover:hover:before {
    opacity:1;
    transition: all 0.2s ease-out;
    transform:scale(1);
}





.jevents-event-venue:before {
	content:"\e644";
}

.jevents-event-location-detail>span, .jevents-event-duration {
	display: block;
	color: #676666;
	font-style: italic;
	font-size: 85%;
	line-height:1.25em;
}

.jevents-event-date:empty:before, .jevents-event-time:empty:before, .jevents-event-venue:empty:before  {
	content:none;
}

.jevents-event-countdown, .jevents-event-duration {
	font-style:italic;
	color:#676666;
    display:block;
}

.jevents-event-venue {
	margin-bottom:0;
}
.jevents-event-venue a {
	position:relative;
}
.jevents-event-venue a:after {
	content: '\a0\00bb';
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: 400;
}

.details span>a {
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.jevents-event-contact-name {
	font-weight:700;
}

.jevents-repeat-summary a:before {
    content:"\e679";
    font-family:icomoon-uah;
    padding-right:5px;
}

.jevents-repeat-summary {
        margin:4px 0;
}

.jevents-event-contact-name, .jevents-event-contact-phone, .jevents-event-contact-email {
    display:block;
}

.jevents-event-contact-name:empty, .jevents-event-contact-phone:empty, .jevents-event-contact-email:empty {
    display:none;
}

span.jevents-event-contact-phone:not(:empty):before {
    content: "\e63e";
    font-family: icomoon-uah;
    margin-right: 0.25em;
}

.mod_events_latest_table td, .mod_events_latest_table tr {
    border:0 !important;
    padding:0;
}


.jevents-event-sidebar table.mod_events_latest_table:before {
    content:"More Dates";
    display:block;
    margin-bottom:0.3em;
    font-size:30px;
    font-weight:700;
    color:#0077c8;
}

table.mod_events_latest_table {
    margin-bottom: 30px;
}

a.jev_back.btn:before {
    content: '\e75a';
    font-family: icomoon-uah;
    padding-right: 0.25em;
    vertical-align: -12%;
}








/* Events List */


.jev_listrow .twoblocks {
    margin-bottom:30px;
}

.jev_listrow .twoblocks .block-right {
    padding:4%;
}

.jevents-title {
    font-weight:500;
    margin-bottom:.5em;
}

#jev_maincal {
    margin: 0;
    background-color: transparent;
    border: 0;
}

.jev_listview .jev_listrow {
    border: 0 !important;
    margin: 0;
}

#main ul.ev_ul {
    padding: 0;
    margin: 0;
}

#jevents_body  ul.ev_ul li.ev_td_li {
    border-width:0 !important;
    margin-bottom:1px;
    padding:0;
	margin:0;
}

.jev_daysnames.category {
    display: none;
}

.twoblocks .blocks-holder .block-left {
    box-shadow: 0 0 32px 1px rgba(0,0,0,0.05) inset;
}
.twoblocks a.ev_link_row span.bottom-right-pos.btn.btn-uah.arrowbox-r {
    width: auto;
}
.twoblocks a.ev_link_row span.bottom-right-pos.btn.btn-uah.arrowbox-r:before {
    content: "GO";
    opacity: 0;
    font-size: 0;
    vertical-align: 0;
    transition: opacity 0.4s ease-out, font-size 0.1s ease-out;
}

.twoblocks a.ev_link_row:hover span.bottom-right-pos.btn.btn-uah.arrowbox-r:before {
    opacity: 1;
    font-size: inherit;
    transition: opacity 0.4s ease-out, font-size 0.1s ease-out;
}

/* --- Alternate GO animation ---

.twoblocks a span.bottom-right-pos.btn.btn-uah.arrowbox-r {
    width: auto;
}
.twoblocks a span.bottom-right-pos.btn.btn-uah.arrowbox-r:before {
    content:"GO";
    opacity:0;
    font-size:0;
    vertical-align:middle;
    line-height:1.3;
    transition: all 0.4s ease-out, font-size 0.1s ease-out;
}

.twoblocks a:hover span.bottom-right-pos.btn.btn-uah.arrowbox-r:before {
    opacity:1;
    font-size:inherit;
    transition: all 0.4s ease-out, font-size 0.1s ease-out;
}

*/

a.link-cover.ev_link_row:hover {
    background: rgba(0,0,0,0.07);
}

.jevents-event-repeat {
    display:inline-block;
}

.jevents-event-repeat-icon {
    display:none;
    z-index:30; 
    position:relative;
    color:#0067c0;
    cursor:default;
}

.jevents-event-repeat > a {
    display: none;
}

.jevents-event-repeat > a ~ span {
    display:inline-block !important;
}

.jevents-eventlist-starttime:before {
    content:"@ "
}

span.jevents-eventlist-starttime:empty:before {
    content: none;
}
/*
@media screen and (min-width:700px) and (max-width:899px) {
	.twoblocks .grey .block-left{
		border-right:0;
		border-bottom: 0;
	}
	.twoblocks .grey .block-right{
		border-left:0;
		border-top: 8px solid #c0c0c0;
	}
}
*/

@media (max-width:699px) {

    .jev_listrow .twoblocks {
        margin-bottom:20px;
    }
    .xs-twoblocks .heading-spotlight, .xs-twoblocks .btn-uah {
        display: none;
    }
    .xs-twoblocks h4 {
        font-size: 18px;
    }
    .xs-twoblocks .superhead {
        font-size: 13px;
    }
    .twoblocks.xs-twoblocks {
        margin-left: -23px;
        margin-right: -23px;
        width: auto;
    }
    .jev_listrow .twoblocks .blocks-holder {
        min-height: 106px;
    }
    .jev_listrow .twoblocks .block-right {
        padding: 12px 10px;
    }
    .jev_listrow .superhead {
        margin: 0px 0;
    }
}



.jev_listrow .twoblocks h4, .jevents-event-venue superhead {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing:-0.5px;
    color: #29282a;
}

.jev_listrow .twoblocks .jevents-event-venue {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



/* Day Navigation */

.jev_toprow {
    margin-bottom: 35px;
    height:44px;
}

.jev_header2 {
    position: relative;
    height:44px !important;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    /* line-height: 0; */
    position: absolute;
    background: transparent;
    border: 0;
    width: auto;
    /* margin: 0; */
    /* float: none; */
    /* top: 0; */
}

.jev_toprow div.previousmonth {
    right: 52px;
}

.jev_toprow div.nextmonth {
    right: 0px;
}

body #jevents_body .jev_toprow div.previousmonth>a, body #jevents_body .jev_toprow div.nextmonth>a {
    font-size: 0;
    padding: 11px 10px;
    background: #0077c8 !important;
    /* position: relative; */
    display: block;
    width: 44px;
    height: 44px;
}

#jevents_body .jev_toprow div.previousmonth>a:before, #jevents_body .jev_toprow div.nextmonth>a:before {
    font-family: icomoon-uah;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
}

#jevents_body .jev_toprow div.previousmonth>a:before {
    content: "\e75a";
}

#jevents_body .jev_toprow div.nextmonth>a:before {
    content: "\e758";
}

.jev_toprow div.currentmonth {
    text-align: left !important;
    border: 0;
    font-weight: 400;
    color: #29282a !important;
    font-size: 24px;
    width: auto;
    max-width: 66%;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%);
    height: auto !important;
}





/* --- Module Styles --- */

/* Latest Events Module */

.mod_events_latest_table .mod_events_latest_date , .mod_events_latest_table .mod_events_latest_content {
	line-height:inherit;
	margin-top: inherit;
	vertical-align: inherit;
}

.mod_events_latest_table .ico-calendar, .mod_events_latest_table .ico-clock-line {
    margin-right:0.25em;
}

/*
.mod_events_latest_table {
    color:#757575;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
}
*/

.mod_events_latest_table br {
    display:none;
}

.mod_events_latest_table .mod_events_latest_content {
    text-transform:none;
    line-height:1.2;
}

.mod_events_latest_content > a:after {
    content: '\a0\00bb';
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 500;
}


/* Search */

.jevents-search input[type="submit"] {
    font-size: 0;
}

.jevents-search input[value="Reset"] {
    background: transparent;
    border: 0;
    padding: 0 0 16px;
    color: #0077c8;
    float: right;
    font-size: 0.85em;
}

/* Calendar */

table.flatcal_main_t {
	width: 100%;
        border-radius:0 !important;
}

body #flatcal_minical .flatcal_daylink, body #flatcal_minical .flatcal_sundaylink, body #flatcal_minical .flatcal_busylink {
	font-size: 12px;
	font-weight:400;
	padding:6px 4px;
	display:block;
}

body #flatcal_minical .flatcal_busylink:link, body #flatcal_minical .flatcal_busylink:visited {
    color: #0077c8;
}

body #flatcal_minical .flatcal_daylink:hover, body #flatcal_minical .flatcal_sundaylink:hover, body #flatcal_minical .flatcal_busylink:hover {
    background-color: #e5e5e5;;
}

body #flatcal_minical .flatcal_daycell, body #flatcal_minical .flatcal_todaycell, body #flatcal_minical .flatcal_sundaycell, body #flatcal_minical .flatcal_othermonth {
    padding:0;
}

body #flatcal_minical .flatcal_todaycell a, body #flatcal_minical .flatcal_todaycell a:hover {
    color: #fff !important;
    padding: 3px;
    border: 1px solid #0077c8;
    background-color: #0077c8;
    border-radius: 0;
}

body #flatcal_minical .flatcal_navbar {
    background-color: #0077c8;
    border-bottom: 0;
	height:36px;
}

body #flatcal_minical .flatcal_month_label {
	font-size:16px;
    font-weight: 700;
    color: #fff;
}

body #flatcal_minical .flatcal_navbar .link_prev > img, body #flatcal_minical .flatcal_navbar .link_next > img {
    opacity:0;
}

body #flatcal_minical .flatcal_navbar .link_prev {
    background: transparent url('/templates/uah/images/chevron-left-white.svg') 50% 50% no-repeat;
    background-size: 65%;
}

body #flatcal_minical .flatcal_navbar .link_next {
    background: transparent url('/templates/uah/images/chevron-right-white.svg') 50% 50% no-repeat;
    background-size: 65%;
}

body .flatcal_navbar .link_prev, body .flatcal_navbar .link_next {
    padding-left: 0;
    min-width: 32px !important;
}

body td.link_prev>img, body td.link_next>img {
	width:32px;
	height:32px;
	padding:8px;
}

body .full_cal_link {
    display: none;
}

#jevents_body .event_div_2 {
    margin-right: 5px;
    margin-bottom: 5px;
}

#jevents_body .month_cell_st {
    width: 24px !important;
    height: 24px;
    padding: 0;
    border-bottom: 0 !important;
}

#jevents_body .month_cell_st a.cal_titlelink {
    /* padding: 12px 10px; */
    display: block;
    width: 21px;
    height: 24px;
}

#jevents_body .month_cell_st img {
    display: none;
}







body .jevtt_text {
    font-size: 14px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#jevents .jevbootstrap  .top .popover-title {
    background: transparent;
    border: 0;
    padding: 8px;
}

.popover-title .jevtt_title {
    padding: 10px 0;
}

.popover-title .jevtt_text a {
    color: white;
}

.popover-content {
    display:none;
}



/* Filter Categories List */

#main .event_categories_container ul {
    padding-left:0;
    list-style:none;
}

#main .event_categories_container ul li {
    border:0 !important;
    padding-left:0 !important;
}

#main .event_categories_container ul li label {
    position:relative;
    display:block;
    padding-left:25px;
    color:#0077c8;
}

#main .event_categories_container ul li input[type="checkbox"] {
    visibility:hidden;
    position: absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    cursor:pointer;
    z-index:3;
}

#main .event_categories_container ul li input[type="checkbox"] + .checkbox-indicator:before {
    content:"\e65a";
    position:absolute;
    top:0;
    left:0;
    font-family:icomoon-uah;
    margin-right:10px;
    visibility:visible;
    color:#ccc;
}

#main .event_categories_container ul li input[type="checkbox"]:checked + .checkbox-indicator:before {
    content:"\e63f";
    color:#0077c8;
}

.event_categories_container li.catclass0 {
    display: none;
}

/*
.event_categories_container ~ input[type="button"], .event_categories_container ~ br {
    display: none;
}
*/

.event_categories_container label>span {
    background: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #757575;
}

.event_categories_container ~ input[value="Filter"], .event_categories_container ~ input[value="Reset"] {
    display:none;
}

.event_categories_container ~ input[value="Filter"] {
    background: #0077c8;
    border: #0077c8;
    color: #fff;
    width:50%;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:30px;
}

.event_categories_container ~ input[value="Reset"] {
    background: #e5e5e5;
    border: #e5e5e5;
    color: #777;
    float:left;
    width:50%;
    font-size:14px;
    text-transform:uppercase;
}


/* --- Chosen --- */

ul.jevfilterlist {
    padding-left: 0;
}

ul.jevfilterlist > li {
    margin-bottom:8px;
}

.jevfiltermodule .chzn-container {
    text-transform:uppercase;
}

.jevfiltermodule ul.chzn-choices {
    background-color:#e5e5e5;
    background-image:none;
    border:0;
    font-size:14px;
    font-weight:700;
    padding: 7px 10px 3px;
    min-height:39px;
}

.jevfiltermodule .chzn-container-multi .chzn-choices li.search-choice {
    border:0;
    border-radius:0;
    box-shadow:none;
    margin:0;
    margin-right:4px;
    margin-bottom:4px;
    padding:6px 22px 6px 7px;
    background:#0077c8;
    color:#fff;
    letter-spacing:-0.5px;
}

.jevfiltermodule .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    background-image:none !important;
    top:0;
    right:0;
    width:auto;
    height:auto;
    padding:6px 5px 1px 5px;
}

.jevfiltermodule .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    content:'\e601';
    font-family:icomoon-uah;
    font-size:12px;
    color:#fff;
    opacity:0.5;
}

.jevfiltermodule .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover:before {
    opacity:1;
}

.jevfiltermodule .chzn-container-active .chzn-choices {
    box-shadow:none !important;
}

.jevfiltermodule .chzn-container .chzn-drop {
    background:#e5e5e5;
    border:0;
    box-shadow:0px 4px 3px -3px rgba(0,0,0,0.30);
}


.jevfiltermodule .chzn-container .chzn-results>li {
    padding:12px;
    color:#0077c8;
    border-top:1px solid white;
}

.jevfiltermodule .chzn-container .chzn-results li.highlighted {
    color:#0077c8;
    background:rgba(0,0,0,0.1);
}

.jevfiltermodule .chzn-container .chzn-results .result-selected {
    opacity:0.5;
}

.jevfiltermodule .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    padding:0;
    height:23px;
    font-weight:400;
    font-family:'Avenir';
}

.jevfiltermodule label {
    display:none;
}

#fieldaudience_fv_chzn:not(.chzn-container-active) ul.chzn-choices>li.search-field:first-of-type:before {
    content: 'All Audiences';
    color:#0077c8;
}

#fielddepartment_fv_chzn:not(.chzn-container-active) ul.chzn-choices>li.search-field:first-of-type:before {
    content: 'All Departments';
    color:#0077c8;
}

.jevfiltermodule .chzn-container ul.chzn-choices>li.search-field:first-of-type:after {
    content: '\e759';
    font-family: icomoon-uah;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #0077c8;
    float: right;
    font-weight: normal;
}

.chzn-container:not(.chzn-container-active) ul.chzn-choices input {
    opacity: 0;
    transition:all 0s ease;
}

/* .jevfilterlist select {
    height:39px !important;
    opacity:0;
} */

.moduletable.jevents-filter {
    padding: 0;
}

.jevents-filter .jevfilterlist>li:last-of-type:before, .jevents-filter .jevfilterlist li:last-of-type:after {
    content: " ";
    display: table;
}
.jevents-filter .jevfilterlist>li:last-of-type:after {
    clear:both;
}

.jevents-filter .jevfilterlist li:last-of-type .jevfilterinput {
    width: 50%;
    float: left;
}

.jevents-filter .jevfilterlist li:last-of-type .jevfilterinput input {
    width: 100%;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.jevents-filter .jevfilterlist li:last-of-type .jevfilterinput input[value="Reset"] {
    background: #e5e5e5;
    color: #757575;
}

label[for="fieldcampaign_fv"], label[for="fieldcampaign_fv"] + *, label[for="fieldshowon_fv"], label[for="fieldshowon_fv"] + * {
    display: none;
}






/* Add to Calendar button and modal */

/* .ical_dialogJQ .modal-dialog {
    padding: 0;
    margin: 0;
    border: 0;
    width: 298px;
    font-size: 0.85em;
}
*/
.jevbootstrap div.ical_dialogJQ {
    background: transparent;
    overflow: visible;
    box-shadow: none;
    border: 0;
}

.ical_dialogJQ a {
    display:block;
    margin-bottom:20px;
}

.ical_dialogJQ a span:first-of-type {
    position:absolute;
}

.ical_dialogJQ a span:last-of-type {
    padding-left: 30px;
}

a[title="JEV_ADDTOYAHOO"] {
    display: none;
}

.ical_dialogJQ label {
    display:none !important;
}

.ical_dialogJQ .modal-footer {
    display:none;
}

.icalbutton>a {
    background:#0077c8;
    color:#fff;
    padding:8px 12px 9px;
    display:block;
    text-align:center;
}

.icalbutton>a:hover {
    background:#005E9D;
}

.icalbutton>a>img {
    display: none;
}

.icalbutton>a:before {
    content: '\e61f';
    font-family:icomoon-uah;
    padding-right:2px;
}

.icalbutton>a:after {
    content: 'Add to calendar';
}

/* Location Blog */
.jevlocation_blog_items {
    margin-left:-15px;
    margin-right:-15px;
}

.jevlocation_blog_items:before, .jevlocation_blog_items:after {
    content: " ";
    display: table;
}

.jevlocation_blog_items:after {
    clear: both;
}

.jevloc-container {
    margin:0 0 20px 0;
    padding:0 15px;
    min-height: none;
    width: 100%;
    border:0;
}

.jevloc-container > a {
    position:relative;
    display:block;
}

.jevloc-container > a:hover {
    box-shadow: 0 0 0 3px #fdda24;
    transition: all 0.2s ease-out;
}

@media screen and (min-width: 700px) {
    .jevloc-container {
        width:33.3333%;
    }
}

@media screen and (min-width: 1430px) {
    .jevloc-container {
        width:24.9999%;
    }
}

.jevloc-container h3 {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 119, 200, 0.7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* Location Details */
div#gmap {
    max-width: 100%;
}

table.mod_events_latest_table+br+strong {
    display: none;
}




/* Front-end submit */

/* 
#jevents .jevbootstrap .adminform div {
    padding-bottom: 0;
}
*/

.tab-pane {
    padding-top: 20px !important;
}

.jev_edit_event_notice {
    width: 100%;
    background: #fdda24;
    margin-top:10px;
}

.jev_edit_event_notice > h3 {
    margin-top: 0;
    color:#29282a;
}

.calendar table {
    width: 100%;
}

.calendar {
    width: 300px !important;
}

.calendar * {
    font-size: 14px;
}

.calendar .day {
    padding: 8px !important;
}

.row.jev_contact, .row.jev_extrainfo {
    display: none;
}

ul#myEditTabs>li>a {
    display: block;
}

.adminform {
    margin-top: 20px;
}

.jevdatetime legend {
    display: block;
}

.jevbootstrap input[type="text"]:not(#evlocation), .jevbootstrap textarea {
    width: 100% !important;
}

.jevbootstrap .input-append>input[type="text"]:not(#evlocation), .jevbootstrap .jev_inline>input[type="text"]:not(#evlocation) {
	width:auto !important;
}

#jevents #adminForm label:not(.btn) {
    margin: 10px 0 5px;
}

.radio.btn-group {
    padding-left:0;
}

label.btn {
    background: #e5e5e5;
}



div#start_12h_area {
    display: block !important;
}

.jevstarttime, .jevendtime {
    float: left;
}

.jevstartdate, .jevenddate {
    float: left;
}

div#start_12h_area, div#end_12h_area {
    display: table!important;
}

input#start_12h, input#end_12h {
    display: table-cell !important;
    height: 39px;
}

div#start_ampm, div#end_ampm {
    display: table-cell !important;
}

.adminform .btn {
    height: 39px;
}

.jev_sed>div {
    display: block;
}

.jev_sed>div:before, .jev_sed>div:after {
    content:"";
    clear:both;
    display:table;
}

fieldset.jev_sed>legend {display: none;}

.allDayEvent label, #noendtime-lbl {
    font-weight: 400 !important;
}

.checkbox12h {
    display: none !important;
}

.jeveditrepeats.jevdatetime {
    margin-top: 20px;
}

div.jeveditrepeats > div > div, div.jeveditrepeats > div > div fieldset, div.jeveditrepeats > div > div legend {
    background-color: transparent !important;
}



#jevents #adminForm label.btn {
    font-weight: 400;
}

span.wf_editor_toggle {
    background: #e5e5e5;
    display: inline-block !important;
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 14px;
}

#jevents .adminform input[type="text"] {
    height: 39px;
}

#jevents .adminform input.btn[value="Upload"] {
    background: #47a447;
    color: #fff;
    padding:6px 12px;
}

#jevents .adminform input.btn[value="Delete"] {
    background: #d9534f;
    color: #fff;
    padding:6px 12px;
}

#toolbar-cancel button, #toolbar-save button, #toolbar-apply button {
    height:44px;
}

#toolbar-cancel button i, #toolbar-save button i, #toolbar-apply button i {
    margin-right: 8px;
}

#jevents .adminform li.search-choice {
    margin: 6px 0 6px 6px;
    font-size: 18px;
    line-height: 20px;
}

#jevents .adminform li.search-field input {
    font-size: 18px;
    font-family: 'Avenir';
}

#jevents .adminform .row-fluid.jev-stdimage br:first-of-type {
    display: none;
}

#jevents .adminform .row-fluid.jev-stdimage > div > span {
    display: inline-block;
}

#jevents .adminform .jev-stdimage input.btn {
    margin-top: -6px;
}

#upload_image1_loading, #upload_image1_loaded {
    padding: 10px;
    position: absolute;
}

#upload_image1_loading {
    background:#fdda24;
}

#upload_image1_loaded {
    background: #4aa56b;
    color: #fff;
}

#jevents .adminform ul#myEditTabs {
    display: none;
}

body.default .jev-edit-sidebar {float:none !important;}
body.default .row-fluid {margin-bottom: 10px;}
/* body.default .jevcategory {display:none;} */

#jevents .jevbootstrap .adminform .jeveditlocation .btn-group {
    margin-left:10px;
}
#jevents .adminform .btn:not(.btn-success) {
    background: #e5e5e5;
    border: 1px solid #ccc;
}
#jevents .adminform input[type="file"] {
    background:transparent;
    border:2px solid #ccc;
    padding:8px;
    margin-bottom:10px;
}

#jevents .adminform .input-append {
    position: relative;
    display: table;
    border-collapse: separate;
}
#jevents .adminform .input-append input, #jevents .adminform .input-append button {
    position: relative;
    display: table-cell;
    border-collapse: separate;
    height:39px;
    margin: 0;
    float: left;
}


#selectlocationbutton, #removelocationbutton {
    padding: 2px !important;
}

#selectlocationbutton>i, #removelocationbutton>i{
    display: none;
}

#selectlocationbutton>a, #removelocationbutton>a {
    padding: 2.5px 8px;
    display: block;
    text-decoration:none;
}

#selectlocationbutton>a:before {
    content: '\e644';
    font-family:icomoon-uah;
    padding-right:0.25em;
}

#removelocationbutton>a:before {
    content: '\e6cd';
    font-family:icomoon-uah;
    padding-right:0.25em;
}

#jevents #adminForm span.star {
    color: red;
    font-size: 18px;
}

#sbox-window {
    max-width: 100%;
}


#jevents .adminform .chzn-container-multi .chzn-choices {
    border: 2px solid #ccc;
    background: transparent;
}

#jevents .adminform .chzn-container-multi .chzn-choices li.search-choice {
    margin: 4px 0 4px 4px;
    background: #e5e5e5;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#jevents .adminform .chzn-container-active .chzn-choices {
    border: 2px solid #009FDF;
    box-shadow: none;
}

#jevents .adminform .chzn-choices input[type="text"] {
    height: 34px;
}

label[for="custom_upload_image1_file"] {
    display: block;
}

img#upload_image1_img {
    float: none !important;
}

#jevents .adminform .FlexEmbed {
    display: none;
}

.jev-field-campaign, .jev-field-showon, .jev-field-showonevents {
    display:none;
}

#jevents .adminform input, #jevents .adminform textarea, #jevents .adminforminputbox {
	width: auto;
	max-width:100%;
	margin-bottom:0px;
}

body.admin .jev-edit-sidebar input {
	width:100%;
}

#jevents .jevbootstrap textarea {
    width: 100%;
}

#jevents .jevbootstrap .adminform div {
  padding-bottom:0;
}

body.jev-submit #jevents .jevbootstrap .adminform #myEditTabsContent .row-fluid {
  padding-bottom: 10px;
}

body.jev-submit .jevbootstrap .adminform #myEditTabsContent #JEV_TAB_COMMON>div.row {
    margin-left:-15px;
}

body.jev-submit #toolbar-box {
    position: absolute;
    bottom: 0;
}

body.jev-submit #jevents div#JEV_TAB_COMMON {
    padding-bottom: 60px;
    padding-top: 0 !important;
}

body.jev-submit #toolbar-cancel {
    display:none;
}

body.admin #jevents label {
    display:inline-block;
}






@media (min-width:700px) {
    .span2 {
        width: 16.666%;
        float: left;
        padding:0 15px !important;
    }

    .span10 {
        width: 83.3333%;
        float: left;
        padding: 0 15px !important;
    }

/*    .row {
        margin-left: -15px !important;
    }*/
}





/* Responsive Module Styles */

@media (max-width:699px) {
    .right-col { 
        height: 0;
        margin-bottom: -1px;
    }

    .jev-mobile-options .jev-mobile-filterrow{
        display:table;
        width:100%;
    }

    .jev-mobile-options .search {
        display:table-cell;
        display:100%;
        vertical-align:top;
    }

    .jev-mobile-options .jev-option-toggle {
        display:table-cell;
        width:1%;
        padding-left:8px;
    }

    .jev-option-toggle>a.btn {
        padding: 7px 12px 5px 12px;
    }

    .search ul.jevfilterlist, .search ul.jevfilterlist li {
        margin-bottom:0;
    }

    .jevents-search input[value="Reset"] {
        display:none;
    }




    body #flatcal_minical table.flatcal_main_t {
        border:0;
    }

    body #flatcal_minical .flatcal_navbar {
        height: 44px;
    }

    body #flatcal_minical .flatcal_daylink, body #flatcal_minical .flatcal_sundaylink, body #flatcal_minical .flatcal_busylink,  body #flatcal_minical .flatcal_todaycell a {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size:16px;
    }

    div#jev-option-filters .modal-content {
        padding: 22px 22px;
        max-height: 86vh;
        overflow: auto;
    }

    select.inputbox {
       width: 100%;
    }

    .jev_toprow div.currentmonth {
        font-size:18px;
    }

    .jevfiltermodule label {
        display:block;
    }
    #main .event_categories_container ul li label {
        padding-bottom: 9px;
        padding-top: 10px;
        margin-bottom: 0;
    }
    #main .event_categories_container ul li input[type="checkbox"] {
    	margin-top:10px
    }

    .jevents-filter {
    	margin-top:30px
    }

    .pagination li {
        margin:0;
    }

    .pagination li:first-of-type {
        display:none;
    }

    .pagination li:last-of-type {
        display:none;
    }

    .pagination li.hidden-phone > a, .pagination li.hidden-phone > span {
        padding: 7px 8px;
        line-height: 1.4;
        text-decoration: none;
        border: 0;
  }

    .pagination li:nth-child(2) a {
        margin-right:10px;
    }

    .pagination li:nth-last-child(2) a {
        margin-left:10px;
    }

}


@media (min-width:700px) {
#jev-option-filters, #jev-option-cal {
    display: block !important;
    position: relative;
    opacity: 1;
    z-index:1;
    height: auto;
    overflow: visible;
}

#jev-option-filters>.modal-dialog, #jev-option-cal>.modal-dialog {
    margin: 0 !important;
    width: 100%;
    transform: none;
}

#jev-option-filters>.modal-dialog>h4, #jev-option-filters>.modal-dialog>button, #jev-option-cal>.modal-dialog>h4, #jev-option-cal>.modal-dialog>button {
    display:none;
}

#jev-option-filters .modal-content, #jev-option-cal .modal-content {
    box-shadow: none;
    border: 0;
}

}






/* FOR eventsadmin.css */

/*
#selectlocationbutton, #removelocationbutton {
    padding: 0 !important;
}

#selectlocationbutton>i, #removelocationbutton>i{
    display: none;
}

#selectlocationbutton>a, #removelocationbutton>a {
    padding: 2.5px 8px;
    display: block;
    text-decoration:none;
}

#selectlocationbutton>a:before {
    content: '\e644';
    font-family:icomoon-uah;
    padding-right:0.25em;
}

#removelocationbutton>a:before {
    content: '\e6cd';
    font-family:icomoon-uah;
    padding-right:0.25em;
}

#editcell > table > thead > tr > th:nth-child(n+3), #editcell > table > tbody > tr > td:nth-child(n+3) {
    display: none;
}

select#filter_loctype {
    display: none;
}


.com_jevents div#scrollable-dropdown-menu {
    width: 100%;
}

.com_jevents span.twitter-typeahead {
    width: 100%;
}

.com_jevents textarea#jform_fieldnotetoadmin {
    width: 100%;
}

.com_jevents input, .com_jevents input[type="text"]{
    height: 28px;
    font-size: 14px;
    max-width:100%;
}

*/











/* Calendar View */

#jevents_body div.event_legend_item {
    min-width: no;
}

#jevents_body div.event_legend_name {
    border-left-width: 0px;
    border-top-width: 4px;
    border-top-style: solid;
}

.cal_table td {
    max-width: 0;
    padding: 4px !important;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #0077c8;
    border-radius: 0;
    min-width: 24px;
    display: inline-block;
    text-align: center;
    margin:0;
}

a.cal_daylink:hover {
    color: #0077c8;
}
#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 0;
    background-color: #0077c8;
    border: 0;
    padding: 4px;
    border-radius: 0;
    color: #fff;
}

#jevents_body .event_div_1 {
    margin: 0px 0px 4px 0px;
}
.cal_table .eventstyle {
    border-top-width: 4px;
    border-top-style: solid;
}

#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing:-0.5px;
    color: #29282a;
    background:#e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



#jevents .jevbootstrap .top .popover-title {
    background: transparent;
    border:0;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
}

div.jevtt_title {
    font-size: 1em;
    padding: 8px 10px;
    border-radius: 0;
}

.jeventpage .popover-content {
    display: none;
}


.jevcarousel {
    margin-bottom: 60px;
}

.jevcarousel a.carousel-control {
    display: none;
}

.jevcarousel ol.carousel-indicators {
    bottom: -44px;
    background: transparent;
	padding:0;
}

.jevcarousel .carousel-indicators li {
    background: url("/templates/uah/images/dot-blue.svg") 50% 50% no-repeat;
    background-size:12px;
	padding:22px;
}

.jevcarousel .carousel-indicators li.active {
    background: url("/templates/uah/images/dot-yellow.svg") 50% 50% no-repeat;
    background-size:12px;
}

.jevcarousel .jevents-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 47px;
}

.jevcarousel .superhead {
    width: calc(100% - 40px);
}

.jevcarousel .superhead .jev-location {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
}

#jform_fieldpreregistered label.btn.radio:first-child { 
    display: none !important; 
}