﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
	*/

.timecodeitem:hover
{
	background-color: rgba(194, 194, 194, 0.1);
	cursor: pointer;
}

a.remove-element {
	float: right;
	margin: 5px 5px 0 0;
	color: red;
}

.img-new-thumbnail {
	margin-bottom: 10px;
	cursor: pointer;
}

.output-thumbnail-container {
    max-height: 80px;
}

.img-output-thumbnail {
    display: block;
    max-height: 60px;
    max-width: 100%;
}

.screenshots .selected {
    outline: solid 5px red;
    box-shadow: inset 0 0 0 1000px rgba(255, 0, 0, 0.5);
}

/*.form-control {
    border: 1px solid #ddd !important;
}*/

.clip-description {
    resize: vertical !important;
    min-height: 62px;
}

.publish-player {
    width: 670px;
    margin-bottom: 15px;
}

.sequence-player {
    width: 670px;
    margin-bottom: 30px;
}

.clear-both {
    clear: both;
}

.tags-input {
    height: 48px !important;
    position: relative;
}
.jump-controls {
    display: flex;
    justify-content: space-between
}

.jump-controls div {
    text-align: center
}

.jump-controls div label {
    vertical-align: middle
}

.margin-10 {
    margin: 10px;
}

.clip-list {
    max-width: 360px;
}

.field-validation-error {
    color: red;
}

#notifcation-container {
    position: absolute;
    top: 5%;
    left: 30%;
    width: 40%;
    background: #51a351;
    padding: 19px;
    border-radius: 3px;
    z-index: 10005;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
}

#notifcation-container a {
    color: #fff;
}

#notifcation-container div {
    margin-bottom: 4px;
}


.snap-canvas {
    max-width: 400px;
    padding-top: 12px;
}

.no-display {
    display:none;
}

.btn.smaller {
    font-size: 12px;
    font-weight: 300;
    padding: 3px 9px;
}

h2 .smaller {
    font-size: 24px;

}

.navbar .navbar-nav > li > input {
    line-height: 1.42857;
    margin: 15px 4px;
    padding: 6px 6px;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    font-family: 'Berlingske Sans', Arial, tahoma, sans-serif;
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-family: 'Berlingske Sans xtrabold', Arial, tahoma, sans-serif,serif; font-weight: bold;
    color: #000;
}

.autocomplete-suggestion.selected {
    background: #ddd;
}

.logo a img {
    max-width: 10rem;
    margin-top: -14px;
}

.embedcopy{
    cursor: pointer;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 10010; 
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Modal Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.tooltip {
    opacity: 1 !important;
}

.form-group img {
    width: 100%;
}

.initial-width {
    width: initial !important;
}

.progress {
    margin: 10px;
    width: 400px;
    height: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

.btn-square {
    border-radius: 5px !important;
}

.zindex-1 {
    z-index: -1 !important;
}

#jumbo-container {
    background-color: transparent;
}

.form-padding { 
    padding: 15px 8px; 

}

.front-page-title { 
    display: flex; 
    justify-content: center;
    height: 150px;
}

.front-page-title h1 {
    font-size: 70px;
}

.channel-panel h2 { 
    margin-top: 15px;
    text-align: center;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    padding: 0 5px;
}
.align-right{
    display: flex;
    justify-content: flex-end;
}
@media(max-width: 699px) {
    .main-container { justify-content: center; }
    .channel-box { flex: 1; }
}

.validation-summary-valid {
    display: none;
}

.validation-summary-error {
    display: block;
}

.required-field-start::before {
    color: rgb(177,47,47);
}
.required-field-start::before{
    content: '* ';
}

.descriptor {
    border-top: 2px solid #F4F3EF;
    padding: 15px 0px;
}

.descriptor-text {
    font-style: italic;
    font-weight: bold;
}