/* 
* Component Styling 
*/
#jevents_body {
    width: 100% !important;
    border: 1px solid #DDD;
    background-color: #F7F7F7;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#jevents_header {
    width: 100% !important;
    border: none;
}

#jevents_header td,
#jevents_header tr,
div.ev_navigation tr,
div.ev_navigation td {
    border: none;
}

#jevents_body .contentpaneopen table,
#jevents_body .contentpaneopen td,
#jevents_body .contentpaneopen tr,
#jevents_body .contentpaneopen p,
#jevents_body .contentpaneopen div {
    border: none;
    line-height: 1.5em;
}

.jeventslight {
    color: #000000;
}

/*********************
* Calendar style
**********************/
#jevents_body .cal_table {
    border: 1px solid #DDD;
    width: 100.3%;
    margin-left: -1px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #CCC;
}

#cal_title {
    margin: 0.5em auto;

    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

#jevents_body .cal_daysnames {
    width: 14px;
    background-color: #fff;
    border: 0px solid;
    height: 22px;
    line-height: 22px;
    color: #474747;
    font-weight: bold;
    text-align: left;
}

.cal_daysnames {

    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.cal_daysoutofmonth {
    background-color: #d4d8d8;
    padding: 4px;
}

.cal_daysoutofmonth {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#jevents_body .cal_today {
    background-color: #FDF8F2 !important;
    border-top: 3px solid #EAB879 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#jevents_body .cal_daysnoevents {
    background-color: #FFF;
    padding: 4px;
    height: 80px;
    vertical-align: top;
    width: 14%;
}

#jevents_body .cal_dayshasevents {
    background-color: #FFF;
    padding: 4px;
    vertical-algin: top;
    height: 115px;
    width: 14%;
}

.cal_daylink {

    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

/*a.cal_daylink:link {
    
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a.cal_daylink:visited{
    
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a.cal_daylink:hover{
    
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Red;
    text-decoration: none;
}*/
#jevents_body .cal_titlelink {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #7d7d7d;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
}

.cal_dayshasevents .cal_background,
.cal_dayshasevents .cal_titlelink.month {
    font-size: 14px !important;
    padding-left: 7px !important;
}

.cal_dayshasevents .cal_background {
    display: block;
    margin-top: -11px;
    color: #7d7d7d;
}

.cal_dayshasevents .cal_description.month {
    margin-top: 33px;
}

.cal_dayshasevents .cal_titlelink.month {
    margin-top: -11px !important;
}

.contentpaneopen .cal_cell_rows.zangli td:first-child {
    border-left: 1px solid white !important;
}

.contentpaneopen .cal_cell_rows.zangli td:last-child {
    border-right: 1px solid white !important;
}

.jevbootstrap .popover-body {
    color: white;
    padding: 1px 10px 7px;
}

.jevbootstrap .popover .arrow {
    left: 40%;
    bottom: -20px;
    border-width: 12px;
}

.jevbootstrap .popover .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #DCAF80 !important;
    border-bottom-width: 0 !important;
}

.jevbootstrap .popover .arrow::before {
    display: none;
}

.jevbootstrap .popover .arrow:after {
    border-width: 8px;
    content: "";
    border-left-width: 13px;
    border-right-width: 13px;
}
}

.jevbootstrap .popover .arrow,
.jevbootstrap .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.jevbootstrap .popover {
    border: 1px solid #DCAF80 !important;
    background-color: #DCAF80 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 10px;
}

/*#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    font-size:10px;
    line-height:14px;
    font-weight: normal;
    text-decoration: none;
    color:#474747 ;
    display:block;
    margin-bottom:1px;
    padding:2px;
}
#jevents_body a.cal_titlelink:hover {
    background-color:#F7F7F7;
}*/
#jevents_body .month_cell_st {
    padding: 0px;
    background-color: #E4E8E8;
}

.cal_cell_rows {
    height: 80px;
    vertical-align: top;
}

#jevents_body .cal_top_day_names {
    width: 100%;
    min-width: 395px;
}

#jevents_body .cal_top_day_names tr {
    border: 0px solid;
    background-color: white;
    width: 100%;
}

#jevents_body .cal_top_day_names td {
    width: 13.77%;
    background-color: white;
    /* display: inline-block; */
    position: relative;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

