.va-thumbnail-grid-cell img {
    max-width: 100px;
    height: auto;
}
.va-card {
    height: 100%;
    position: relative;
}
.va-card-header {
    border-bottom: solid 1px rgb(229, 229, 229);
    background-color: #fff;
    font-size: 11px;
    height: 36px;
    position: relative;
    padding-left: 5px;
    text-transform: uppercase;
}
.va-card-header-icon {
    float: left;
    padding-left: 4px;
    width: 20px;
    padding-top: 8px;
}
.va-card-header-icon img {
    height: 20px;
    width: auto;
}
.va-card-header-text {
    height: 20px;
    padding-top: 8px;
    padding-left: 5px;
    float: left;
    font-size: 14px;
}
.va-card-caption {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid lightgray
}
.va-card-center {
    height: calc(100% - 90px);
    position: relative;
}
.va-project-thumbnail-grid {
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.va-card-footer {
    position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
    min-height: 53px;
}
.va-card-separator-full {
    background-color: lightgray;
    height:1px;
    width:100%;
    margin-bottom:12px;
}
.va-card-footer-left {
    float: left;
	text-align: left;
	padding: 2px 0px 10px 12px;
}
.va-card-footer-right {
    float:right;
	text-align: right;
	width: 150px;
	padding-right: 8px;
}
.va-card-highlighted-green {
    color: white;
    width: 148px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px 0;
    float:right;
    margin-bottom: 12px;
    background-color: rgb(148, 188, 12);
}
.va-card-sentiment-tag {
    color: white;
    width: 148px;
    height: 22px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    padding-top: 6px;
    float:right;
    margin-bottom: 12px;
    background-color: rgb(148, 188, 12);
}
.va-card-sentiment-tag-unidentified {
    background-color: black;
}
.va-card-sentiment-tag-neutral {
    background-color: grey;
}
.va-card-sentiment-tag-positive {
    background-color: green;
}
.va-card-sentiment-tag-mixed {
    background-color: orange;
}
.va-card-sentiment-tag-negative {
    background-color: red;
}
.va-videoviewer-video-element {
    background-color: grey;
}
.va-card-media {	
	width: 100%;
	max-height: 292px;
    margin: 0 auto;
    display: block;
}
.va-discover-media {
    max-width: 390px;
    margin: 0 auto;
    display: block;
}
.va-card-media-container {
    width: 100%;
    background-color: grey;
}
.va-card-transcription-text {
    margin-top: 5px;
    padding: 5px;
    font-size: 16px;
}
.va-overview-left-panel {
    float: left;
    width: 580px;
    height: 300px;
    padding: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.va-assetview-panel-group {
    float: left;
    margin-right: 20px;
    width: calc(50% - 20px);
}
.va-assetview-panel-item {
    margin-top: 20px;
}
.va-assetview-tags {
    width: 100%;
}
.va-assetview-tags::after {
    clear: both;
}
.va-assetview-section-header {
    margin: 24px 0 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.va-assetview-media-container {
    background-color: grey;
    text-align: center;
}
.va-assetview-media {
    width: 100%;
	max-height: 480px;
    max-height: auto;
}
.va-assetview-tag {
    display: inline-block;
    background-color: #308e75;
    margin: 3px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.va-assetview-transcript-container, .va-assetview-transcript-edit-container {
    width: 100%;
    padding: 5px 5px 10px 5px;
    overflow-y: scroll;
    min-height: 175px;
    border: 1px solid grey;
    background-color: #ECEFF1;
    font-size: 16px;
}
.va-assetview-transcript-edit-container {
    display: none;
}
.va-assetview-transcript-editable {
    display: none;
    position: absolute;
    height: 25px;
    width: 250px;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1.5;
}
.va-assetview-btn-hidden {
    display: none;
}
.va-assetview-transcript-clickable {
    border: 1px dashed #308e75;
    cursor: pointer;
	padding: 2px;
    margin-right: 2px;
	line-height: 30px;
}
.va-assetview-transcript-clickable:hover
{
	background-color: #ceebe5;
}
.va-assetview-transcript-content-highlight {
    background-color: #308e75;
    color: #fff;
}

.VA_Thumbnail
{
    text-align: center;
}

.VA_Flyout
{
    position: fixed;
    height: 100%;
    z-index: 99;
    width: 0px;
    top: 0;
    bottom: 0;
    right: 0px;
    background-color: #333;
    overflow: auto;
    padding: 32px;
    padding-top: 16px;
}
.VA_Flyout_Closed
{
    width: 0;
    padding: 0;
}
.VA_Flyout_Open
{
    width: 550px;
}
.VA_Flyout_ShowReel,
.VA_Flyout_Share,
.VA_Flyout_Download,
.VA_Flyout_Gear,
.VA_Flyout_Close
{
    cursor: pointer;
    width: 32px;
    height: auto;
    margin-right: 8px;
}
.VA_Flyout_Close
{
    margin-right: -24px;
    margin-left: 32px;
}
.VA_Flyout_Header
{
    text-align: right;
    padding: 0 10px;
}
.VA_Flyout_Content
{
    margin-bottom: 100px;
    padding: 10px;
}
.VA_Flyout_Media_Container
{
    text-align: center;
    background-color: #000;
}
.VA_Flyout_Video
{
    max-height: 350px;
    width: 100%;
}
.VA_Flyout_Video:focus {
    outline: none;
}
.VA_Flyout_Tags
{
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    max-height: 75px;
}
.VA_Flyout_Tag
{
    display: inline-block;
    background-color: #308e75;
    margin: 3px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.VA_Flyout_Transcription
{
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
    height: 150px;
    overflow-y: auto;
    line-height: 1.5;
}
.VA_Flyout_Section
{
    margin: 24px 0 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #fff;
}
.VA_Flyout_Config_Up,
.VA_Flyout_Config_Down,
.VA_Flyout_Config_Delete
{
    cursor: pointer;
    height: 18px;
    width: auto;
}
.VA_Flyout_Config_Delete
{
    height: 24px;
}
.VA_Flyout_Config_AddSection,
.VA_Flyout_Config_AddCustomField
{
	color: #308e75;
	cursor: pointer;
}
.VA_Flyout_Custom_Field
{
    color: #fff;
}
.LOUpdated
{
    text-align: left;
}
.VA_Asset_View_Transcript_Content
{
    cursor: pointer;
}
.VA_Asset_View_Transcript_Content_Highlight
{
    background-color: yellow;
}


/*
*
*	Discover Page
*
*/

.va-videoviewer-video-element
{
	text-align: center;
}

.va-assetview-transcript-tools
{
	margin-top: 5px;
}

.va-assetview-transcript-tools button
{
    background: transparent !important;
    background-color: #308e75 !important;
    border-right: solid 1px #308e75 !important;
    border-top: solid 1px #308e75 !important;
    border-bottom: solid 1px #308e75 !important;
    color: #ffffff !important;
    padding: 5px 10px;
}

.va-assetview-transcript-tools .va-assetview-save-transcript,
.va-assetview-transcript-tools .va-assetview-cancel-changes
{
	margin-left: 10px;
}

.va-assetview-transcript-tools .va-assetview-edit-transcript-input
{
	background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(228, 229, 231);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-left-color: rgb(228, 229, 231);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(228, 229, 231);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(228, 229, 231);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    cursor: auto;
    display: inline-block;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 34px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}