/* Theme CSS */
html {
    background-color: #eee;
}
/* body {
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color:#fff;
 }*/
.eventCalendar-wrap {
    border: solid 1px #d3d3d3;
    /*box-shadow:0 0 15px #999;*/
    border-radius: 5px;
    background-color: #fff;
    color: #807E7E;
}

    .eventCalendar-wrap .arrow {
        text-decoration: none;
        color: #3c4043;
        padding: 0 5px;
        line-height: 28px;
        top: 13px;
        padding: 8px 10px;
        background: transparent;
        margin: 0px;
    }

        .eventCalendar-wrap .arrow.prev {
        }

        .eventCalendar-wrap .arrow:hover {
            opacity: 0.7;
        }

        .eventCalendar-wrap .arrow span {
            height: 0;
            width: 0;
            font-size: 0;
            line-height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #3c4043;
            float: left;
            text-indent: -5000px;
        }

        .eventCalendar-wrap .arrow.prev span {
            border-left-width: 0;
            border-right: 6px solid #3c4043;
        }

.eventsCalendar-slider {
    position: relative;
    height: -webkit-fill-available;
    background-color: #fff;
}

.eventsCalendar-monthWrap {
    height: 43vh !important;
    background-color: white;
    top: 10px;
    left: 0px;
}

.eventsCalendar-currentTitle {
    line-height: 33px;
    /*background-color:#138DA5;*/
    /*outline:1px solid #138DA5;
			border:1px solid #E3E3E3;*/
    border-width: 1px 0;
}

    .eventsCalendar-currentTitle .monthTitle {
        font-size: 110%;
        text-decoration: none;
        font-weight: bold;
        color: #3c4043;
    }

.eventsCalendar-daysList {
    zoom: 1;
    padding: 0;
    width: 100%;
}

    .eventsCalendar-daysList.showAsWeek {
        margin: 10px 5px;
        width: auto;
        /* border:solid 1px #BCBCBC;*/
        /*border-bottom-width:0;*/
        border-radius: 0;
        /*	background-color:#CCCCCC;
				background-image: linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -o-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -moz-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -ms-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);

				background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0.42, #EEEEEE),
					color-stop(0.71, #CCCCCC)
				);*/
    }

    .eventsCalendar-daysList.showDayNames.showAsWeek {
        border-radius: 5px 5px 0 0;
    }

    .eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
        content: "";
        display: table;
    }

    .eventsCalendar-daysList:after {
        clear: both;
    }

.eventsCalendar-day-header {
    /*text-transform:lowercase;*/
    text-align: center;
    font-size: 12px;
    color: #3c4043;
    /*border-bottom:solid 1px #BCBCBC;*/
}

.eventsCalendar-daysList.showAsWeek li {
    height: auto;
}

    .eventsCalendar-daysList.showAsWeek li.empty {
        /*background-color: #ccc;*/
        min-height: 27px;
    }

.eventsCalendar-day a {
    text-decoration: none;
    font-size: 10px;
    color: #424242;
}

.eventsCalendar-day {
    /*border-left:solid 1px #BCBCBC;*/
}

    .eventsCalendar-day a {
        /*border:solid 1px #BCBCBC;*/
        border-width: 0 1px 1px 0;
    }

.showAsWeek .eventsCalendar-day {
    border-left-width: 0;
}

    .showAsWeek .eventsCalendar-day a {
        /*border:solid 1px red;*/
        /*border-color:#fff #BCBCBC #BCBCBC #eee;*/
        line-height: 27px;
        font-size: 13px;
        color: #3c4043;
    }

.eventsCalendar-day a:hover {
    background-color: #E4E4E4;
    background-color: rgba(0,0,0,.1);
    border-radius: 50px;
    /*box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}

.eventsCalendar-daysList li.dayWithEvents a {
    /*background:#89B814;*/
    /*background:#5cb85c;*/
    /*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
    color: #3c4043;
    color: #3c4043;
    /*border: 1px solid transparent;*/
    border-radius: 50px;
}

    .eventsCalendar-daysList li.dayWithEvents a:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 8px;
        background-color: #e25757;
        position: absolute;
        right: 7px;
        top: 5px;
    }

li.eventsCalendar-day.dayWithEvents a:hover {
    /*background-color:#C2D374;*/
    /*background-color:#449d44;*/
    /*border: 1px solid transparent;*/
    /*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}

.eventsCalendar-daysList li.today a {
    background: #449FB2;
    /*background:#449FB2;*/
    color: white !important;
    border-radius: 50px;
    /*box-shadow:inset 5px 5px 10px #216B7A;
				text-shadow: 2px 2px 2px #216B7A;*/
}

