﻿
@media print {
    .support-home-button
    {
        display:none;
    }
    .support-video-container { display:none; }
    .support-content-screenshot img { width:90%; }
    .support-content-screenshot { width:27%; }
    .support-content-screenshot-text { width:70%; }
    .support-content-screenshot-print { display:block; }
    .support-content-screenshot-web { display:none; } 
    .support-tip { display:none; }
}
.support-header
{
    line-height:40px;
    margin-top: 5px;
    border-bottom: solid 3px #dae8f9;
    margin-bottom:10px;
}
.support-home-button
{
    float:left;
}
.support-home-imgtip
{
    float:right;
    font-size:12px;
}
.support-tip
{
    font-size:12px;
    font-style:italic;
}
.support-home-button .fa
{
    color:#aaa;
}
.support-footer
{
    margin-top:20px;
    padding-top:20px;
    border-top:solid 1px #ccc;
}

.support-page-title
{
    font-size:22px;
    margin-bottom:10px;
}
.support-content[support_content_type='FaqSection']{
    font-size:22px;
}
.support-content
{
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #ccc;
}

.support-content-screenshot
{
    display:inline-block;
    margin-right:10px;
    vertical-align:top;
    position:relative;
}

.support-content-screenshot--general {
    width: 100%;
    height: auto;
}

.support-zoom-button
{
    position:absolute;
    left:-12px;
    top:8px;
}
.support-video-container
{
    background:#ddd;
    padding-left:75px;
    padding-top:7px;
}

.support-list-col
{
    width:250px;
    float:left;
    display:inline-block;
}



@media screen {
    .support-content-screenshot-print {
        display: none;
    }
    .support-content-screenshot img
    {
        width:250px;
        margin-top:5px;
        border: solid 1px #ccc;
    }
    .support-content-screenshot-text
    {
        width:525px;
    }
    [support_content_type='Screenshot'] .support-content-screenshot img{
        width:auto;
        max-width:100%;
    }
    [support_content_type='Screenshot'] .support-content-screenshot-text {
        width:100%;
        text-align:center;
        font-size:12px;
        margin:10px;
    }
}

.support-content-screenshot-text
{
    display:inline-block;
    vertical-align:top;
}
.support-content-head
{
    margin:0px 0px 10px 15px;
    font-size:18px;
}
.support-zoom
{
    position: fixed;
    right: 8px;
    top: 48px;
    min-height: 200px;
    width: 790px;
    background: #fff;
    padding: 20px;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 4px #000;
}
.support-zoom img
{
    width:100%;
    border: solid 1px #ccc;
}
.support-link
{
    color: #337ab7;
}
.support-link:hover
{
    text-decoration:underline;
}
.support-faq-question
{
    font-weight:bold;
}
.support-faq-answer
{
    margin:15px;
}
.support-faq-link
{
    color:#337ab7;
    font-weight:bold;
}