.container { width: 90%; }
.header {
	margin-top: 6rem;
	text-align: center;
}
.docs-header {
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	font-weight: 600;
}
.docs-section {
	/*border-top: 1px solid #eee;*/
	padding: 4rem 0;
	margin-bottom: 0;
}
.d-inline { display: inline; }
.alert { 
	padding: 20px;
	border: 1px solid #F44336;
	margin-bottom: 15px;
}
.navbar { display: block; }
.navbar-list { list-style: none; }
.text-alert { color: #FF5733; }
.text-primary { color: #33C3F0; }
.text-warning { color: #F44336; }
.text-success { color: #27AE60; }
.link-unstyled { text-decoration: none; }
.borderless { border: none !important; }
.p0 { padding: 0; }
.mb0 { margin-bottom: 0; }
.login { margin-top: 6rem; }

.circular-landscape { 
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #04AA6D;
	margin-bottom: 2rem;
}
.circular-landscape img {
	width: auto;
	height: 75%;
	margin-top: 25px;	
}

/* Larger than phone */
@media (min-width: 550px) {
	.header { margin-top: 18rem; }
}

/* Larger than tablet */
@media (min-width: 750px) {
	.navbar + .docs-section { border-top-width: 0; }
	.navbar,
	.navbar-spacer {
		display: block;
		width: 100%;
		height: 6.5rem;
		background: #fff;
		z-index: 99;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee; 
	}
	.navbar-spacer { display: none; }
	.navbar > .container { width: 100%; }
	.navbar-list {
		list-style: none;
		margin-bottom: 0; 
	}
	.navbar-item {
		position: relative;
		float: left;
		margin-bottom: 0;
	}
	.navbar-link {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: .1rem;
		margin-right: 35px;
		text-decoration: none;
		line-height: 6.5rem;
		color: #222;
	}
	.navbar-link.active { color: #33C3F0; }
}
@media print
{    
    .noprint, .noprint * { display: none !important; }
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.65);
	visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}
.modal-header {
	margin-bottom: 1em !important;
}
.modal.modal-open {
	visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	z-index: 1;
}
.modal .modal-inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal .modal-inner .modal-content {
	background-color: white;
	width: 60em;
	padding: 1em 1.5em;
	position: relative;
	margin: 2em;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.modal .modal-inner .modal-content .modal-close-icon {
	position: absolute;
	right: 1.5em;
}
.modal .modal-inner .modal-content .modal-content-inner {
	padding-right: 2em;
}
.modal .modal-inner .modal-content .modal-content-inner h1, .modal .modal-inner .modal-content .modal-content-inner h2, .modal .modal-inner .modal-content .modal-content-inner h3, .modal .modal-inner .modal-content .modal-content-inner h4, .modal .modal-inner .modal-content .modal-content-inner h5, .modal .modal-inner .modal-content .modal-content-inner h6 {
	margin-bottom: 0.25em;
}
.modal .modal-inner .modal-content .modal-content-inner p {
	margin-bottom: 1em;
}
.modal .modal-inner .modal-content .modal-buttons-seperator {
	margin: 1.5em 0;
	margin-top: 0;
}
.modal .modal-inner .modal-content .modal-buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.modal .modal-inner .modal-content .modal-buttons button { margin-left: 1em; }
.modal .modal-inner .modal-content .modal-buttons button:first-child { margin-left: 0; }

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
.toastify.on { opacity: 1; }
.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}
.toastify-right { right: 15px; }
.toastify-left { left: 15px; }
.toastify-top { top: -150px; }
.toastify-bottom { bottom: -150px; }
.toastify-rounded { border-radius: 25px; }
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}
.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

.table-border td, .table-border th { border: 1px solid #E1E1E1 !important; }
.table-border td:first-child, .table-border th:first-child { padding-left: 15px !important; }
.table-border td:last-child, .table-border th:last-child { padding-right: 15px !important; }