html {
  box-sizing: border-box;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin:70px 0 0;
  background: #f0f0f0;
}




/** HEADER **/

header:before {
content:"";
background-color:#46A2E0;
height:70px;
width:100%;
text-align:center;
position:fixed;
top:0;
z-index:100;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

header #logo {
position:fixed;
top : 35px;
right:40px;
z-index:102;
transform:translateY(-50%);
}

header #logo img {
height:48px;
background-color:rgba(70, 162, 224, 0.4)
}

/**  INCREASE WRAPPER BLOC PADDING **/

#swagger-ui.api-platform .wrapper {
padding:0px 60px;
}


/**  INFORMATIONS BLOC **/

#swagger-ui.api-platform .information-container.wrapper {
margin:0;
padding:10px 0 0;
width:100%;
max-width:100%;
background-color:white;
border-bottom:1px solid #ccc;
margin-bottom:30px;
}

#swagger-ui.api-platform .info .title {
color:#46A2E0;
}

#swagger-ui.api-platform .info {
width: 100%;
max-width: 1460px;
padding: 0px 50px;
margin: 0px auto;
}

/**  METHODS BLOCS **/

#swagger-ui.api-platform .opblock.opblock-get .opblock-summary-method {
background-color:#46A2E0;
}

#swagger-ui.api-platform .opblock.opblock-put .opblock-summary-method {
background-color:#E6C229;
}

#swagger-ui.api-platform .opblock.opblock-post .opblock-summary-method {
background-color:#78BC61;
}

#swagger-ui.api-platform .opblock.opblock-delete .opblock-summary-method {
background-color:#ED6A5A;
}

#swagger-ui.api-platform .opblock.opblock-deprecated .opblock-summary-method {
background-color:#ebebeb;
}

#swagger-ui.api-platform .opblock.opblock-get .opblock-summary {
border-color:#46A2E0;
}

#swagger-ui.api-platform .opblock.opblock-put .opblock-summary {
border-color:#E6C229;
}

#swagger-ui.api-platform .opblock.opblock-post .opblock-summary {
border-color:#78BC61;
}

#swagger-ui.api-platform .opblock.opblock-delete .opblock-summary {
border-color:#ED6A5A;
}

#swagger-ui.api-platform .opblock.opblock-deprecated .opblock-summary {
border-color:#ebebeb;
}

#swagger-ui.api-platform .opblock-summary-method {
border-radius:0;
padding:10px;
}

#swagger-ui.api-platform .opblock-summary {
padding:0;
}
#swagger-ui.api-platform .opblock-tag {
padding:5px 0;
margin:0 0 10px;
}
#swagger-ui.api-platform .opblock-tag:hover {
background-color:rgba(0,0,0,.1);
transform:scale(1.01);
}

#swagger-ui.api-platform .opblock-section-header, #swagger-ui.api-platform .opblock.opblock-get .opblock-section-header {
background-color:rgba(70, 162, 224, 0.1);
box-shadow:none;
}

#swagger-ui.api-platform .opblock.opblock-post .opblock-section-header {
background-color:rgba(120,188,97,0.1);
}

#swagger-ui.api-platform .opblock.opblock-put .opblock-section-header {
background-color:rgba(230, 194, 41, 0.1);
}

#swagger-ui.api-platform .opblock.opblock-delete .opblock-section-header {
background-color:rgba(237,106,90,0.1);
}

#swagger-ui.api-platform .opblock.opblock-deprecated .opblock-section-header {
background-color:rgba(235,235,235,0.1);
}

#swagger-ui.api-platform .opblock {
border-radius:0;
background-color:white;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
margin:0 0 10px;
padding:0;
border:none!important;
}

#swagger-ui .topbar {
  display: none;
}

/** FORMATS **/

#formats {
text-align:right;
font-family: sans-serif;
width: 100%;
max-width: 1460px;
padding: 0px 60px;
margin:0 auto;
}


