/*
 * Xibo - Digital Signage - http://www.xibo.org.uk
 * Copyright (C) 2012 Daniel Garner
 *
 * This file is part of Xibo.
 *
 * Xibo is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * any later version.
 *
 * Xibo is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 */

div.timelineMediaVerticalList {
    float: left;
    width: 560px;
}

div#timelinePreview {
    float: left;
    width: 180px;
}

div.timelineMediaDetails h3 {
    font-size: 16px;
}

ul.timelineSortableListOfMedia {
    list-style: none;
}

li.timelineModuleListItem {
    list-style: none;
}

img.timelineModuleButtonImage {
    width: 35px;
    height: 35px;
    float: left;
}

span.timelineModuleButtonText {
    float:left;
    padding-top: 12px;
}

a.timelineModuleButtonAnchor {
    display: block;
    clear: left;
}

div.timelineMediaItem {
    width: 500px;
}

li.timelineMediaListItem {
    padding: 5px;
    padding-bottom: 60px;
}

ul.timelineMediaItemLinks li {
    display: inline;
    padding-left: 15px;
}

ul.timelineMediaItemLinks li a {
    color: white;
}

ul.timelineMediaItemLinks {
    background-color: black;
    margin: 0;
    padding: 10px;
}

div.timelineMediaPreview {
    display: none;
}

div.timelineMediaDetails {
    height: 60px;
}

div.timelineMediaDetails h3 {
    float: left;
    padding-left: 20px;
    color: whiteSmoke;
    max-width: 350px;
    max-height: 60px;
    overflow: hidden;
    margin-top: 1px;
}

div.timelineMediaDetails .timelineMediaTags {
    float: right;
    max-width: 150px;
    max-height: 60px;
    overflow: hidden;
}

div.timelineMediaItemColouringDefault {
    background-color: green;
}

div.timelineMediaItemColouring_powerpoint {
    background-color: #3333D6;
}

div.timelineMediaItemColouring_image {
    background-color: #FF3030;
}

div.timelineMediaItemColouring_webpage {
    background-color: #009933;
}

div.timelineMediaItemColouring_shellcommand {
    background-color: #66C285;
}

div.timelineMediaItemColouring_microblog {
    background-color: #FF6600;
}

div.timelineMediaItemColouring_embedded {
    background-color: #FF3399;
}

div.timelineMediaItemColouring_text {
    background-color: #CCCC00;
}

div.timelineMediaItemColouring_ticker {
    background-color: #006600;
}

div.timelineMediaItemColouring_video {
    background-color: #990099;
}

div.timelineMediaItemColouring_flash {
    background-color: #ADAD85;
}

div.timelineMediaItemColouring_counter {
    background-color: #3366FF;
}

div.timelineMediaItemColouring_datasetview {
    background-color: #009999;
}

div.timelineMediaItemColouring_enabled {
    background-color: green;
}

div.timelineMediaItemColouring_disabled{
    background-color: #999966;
}

span.library_assign_list_select {
    cursor: pointer;
}

ul#LibraryAssignSortable {
    display: inline-block;
    padding: 0;
}

#LibraryAssignSortable .li-sortable {
    padding: 5px;
    margin: 5px;
    border: 1px solid #8080ff;
    background-color: #E5F0FF;
    cursor: pointer;
    list-style: none;
    word-break: break-all;
}

div.timelineLink {
    color: white;
    background-color: black;
    z-index: 50;
    padding: 5px;
    position: absolute;
    right: 15px;
    font-family: Verdana;
    top: 109px;
}

div.timelineLink a {
    color: white;
}

div.regionPreviewOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

div.previewContent {
    overflow: hidden;
}

.layoutJumpListContainer .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center;
    overflow: hidden;
}

.designer-control-panel .btn {
    overflow: hidden;
}

.designer-control-panel-checkbox {
    padding-top: 5px;
}