/* V-Key Themed Bootstrap */
.text-purple {
    color: #5c2d78!important;
}
.text-lpurple {
    color: #6D3E94!important;
}
.text-yellow {
    color: #FEB913!important;
}
.text-orange {
    color: #FF7E00!important;
}
.text-turquoise {
    color: #20BEC6!important;
}
.text-gray {
    color: #484647!important;
}
.bg-purple {
    background-color: #5c2d78!important;
}
.bg-lpurple {
    background-color: #6D3E94!important;
}
.bg-yellow {
    background-color: #FEB913!important;
}
.bg-orange {
    background-color: #FF7E00!important;
}
.bg-turquoise {
    background-color: #20BEC6!important;
}
.bg-gray {
    background-color: #484647!important;
}

.bg-purple-light {
    background-color: rgba(92, 45, 120, 0.9)!important;
}
.bg-lpurple-light {
    background-color: rgba(109, 62, 148, 0.9)!important;
}
.bg-yellow-light {
    background-color: rgba(254, 185, 19, 0.9)!important;
}
.bg-orange-light {
    background-color: rgba(255, 126, 0, 0.9)!important;
}
.bg-turquoise-light {
    background-color: rgba(32, 190, 198, 0.9)!important;
}
.bg-gray-light {
    background-color: rgba(72, 70, 71, 0.9)!important;
}

.bg-gradient {
    background-image: linear-gradient(to bottom right, #6D3E94, #FEB913, #5c2d78);
}
.border-purple {
    border-color: #5c2d78!important;
}
.border-lpurple {
    border-color: #6D3E94!important;
}
.border-yellow {
    border-color: #FEB913!important;
}
.border-orange {
    background-color: #FF7E00!important;
}
.border-turquoise {
    border-color: #20BEC6!important;
}
.border-gray {
    border-color: #484647!important;
}
.btn-purple {
    color: #fff!important;
    background-color: #5c2d78!important;
    border-color: #5c2d78!important;
}
.btn-lpurple {
    color: #fff!important;
    background-color: #6D3E94!important;
    border-color: #6D3E94!important;
}
.btn-yellow {
    color: #fff!important;
    background-color: #FEB913!important;
    border-color: #FEB913!important;
}
.btn-orange {
    color: #fff!important;
    background-color: #FF7E00!important;
    border-color: #FF7E00!important;
}
.btn-turquoise {
    color: #fff!important;
    background-color: #20BEC6!important;
    border-color: #20BEC6!important;
}
.btn-gray {
    color: #fff!important;
    background-color: #484647!important;
    border-color: #20BEC6!important;
}
.btn:hover, .div-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: 0.5s;
}

html {
    background-image: url("../img/banner.ec46ee304b43.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
body {
    background: transparent!important;
}
body.pushable {
    background: transparent!important;
}
body.pushable>.pusher {
	background: transparent!important;
}
body .bottom-space {
	min-height: 1px;
}

.logo-w {
    position: absolute;
    width: 10%;
    left: 3%;
    top: 4%;
}

.container-fluid {
    background: #ffffff;
    margin: 10% 15%;
    padding: 3%;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

@media only screen and (max-width: 600px) {
    .pusher {
        margin-top: 40px;
    }
	.container-fluid {
		margin: 0;
		box-shadow: none;
		border-radius: 0;
	}
	#toc {
		max-width: 85%;
	}
}

/* Heading */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
.ui.header,
.title {
	color: #5c2d78;
}

.header.title {
    font-size: 20pt;
    line-height: 1.3;
    padding: 50px;
}

/* Blockquote Style */
blockquote {
	font-style: italic;
	color: #696969;
	border-left: 5px solid #34cabb;
	padding-left: 10px;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote b,
blockquote strong {
	font-weight: bold;
}

/* WS URL Styles */
.GET {
	background-color: #4eb509!important;
}
.POST {
	background-color: #5e98cd!important;
}
.DELETE {
	background-color: #c0392b!important;
}
.PUT {
	background-color: #786b6d!important;
}
.ws_api {
	border: 1px solid #ced4da;
	border-radius: 5px;
	background: #f7f7f7;
}
.ws_api table {
	border-spacing: 0px;
	margin: 0;
}
.ws_method {
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px 15px;
	font-weight: bold;
	color: #fff;
}
.ws_url {
	padding-left: 1em;
	padding-right: 0.5em;
	word-break: break-word;
}
.badge {
	padding: 2px 5px;
	margin-left: 5px;
	font-weight: 100;
	font-size: 0.8em;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}

/* Misc */
hr.slash {
    height: 6px;
    background: url("../img/hr.111cfb16a7f6.png") repeat-x 0 0;
    border: 0;
}

.shadow {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.d-none {
    display: none;
}

.card-icon-block {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 25px;
}

.card-icon-block i {
	font-size: 50px;
	color: white;
}
