/* webinar styles */
html {
    font-size: 15px;
    font-family: Verdana, Arial, Lucida Sans, Trebuchet MS, Helvetica, sans-serif;
    color: #222;
    background: #fff url("../images/html_bg.png") 0 0 repeat-x;
}
html, body, div, table, pre, h1, h2, h3, h4, hr, tr, th, td, img, ul, ol, li, form, button {
    margin: 0;
    padding: 0;
}
body {
    text-align: center; /* to fix IE bug */
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    text-align: left;
    vertical-align: top;
}
li {
    list-style-position: inside;
}
ol, ul {
    padding-left: 48px;
}
hr {
    margin: 10px 0;
}
object, embed, video {
    vertical-align: top;
}
img {
    vertical-align: top;
    border: 0 none;
    -ms-interpolation-mode: bicubic;
}
a {
    color: #666;
    text-decoration: underline;
}
a:hover {
    color: #188dde;
    text-decoration: underline;
}
button {
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: normal;
    font-style: normal;
    font-variant: normal;
    display: inline;
    cursor: pointer;
    height: 30px;
    font-size: 17px;
    border: 1px solid #aaa;
    vertical-align: middle;
    background: #fff url("../images/shadow_top.png") 0 -5px repeat-x;
    color: #444;
    border-radius: 5px;
}
button:hover {
    border-color: #188dde;
    color: #188dde;
}
button:active {
    padding-top: 2px;
    padding-bottom: 1px;
    border-color: #188dde;
    color: #188dde;
    background-position: 0 0;
}

.float-container {
    display: block;
    overflow: hidden;
}
.left {
    display: block;
    float: left;
}
.right {
    display: block;
    float: right;
}
.clear {
    display: block;
    clear: both;
}
.margin-fix {
    margin-top: -1px;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}
.nowrap {
    white-space: nowrap;
}
.code {
    margin: 8px 0;
    padding: 5px;
    font-family: monospace;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background: #eee;
    border: 1px solid #aaa;
    border-radius: 5px;
}


/* blocks */

/* header */
#webinar_header {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #aaa;
    display: block;
}
#webinar_header .header-block {
    width: 100%;
    background: transparent;
}
#webinar_header .header-bg {
    width: 100%;
    background: transparent url("../images/top_bg.png") 50% 100% no-repeat;
}
#webinar_header #header {
    margin: 0 auto;
    width: 500px;
    position: relative;
    display: block;
    text-align: left;
}
#webinar_header .header-content {
    padding: 10px;
    padding-bottom: 6px;
    padding-right: 140px;
}
#webinar_header #header_logo {
    top: 0;
    bottom: 0;
    right: 10px;
    width: 122px;
    min-height: 34px;
    position: absolute;
    display: none;
}
#webinar_header #header_logo a {
    color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    background: transparent url("../images/ubicast_logo_white.png") 50% 50% no-repeat;
}
#webinar_header #header h1 {
    color: #188dde;
    font-size: 20px;
}
#webinar_header #header h1 span {
    display: block;
}
#webinar_header #header .top-buttons {
    margin-top: 8px;
    display: block;
    overflow: hidden;
}
#webinar_header #header .top-button {
    margin-left: 20px;
    padding-left: 22px;
    padding-right: 6px;
    padding-top: 2px;
    cursor: pointer;
    float: left;
    color: #222;
}
#webinar_header #header .top-button:hover {
    color: #666;
}
#webinar_header #header .button-toggle {
    background: transparent url("../images/arrow_right_222222.gif") 0 50% no-repeat;
}
#webinar_header #header .button-toggle:hover {
    background-image: url("../images/arrow_right_666666.gif");
}
#webinar_header #header .button-toggle.displayed {
    background-image: url("../images/arrow_bottom_222222.gif");
}
#webinar_header #header .button-toggle.displayed:hover {
    background-image: url("../images/arrow_bottom_666666.gif");
}
#webinar_header #header #position_btn {
    padding-left: 40px;
    background: transparent url("../images/btn_switch_black.gif") 0 50% no-repeat;
}

/* main */
#webinar_main {
    margin: 0 auto;
    width: 500px;
    position: relative;
    display: block;
    text-align: left;
}
#webinar_main .relative,
#webinar_main .bottom-block {
    position: relative;
}
#webinar_main .block-content {
    padding: 10px;
}
#webinar_main .bottom-block .block-container,
#webinar_main .bottom-block .block-container .block-bg,
#webinar_main .bottom-block .block-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
#webinar_main .bottom-block .block-content {
    padding: 8px;
    overflow: auto;
}
#webinar_main .top-block .block-container {
    margin-bottom: 10px;
}

#webinar_main .block-container,
#webinar_main .block-bg,
#webinar_main .player-block-container,
#webinar_main .player-block-bg {
    border-radius: 5px;
}
#webinar_main .loading-block .block-container,
#webinar_main .top-block .block-container,
#webinar_main .bottom-block {
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 6px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