li.eventsCalendar-day.today a:hover {
    /*background-color:#79BDCC;*/
    /*background-color:#286090;*/
    /*box-shadow:inset 5px 5px 10px #449FB2;
					text-shadow: 2px 2px 2px #449FB2;*/
}

.eventsCalendar-daysList li.current a {
    color: #3c4043;
    /*border: 1px solid;*/
    border-radius: 50px;
    /*background:#449FB2;*/
    /*box-shadow:inset 5px 5px 10px #216B7A;
				text-shadow: 2px 2px 2px #216B7A;*/
}

li.eventsCalendar-day.current a:hover {
    background-color: #79BDCC;
    /*box-shadow:inset 5px 5px 10px #449FB2;
					text-shadow: 2px 2px 2px #449FB2;*/
}

.eventsCalendar-loading {
    border-radius: 4px;
    margin: 5px auto;
    padding: 0 10px;
    background-color: #ccc !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /*box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;*/
    position: absolute;
    z-index: 4;
    top: 25px;
    left: 5px;
}

    .eventsCalendar-loading.error {
        background-color: red;
    }

.eventsCalendar-list-wrap {
    min-height: 100px;
    position: relative;
}

.eventsCalendar-list-content.scrollable {
    max-height: 25vh;
    overflow-y: auto;
    margin: 0 5px 5px 0;
}

.eventsCalendar-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .eventsCalendar-list li {
        padding: 10px 5px 6px;
        margin: 0;
        clear: both;
    }

        .eventsCalendar-list li time {
            font-size: 10px;
            line-height: 13px;
        }

            .eventsCalendar-list li time em {
                float: left;
                font-style: normal;
                font-size: 14px;
            }

            .eventsCalendar-list li time small {
                font-size: 12px;
                float: left;
                background-color: #807E7E;
                color: #fff;
                padding: 2px 5px 2px 4px;
                margin: 0 0 0 3px;
            }

        .eventsCalendar-list li .eventTitle {
            display: block;
            clear: both;
            color: #0E8EAB;
            font-weight: bold;
            text-decoration: none;
        }

            .eventsCalendar-list li .eventTitle:hover { /*text-decoration:underline;*/
            }

        .eventsCalendar-list li .eventDesc {
            clear: both;
            margin: 0 0 5px 0;
            font-size: 80%;
            line-height: 1.2em;
        }

    .eventsCalendar-list .eventsCalendar-noEvents {
        font-size: 111%;
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        background-color: #e4e4e4;
        color: #5a5858;
        text-align: center;
        box-shadow: 1px 2px 2px #ccc;
        /*box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;*/
    }

.bt {
    border-left: 1px solid #698B10;
    border-right: 1px solid #698B10;
    border-top: 1px solid #698B10;
    border-bottom: 1px solid #465F05;
    font-size: 12px;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding: 9px 34px 11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: #698B10;
    background-repeat: repeat-x;
    border-radius: 4px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(top, #89B814, #698B10);
}

    .bt:hover {
        background-position: 0 -15px;
        text-decoration: none;
    }
/* end of theme css */
#anc_resendmail.resendmailg {
    color: #0E8EAB !important;
}

/*= ONLY FOR DEMO PAGE */
body {
    /*width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;*/
}

a {
    color: #0E8EAB;
}
/*
.eventCalendar-wrap {
	width:265px;
}
*/
#DemoList {
    list-style-type: none;
    padding: 0;
}

    #DemoList > li {
        margin-right: 40px;
    }

        #DemoList > li > h2 {
            margin: 20px 0 3px 0;
        }

.demoDesc {
    width: 200px;
    margin: 0 0 10px 0;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.thin .eventCalendar-wrap {
    width: 195px;
}

.thin pre {
    width: 185px;
}

.thin .demoDesc {
    width: 195px;
}

.wide .eventCalendar-wrap {
    width: 650px;
}

.wide pre {
    width: 640px;
}

.wide .demoDesc {
    width: 650px;
}

#paradigmaBox {
    float: left;
}

#vissitBox {
    float: right;
}

.poweredBy img {
    float: left;
    margin-right: 3px;
}

.poweredBy .data {
    float: left;
}

.poweredBy .name {
    font-weight: bold;
    color: #555;
    text-decoration: none;
    display: block;
    margin-top: 28px;
}

.poweredBy .twitter {
    text-decoration: none;
    display: block;
    float: left;
}

.features {
    padding-left: 20px;
    float: left;
}

#appLogo {
    margin-right: 30px;
}

pre {
    clear: both;
    width: 255px;
    padding: 5px;
    /*background-color:#FFFFCC;
	
	border:solid 1px #FED17E;*/
    overflow: auto;
}

#license {
    width: 300px;
    float: right;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

body#responsiveDemo {
    width: auto;
}
/* end of demo page */
