.split-catalog .count, .welcome p {
    font-family: 'Roboto-Light', Serif;
}
h3 .hint {
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
}

.faq-category .answer {
    margin-bottom: 30px;
}

.container {
    min-width: 0;
}

.request-changed-params {
    display: none;
}

.request-param-changed {
    color: #f00;
}

.log-text {
    padding: 10px 0;
}

.h-main-wrapper .h-sidebar-wrapper .menu-v {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.h-main-wrapper .h-sidebar-wrapper .menu-v li {
    border: 0;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    transition: background 200ms linear;
}

.h-main-wrapper .h-sidebar-wrapper .menu-v li a {
    color: inherit;
}

.h-main-wrapper .h-sidebar-wrapper .menu-v li:hover {
    background: #f8f8f8;
}

.h-main-wrapper .h-sidebar-wrapper .menu-v li.selected {
    background: #f0f0f0;
    font-weight: bold;
}

.h-main-wrapper .h-sidebar-wrapper .h-search-wrapper {
    position: relative;
    height: 36px;
    margin: 1em 15px;
    z-index: 1;
}

.h-main-wrapper .h-sidebar-wrapper .h-search-wrapper .h-text-input,
.h-main-wrapper .h-sidebar-wrapper .h-search-wrapper .h-submit-input {
    display: block;
    border: 0;
    outline: none;
}

.h-main-wrapper .h-sidebar-wrapper .h-search-wrapper .h-text-input {
    padding: 6px 6px 6px 36px;
    width: 100%;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(127, 127, 127, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}

.h-main-wrapper .h-sidebar-wrapper .h-search-wrapper .h-text-input:focus {
    border-color: rgba(127, 127, 127, 0.5);
}

.h-main-wrapper .h-sidebar-wrapper .add-request-wrapper {
    margin: 1em 0;
    text-align: center;
}

.h-main-wrapper .h-sidebar-wrapper .add-request-wrapper .add-request-button {
    display: inline-block;
    padding: 7px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #fcd630 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: #fcd630 -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: #fcd630 -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: #fcd630 -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: #fcd630 linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.h-main-wrapper .h-content-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    padding: 15px;
}

.h-main-wrapper .h-content-wrapper iframe,
.h-main-wrapper .h-content-wrapper img {
    max-width: 100%;
}

.h-main-wrapper .h-content-wrapper .wa-form {
    float: none;
}

main.maincontent .container {
    padding-top: 0;
}

.wa-form .wa-field .wa-name, .h-file-attachments, .attach input[type="file"] {
    font-size: 14px !important;
}


@media (max-width: 500px) {
    body .wa-form {
        width: auto;
    }
    
    body .wa-form .wa-field {
        margin: 1em 0 0;
        padding: 0;
        width: auto;
    }
    
    body .wa-form .wa-field:first-child {
        margin-top: 0;
    }
    
    body .wa-form .wa-field .wa-name,
    body .wa-form .wa-field .wa-value {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    body .wa-form .wa-field .wa-name input[type='text'],
    body .wa-form .wa-field .wa-value input[type='text'],
    body .wa-form .wa-field .wa-name textarea,
    body .wa-form .wa-field .wa-value textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 761px) {
    .h-main-wrapper {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .h-main-wrapper .h-sidebar-wrapper,
    .h-main-wrapper .h-content-wrapper {
        display: table-cell;
        vertical-align: top;
    }
    
    .h-main-wrapper .h-sidebar-wrapper {
        padding-top: 20px;
        width: 200px;
    }
    
    .h-main-wrapper .h-sidebar-wrapper + .h-content-wrapper {
        padding: 20px 25px;
    }
    
    .h-main-wrapper .h-content-wrapper {
        border: none;
        padding: 20px 0;
    }
    
    .h-main-wrapper .h-sidebar-wrapper .add-request-wrapper {
        margin: 2em 0;
    }
    
    .h-main-wrapper .h-sidebar-wrapper .h-search-wrapper {
        margin: 2em 0;
    }
    
    .h-main-wrapper .h-sidebar-wrapper .h-search-wrapper .h-text-input:focus {
        width: 200%;
    }
}
.request-page-wrapper .info-block-wrapper {
    margin: 0 0 1rem;
    padding: 1rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.request-page-wrapper .info-block-wrapper.green {
    background: #e7f1e9;
}

.request-page-wrapper .info-block-wrapper .info-block p {
    font: normal 0.875rem/1.25 "Roboto-Light", Arial;
    margin: 0.5rem 0 0;
}

.request-page-wrapper .info-block-wrapper .info-block p:first-child {
    margin-top: 0;
}

.request-page-wrapper .page-header-wrapper {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
#comment-attachments .wa-name {
    margin-top:0 !important;
}

.request-page-wrapper .page-header-wrapper > .left-column,
.request-page-wrapper .page-header-wrapper > .right-column {
    display: table-cell;
    vertical-align: middle;
}

.request-page-wrapper .page-header-wrapper > .right-column {
    width: 25%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0 1rem;
    box-sizing: border-box;
}

.request-page-wrapper .page-header-wrapper .page-header {
    margin: 0;
    padding: 0;
}

.request-page-wrapper .page-header-wrapper .request-detail-wrapper {
    margin: 0;
    width: 100%;
    border: 0;
}

.request-page-wrapper .page-header-wrapper .request-detail-wrapper td {
    padding: 0;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
}

.request-page-wrapper .page-header-wrapper .request-detail-wrapper td.column-name {
    font: bold 0.7rem/1.25 "Roboto-Regular", Arial, "sans-serif";
    text-transform: uppercase;
    color: #999;
}

.request-page-wrapper .page-header-wrapper .request-detail-wrapper td.column-value {
    width: 100%;
    padding: 0 0 0 0.75rem;
    box-sizing: border-box;
    font-size: 1rem;
}

.request-page-wrapper .page-header-wrapper .request-detail-wrapper .request-status {
    margin: 0;
}

.request-page-wrapper .request-content-wrapper {
    margin: 2rem 0 0;
}

.request-page-wrapper .request-content-wrapper .log-list-wrapper {
    margin: 2rem 0 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper {
    padding: 0;
    background: #f5f5f5;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 2px solid #eaeaea;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper > .left-column,
.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper > .right-column {
    display: table-cell;
    vertical-align: top;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper > .left-column {
    width: 6rem;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper > .right-column {
    vertical-align: middle;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper .image-wrapper {
    font-size: 0;
    
    width: 4rem;
    height: 4rem;
    padding: 10px 1rem 0;
}
.block-button {
    padding: 30px;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    font-size: 170px;
    color: #a1a1a0;
    margin-bottom:20px;
    line-height:50px;
}
.h-faq-highlighted {
    background: #E2DFB5;
}
input.error, textarea.error {
    border: 1px solid red !important;
    color: red;
}
.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper .image-wrapper img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper .request-create-wrapper {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper .request-create-wrapper .request-author-wrapper {
    color: #121212;
    text-overflow: ellipsis;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-header-wrapper .request-create-wrapper .request-date-wrapper {
    font-size:12px;
    color: #888;
    text-overflow: ellipsis;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block {
    padding: 1rem 1rem 1.5rem 6rem;
    min-height: 2.25rem;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-text-wrapper {
    margin: 1rem 0 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-text-wrapper:first-child {
    margin-top: 0;
    font-family: 'Roboto-Light', Serif;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-text-wrapper hr {
    display: none;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-text-wrapper .same-tab {
    display: inline-block;
    margin: 0.5rem 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.25rem;
    background: #fff;
    width: 150px;
    max-width: 100%;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-text-wrapper .same-tab img {
    max-width: 100%;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-attachments {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0.5rem 1rem;
    background: rgba(127, 127, 191, 0.05);
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-attachments .attachment {
    display: block;
    margin: 0.5rem 0 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-attachments .attachment:first-child {
    margin-top: 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-changed-params {
    margin: 1rem 0 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .request-changed-params:first-child {
    margin-top: 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper {
    display: table;
    margin: 1rem 0 0;
    padding: 0.5rem 1rem;
    background: rgba(127, 127, 191, 0.05);
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper:first-child {
    margin-top: 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field {
    display: table-row;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field:first-child .wa-name,
.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field:first-child .wa-value {
    border-top: 0;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field .wa-name,
.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field .wa-value {
    display: table-cell;
    vertical-align: top;
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field .wa-name {
    font: bold 0.875rem/1.25rem "Roboto-Light", Arial;
    color: #999;
}

.request-page-wrapper .request-content-wrapper .request-wrapper .request-content-block .action-list-wrapper .wa-field .wa-value {
    padding-left: 2rem;
}

.request-page-wrapper .request-content-wrapper .request-wrapper.log-wrapper {
    margin: 2rem 0 0;
    background: #f5f5f5;
}

.request-page-wrapper .request-content-wrapper .request-wrapper.log-wrapper .request-header-wrapper {
    border-bottom-color: #eaeaea;
}

.request-page-wrapper .request-content-wrapper .request-wrapper.log-wrapper .request-content-block .action-list-wrapper,
.request-page-wrapper .request-content-wrapper .request-wrapper.log-wrapper .request-content-block .request-attachments {
    background: rgba(191, 127, 127, 0.05);
}

.request-page-wrapper .buttons-wrapper {
    margin: 2rem 0 0;
}

.request-page-wrapper .request-text-wrapper div.show-quote {
    color: #500050;
    cursor: pointer;
    font-size: 9px;
    margin: 0.5em 0.15em;
}