/***************************
* Detail View 
***************************/
.ev_prevrepeat {
    line-height: 20px;
    float: left;
    margin-right: 30px;
}

.ev_prevrepeat a {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.ev_prevrepeat a.blue {
    background-image: url("../images/g_blue.gif");
}

.ev_prevrepeat a.gray {
    background-image: url("../images/g_gray.gif");
}

.ev_prevrepeat a.green {
    background-image: url("../images/g_green.gif");
}

.ev_prevrepeat a.orange {
    background-image: url("../images/g_orange.gif");
}

.ev_prevrepeat a.red {
    background-image: url("../images/g_red.gif");
}

.ev_prevrepeat a.yellow {
    background-image: url("../images/g_yellow.gif");
}

.ev_nextrepeat {
    line-height: 20px;
    float: left;
    margin-left: 0px;
}

.ev_nextrepeat a {
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}

.ev_nextrepeat a.blue {
    background-image: url("../images/d_blue.gif");
}

.ev_nextrepeat a.gray {
    background-image: url("../images/d_gray.gif");
}

.ev_nextrepeat a.green {
    background-image: url("../images/d_green.gif");
}

.ev_nextrepeat a.orange {
    background-image: url("../images/d_orange.gif");
}

.ev_nextrepeat a.red {
    background-image: url("../images/d_red.gif");
}

.ev_nextrepeat a.yellow {
    background-image: url("../images/d_yellow.gif");
}

/***************************
* List style
**************************/
ul.ev_ul {
    list-style: none;
    padding: 0px;
    margin: 5px;
}

#jevents_body ul.ev_ul li.ev_td_li {
    border-style: solid;
    border-width: 0 0 0 5px;
    margin-bottom: 1px;
    padding-left: 2px;
    background-image: none
}

a.ev_link_cat:link {
    font-size: 12px;

    color: Gray;
    text-decoration: none;
}

a.ev_link_cat:visited {
    font-size: 12px;

    color: Gray;
    text-decoration: none;
}

a.ev_link_cat:hover {
    font-size: 12px;

    color: Black;
}

a.ev_link_row:link,
a.ev_link_row:visited,
a.ev_link_row:hover {
    font-size: 12px;

    color: Gray;
    text-decoration: none;
    font-weight: normal;
}

a.ev_link_row:hover {
    text-decoration: inherit;
    color: Black;
}

a.ev_link_unpublished {
    color: red;
    text-decoration: none;
}

a.ev_link_weekday:link {
    font-size: 12px;

    color: Gray;
    text-decoration: none;
}

a.ev_link_weekday:visited {
    font-size: 12px;

    color: Gray;
    text-decoration: none;
}

a.ev_link_weekday:hover {
    font-size: 12px;

    color: Black;
}

.ev_fieldset {

    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    /* color: black; */
}

.jev_catdesc {
    margin-bottom: 4px;
}

#jevents_body .ev_table {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ev_table td {
    padding: 5px;
}

#jevents_body .ev_td_right {
    /*background-color: #FFDEAD;*/
    border-top: 1px solid #000000;
}

#jevents_body .ev_td_left {
    background-color: #c5d5e5;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;

    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: left;
    vertical-align: top;
    width: 100px !important;
}

#jevents_body .ev_td_today {
    background-color: #E9B4A1;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;

    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: black;
}

.ev_repeatexception {
    font-weight: bold;
    color: black;
    background-color: yellow;
}

table.jev_row {
    margin: 0px;
    font-size: inherit;
}

.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {
    background-color: #932037;
    /*background-color: #ff3b30;*/
    border: 1px solid #932037;
    /*border:1px solid #ff3b30;*/
}

.jev_toprow div.previousmonth {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.jev_toprow div.nextmonth {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#jevents_body .jev_toprow div.previousmonth a {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    color: #FFF;
    background: url(../images/mini_arrowleft.gif) no-repeat center left !important;
    text-decoration: none;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #932037;
    /*border-top:1px solid #ff3b30 ;*/
    border-bottom: 1px solid #932037;
    /*border-bottom: 1px solid #ff3b30 ;*/
    margin-bottom: -1px;
}

#jevents_body .jev_toprow div.nextmonth a {
    padding-right: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    background: url(../images/mini_arrowright.gif) no-repeat center right !important;
    text-decoration: none;
}

