﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* стиль таблиц объектной модели*/
table.class-description-table {
    min-width: 900px;
    width: 100%;
    table-layout: fixed;
}

table.class-description-table th, table.class-description-table tr {
    word-wrap: break-word;      
}
    
table.class-description-table .type-colomn {
    width: 170px;
}
table.class-description-table .xml-type-colomn {
    width: 100px;
}
table.class-description-table .name-column {
    width: 200px;
}

table.class-description-table .comments-column {
    /*Занимает все свободное место*/
    min-width: 200px;
}
table.class-description-table .has-in-answer-column {
    width: 150px;
}
table.class-description-table .example-column {
    width: 200px;
}

/*Стиль для кнопки scrollToTop*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
}

/*стили для якоря навигации внутри страницы*/
.menu_anchor {
    position: absolute;
    top: -70px;
}

.wrapper_section {
    position: relative;
}