/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-12-04, 12:24:56
    Author     : lkopy
*/

.container-full {
    margin: 56px auto;
    width: 100%;
}

.footer {
    min-height: 100px;
    background: #1f99d6;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.head-container{
    margin-top: 70px;
}

.section-container{
    min-height: 100px !important;
    margin-bottom: 20px;
    background: #fbfbfb;
    border: 1px solid whitesmoke;
    box-shadow: 15px 17px 40px -25px #8c8c8c;
    padding: 25px;
}

.route-url {
    background: #dadada;
    padding: 0px 8px 2px 3px;
    text-align: center;
    border: 1px solid #bfbfbf;
    letter-spacing: 2px;
    font-weight: 400;
}

.field-name {
    background: #dadada;
    padding: 0px 3px 2px 3px;
    text-align: center;
    border: 1px solid #bfbfbf;
    letter-spacing: 2px;
    font-weight: 400;
}

.table, .table thead {
    font-size: 14px;
    border: 1px solid #38383824 !important
}

.description-column {
    height: 70px !important;
}

.single-request-card{
    margin-bottom:50px;
}

.method-wrapper {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 38px;
    float: left;
    font-size: 14px;
}

.card-header h5{
    float:left;
}

.method-get {
    color:white;
    background: #5eaafb;
}

.method-post {
    color:white;
    background: #54ca74;
}

.tab-button{
    font-size: 14px;
    height: 40px;
    padding: 0;
    color: #313131;
    text-decoration: none;
    margin-top: -1px;
    margin-left: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}

.tab-button:hover, .tab:focus {
    color: #7d7d7d;
    text-decoration: none;
}

.method-info{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    float:right;
}

.method-info span {
    font-size: 14px;
    font-weight: 300;
    color: #828282;
}

.code-wrapper {
    padding-top:20px;
    padding-bottom:20px;
}


.code-box-info{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 7px;
    background: #484848;
    margin-bottom: 0;
}

.status-ok{
    color: #39cc39;
    font-weight: bold;
}

.status-fail{
    color:#ff3333;
    font-weight: bold;
}

.code-wrapper pre {
    display:flex;
    margin:0;   
    font-size: 78.5%;
}

.details-single-method-post {
    padding: 8px;
    font-size: 11px;
    background: #54ca74;
    color: white;
    border-radius: 6px;
}

.details-single-method-get {
    padding: 8px;
    font-size: 11px;
    background: #5eaafb;
    color: white;
    border-radius: 6px;
}

.card .card-body{
    padding-bottom: 50px;
}

.attention-message{
    margin-left: 15px;
    font-size: 14px;
    background: #b3e3ff;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.code-block {
    overflow-y: scroll;
    padding-right: -1px;
    width: 100%;
}