.jev_toprow div.previousmonth,
.jev_toprow div.currentmonth,
.jev_toprow div.nextmonth {
    float: left;
    height: 23px;
    line-height: 23px;
    text-align: center !important;
    color: #606F79 !important;
    font-weight: bold;
}

.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {
    width: 33.33%;
    min-height: 23px;
}

.jev_toprow div.currentmonth {
    width: 33.33%;
}

div.previousmonth {
    margin-left: 0%;
}

#jevents_body #jev_maincal.jev_listview .jev_daysnames {
    background-color: #F7F7F7;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #DDD;
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    color: #474747;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    float: left;
    width: 110px;
    max-width: 100%;
    overflow: hidden;
}

/**********************
* Form style
**********************/
/* Styles for dhtml tabbed-pages */
.ontab {

    font-size: 10px;
    background-color: ThreedShadow;
    border-left: outset 1px #ff9900;
    border-right: outset 1px #808080;
    border-top: outset 1px #ff9900;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    /* color: #FFFFFF; */
}

.offtab {

    font-size: 10px;
    background-color: #EEEEEE;
    border-left: outset 1px #E0E0E0;
    border-right: outset 1px #E0E0E0;
    border-top: outset 1px #E0E0E0;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
}

.tabpadding {
    border-bottom: solid 0px #777777;
}

.tabheading {
    background-color: #ffae00;
    border-left: solid 1px #777777;
    border-right: solid 1px #777777;
    /* color: #FFFFFF; */

    font-size: 10pt;
    text-align: left;
}

.tabcontent {
    /* background-color: ThreedFace; */
    border-top: solid 1px #777777;
    border-left: solid 1px #777777;
    border-right: solid 1px #777777;
    border-bottom: solid 1px #777777;
    /* color: #FFFFFF; */

    font-size: 16pt;
    text-align: left;
}

.pagetext {
    visibility: hidden;
    display: none;
    position: relative;
    top: 0;
}

.frm_td_bydays {
    background-color: #FFF8DC;
    font-size: 12px;
    color: black;
}

.frm_td_byweeks {
    background-color: #FFF0F5;
    font-size: 12px;
    color: black;
}

.frm_td_bymonth {
    background-color: #FDF5E6;
    font-size: 12px;
    color: black;
}

.frm_td_byyear {
    background-color: #F0F8FF;
    font-size: 12px;
    color: black;
}

/* Calendar navigaton area */
div.ev_navigation a:hover {
    background: transparent !important;
}

div.ev_navigation table {
    margin: 0px auto;
}

/* Calendar admin panel */
div.ev_adminpanel {}

div.ev_adminpanel form div:nth-child(odd) {
    float: left;
}

div.ev_adminpanel form div {
    padding: 5px 10px 5px 5px;
}

div.ev_adminpanel #published_fv,
div.ev_adminpanel #justmine_fv {
    width: 100px;
}

/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
    font-size: 10px;

    color: Green;
}

a.nav_bar_link:visited {
    font-size: 10px;

    color: Teal;
}

a.nav_bar_link:hover {
    font-size: 10px;

    color: Lime;
}

.nav_bar_cell {
    background-color: #ECECEC;
}

/****************************
* Iconic calendar navigation
****************************/

td.iconic_td {
    width: 60px !important;
    margin: 0px;
    padding: 0px;
}

div.nav_bar_cal {
    margin: 0px;
    padding: 0px;
    width: 50px;
}

div.nav_bar_cal img,
div.nav_bar_cal a {
    height: 31px;
    width: 50px;
    border: 0;
}

tr.icon_labels {
    font-size: 7pt;
    margin: 0px;
    padding: 0px;
    vertial-align: top;
}

div#ev_icon_yearly {
    background-image: url("../images/cal5x.jpg") !important;
    background-repeat: no-repeat;
}

div#ev_icon_monthly {
    background-image: url("../images/cal1x.jpg") !important;
    background-repeat: no-repeat;
}

div#ev_icon_weekly {
    background-image: url("../images/cal2x.jpg") !important;
    background-repeat: no-repeat;
}