/** BUTTONS **/

#swagger-ui.api-platform .btn.execute {
background-color:#46A2E0;
border-color:#46A2E0;
animation:none;
transition:all ease 0.3s;
}

#swagger-ui.api-platform .btn.execute:hover {
background-color:#46A2E0;
border-color:#46A2E0;
}

#swagger-ui.api-platform .execute-wrapper {
text-align:center;
}

#swagger-ui.api-platform .execute-wrapper .btn {
width:auto;
padding:10px 40px;
}

#swagger-ui.api-platform .btn-group {
max-width: 500px;
margin-left: auto;
margin-right: auto;
}

#swagger-ui.api-platform .btn-group .btn {
padding:10px 40px;
}

#swagger-ui.api-platform .btn {
transition:all ease 0.2s;
box-shadow:none;
background-color: #f7f7f7
}

#swagger-ui.api-platform .btn:hover {
background-color:rgba(65,68,78,0.1);
border-color:transparent;
}

#swagger-ui.api-platform .btn.cancel:hover {
background-color:rgba(237,106,90,0.1);
}

#swagger-ui.api-platform .btn.authorize:hover {
background-color:rgba(120,188,97,0.1);
}

#swagger-ui.api-platform select {
box-shadow:none;
cursor:pointer;
}


/** FIX TABS SEPARATOR **/

#swagger-ui.api-platform .tab li:first-of-type:after {
content : none;
}

#swagger-ui.api-platform .tab li {
padding:0px 5px;
border-right:1px solid rgba(0,0,0,.2);
}

#swagger-ui.api-platform .tab li:last-of-type {
border-right:none;
}


/** REMOVE HIGHLIGHTS FOCUS INPUTS **/

#swagger-ui.api-platform input:focus,
#swagger-ui.api-platform select:focus,
#swagger-ui.api-platform textarea:focus,
#swagger-ui.api-platform button:focus {
  outline: none;
}


/** REMOVE TITILIUM FONT **/

.swagger-ui .opblock-tag,
.swagger-ui .opblock .opblock-section-header label,
.swagger-ui .opblock .opblock-section-header h4,
.swagger-ui .opblock .opblock-summary-method,
.swagger-ui .tab li,
.swagger-ui .scheme-container .schemes>label,
.swagger-ui .loading-container .loading:after,
.swagger-ui .btn,
.swagger-ui .btn.cancel,
.swagger-ui select,
.swagger-ui label,
.swagger-ui .dialog-ux .modal-ux-content h4,
.swagger-ui .dialog-ux .modal-ux-header h3,
.swagger-ui section.models h4,
.swagger-ui section.models h5,
.swagger-ui .model-title,
.swagger-ui .parameter__name,
.swagger-ui .topbar a,
.swagger-ui .topbar .download-url-wrapper .download-url-button,
.swagger-ui .info .title small pre,
.swagger-ui .scopes h2,
.swagger-ui .errors-wrapper hgroup h4 {
font-family: sans-serif !important;
}
/** for footer */
footer .footer-bottom-section.flex-rw {
display: flex;
flex-flow: row wrap;
}
footer .footer-bottom-section > div:first-child{
margin-right: auto;
}
footer .footer-bottom-wrapper > a > img{
padding: 7px 4px;
}
footer {
padding:0px 60px;
width: 100%;
max-width: 1460px;
margin: 0 auto;
font-weight: 600;
color: #95A0B2;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
footer a {
outline: none;
font-weight: 600;
color: #95A0B2;
font-size: 14px;
text-transform: capitalize;
text-decoration: none;
}
.test-center{
text-align: center;
}
#return-to-top {
  position: fixed;
  text-align: center;
  z-index: 1000;
  bottom: 53px;
  right: 60px;
  background: rgba(0, 0, 0, 0.65);
  width: 40px;
  height: 40px;
  font-size: 18px;
  outline: none;
  color: white;
  border: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 5px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}