body {
    font-family: Tahoma;
    font-size: 13px;
    padding: 0;
    margin: 0;
    background: inherit;
    color: #1976D2;
}

a {
    color: #1976D2;
}

.btn {
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    transition: all linear .25s;
    background: #BBDEFB;
    color: #000;
    border-style:none;
}

.btn:hover {
    background: #2196F3;
    color: #FFFFFF;
}
.btn-off {
    opacity: .5;
    cursor: default;
}

.loading{
    display:inline-block;
    background:url(i/plugins/loading.gif) no-repeat center center;
    height:30px;
    width:70px;
}

/******************
powered
******************/
.powered {
    background: url(i/logo/24.png) no-repeat 3px center;
    padding:5px 0 5px 32px;
}

/******************
Agenda
******************/
div.agenda-month {
    padding: 5px;
    font-size: 20px;
    border-radius: 3px;
    margin-bottom: 8px;
}

div.agenda-day {
    position: relative;
    margin-bottom: 5px;
}

div.agenda-day i {
    font-style: normal;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: 5px;
    width: 55px;
    bottom: 4px;
    text-align: right;
    border-radius: 3px;
    transition: background-color 250ms linear;
    background: #BBDEFB;
    color: #555;
}
div.agenda-day:hover i {
    background: #2196F3;
    color: #FFFFFF;
}

div.agenda-item {
    margin-left: 70px;
}

div.agenda-item a {
    text-decoration: none;
    margin-bottom: 4px;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 250ms linear;
    background: #f2f2f2;
    color: #000;
}
div.agenda-item a:hover {
    background: #BBDEFB;
    color: #000;
}
div.agenda-item b {
    width: 60px;
    display: inline-block;
    vertical-align:top;
}
div.agenda-item span{
    display:inline-block;
}
div.agenda-item em.community {
    display: block;
    font-size: 11px;
    font-style: italic;
    background: inherit;
    color: #1976D2;
}

/******************
Monthly
******************/
div#month {
    position:relative;
}
/*--------------------------------------*/
div.month-nav * {
    vertical-align: middle;
}
div.month-nav span {
    font-size: 20px;
    line-height: 30px;
    margin-left: 5px;
}
/*--------------------------------------*/
table.month-weekday {
    table-layout: fixed;
    width: 100%;
    border-bottom: solid 1px #c0c0c0;
    border-spacing: 0;
}

    table.month-weekday th {
        font-weight: normal;
        text-align: left;
        padding: 5px;
        overflow:hidden;
        text-overflow: ellipsis;
    }
/*--------------------------------------*/
    div.month-days table {
        table-layout: fixed;
        border-spacing: 0px;
        border-right: solid 1px #c0c0c0;
        width: 100%;
        height: 100%;
    }

div.month-days th {
    background: #fff;
    font-weight: normal;
    color: #000;
    height: 20px;
    overflow: hidden;
    text-align: left;
    padding: 3px;
    border-bottom: solid 1px #c0c0c0;
}

div.month-days td {
    background: #fff;
    vertical-align: top;
    border-left: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    padding-bottom: 10px;
    overflow: hidden;
}

div.month-days td b {
    color: #555;
    display: block;
    padding: 5px;
    font-weight: normal;
}

div.month-days td span.community, div#month-popup span.community {
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    background: inherit;
    color: #1976D2;
}

div.month-days td.today b {
    background: #2196F3;
    color: #FFFFFF;
}

div.month-days td.off {
    background: #dcdcdc;
}
div.month-days td.off b {
    color: #555;
}

div.month-days a, div.month-days td.off a, div#month-popup a {
    text-decoration: none;
    display: block;
    border-left-style: solid;
    border-left-color: #1976D2;
    border-left-width: 3px;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    margin: 3px 0 0 3px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color, opacity, 250ms linear;
    background: #f2f2f2;
    color: #000;
}

div.month-days td.off a {
    opacity: .5
}

div.month-days a span, div#month-popup a span {
    font-size: 11px;
    font-weight: bold;
    margin-right: 3px;
}

div.month-days a:hover, div.month-days td.off:hover a:hover, div#month-popup a:hover {
    background: #BBDEFB;
    color: #000;
}

div.month-days td.off:hover a {
    opacity: 1;
}

.dot {
    text-align: center;
    font-size: 20px;
    line-height:30px;
    display: none;
    cursor: pointer;
    transition: background-color, 250ms linear;
}
.dot:hover {
    text-shadow: 0 0 20px #BBDEFB;
    font-size: 30px;
}
div#month-popup {
    display: none;
    overflow:auto;
    margin-bottom:20px;
}
div#month-popup b{
    display:block;
    margin-bottom:10px;
    font-size:20px;
    font-weight:normal;
}
div#month-popup input {
    position: absolute;
    top: 0;
    right: 0;
}
/*******************************************
notifications view
*******************************************/
.notification-header {
    padding: 4px 5px;
    background: #1976D2;
    color: #fff;
}
.notification-item {
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 62px;
    cursor: pointer;
    transition: background-color 250ms linear;
    border: solid 1px #1976D2;
    border-bottom-color: #efefef;
    border-top-style: none;
    position: relative;
    min-height: 42px;
    overflow: hidden;
    background: #fff;
    color: #000;
}

.notification-item:hover {
    background: #efefef;
}
.notification-item:last-child {
    border-bottom-color: #1976D2;
}
.notification-item b {
    display: block;
}

.notification-item span.community {
    display: block;
    font-size: 11px;
    font-style: italic;
    background: inherit;
    color: #1976D2;
}
.urgent-true span.community::after {
    content: '!';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left:3px;
    line-height: 14px;
    color: #fff;
    background: #1976D2;
    border-radius: 50%;
    text-align:center;
    font-style:normal;
}

.content-category-1 {background: url(Plugin/svg/Blue/cc-1.svg)}
.content-category-2 {background:url(Plugin/svg/Blue/cc-2.svg)}
.content-category-3 {background:url(Plugin/svg/Blue/cc-3.svg)}
.content-category-5 {background:url(Plugin/svg/Blue/cc-5.svg)}
.content-category-6 {background:url(Plugin/svg/Blue/cc-6.svg)}
.content-category-21 {background:url(Plugin/svg/Blue/cc-21.svg)}
.content-category-22 {background:url(Plugin/svg/Blue/cc-22.svg)}
.content-category-23 {background:url(Plugin/svg/Blue/cc-23.svg)}
.content-category-24 {background:url(Plugin/svg/Blue/cc-24.svg)}
.content-category-25 {background:url(Plugin/svg/Blue/cc-25.svg)}

.content-category {
    background-size:42px;
    height: 42px;
    width: 42px;
    position: absolute;
    left: 10px;
    top: 10px;
}

@media (max-width:825px) {
    table.month-weekday th {
        text-align:center;
    }
    div.month-days b{
        text-align:center;
    }
    div.month-days .dot{
        display:block;
    }
    div.month-days a, div.month-days td.off a{
        display: none;
    }
}