.prog_star {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
}
.prog_star_block {
    width: 28px;
    height: 28px;
    background: #fff url('/schedule/images/prog/checkbox.png') 0 0 no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
}
.prog_star:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.prog_star.act .prog_star_block {
    background-position: 0 100%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #fcf3cb;
}
.my_schedule {
    width: 960px;
    padding-bottom: 20px;
    margin: 0px auto;
}
.print_icon {
    width: 20px;
    height: 20px;
    background: url('/schedule/images/prog/print.png') 0 0 no-repeat;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.close_icon {
    width: 12px;
    height: 12px;
    background: url('/schedule/images/prog/delete.png') 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
}

.nav_schedule {
    min-height: 33px;
    z-index: 999;
    padding-top: 5px;
    position: relative;
}
.nav_schedule_reducer {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.nav_schedule_l {
    float: left;
    width: 135px;
    margin-right: -100%;
}
.nav_schedule_l_txt {
    white-space: nowrap;
    font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
}
.nav_schedule_l_txt span {
    color: #017fb1;
    cursor: pointer;
    border-bottom: 1px dotted #017fb1;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.nav_schedule_l_txt span:hover {
    color: #009bd8;
    border-bottom: 1px dotted #009bd8;
}
.nav_schedule_l_txt.empty span,
.nav_schedule_l_txt.empty span:hover {
    scolor: #606060;
    scursor: default;
    sborder-bottom: none;
}
.nav_schedule_r {
    margin-left: 140px;
    overflow: hidden;
    position: relative;
    min-width: 810px;
    height: 55px;
}
.nav_schedule_time_line {
    overflow: hidden;
    margin-top: 3px;
    font-size: 11px;
    line-height: 110%;
    width: 810px;
    position: relative;
    z-index: 2;
    height: 10px;
}
.nav_schedule_time_block {
    display: none;
    float: left;
    width: 90px;
    padding-top: 2px;
    text-indent: 2px;
    sborder-left: 1px solid gray;
}
.nav_schedule_time_block.first {
    margin-left: 30px;
}
.nav_schedule_time_block.last {
    width: 60px;
}
.nav_schedule_time_stamp_line {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
    margin-left: 6px;
}
.nav_schedule_time_stamp {
    display: table-cell;
    border-right: 2px solid white;
    height: 5px;
    position: relative;
    overflow: hidden;
    background: #959492;
    cursor: pointer;
    overflow: hidden;
}
.nav_schedule_time_stamp.first {
    sheight: 20px;
}
.nav_schedule_time_stamp.last {
    sborder-right: 1px solid gray;
    margin-right: 0;
}
.nav_schedule_time_stamp_curr {
    sheight: 27px;
    height: 5px;
    display: none;
}
.nav_schedule_time_stamp_curr.curr {
    sbackground: url('/schedule/images/prog/star-icon-timeline.png') 0 0 no-repeat;
    cursor: pointer;
    display: block;
    background: #05c024;
}
.nav_schedule_time_stamp_curr.red {
    background-position: 0 100%;
    background: #ee1d1d;
}

.fade.email {
    z-index: 1001;
}
.popup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
    padding: 20px 0px;
}
.popup.out {
    left: -10000px;
}
.popup_reducer {
    width: 90%;
    max-width: 960px;
    margin: 0px auto;
    background: white;
    position: relative;
    padding: 10px 20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_share {
    width: 90%;
    max-width: 960px;
    margin: 0px auto;
    background: #d3d3d3;
    position: relative;
    padding: 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_share_icon {
    position: relative;
    z-index: 2;
    background: url('/schedule/images/prog/icons.png') 0 0 no-repeat;
}
.popup_close {
    position: absolute;
    cursor: pointer;
    right: -15px;
    top: -61px;
    width: 30px;
    height: 30px;
    background: url('/schedule/images/prog/close.png') 0 0 no-repeat;
}
.popup_close:hover {
    background-position: 0 -30px;
}
.popup_cols {
    overflow: hidden;
}
.popup_col {
    float: left;
    width: 33%;
}
.schedule_block {
    padding: 10px 10px 10px 0px;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.schedule_block_alert {
    position: absolute;
    background: white url('/schedule/images/prog/alert.png') 50% 50% no-repeat;
    width: 3px;
    height: 20px;
    right: 20px;
    top: 0px;
}
.schedule_block_close {
    position: absolute;
    background: white url('/schedule/images/prog/delete.png') 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.schedule_block_header {
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: bold;
}
.schedule_block_header span {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}
.schedule_block_subj {
    font-size: 12px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.schedule_block_place {
    font-size: 11px;
    padding-bottom: 5px;
}
.map {
    overflow: hidden;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
    padding-top: 10px;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 10px;
    background-color: transparent;
}

.popup_share_mail {
    float: left;
    cursor: pointer;
    width: 28px;
    height: 24px;
    float: left;
    margin-right: 5px;
    background-position: -46px 100%;
    margin-top: 1px;
}
.popup_share_mail:hover {
    background-position: -46px 0;
}
.popup_share_print {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    background-position: 0 100%;
    margin-top: 1px;
}
.popup_share_print:hover {
    background-position: 0 0;
}
.popup_share_pdf {
    float: left;
    cursor: pointer;
    width: 20px;
    height: 24px;
    float: left;
    margin-right: 5px;
    background-position: -25px 0;
    margin-top: 1px;
}
.popup_share_icons,
.popup_share_flds {
    height: 26px !important;
}
.popup_share_flds_email {
    overflow: hidden;
    margin: 0px;
    padding: 0px 0px 2px;
}
.popup_share_flds_email_txt,
.popup_share_flds_email_subj {
    height: 24px;
    border: 1px solid #bbbbbb !important;
    margin: 0px 5px 0px 0px;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 300px;
    box-shadow: none !important;
}
.popup_share_flds_email_txt.error {
    border: 1px solid #d52727 !important;
}
.popup_share_flds_email_btn {
    height: 24px !important;
    border: none !important;
    margin: 0px;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 31px !important;
    box-shadow: none !important;
    background: url('/schedule/images/prog/mail-btn.png') 0 0 no-repeat;
}
.popup_share_flds_email_btn:hover {
    background-position: 0 100%;
}
.stream_note {
    font-size: 15px;
}
.footer_reducer {
    height: 50px;
}
.popup_share_flds_status span {
    color: #017fb1;
    cursor: pointer;
    border-bottom: 1px dotted #017fb1;
}
.popup_share_flds_status span:hover {
    color: #009bd8;
    border-bottom: 1px dotted #009bd8;
}
.popup_share_act_close {
    width: 24px;
    height: 24px;
    background: url('/schedule/images/prog/close-actions.png') 0 0 no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}
.popup_share_pdf_link {
    color: #017fb1;
    line-height: 24px;
    font-size: 16px;
    text-decoration: underline;
}
.popup_share_pdf_link:hover {
    color: #009bd8;
}
.popup_share_act_close:hover {
    background-position: 0 100%;
}

.popup_share_vk {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    background-position: -75px 0;
    margin-top: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.popup_share_vk:hover {
    background-position: -75px 100%;
}
.popup_share_fb {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    background-position: -99px 0;
    margin-top: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.popup_share_fb:hover {
    background-position: -99px 100%;
}
.popup_share_tw {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: left;
    background-position: -123px 0;
    margin-top: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.popup_share_tw:hover {
    background-position: -123px 100%;
}


.popup_email {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1002;
    padding: 20px 0px;
}
.popup_email_reducer {
    width: 90%;
    max-width: 700px;
    background: #fff;
    margin: 0px auto;
    position: relative;
}
.popup_email_close {
    position: absolute;
    cursor: pointer;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: url('/schedule/images/prog/close.png') 0 0 no-repeat;
}
.popup_email_close:hover {
    background-position: 0 -30px;
}
.popup_email_frm {
    padding: 20px;
    margin: 0px;
}
.popup_email_frm_table {
    border-collapse: collapse;
    margin: 0px;
}
.popup_email_frm_table td {
    padding-bottom: 10px;
    padding-right: 10px;
    height: 26px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}
.popup_email_frm_table .lbl {
    width: 120px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}
.popup_email_frm_table label {
    display: inline;
    font-family: 'Roboto', sans-serif;
}
.popup_share_txt,
.popup_email_frm_table input {
    font-family: 'Roboto', sans-serif;
}
.popup_email_frm_loader {
    background: url('/schedule/images/prog/loader-white.gif') 50% 50% no-repeat;
}
.popup_email_frm_status {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.print_all_table {
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.print_all_table td {
    padding: 0px;
    width: auto;
    background: white;
    vertical-align: top;
}
.print_all_table .print_all_time {
    width: 70px;
    background: white;
    padding: 0px;
}

.hdn {
    display: none;
}

.nav_schedule_time_screen_line {
    position: relative;
    height: 5px;
    top: 7px;
    margin-right: 12px;
}
.nav_schedule_time_screen {
    position: absolute;
    height: 5px;
    background: #b3b2b1;
    left: 0px;
    top: 0px;
}

.popup_email_frm_status span {
    color: #017fb1;
    cursor: pointer;
    border-bottom: 1px dotted #017fb1;
}
.popup_email_frm_status span:hover {
    color: #009bd8;
    border-bottom: 1px dotted #009bd8;
}


.small_icons .popup_share_vk {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-position: -212px 0;
}
.small_icons .popup_share_vk:hover {
    background-position: -212px -20px;
}
.small_icons .popup_share_fb {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-position: -232px 0;
}
.small_icons .popup_share_fb:hover {
    background-position: -232px -20px;
}
.small_icons .popup_share_tw {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-position: -252px 0;
}
.small_icons .popup_share_tw:hover {
    background-position: -252px -20px;
}
.small_icons .popup_share_mail {
    width: 24px;
    height: 20px;
    margin-right: 2px;
    background-position: -187px 0;
}
.small_icons .popup_share_mail:hover {
    background-position: -187px -20px;
}
.small_icons .popup_share_print {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-position: -148px 0;
    margin-left: 5px;
}
.small_icons .popup_share_print:hover {
    background-position: -148px -20px;
}
.small_icons .popup_share_eye {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-position: -273px 0;
    float: left;
    cursor: pointer;
}
.small_icons .popup_share_eye:hover {
    background-position: -273px -20px;
}
.small_icons .popup_share_pdf {
    width: 17px;
    height: 20px;
    margin-right: 2px;
    background-position: -169px 0;
}


.metro .streamer .streams .stream.stream_1 {
    background-image: url('../images/star.svg');
    background-position: 100% 95%;
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}
.metro .streamer .streams .stream.stream_2 {
    background-image: url('../images/pos.svg');
    background-position: 98% 95%;
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.metro .streamer .streams .stream.stream_3 {
    background-image: url('../images/lightbulb.svg');
    background-position: 98% 95%;
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.metro .streamer .streams .stream.stream_4 {
    background-image: url('../images/settings.svg');
    background-position: 98% 95%;
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.metro .streamer .streams .stream.stream_5 {
    background-image: url('../images/school.svg');
    background-position: 97% 95%;
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}


.metro .streamer .events .event-stream .event .event-content-data .title {
    font-size: 12px;
    line-height: 13px;
    margin-right: 28px;
}

.nav_schedule_dd {
    position: absolute;
    z-index: 200;
    background: #fff;
    border: 1px solid #c6c6c6;
    padding: 10px 10px 5px;
    font-size: 90%;
    line-height: 110%;
    top: 45px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
    box-shadow: 0 0 7px rgba(0,0,0,.4);
}
.nav_schedule_dd_block {
    padding-bottom: 5px;
}
.nav_schedule_dd_block_l {
    float: left;
    margin-right: -100%;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}
.nav_schedule_dd_block_r {
    margin-left: 35px;
    padding-right: 0px;
    min-height: 29px;
    line-height: 15px;
    max-width: 300px;
}
.nav_schedule_dd_block_r_txt {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.event-video {
    position: absolute;
    width: 16px;
    height: 16px;
    background: white url('http://2013.iforum.ua/assets/i/video_room.png') 0 0 no-repeat;
    right: 5px;
    top: 2px;
    z-index: 10;
}



.introduction {
    font-size: 11px;
    text-align: center;
}
.introduction>strong {
    display: block;
}
.introduction>div {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}


.event-super .rep {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 25px !important;
    width: 50%;
    float: left;
    font-size: 13px;
}
.event-super .rep:first-child {
    width: 100%;
    font-size: 15px;
}
.event-super .rep_img {
    float: left;
    margin-right: -100%;
}
.event-super .rep:first-child img {
    width: 70px !important;
    height: 70px !important;
}
.rep_data {
    display: block;
}
.event-super .rep_data {
    margin-left: 70px;
    color: #999999;
}
.event-super .rep:first-child .rep_data {
    margin-left: 85px;
}
.event-super .rep_data strong,
.event-super .rep_data span {
    color: #000;
}
.event-super .rep_data span {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
}

.event-group-link {
    position: relative;
}
.event-group-link-href {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 840px) {
    .popup_share_icons .popup_share_txt {
        clear: left;
        position: relative !important;
        top: 0 !important;
        text-align: left !important;
        padding-top: 10px !important;
    }
    .popup_share_icons {
        height: auto !important;
        overflow: hidden;
    }
    .popup_col {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .small_icons div {
        display: none;
    }
    .metro .streamer .streams .stream.stream_1,
    .metro .streamer .streams .stream.stream_2,
    .metro .streamer .streams .stream.stream_3,
    .metro .streamer .streams .stream.stream_4,
    .metro .streamer .streams .stream.stream_5 {
        background-position: 50% 50%;
    }
    .popup_col {
        width: 100%;
    }
    .popup_share_icon {
        display: none;
    }
    .popup_share_icons .popup_share_txt {
        padding-top: 0 !important;
    }
    .introduction>div {
        display: block;
        width: auto;
    }
}
@media screen and (max-width: 980px) {
    .nav_schedule_r {
        min-width: 1px;
    }
    .nav_schedule_r div {
        display: none;
    }
}