div#ev_icon_daily {
    background-image: url("../images/cal3x.jpg") !important;
    background-repeat: no-repeat;
}

div#ev_icon_search {
    background-image: url("../images/cal8x.jpg") !important;
    background-repeat: no-repeat;
}

div#ev_icon_jumpto {
    background-image: url("../images/cal9x.jpg") !important;
    background-repeat: no-repeat;
}

div.jev_pagination {
    width: 100%;
    text-align: center;
}

.jev_pagination li {
    display: inline;
    margin-right: 3px;
}

/* Event Legend Module Styling */
.moduletable div.event_legend_container {
    border: solid black 1px;
    background-color: #FFDEAD;
    color: black;
    padding: 3px;
    font-size: 0.9em;
}

ul.event_legend_list {
    list-style: none !important;
    padding: 0px;
    margin: 5px;
}

ul.event_legend_list li {
    list-style: none !important;
    border: solid black 1px;
    background-image: none !important;
    padding-left: 0px;
}

div.event_legend_name {
    padding: 3px;
    font-weight: bold;
}

div.event_legend_name a {
    display: block;
    text-decoration: none;
    background-color: inherit;
    color: black;
}

div.event_legend_desc {
    background-color: white;
    color: black;
    padding: 3px 3px 3px 20px;

}

tr.dialogs,
tr.dialogs td,
tr.dialogs div {
    z-index: 9999;
}

/* Component Legend Styling
   float div to get table like view 
   border-color is set to category color by code */
#jevents_body .event_legend_container {
    border: none;
}

#jevents_body div.event_legend_item {
    float: left;
    border-left-width: 0px;
    border-left-style: solid;
    padding-left: 4px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 4px;
    /*	width:90px;*/
    min-width: 90px;
    white-space: nowrap;
    overflow: hidden;
}

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

#jevents_body div.event_legend_desc {
    border-left-width: 8px;
    border-left-style: solid;
    padding: 0px 0px 0px 4px;
    display: none;
}

/* end component legend */

div.jev_adminfilter {
    text-align: center;
    font-weight: bold;
    margin: 5px auto 10px auto;
}

#jevents_body a.addjevent:hover {
    background-color: transparent;
}

a.addjevent {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    float: right;
    background-image: url("../images/add.png") !important;
    background-repeat: no-repeat;
    background-position: top left;
    visibility: hidden;
}

a.addjevent img {
    border-width: 0px !important;
}

td.showjevadd a.addjevent {
    visibility: visible;
}

.jev_clear {
    clear: both;
}

/***************************************
* Boostrap ToolTips for JEvents Calendar
****************************************/
#jevents .jevbootstrap .top .popover-title {
    padding: 0px;
}

.jevtip-tip,
.jevtip {
    float: left;
    background: #f5f5f5;
    border: 1px solid #D4D5AA;
    padding: 0px;
    max-width: 400px;
    z-index: 99;
    font-size: 10pt;
}

.jevtip-text {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

div.jevtt_title {
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px 14px;
    border-radius: 5px 5px 0px 0px;

}

div.jevtt_text {
    line-height: 1.3em;
}

span.hasjevtip {
    display: block;
}


/* Joomla 1.6 changes */
#action_dialog {
    text-align: left;
    position: absolute;
    right: 0px;
    background-color: #red;
    border: solid 1px #000000;
    width: 200px;
    padding: 10px;
    visibility: hidden;
    z-index: 999;
}

#action_dialog div {
    width: 12px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    border: solid #000000;
    border-width: 0 0 1px 1px;
    text-align: center;
}

#action_dialog a {
    display: block;
    margin: 0px 2px;
}

#jevents_header {
    position: relative;
    padding-top: 40px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
}

.jevbootstrap .contentheading {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 30px;
    padding-left: 0px;

}

.jevbootstrap .contentheading.left {
    padding-left: 0px;
    color: #333333;
}

.jevbootstrap .contentheading.right {
    color: #DE4501;
}

.jevbootstrap .contentheading #jevents_header ul.actions {
    list-style-image: none;
    /* position:absolute;   right:0px;    top:0px;*/
    float: right;
    margin: 5px 5px 2px 2px !important;
    list-style-type: none;
    list-style-image: none;
    width: auto !important;
}

