/*GENERICOS*/
@font-face {
    font-family: 'Gelion';
    src: url('../fonts/gelion/gelion-regular.woff2') format('woff2'),
        url('../fonts/gelion/gelion-medium.woff2') format('woff2'),
        url('../fonts/gelion/gelion-black.woff2') format('woff2'),
        url('../fonts/gelion/gelion-bold.woff2') format('woff2');
  
}

body, html {font-family: 'Gelion', sans-serif !important; font-size:10px; background: #fff;}

*{ margin:0; }

.pt-2 {
    padding-top: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* º */
.header-nav{
    background-color:  #0DAEE5 !important;
    color: white !important;
}
.header-image {
	width: 100%;
	max-width: 300px !important;

    margin-left: 16px;
}
.header-image a {
    height: 100%;

    position: absolute;
    top: 0;
    bottom: 0;

    display: flex;
    align-items: center;
}
.header-image img {
    height: 75%;
}
.header-title{
    font-size: 16px;
}

.header-menu-button {
    margin-right: 24px;
}

/* PAGE */
.page-content {
	width: 100%;

	position: relative;
	display: flex;
}
.inner-page-container {
	height: 100%;
	width: 100%;

	position: relative;
	display: flex;
}
.inner-page-content {
	width: 100%;
	padding: 18px;
	padding-right: 36px;
}
.inner-page-content .title {
    font-weight: bold;
    font-size: 16px;

    min-height: 27px;
    line-height: 1.25;

    cursor: default;
}
.inner-page-content .title.blue {
	color: #0DAEE5 !important;
}
.inner-page-content .subtitle {
	font-weight: 500;
    font-size: 18px;
    color: gray;

    margin-top: 8px;
}
.inner-page-content .section {
	margin-top: 11px;
	margin-bottom: 0`x;
}
.inner-page-content .section .section-content {
	padding-top: 8px;
	padding-bottom: 8px;

    font-size: 14px;
    text-align: justify;
    color: #524f4f;
}


/* SIDENAV */
.sidebar-container {
	width: 100%;
	max-width: 300px !important;
}
.sidenav-content {}
.sidenav-content-item-container {
    padding-top: 0;
    padding-left: 30px;
    margin: 0;
    margin-top: 20px;
    cursor: default;
}
.sidenav-content-item-container .main-title-container{}
.sidenav-content-item-container .main-title-container .main-title-text {
    font-weight: bold;
    font-size: 16px;

    min-height: 27px;
    line-height: 1.25;

    cursor: default;
}
.sidenav-content-item-container .subtitle-container{
	padding-top: 8px;
	padding-bottom: 8px;

	padding-right: 2.5px;
}
.sidenav-content-item-container .subtitle-container .subtitle-text {
	font-size: 12px;

	cursor: pointer;
}
.sidenav-submenu-content-item.layout-column {
    padding-top: 8px;
    padding-left: 12px;
}

.sidenav-submenu-content-item span {
    margin-bottom: 12px;
    cursor: pointer;
}
.sidenav-submenu-content-item span:hover {
    text-decoration: underline;
}
.sidenav-submenu-content-item span:before {
    content: '>';
    margin-right: 8px;
}


/* LIST */
.list-table { margin-top: 16px; border-collapse: collapse; width: 100%; }
.list-table tbody .list-table-item-container {
    border-bottom: 1px solid;
    border-color: lightgray;
}
.list-table-item { min-width: 200px; }
.list-table thead .list-table-item {
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}
.list-table tbody .list-table-item {
	padding-top: 16px;
	padding-bottom: 16px;

	font-size: 12px;
}

.list-table tbody .list-table-item ul {
    padding: 0;
    padding-left: 16px;
}

.list-table tbody .list-table-item ul li{
    padding-bottom: 8px;
}

/* HTTP METHOD BADGES */
.badge-container{
	display: flex;
	align-items: center;

    background: whitesmoke;
    border-radius: 8px;

    margin-top: 8px;
}
.badge-container .badge-method {
    font-weight: 600;

	padding: 8px;
    border-radius: 8px;
}
.badge-container .badge-url {
	padding-left: 8px;
	font-weight: 500;
}

.badge-method.post {
    background: #56b1ff;
    color: white;
}
.badge-method.get {
    background: #4caf50;
    color: white;
}


/* PARAMETERS BADGES */
.parameter-container {
	border-left: 1px #0DAEE5;
	border-left-style: dashed;

	padding-left: 8px;
}
.parameter-label {
    display: flex;
    padding: 8px;
    font-size: 12px;
}
.parameter-label .name {
	font-weight: 500;
	font-family: monospace;
	margin-right: 8px;

	color: black;
}
.parameter-info {
    display: flex;
    padding: 8px;
    padding-top: 0;

	font-size: 12px;
}
.parameter-label .badge-label {
	font-weight: 500;
	font-size: 8px;
	border-radius: 8px;
	padding: 2.5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 8px;

    min-width: 25px;
    text-align: center;

    font-weight: 600;
    letter-spacing: 1px;
}
.parameter-label .badge-label.warning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.parameter-label .badge-label.info{
	color: #0DAEE5;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.parameter-child-container {
	border-left: 1px #0DAEE5;
	border-left-style: dashed;

    margin-left: 10px;

	padding-left: 8px;
}
.parameter-info-array span:not(:first-child) {
    padding-top: 8px;
}

/* TABS */
.tab-code-blocks md-tabs-wrapper {
	background: rgb(29 113 184) !important;
}
.tab-code-blocks .md-tab {
	color: white !important;
}


/* CODE - JSON WRAPPERS */
code {
	font-size: 12px;
}
.json-result {
	font-size: 12px;
	background: #262729;
}
.json-result .card-title { color: white }

/* md toast */
md-toast.md-default-theme {position: fixed; top: 65px; right: 25px}
md-toast.md-default-theme .md-toast-content {
    background-color: rgb(29 113 184) !important;
    color:#fff;
    font-weight: bold;
}

/* CARD */
.card { margin-left: 0; margin-right: 0; }
.card .card-title-container { padding: 16px 14px 12px; }
.card .card-title-container .card-title{ font-size: 16px; font-weight: 400; }

/* FORM */
.button {
	background-color: rgb(0 116 184) !important;
}
.form md-input-container {
	font-size: 12px;
	margin: 0;
}
.form md-input-container md-select {
    margin: 8px 0px 24px 0px
}



.outer-label {
	font-size: 10px; color: #9e9e9e; padding-top: 28px; padding-bottom: 16px; padding-left: 2.5px;
}

.key-pair-value-list-item {
    padding-left: 8px;
}

.key-pair-value-list-container {
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    margin-bottom: 8px;
}

.key-pair-value-list {
    padding-left: 16px;
    font-size: 12px;
    margin-top: -16px;
    margin-bottom: 16px;
}


/* OTHERS */
.link, .link:visited, .link:focus {
    color: #4479b8;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}

.spacer {
    padding-top: 8px;
    padding-bottom: 8px;
}

.warning-text {
    color: #721c24;
    /*
    background-color: #f8d7da;
    border-color: #f5c6cb;
    */
}

.info-text {
    color: #0DAEE5;
    /*
    background-color: #cce5ff;
    border-color: #b8daff;
    */
}

.nota-aviso {
	margin-top: 1em;
	font-size: 0.9em;
	color: #856404;
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	padding: 0.75em;
	border-radius: 4px;
}