#webinar_main .block-container,
#webinar_main .player-block-container {
    background: #fff url("../images/block_bg.png") 0 100% no-repeat;
}

/* loading */
#webinar_main .loading-block {
    width: 500px;
}
#webinar_main #loading {
    text-align: center;
}
#webinar_main #loading .loading,
#webinar_main #loading .error {
    padding-left: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
    display: inline-block;
}
#webinar_main #loading .loading {
    background: transparent url("../images/loading.gif") 0 50% no-repeat;
}
#webinar_main #loading .error {
    background: transparent url("../images/error.png") 0 50% no-repeat;
}

/* info elements */
#webinar_main #info table th,
#webinar_main #info table td {
    padding: 2px;
    vertical-align: top;
    color: #444;
}
#webinar_main #info table th {
    padding-right: 16px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

/* slides elements */
#webinar_main #slides {
    color: #444;
}
#webinar_main #slides .slides-warning {
    margin: 16px;
    padding-left: 80px;
    font-size: 15px;
    background: transparent url("../images/warning.png") 0 50% no-repeat;
}
#webinar_main #slides .slides-warning button {
    margin-left: 40px;
    margin-top: 10px;
}
#webinar_main #slides .size-select {
    margin: 10px;
    margin-bottom: 5px;
}
#webinar_main #slides .size-select button {
    margin: 0 5px;
}
#webinar_main #slides .slide-link {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}
#webinar_main #slides.size-1 .slide-link { width: 140px; }
#webinar_main #slides.size-2 .slide-link { width: 180px; }
#webinar_main #slides.size-3 .slide-link { width: 240px; }
#webinar_main #slides.size-4 .slide-link { width: 320px; }
#webinar_main #slides.size-5 .slide-link { width: 400px; }
#webinar_main #slides .slide-link a {
    margin: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: transparent;
    text-decoration: none;
}
#webinar_main #slides .slide-link a span {
    width: 100%;
    display: block;
    color: #666;
}
#webinar_main #slides .slide-link a:hover span {
    color: #222;
    text-decoration: none;
}
#webinar_main #slides .slide-link a span.slide-link-content {
    padding: 5px;
    border: 1px solid transparent;
    width: auto;
}
#webinar_main #slides .slide-link.current a span.slide-link-content {
    border-color: #8dbdde;
    background: transparent url("../images/mask_current.png") 0 0 repeat;
    border-radius: 6px;
}
#webinar_main #slides .slide-link a:hover span.slide-link-content {
    border-color: #188dde;
    background: transparent url("../images/mask.png") 0 0 repeat;
    border-radius: 6px;
}
#webinar_main #slides .slide-link a span.slide-link-time {
    padding-bottom: 4px;
}
#webinar_main #slides .slide-link a span.slide-link-title {
    padding-top: 4px;
}
#webinar_main #slides .slide-link a img {
    width: 100%;
    display: block;
}


/* attachments elements */
#webinar_main #attachments a,
#webinar_main #attachments span,
#webinar_main #attachments img {
    display: block;
}
#webinar_main #attachments a {
    margin: 10px;
    padding: 5px;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}
#webinar_main #attachments a:hover {
    text-decoration: none;
}
#webinar_main #attachments span.attachment-icon {
    float: left;
    width: 64px;
    height: 64px;
    background: transparent url("../images/files/file.png") 0 0 no-repeat;
}
#webinar_main #attachments span.attachment-content {
    margin-left: 74px;
}
#webinar_main #attachments span.attachment-title {
    font-weight: bold;
}
#webinar_main #attachments span.attachment-size {
    margin-top: 4px;
    font-style: italic;
}
#webinar_main #attachments span.attachment-description {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #aaa;
}
/* file types (icons are from oxygen iconset) */
#webinar_main #attachments span.attachment-icon.file-pdf { background-image: url("../images/files/pdf.png"); }
#webinar_main #attachments span.attachment-icon.file-gif,
#webinar_main #attachments span.attachment-icon.file-jpg,
#webinar_main #attachments span.attachment-icon.file-jpeg,
#webinar_main #attachments span.attachment-icon.file-png { background-image: url("../images/files/img.png"); }
#webinar_main #attachments span.attachment-icon.file-txt { background-image: url("../images/files/txt.png"); }
#webinar_main #attachments span.attachment-icon.file-doc,
#webinar_main #attachments span.attachment-icon.file-docx { background-image: url("../images/files/doc.png"); }
#webinar_main #attachments span.attachment-icon.file-xlsx,
#webinar_main #attachments span.attachment-icon.file-xls { background-image: url("../images/files/xls.png"); }
#webinar_main #attachments span.attachment-icon.file-xml { background-image: url("../images/files/xml.png"); }
#webinar_main #attachments span.attachment-icon.file-html { background-image: url("../images/files/html.png"); }
#webinar_main #attachments span.attachment-icon.file-py { background-image: url("../images/files/py.png"); }
#webinar_main #attachments span.attachment-icon.file-ppt,
#webinar_main #attachments span.attachment-icon.file-pptx { background-image: url("../images/files/ppt.png"); }
#webinar_main #attachments span.attachment-icon.file-oga,
#webinar_main #attachments span.attachment-icon.file-mp3 { background-image: url("../images/files/audio.png"); }