#jevents_header ul.actions li {
    line-height: 14px !important;
    background-image: none !important;
    padding-left: 0px !important;
    overflow: visible !important;
    float: left;
    margin-left: 3px;
}

/* Print version */
@media print {
    @page {
        size: landscape;
    }

    body.contentpane {
        filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);
    }

    table.contentpaneopen {
        background-image: none !important;
        background-color: white !important;
    }

    div.ev_navigation {
        display: none;
    }

    div.ev_adminpanel {
        display: none;
    }

    .ev_noprint {
        display: none;
    }
}

/* ICAL Export style */
div.ical_form_button.export_public a {
    float: left;
    margin-bottom: 5px;
    margin-right: 2%;
    width: 45%;
    clear: both;
}

div.ical_form_button.export_private a {
    float: right;
    margin-bottom: 5px;
    margin-left: 2%;
    width: 45%;
    text-align: right;
}

div.ical_form_button a {
    border: 1px solid rgb(202, 202, 202);
    padding: 6px;
    border-radius: 4px;
    background-color: rgb(247, 247, 247);
    color: rgb(107, 121, 107);
    line-height: 2.6;
}

div.ical_form_button a:hover {}

.ical_submit {
    padding: 5px;
}

.jev_google_export {
    float: left;
    width: 100%;
}

.jev_google_export img {
    display: block;
    margin-top: 5px;
}

.jev_google_export_pub {
    float: left;
    margin: 5px;
}

.jev_google_export_priv {
    float: right;
    margin: 5px;
}

h3.export_pub {
    float: left;
    width: 50%;
    text-align: left;
}

h3.export_priv {
    float: right;
    width: 50%;
    text-align: right;
}

.ical_form_button.export_public h3 {
    text-align: center;
}

h2.ical_generated {
    text-align: center;
}

input.ical_submit {
    margin: 10px 0 10px 0;
    display: block;
}

.icalformat label {
    display: inline-block;
}

div.export_form {
    background-color: #cfcfcf;
    display: inline-block;
    width: 97%;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

/* flat design enhancments */
div.new-navigation {
    margin: auto auto;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.nav-items {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    width: 93%;
}

#jevents_body .nav-items div.active a,
.jev_header2 .active a {
    background-color: #ff3b30;
    color: #FFF;
}

#jevents_body .nav-items div.active a:hover,
.jev_header2 .active a:hover {
    background-color: #FFF;
    border-left: 1px solid #ff3b30;
}

.nav-items>div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #ff3b30;
    border-left: 0px;
}

.nav-items>div a {
    padding: 8px 12px 7px 12px;
    text-decoration: none;
    color: #474747;
}

#jevents_body .nav-items>div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: 1px solid #ff3b30;
    color: #000;
}

.nav-items>div:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ff3b30;
}

.nav-items>div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ff3b30;
}

.nav-items>div:first-child a:hover {
    border-radius: 5px 0 0 5px;
    margin-left: -1px;
}

.nav-items>div:last-child a:hover {
    border-radius: 0 5px 5px 0;
}

.new-navigation #nav-search {
    display: inline-block;
    float: right;
    padding-right: 10px;
}

.month_date {
    min-height: 25px;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    vertical-align: top;
    margin-bottom: 5px;
}

.month_title_year,
.month_date,
.month_title {
    display: inline-block;
}

.month_title_year {
    padding-left: 6px;
    font-size: 1.5em;
}

.month_title {
    font-size: 2em;
}

#jevents_body .cal_today .cal_daylink {
    margin-top: 5px;
}

#jevents_body .cal_today .cal_daylink {
    color: #E25D21;
}

/* #jevents_body .cal_today .cal_daylink:hover {
    border-left: 1px solid #ff3b30;
    background-color: #fff;
    border: 1px solid #ff3b30;
    padding: 4px;
    border-radius: 10px;
    color: #ff3b30;
} */

.saturday,
.sunday {
    color: #ADADAD;
}

#jev_maincal {
    margin: 15px -1px 15px -1px;
    background-color: #FCFCFC;
    border: 1px solid #ddd;
}

div#jumpto form {
    text-align: center;
    width: 93%;
    margin-top: 10px;
}

