﻿#ProductSpecificationForm {
    /*border: 1px solid red;*/
    /* width:2000px;
    margin-left:-200px;*/
    /*width:100%;*/
}

/*.body-content {
    border: 1px solid groove;
}*/

body {
    /*background-color: blueviolet;*/
    /*margin:auto;
    padding:0px;
    display:unset;*/
    overflow: visible;
    /*flex: 0 0 auto;*/
}
.kind {
    border-bottom: 1px solid #CCC;
    margin-left: 0 !important;
    cursor: pointer;
    line-height: 30px;
}

.loadTemplate {
    display: none;
}

.documentsTable {
    display: none;
}

.header {
    border-bottom: 1px solid #CCC;
    padding: 3px 0px;
    margin-left: 16px;
}

.loadingDocuments {
    display: none;
    width: 16px;
    height: 16px;
    background-image: url(../Images/icons/progressbar.gif);
}

.downloadDocumentIcon {
    width: 22px;
    height: 22px;
}

.repeat {
    cursor: pointer;
    display: none;
    width: 16px;
    height: 16px;
    background-image: url(../Images/icons/repeat.ico);
}

.loadDocuments {
}

.documentationNotFound {
    display: none;
    margin-right: 40px;
}

.subTitle {
    font-weight: bold;
}

.linkaspects {
    cursor: pointer;
    color: #007987 !important;
}

.pb_tabScrollNav {
    padding-top: 50px !important;
}