﻿/*support.styles.css*/
.support-container
{
    margin:10px;
    background:#ddd;
    padding:10px;
}
.support-section
{
    margin:10px;
    padding:10px;
    border:solid 1px #ccc;
    background:#eee;
}
.support-page
{
    margin:10px;
    padding:10px;
    border:solid 1px #ccc;
    background:#fff;
}
.support-content
{
    clear:both;
    margin:10px 40px;
    border-bottom:solid 1px #ccc;
    padding-bottom:10px;
}
.support-content > div
{
    display:inline-block;
    vertical-align:top;
}
.support-content-header textarea
{
    width: 664px;
    height: 79px;
}
.support-content-header input
{
    width: 664px;
}
.support-content-screenshot-text textarea
{
    width:400px;
    height:200px;
}

.support-content-index input
{
    width: 50px;
    height: 20px;
    padding: 4px;
}
.support-content-screenshot
{
    display:inline-block;
    width:260px;
}
.support-content-screenshot img
{
    width:250px;
    margin-top:5px;
}
.support-content-preview
{
    display:inline-block;
    width:600px;
}
.support-content-add
{
    margin-left:300px;
}

.support-content-screenshot textarea
{
    width:400px;
    height:50px;
}

.support-list-col
{
    width:290px;
    float:left;
    display:inline-block;
    border-left: 10px solid #ddd;
    border-right: 10px solid #ddd;
    border-bottom: 20px solid #ddd;
}

.support-list-col--prev{
    border: none;
}

.support-list-col-title{
    background: #ddd;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.support-list-block-title-wrap{
    /*background: #ddd;*/
    float: left;
}

.support-list-block{
    margin:10px;
    border-bottom: 4px solid #bbb;
}

.support-list-block-title{
    width:90%;
    float: left;
}
.support-list-block-remove{
    float: left;
    padding: 0px 8px;
    width: 10%;
}
.support-list-block-document-wrap{
    margin: 12px 0px;
    padding-left: 4px;
    border-bottom: 1px solid #bbb;
    height: 112px;
}
[remove-hover=true].support-list-block-document{
    /*border:2px solid red;*/
    outline: 2px solid red;
}
.support-list-block-document-item{
    height: 28px;
}
.support-list-col input,
.support-list-col select{
    width: 65%;
    height: 24px;
    float: right;
    margin-top: -3px;
    padding: 2px 4px;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.support-list-block-documents-header{
    width: 100%;
    margin: 12px auto;
    border-bottom: 1px solid #bbb;
}

.support-add-doc-btn{
    margin-left: 70px;
    margin-bottom: 12px;
}

.support-add-block-btn{
    width: 100%;
}

.support-list-block-document{
    width: 90%;
    float: left;
}
.support-list-block-document-remove{
    float: left;
    width: 10%;
    height: 100%;
    padding: 30px 8px;
}

.support-config-list{
    margin:20px;
}

.support-config-list .fa-times{
    color: red;
}
.support-config-list .fa-plus{
    color: antiquewhite;
}

.support-config-preview{
    margin: 20px;
}
.support-guide-type
{
    border-bottom:solid 1px #000;
    padding-bottom:20px;
    margin:10px 0px 20px 0px;
}
.support-guide-content
{
    margin-left:20px;
}
.support-guide-col
{
    display:inline-block;
    float:left;
    margin-right:10px;
    margin-bottom:20px;
    width:300px;
}
.support-guide-col textarea
{
    width:300px;
    height:300px;
    font-size:12px;
    margin-bottom:20px;
}
.support-guide-button
{
    width:140px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-right:6px;
    margin-bottom:6px;
}
.support-guide-col img
{
    max-width:50%;
}
.support-guide-buttons
{
    float:left;
}