#jevents_body #jumpto form select {
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    vertical-align: middle;
}

#jevents_body #jumpto form button {
    display: inline-block;
    padding: 0px 14px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
}

#jevents_body div.event_details {
    padding: 10px;
}

#jevents_body div.event_details_m>div {
    vertical-align: top;
}

#jevents_body div.event_details_m .repeat {
    width: 58%;
    display: inline-block;
}

#jevents_body div.event_details_m .contact {
    width: 30%;
    display: inline-block;
}

#jevents_body div.event_details_m .hits {
    width: 10%;
    display: inline-block;
}

.ev_prevrepeat,
.ev_nextrepeat {
    display: inline-block;
}

.ev_nextrepeat {
    margin-left: 15px;
}

#jevents_body div.list_no_e {
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

#jevents_body .jev_daysnames.category {
    margin-top: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    min-width: 110px;
    min-height: 33px;
}

#jev_maincal.jev_listview.category .jev_listrow:first-child {
    border-bottom: 0px;
}

#jevents_body .jev_daysnames.category select {
    background: none;
    height: 25px;
    width: 110px;
    border: 1px solid #ddd;
    font-size: 11px;
}

#jevents_body .jev_pagination select#limit.inputbox {
    width: 60px;
}

.event_details {
    padding: 10px;
}

#jevents_body #jevcatbar {
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-radius: 3px 3px 0px 0px;
}

#jevents_body .event_div_1 {
    border-left: 3px;
    margin: 7px 0px 6px 0px;
}

#jevents_body .event_div_2 {
    float: left;
}

.jev_listview .jev_listrow {
    float: left;
    border-color: #ddd;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    margin-bottom: -1px;
}

.jev_listview .jev_listrow {
    width: 100%;
}

/**#main ul {
    list-style-position: outside;
    list-style-type: square;
    padding: 0 0 0 15px;
    margin: 10px 0 10px 0px;
}**/
#jevents_body .jev_listview .jev_listrow li {
    background: none;
    padding-left: 10px;
    margin: 3px 10px;
    border-style: solid;
    border-width: 0px 0px 1px 4px !important;
    list-style-type: none;
}

.jev_toprow .jev_header2 {
    margin: 0px;
    padding: 0px;
    border: none;
    height: 23px;
}

.jev_toprow .jev_header2 {
    width: 100%;
}

#jevents_body table {
    width: 100% !important;
}

/* Removing inline styles in tables */
#jevents_body table.contentpaneopen {
    width: 100%;
}

#jevents_body td.contentheading {
    width: auto;
}

/* Media Queries for mobile and desktop displays */
@media (max-width: 698px) {
    .jev-only-mobile {
        display: block;
    }

    .jev-only-desktop {
        display: none;
    }
}

@media (min-width: 699px) {
    .jev-only-mobile {
        display: none;
    }

    .jev-only-desktop {
        display: block;
    }
}

.jev_toprow .jev_header2>* {
    height: auto !important;
}

/** Css for jQuery popups in calendar cells **/
.popover div>div {
    color: inherit;
}

/** JEvents jQuery adjustments **/
.jev_daysnames.category {
    width: 200px !important;
    height: auto !important;
}

.jev_daysnames.category .chzn-container.chzn-container-single {
    position: absolute !important;
    width: 195px !important;
    text-align: left;
    display: block;
}

/** Make sure choosen list is under input **/
#jevents .chzn-container.chzn-container-single .chzn-results {
    clear: both;
}



/** 2024-12-26 TibetCalendar **/

#jevents .jevbootstrap .top .popover-title {
    padding: 0px;
}

.jevtip-tip,
.jevtip {
    float: left;
    background: #f5f5f5;
    border: 1px solid #D4D5AA;
    padding: 0px;
    max-width: 400px;
    z-index: 99;
    font-size: 10pt;
}

.jevtip-text {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

.popover-header {
    background-color: #DCAF80 !important;
    border-bottom: none !important;
    border-radius: 10px !important;
    padding: 5px !important;
}

.popover-header .jevtt_title {
    font-size: 14px !important;
}

.zangli .cal_dayshasevents .event {
    padding-bottom: 3px;
}

div.jevtt_title {
    font-weight: bold;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 7px;
    background-color: white !important;
    color: #C38E56 !important;
}

div.jevtt_text {
    line-height: 1.3em;
}

span.hasjevtip {
    display: block;
}

#jevents_body {
    border: 1px solid #942037;
    border-radius: 0px;
    padding: 0px 30px 30px;
    background-color: #fff;
}

