
@media(max-width: 920px){

}
swagger  .method-block table thead tr th{
    border-bottom:none;
}

swagger{
    margin:30px 0px;
    position: relative;
    display:block;
}
swagger  .method-block{
    position: relative;
    overflow: hidden;
    display: block;
    padding:8px;
    border-radius: 0px;
    margin-bottom:0px;
    margin-left:15px;
    max-height: 37px;
    padding: 8px;
    overflow: hidden;
    border:1px solid;
    transition: max-height 0.6s ease;
    margin-bottom:15px;
}
swagger  .method-block.get{
    background-color: #e7f0f7;
    border-color:  #c3d9ec;
}
swagger  .method-block.post{
    background-color: #ebf7f0;
    border-color: #c3e8d1;
}
swagger  .method-block.put{
    background-color: #faf5ee;
    border-color:  #f0e0ca;

}
swagger  .method-block.delete{
    background-color: #f5e8e8;
    border-color:  #e8c6c7;
}
swagger  .method-block > .method-title{

    position: relative;
    font-weight: bold;
    border-bottom: inherit;
    margin: -8px;
    padding: 8px 8px 8px 90px;
    display: block;
    margin-bottom:8px;
    pointer-events: none;

}
swagger  .method-block > .method-title >span {
    pointer-events :all;
}
swagger  .method-block > .method-title >span.summary{
    position: relative;
    float:right;
    font-weight: normal;
    font-size: 12px;
}



swagger  .method-block.get > .method-title > span.summary{
    color: #259bdb;
}
swagger  .method-block.put > .method-title > span.summary{
    color: #ffa55a;
}
swagger  .method-block.delete > .method-title > span.summary{
    color: #f04b72;
}
swagger  .method-block.post > .method-title > span.summary{
    color: #00a651;
}
swagger  .method-block > .method-title:before{
    display: block;
    content:'';
    color:#ffffff;
    position: absolute;
    color:#ffffff;
    left:0px;
    top:0px;
    min-width:75px;
    padding:8px;
    pointer-events :all;
    cursor: pointer;

    text-align: center;
    text-transform: uppercase;
}
swagger  .method-block.get > .method-title:before {
    content:'get';
    background-color: #259bdb;

}
swagger  .method-block.put > .method-title:before {
    content:'put';
    background-color: #ffa55a;
}
swagger  .method-block.delete > .method-title:before{
    content:'delete';
    background-color: #f04b72;
}
swagger  .method-block.post > .method-title:before{
    content:'post';
    background-color: #00a651;
}
swagger  .method-block.opened{
    max-height:90000vh;
}

swagger  .method-block.get h1,swagger  .method-block.get h2,swagger  .method-block.get h3,swagger  .method-block.get h4,swagger  .method-block.get h5,swagger  .method-block.get h6 {
    color: #259bdb;

}
swagger  .method-block.put h1,swagger  .method-block.put h2,swagger  .method-block.put h3,swagger  .method-block.put h4,swagger  .method-block.put h5,swagger  .method-block.put h6{
    color: #ffa55a;
}
swagger  .method-block.delete h1,swagger  .method-block.delete h2,swagger  .method-block.delete h3,swagger  .method-block.delete h4,swagger  .method-block.delete h5,swagger  .method-block.delete h6{
    color: #f04b72;
}
swagger  .method-block.post h1,swagger  .method-block.post h2,swagger  .method-block.post h3,swagger  .method-block.post h4,swagger  .method-block.post h5,swagger  .method-block.post h6{
    color: #00a651;
}


a.inh{
    color: inherit;
    text-decoration: inherit;
}
swagger  .method-block .method-parameters{
    max-height: 0px;
    display:block;
    overflow: hidden;

    -webkit-transition:  max-height .5s cubic-bezier(0, 1, 0, 1) -.1s ;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1) -.1s
}
swagger  .method-block .method-parameters.opened{

    max-height:90000vh;
    -webkit-transition:  max-height .5s  cubic-bezier(0.5, 0, 1, 0) .05s ;
    transition:  max-height .5s  cubic-bezier(0.5, 0, 1, 0) .05s ;

}
swagger  .method-block .method-parameters textarea{
    resize: vertical;
    min-height:100%;
    height:10em;

}
swagger  .method-block table tbody tr td{
    border-top:1px solid #cccccc;
}
swagger  .method-block table thead, swagger  .method-block table{
    /*font-family: DinWebPro!important;*/
}
swagger  .method-block table thead{
    color:#000000;
    font-weight: bold!important;

}
swagger  .method-block table thead,swagger  .method-block table tbody td {
    background-color: transparent;
}
swagger  .method-block table thead  th,swagger  .method-block table tbody tr td{
    padding:8px 8px!important;
}
swagger  .method-block pre{
    background-color: #fcf6db;
    border: 1px solid #e5e0c6;
    max-height: 20em;
    overflow: auto;
    padding:8px;
}
swagger   pre.model .pad{
    padding-left: 2em;
}
swagger  .method-block table tbody td{
    vertical-align: top;
}
swagger .explorer-result{
    margin-top:15px;
}
swagger .swaggertable.h-full-width{
    width:100%;
    display:table;
}

swagger textarea.h-full-width,swagger input.h-full-width{
    display: block;
    width: 100%;
    padding:8px;
    color: #000000;
}
swagger button{
    padding:8px;
    cursor: pointer;
}