﻿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;
}

/*стиль таблицы состояния коннекторов на станице index*/

.table-connector {
    min-width: 850px;
}
/* стиль таблиц объектной модели*/
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: 200px;
}
table.class-description-table .xml-type-colomn {
    width: 170px;
}
table.class-description-table .name-column {
    width: 185px;
}

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: 150px;
}

/*Стиль для кнопки 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 */
}

/*стили для пользовательского ввода*/
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

/*стили для якоря навигации внутри страницы*/
.menu_anchor {
    position: absolute;
    top: -70px; 
}

/*
*   BEGIN стили Инструкция проведения тестовых сценариев с помощью SoapUI
*/
.soapui-manual .row.section {
    margin-top: 20px;
}

.soapui-manual  img{
    margin: 20px 0 20px 0;
}

.soapui-manual li, .soapui-manual ol {
    line-height: 22px;
}

/*
*   END стили Инструкция проведения тестовых сценариев с помощью SoapUI
*/

.state_badge {

    margin: 13px 10px;
}

.dl-horizontal {

    position: relative;
}

.api_application_form {
    max-width: 450px;
    margin: 0 auto;
}
/*Необходимое условие для выравнивание recaptcha.*/
.g-recaptcha {
    display: inline-block;
}

.wrapper_section {
    position: relative;
}