.jev_toprow .jev_header2 {
    margin-bottom: 30px;
    letter-spacing: 0px;
    background-color: #F1EEEB;
    padding-top: 9px;
}

.cal_daysnames {
    font-size: 14px;
}

#jevents_body .cal_table {
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd
}

#jevents_body .cal_top_day_names {
    margin-bottom: 0px;
    background-color: white;
    height: 60px;
    width: 100%;
}

.zangli .cal_dayshasevents div,
.zangli .cal_today div {
    display: block;
    vertical-align: top;
    font-size: 17px;
    text-align: left;
}

.cal_daylink,
.cal_daysoutofmonth {
    font-size: 17px;
    color: #737373;
}

#jevents_body .zangli .event_div_1 {
    margin: 0px;
}

#jevents_body .cal_titlelink {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    display: block;
    margin-top: 9px;
}


.cal_description {
    color: #1970b3;
    font-weight: 600;
}

#jevents_body .cal_today .cal_daylink,
#jevents_body .cal_today .cal_daylink:hover {
    /* padding: 8px 14px;
    border-radius: 4px; */
    cursor: pointer;
}

#jevents_body .cal_dayshasevents,
#jevents_body .cal_today {
    padding: 10px 6px;
}

.jevbootstrap .contentheading {
    font-size: 24px;
    color: #000;
    padding-left: 40px;
    font-weight: normal;
    display: inline-block;
}

.jevbootstrap .contentheading_2 {
    font-size: 24px;
    color: #000;
    padding-left: 40px;
    font-weight: normal;
    display: inline-block;
    float: right;
    margin-right: 32px;
    color: #c0321c;
    margin-bottom: -18px;
}

#jevents_body,
#jevents {
    border: none;
    /* background: #f5f5f5; */
}

#jevents .jev_clear {
    display: none;
}

.jev_toprow div.previousmonth,
.jev_toprow div.currentmonth,
.jev_toprow div.nextmonth {
    color: #333333 !important;
    height: 60px !important;
    border: none !important;
    line-height: 60px;
    margin-bottom: 0px;
    font-weight: normal;
}

#jevents_body .cal_daysnames {
    /* background-color: #f5f5f5; */
    letter-spacing: 0px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 17px;
    color: #988A8A;
}

.cal_daylink {
    background: none;
    font-weight: normal;
}

.cal_daysoutofmonth {
    background-color: #FAFBFC;
    border: 1px solid #dddddd;
    font-weight: normal;
    font-size: 17px;
    color: #DEDEDE;
    text-align: left;
    padding: 10px 15px;
}

.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {
    border-radius: 3px;
    background: #F1EEEB;
    color: #525252;
}

#jevents #jevents_body .jev_toprow div.previousmonth a,
#jevents #jevents_body .jev_toprow div.nextmonth a {
    background: none !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #525252;
}

.jev_toprow div.currentmonth {
    font-size: 22px;
    color: #DE4501 !important;
    background-color: white;
    border-radius: 3px;
}

.cal_description {
    color: #CE4306;
    font-weight: normal;
    /*  top: 37px; */
    text-align: right;
    display: block;
    letter-spacing: 0px;
    margin-top: 42px;
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 17px;
}

.cal_description_holiday {
    margin-top: 22px;
}

.small-font {
    font-size: 11px;
}

.custom-arrow-left {
    position: absolute;
    left: 20px;
    top: 10px;
}

.custom-arrow-right {
    position: absolute;
    right: 20px;
    top: 10px;
}


#jevents_body .cal_dayshasevents {
    border: 1px solid #dddddd;
}

.my_dalin {
    margin-top: -6px;
    padding-left: 11px;
}

.spec-holiday {
    color: #1970b3;
}

.normal-holiday {
    color: #BD8707;
}

.course_information {

    margin-top: 23px;
}

.prompt_information {

    margin-top: 9px;
}