/** Intro **/
div#welcome{
    display: inline-block;
    width: 600px;
    border: 1px solid #bababa;
    margin-left: 30px;
    margin-top: 36px;
    padding: 20px;
}

div#welcome img#devices{
    float: left;
    margin-right: 24px;
}

div#welcome h2{
    font-size: 2em;
    margin: 0px 0px 6px 0px;
    padding: 0px;
    color: #f15b00;
}
div#welcome p{
    font-size: 1.2em;
}

div#welcome div#features{
    border-top: 1px solid #bababa;
    padding-top: 12px;
}

div#welcome div#features h3{
    color: #f15b00;
    width: 100%;
}

div#welcome div#features ul li{
    line-height: 2em;
    font-size: 1.1em
}

div#sidebar{
    width: 250px !important;
    margin-left: 0px !important;
    float: left;
}

div#sidebar div#feedback{
    border: 1px solid #bababa;
    margin: 12px 0px;
    padding: 12px;
    width: 215px;
    height: 46px;
}
div#sidebar div#feedback p{
    width: 165px;
    margin: 0px 0px 0px 12px;
    line-height: 1.4em
}
div#sidebar div#feedback img{
    padding-top: 6px;
}
div#sidebar div#feedback p,
div#sidebar div#feedback img{
    float: left;
}

/** Video List **/
div#video-list {
    width: 100%;
    margin: 0px;
}
.admin div#video-list {
    width: 100%;
    margin: 0px;
    border-bottom: 1px dotted #bababa;
    padding-bottom: 6px;
}

#video-list ul{}

#video-list li{
    background-image: none;
    background-color: #e6e5e5;
    color: #222;
    display: block;
    text-decoration: none;
    padding: 8px 10px;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

#video-list li:hover {
  
}

#video-list li p{
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    font-weight: bold;
}

#video-list li p.sessions{
    margin-left: 5px;
}

#video-list li p.title{
    width: 160px;
    padding-top: 6px;
}

#video-list p.sessions span{
    display: inline-block;
    color: #666;
    width: 18px;
    height: 15px;
    padding: 3px;
    margin-top: 2px;
    text-align: center;
    border: #666;
    background-color: #dadada;
    cursor: default;
}

#video-list p.sessions span.available{
    background-color: #f15b00;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
    cursor: pointer;
}
#video-list p.sessions span.available:hover{
    border-color: #f15b00;
    color: #333;
    background-color: #FFF;
}

#video-list li p span:nth-child(1){
    margin: 0px 6px;
}

div#video-list h3,
div#agenda-info h3 {
    margin: 6px 0px 6px 0px;
}
.admin #agenda-info h3{
    font-size: 1.7em;
    margin-bottom: 12px;
}
#video-list h3{
    font-size: 1.5em;
}
#video-select-box{
    float:right;
    margin-top: -28px;
}
#video-select-box label{
    margin-right: 8px;
}

/** Video Player **/
#video-player {
    margin-top: 12px;
}

.admin #video-player {
    margin-top: 56px;
}

/** Agenda List **/
tr.marked {
    color: #92928B;
}
div.time-marker:hover {
    background-position: 0px -13px;
}
div.time-marker.marked {
    background-position: 0px -27px;
}
div.time-save, button#file-upload{
    font-size: 12px;
    width: 130px;
}
.skipped-item, .time-marker{
    font-size: 10px;

}
div.time-save, button#file-upload, .skipped-item, .time-marker {
    text-transform: uppercase;
    margin: 3px;
    text-align: center;
    padding: 4px;
    border: 2px solid #bababa;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
    background-color: #FFF;
}
div.time-save:hover, button#file-upload:hover, .skipped-item:hover, .time-marker:hover {
    background-color: #d11820;
    color: #FFF;
}

div#save-options {
    margin: 4px 0px;
    padding: 4px 0px;
    border: 1px solid #d3d3d3;
}

div.time-save,
div#save-status {
    display: inline-block;
    vertical-align: top;
}
div.time-save{
    margin-right: 160px;
}
div#save-status{
    margin-top: 8px;
    font-size: 0.8em;
    color: #333;
    font-style: italic;
}
div#save-status p{
    margin:0;
}
div#save-status .error{
    color: red;
}
div#save-status .success{
    color: green;
}


div#upload-block {
    border: 1px solid #bababa;
    width: 100%;
}
div#upload-block h3 {
    display: inline-block;
    margin: 6px 400px 6px 12px;
}

#video-player, #agenda-info{
    display: inline-block;
    vertical-align: top;
}
.player #video-player, .player #agenda-info{
    display: block;
    vertical-align: none;
}

/** Agenda Items **/
div#agenda-info {
    margin: 12px 24px 0px 0px;
    width: 430px;
}
.admin #agenda-info{
    width: 430px;
    margin-right: 24px;
}
.player #agenda-info{
    width: 486px;
}

div#save-options {
    margin: 4px 0px;
    padding: 4px 0px;
    border: 1px solid #d3d3d3;
}

table#agenda-item-table {}
table#agenda-item-table thead {
    text-align: left;
    font-size: 10px;
}
table#agenda-item-table td {
    border: 1px solid #bababa;
    vertical-align: top;
    padding: 8px 8px 12px 8px;
    font-size: 1.2em
}
table#agenda-item-table td#time-col {
    width: 90px;
}
table#agenda-item-table td input {
    font-size: 16px;
    color: #666;
    padding: 4px;
    width: 90px;
}

#agenda-items {
    border: 4px solid #dedede;
    height: 338px;
    overflow: scroll;
}
.player #agenda-items{
    margin-top: 12px;
}

/** Agenda Info for Chapter List **/
.player #agenda-item-table td.item-description{
    cursor: pointer;
}
.player #agenda-item-table td.item-description:hover{
    background-color: #ededed;
}

img.share-icon{
    opacity: 0.2;
    margin: 12px 0px 0px 4px;
    cursor: pointer;
}

/** Share Box **/
.player #share-box{
    border: 1px solid #dedede;
    margin: 10px 0px;
    font-size: 1.2em;
    color: #333;
    padding: 4px 12px;
    background-color: #dedede;
    display:none;
}

input#share-link{
    width: 420px;
    font-size: 0.9em;
    padding: 6px;
    margin-left: 12px;
    border: 2px solid #dadada;
}

.player #share-close{
    font-size: 0.8em;
    color: #FFF;
    background-color: #bababa;
    display: inline-block;
    width: 24px;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    margin-left: 18px;
    position: relative;
    vertical-align: top;
    margin-top: 6px;
    cursor: pointer;
}
.player #share-close:hover{
    background-color: #666;
}

/* Player Mode Styling */
.admin .vjs-big-play-button {
    left:190px;
    top:100px;
}
.player .vjs-big-play-button {
    left: 43%;
    top: 43%;
}

.player #video-list, .player #video-content{
    display: inline-block;
    vertical-align: top;
}

.player #video-content{
    width: 670px;
    margin-left: 16px;
}

.player #agenda-info{
    width: 100%;
}

/** Video Controls for admin **/
.admin #video-controls{
    bottom: -34px;
    position: absolute;
    font-size: 1em;
    color: #333;
}