/* search elements */
#webinar_main #search label,
#webinar_main #search input {
    margin: 0 4px;
    padding: 4px;
    font-size: 15px;
    line-height: 20px;
    outline: 0 none;
    display: inline;
}
#webinar_main #search #search_bar {
    margin-top: 6px;
}
#webinar_main .top-block #search #search_bar {
    margin-bottom: 10px;
}
#webinar_main #search label {
    color: #444;
    font-weight: bold;
    height: 20px;
}
#webinar_main #search input.text {
    white-space: normal;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    border: 1px solid #aaa;
    display: inline;
    vertical-align: middle;
    background: #fff url("../images/shadow_top.png") 0 0 repeat-x;
    color: #000;
    border-radius: 5px;
}
#webinar_main #search input.grey-text {
    color: #666;
}
#webinar_main #search input.text:focus {
    border-color: #188dde;
    color: #000;
}
#webinar_main #search .search-result-message {
    padding-left: 32px;
    color: #444;
}
#webinar_main .top-block #search #search_results {
    width: 100%;
    font-size: 14px;
    overflow: auto;
    display: block;
}
#webinar_main .bottom-block #search #search_results {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    overflow: auto;
    display: block;
}
#webinar_main #search #search_results .search-line {
    display: block;
    width: 100%;
    overflow: hidden;
}
#webinar_main #search #search_results .search-result {
    float: left;
    display: block;
    width: 50%;
}
#webinar_main #search #search_results .search-result .search-result-bg {
    margin: 5px;
    display: block;
    color: #444;
    background: #fff url("../images/shadow_top.png") 0 0 repeat-x;
    border: 1px solid #aaa;
    border-radius: 5px;
}
#webinar_main #search #search_results .search-result table td {
    padding: 5px;
    vertical-align: middle;
}
#webinar_main #search #search_results .search-result a {
    color: #444;
    display: block;
    text-decoration: none;
}
#webinar_main #search #search_results .search-result a:hover {
    color: #188dde;
    text-decoration: none;
}
#webinar_main #search #search_results .search-result img {
    height: 100px;
}
#webinar_main #search #search_results .search-result .search-paragraph {
    display: block;
}
#webinar_main #search #search_results .search-result i.search-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* messages elements */
#webinar_main #messages {
    padding: 8px;
    display: block;
}
#webinar_main #messages h2 {
    font-size: 14px;
}


/* player */
#webinar_main .main-place {
    position: relative;
}
#webinar_main video {
    background: transparent url("../images/loading.gif") 50% 50% no-repeat;
}


/* webinar content */
#webinar_main #webinar_content {
    padding: 10px;
    overflow: hidden;
}
#webinar_main #webinar_content div.columns-container {
    overflow: hidden;
    display: block;
}
#webinar_main #webinar_content div.right-column {
    float: right;
    display: block;
}
#webinar_main #webinar_content div.left-column {
    float: left;
    display: block;
}
#webinar_main .top-spaced {
    margin-top: 10px;
}
#webinar_main #webinar_content a.chapter-image-link {
    color: transparent;
    text-decoration: none;
}

/* chapters table */
#webinar_main #chapters_place {
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: auto;
    font-size: 13px;
}
#webinar_main table.chapters-table th {
    padding: 3px 4px;
    color: #000;
    background: #ddd url("../images/light_top.png") 0 0 repeat-x;
}
#webinar_main table.chapters-table td {
    cursor: pointer;
    padding: 3px 4px;
}
#webinar_main table.chapters-table tr.even td {
    background: #eee;
}
#webinar_main table.chapters-table tr.odd td {
    background: #ddd;
}
#webinar_main table.chapters-table tr:hover td,
#webinar_main table.chapters-table tr.hovered td {
    background: #89ff79 url("../images/light_top.png") 0 0 repeat-x;
}
#webinar_main table.chapters-table tr.current td {
    background: #81c2ff url("../images/light_top.png") 0 0 repeat-x;
}


/* player controls */
#webinar_main #player_controls {
    margin-top: 8px;
    overflow: hidden;
    display: block;
    width: 100%;
    clear: both;
}


/* dual videos */
#webinar_main #player_controls.no-margin {
    margin-top: 0;
}

#webinar_main .main-place #chapters_place {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
    max-height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    display: none;
    background: #111;
    border: 1px solid #aaa;
    overflow: hidden;
    border-top-right-radius: 6px;
}
#webinar_main .main-place #chapters_place th {
    width: auto !important;
}
#webinar_place.dual-videos .display-slide-overlay-button {
    position: absolute;
    bottom: 25px;
    right: 0;
    height: 24px;
    line-height: 24px;
    background: transparent url("../images/dual_videos/bar.png") 0 0 repeat-x;
}
