﻿html, body {
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #363640;
    color: #fff;
}





button.navbar-toggler, button.navbar-toggler span {
    color: #cddc39 !important;
    border: 1px solid #cddc39;
    background-color: transparent;
}

table.information,
table.result,
th.property_head,
.General td {
    background-color: none !important;
    background: none !important;
    border: none !important;
}

div.General {
    margin: 0 auto !important;
}

.General tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

td.result_cell_error,
td.result_cell_warning,
td.result_cell_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.DocInfoGroup table:nth-of-type(2) {
    width: 30%;
    float: left;
}

.DocInfoGroup table:nth-of-type(1) {
    width: 70%;
    float: left;
}


.DocInfoGroup table:nth-of-type(3) {
    width: 100%;
    float: left;
}

table.result th:first-child, table.result td:first-child {
    display: none;
}

.General table,
table.result {
    width: 100%;
    display: inherit;
}

    th.property_head img,
    table.result img,
    .Head img {
        display: none;
    }

.Head tr td:first-child {
    display: none;
}

@media (min-width: 1200px) {

    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.75rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1.25rem !important;
    }
}

h1, h2, h3, h4, h5 {
    font-weight: 400 !important;
    margin-top: 1rem;
    border-bottom: 1px solid;
    padding-bottom: .5rem;
}

#container {
    padding: 10px;
}

    #container ul {
        list-style-type: none;
        text-align: center;
        font-size: 0;
    }

        #container ul li {
            display: inline-block;
            width: 160px;
            margin: 10px;
            font-size: 14px;
        }

            #container ul li img {
                width: 100px;
            }

.button-info {
    margin: 10px;
}

.dx-popup-content p {
    margin-bottom: 10px;
    margin-top: 0;
}

#response-data {
    white-space: pre-line;
}

.dx-datagrid .dx-row > td {
    font-size: 1em;
    line-height: 1.2;
}
