<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dxsplControl .dxsplLCC
{
    padding: 0;
}

#plan_of_action_list{
    height :100%
}

#plan_of_action_list_bar{
    width: 100%;
    height: 32px;
}

#plan_of_action_list_bar ul li{
    display: block;
    float: left;
    width: 40px;
    height: 32px;
}

.komens_bar_filter_delimiter {
    display: block;
    width: 1px;
    height: 100%;
    float: left;
    border-left: 1px solid #c4c4c4;
    /*background: url('../images/plan_of_action/planakci-1x32-filtr-delitko.png') no-repeat;*/
}

.active {

}

.filter_empty a, .filter_my a, .filter_pass a {
    display: block;

    width: 100%;
    height: 100%;
}

.filter_empty a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-prazdne.png') no-repeat center;
}

.filter_empty a:hover{
    background: url('../images/plan_of_action/planakci-40x32-filtr-prazdne-hover.png') no-repeat center;
}

.filter_empty a:active{
    background: url('../images/plan_of_action/planakci-40x32-filtr-prazdne-down.png') no-repeat center;
}

.active.filter_empty a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-prazdne-down.png') no-repeat center;
}

.filter_my a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-moje.png') no-repeat center;
}

.filter_my a:hover{
    background: url('../images/plan_of_action/planakci-40x32-filtr-moje-hover.png') no-repeat center;
}

.filter_my a:active{
    background: url('../images/plan_of_action/planakci-40x32-filtr-moje-down.png') no-repeat center;
}

.active.filter_my a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-moje-down.png') no-repeat center;
}

.filter_pass a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-minule.png') no-repeat center;
}

.filter_pass a:hover{
    background: url('../images/plan_of_action/planakci-40x32-filtr-minule-hover.png') no-repeat center;
}

.filter_pass a:active{
    background: url('../images/plan_of_action/planakci-40x32-filtr-minule-down.png') no-repeat center;
}

.active.filter_pass a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-minule-down.png') no-repeat center;
}

.move_prev, .move_next {
    float: right !IMPORTANT;
}

.move_next a, .move_prev a {
    display: block;
    width: 100%;
    height: 100%;
}

.move_next a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-rsschovat.png') no-repeat center;
}

.move_next a:hover{
    background: url('../images/plan_of_action/planakci-40x32-filtr-rsschovat-hover.png') no-repeat center;
}

.move_next a:active{
    background: url('../images/plan_of_action/planakci-40x32-filtr-rsschovat-down.png') no-repeat center;
}

.move_prev a{
    background: url('../images/plan_of_action/planakci-40x32-filtr-rsukazat.png') no-repeat center;
}

.move_prev a:hover{
    background: url('../images/plan_of_action/planakci-40x32-filtr-rsukazat-hover.png') no-repeat center;
}

.move_prev a:active{
    background: url('../images/plan_of_action/planakci-40x32-filtr-rsukazat-down.png') no-repeat center;
}

#plan_of_action_list_content{
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y:scroll;
    height: calc(100% - 32px);
}

#plan_of_action_list_content ul li{
    display: block;
    float:left;
    width: 100%;
    margin-bottom: 1px;

}

#plan_of_action_list_content ul li table tr{
    border-bottom-width:1px;
}

.plan_of_action_list_item{

}

.plan_of_action_list_table_blue, .plan_of_action_list_table_white{
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* objevuje se tam prouzek u sipky v pravo */
.plan_of_action_list_table_blue td{
    margin: 0;
    padding: 0;
    border: none;
}

.plan_of_actions_list_row {
    border-bottom:solid;
    border-bottom-width:2px;
    cursor:pointer;
}

.plan_of_action_event{
    min-height: 32px;

    /* add 16.5.2016 Lubos */
    padding: 2px;
    position: relative;
}

.plan_of_actions_list_div_left
{
    float:left;

}
.plan_of_actions_list_div_right
{
    float:right;


}

.plan_of_action_list_elipsis{
    overflow: hidden;
    text-overflow: ellipsis;

}

.plan_of_action_list_date_title_blue, .plan_of_action_list_date_title_white, .plan_of_action_list_date_title_black{
    line-height:16px;
    text-align:left;
    padding: 5px 5px 5px 0;/* 16.5.2016 Lubos padding:5px;  */
}

/*
Zakomentovano 16.5.2016 by Lubos
.plan_of_action_list_title{
    padding:4px;
}
*/

.plan_of_action_list_date, .plan_of_action_list_date_white, .plan_of_action_list_date_blue{
    width: 70px;
    min-width: 70px;
    text-align: center;
    padding: 5px;

}

.plan_of_action_list_date_hidden .plan_of_action_list_date div {
    opacity:0;
}

.plan_of_action_event_selected .plan_of_action_list_date div {
    opacity:1;
}

.plan_of_action_event_selected {

}

.plan_of_action_list_time_grey, .plan_of_action_list_time_white{
    text-align: center;
}

/*
.plan_of_action_event_selected .message_list_arrow {
    display: block;
    vertical-align: bottom;
    text-align: right;
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: bottom;
    background-image: url('../images/plan_of_action/planakci-32-seznam-otevritdetail.png');
}
*/
/* 16.5.2016 rekonstrukce by Lubos */
.plan_of_action_event_selected .message_list_arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/plan_of_action/planakci-32-seznam-otevritdetail.png');
}

/* prava */
#plan_of_action_detail{
    display: block;
    margin: 2em;

}

#plan_of_action_detail p {
    line-height: 16px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

.plan_of_action_detail_title{
    line-height:17px;
    text-align:left;
}

.plan_of_action_detail_date{
    line-height:17px;
    text-align:left;
}

.plan_of_action_detail_category{
    line-height:16px;
    text-align:left;
}

.plan_of_action_detail_separator{
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 1em;
}

.plan_of_action_detail_place_class_title{
    line-height:14px;
    text-align:left;
    margin-top: 1em;
}

.plan_of_action_detail_place_class_content{
    line-height:14px;
    text-align:left;
}

.plan_of_action_detail_google_link {
    height: 40px;
    width: 120px;
    margin-top: 1em;
}

.plan_of_action_detail_google_link a{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/plan_of_action/planakci-120x40-googlecal.png') no-repeat;
}

.plan_of_action_detail_google_link a:hover{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/plan_of_action/planakci-120x40-googlecal-hover.png') no-repeat;
}

.plan_of_action_detail_google_link a:active{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/plan_of_action/planakci-120x40-googlecal-down.png') no-repeat;
}

@media only screen and (max-width: 410px){
    #plan_of_action_list_bar ul li{
        width: 30px;
    }
}
</pre></body></html>