:root {
	--subtle-box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}



body,html {
	overflow-x: hidden;
	font-family: 'Roboto Slab',Serif;
	color: #000000;
}

body {
	padding-top: 48px;
}


p {
	font-size: 1.05em;
	font-family: 'Roboto Slab',Serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Bree Serif',Serif;
	font-weight: normal;
}

#header {
	padding: 0px 20px 0px;
	font-family: 'Roboto Slab',Serif;
	color: #FFFFFF;
}

.navbar, .dropshadow {
	box-shadow: var(--subtle-box-shadow);
}

.navbar {
	height: 48px;
}

.navbar-nav {
	padding-top: 0px;
	font-family: 'Bree Serif',Serif;
}

.navbar-collapse.show {
	background-color: #FFFFFF;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
}

#header li.nav-item {
	margin-right: 10px;
}

#header li.nav-item a {
	color: #000000;
}

#header li.nav-item a.dropdown-item  {
	color: #000000;
	border-bottom: 1px solid #B1E1FF;
	padding: 5px 10px;
}

#header li.nav-item a.dropdown-item:hover  {
	background-color: #B1E1FF;
}

.bg-header {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
}

.bg-header-light {
	background-color: #404040;
	color: #FFFFFF;
}

#footer {
	padding-bottom: 10px;
	padding-top: 30px;
	background-color: #000000;
	font-family: 'Roboto Slab',Serif;
	color: #FFFFFF;
}

#footer h5 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000000;
	background: linear-gradient(to right, rgba(120,120,120,1), rgba(180,180,180,1), rgba(120,120,120,1));
}

#footer li  {
	margin-bottom: 20px;
	font-family: 'Bree Serif',Serif;
}

.columns {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

pre, textarea {
	overflow-x: auto;
	background-color: rgba(245,245,245,0.4);
	border: 6px double rgba(235,245,255,0.8);
	padding: 5px;
	min-width: 0;
	max-width: 100%;
}

.sidebar {
	border: 1px solid rgba(255,240,245,0.55);
	background-color: rgba(150,150,150,0.05);
	flex: 0 0 280px;
	padding: 0px;
	border-radius: 3px;
}

.maincontent {
	flex: 1 0 380px;
	padding: 0 10px;
	background: none;
	min-width: 0;
	text-align: justify;
	line-height: 170%;
}

.card-sm {
	flex: 1 1 290px !important;
}

@media screen and (max-width: 820px){
	.sidebar {
		flex: 1 1 220px;
	}
	.columns {
		gap: 20px;
	}
}

@media screen and (min-width: 1024px){
	.sidebar {
		flex: 0 1 320px;
	}
	.maincontent {
		flex: 1 1 460px;
	}
	.columns {
		gap: 40px;
	}
}

@media screen and (min-width: 1200px){
	.card-sm {
		flex: 0 0 350px !important;
	}
}

@media screen and (max-width: 768px){
	.card-sm {
		flex: 1 1 320px !important;
	}
}

.sidebar ul, .maincontent ul {
	list-style: none;
	padding: 0;
	border: 1px solid var(--border-color);
	overflow-y: auto;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}

.sidebar ul li, .maincontent ul li {
	background-color: transparent;
	background-image : url("//bcdn.domainpunch.com/images/icons/16/mainlist.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 36px;
	padding-right: 0;
	border: none;
	background-color: rgba(240,240,255,0.25);
	border-radius: 0;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Bree Serif',Serif;
	font-size: 1.1em;
	word-wrap: break-word;
	white-space: normal;
	border-bottom: 1px solid rgba(200,200,200,0.7);
}

.sidebar ul li {
	font-weight: 500;
}

.maincontent ul li {
	font-family: 'Roboto Slab',Serif;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sidebar ul li {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.sidebar ul li a:hover {
	background-color: rgba(180,150,150,0.2);
}

.sidebar ul li a {
	text-decoration: none;
	color: #000000;
	padding: 2px 5px;
	display: block;
	padding-left: 36px;
}

.sidebar  h3 {
	background-image: none;
	margin-top: 30px;
	font-weight: bold;
	border-radius: 0;
	text-align:left;
	margin-bottom: 30px;
	font-size: 20px;
	border-bottom: 1px solid #FFCCCC;
	background-color: rgba(180,150,150,0.09);
	color: #800000;
	padding: 5px 5px 5px 10px;
}

.maincontent  h1:first-of-type {
	background: linear-gradient(90deg, rgba(131,58,180,0.9) 0%, rgba(83,10,29,0.9) 20%,rgba(253,29,29,0.95) 70%, rgba(131,58,180,0.9) 100%), url(//bcdn.domainpunch.com/images/stock/network-web.jpg);
	color: #FFFFFF;
	padding: 15px 5px 15px 5px;
	margin-bottom: 80px;
	font-size: 2.5em;
	margin-top: 0px;
	text-align: center;
	font-family: 'Bree Serif',Serif;
	text-transform: uppercase;
	border-radius: 2px;
}

.maincontent  h2 {
	background: linear-gradient(90deg, rgba(131,58,180,0.9) 0%, rgba(253,29,29,0.95) 50%, rgba(252,176,69,0.9) 100%), url(//bcdn.domainpunch.com/images/stock/network-web.jpg);
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	font-size: 2.0em;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
	font-family: 'Bree Serif',Serif;
	border-radius: 2px;
}

.maincontent h3 {
	background: none;
	font-size: 1.4em;
	margin-bottom: 50px;
	margin-top: 50px;
	color: #800000;
	padding: 5px 5px 5px 5px;
	font-family: 'Bree Serif',Serif;
	font-weight: bold;
	border-bottom: 1px solid #FFCCCC;
	background-color: rgba(180,150,150,0.09);
}

.white {
	color: #FFFFFF !important;
}

.noborder {
	border: none !important;
}

.wrapper .bg-footer   {
	min-height: 120px;
	padding: 30px 0;
	margin-bottom: 5px;
}

.wrapper .bg-footer a {
	color: #EEEEEE;
	margin-bottom: 20px;
}

.btn-box {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	padding: 5px 15px;
	align-items: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-start {
	justify-content: flex-start !important;
}

.btn {
	font-family: 'Roboto Slab',Serif;
	border-radius: 0px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	border: none;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 1.1em;
	padding: 3px 13px;
	border-radius: 2px;
}

.btn-single {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 6px;
}

.btn:hover {
	box-shadow: none;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.btn-danger {
	background: linear-gradient(to right, rgba(250,0,0,1), rgba(200,0,0,1), rgba(250,0,0,1));
	color: #FFFFFF !important;
}

.btn-download {
	padding: 10px 5px;
}

.btn-success {
	background: linear-gradient(to right, rgba(0,150,0,1), rgba(0,190,0,1), rgba(0,150,0,1));
}

.btn-primary {
	background: linear-gradient(to right, rgba(0,120,250,1), rgba(0,120,200,1), rgba(0,120,250,1));
}

.btn-icon { margin-right: 20px;}

.odd, .even {
	padding: 40px 0 20px 0;
}

.panels {
	
}

.panels > div:nth-child(even) {
	background-color: rgba(235, 245, 255, 0.9);
	padding: 60px 0 40px 0;
}

.panels > div:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 60px 0 40px 0;
}

.deck, .buttonpanel {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}

.deck {
	justify-content: center;
}

.buttonpanel > p {
	flex: 1 1 auto;
}

.deck > div:not(.side) {
	flex: 1 1 250px;
	padding: 5px;
	box-shadow: var(--subtle-box-shadow);
	background-color: #FEFEFE;
}

.deck > div.side {
	flex: 1 0 250px;
	padding: 0;
	padding-right: 30px;
}

.deck > div.side > p {
	padding: 0;
}

.deck > div.main {
	flex: 1 1 500px;
}

.deck > div > a > img {
	margin: 30px 0 20px 0;
}

.deck > div > h4 {
	text-align: center;
	font-size: 17px;
}

.deck > div > p {
	padding: 10px;
	font-size: 16px;
}

.deck > div > h3 {
	text-align: center;
	padding: 4px;
	background-color: rgba(230,230,230,0.8);
	font-weight: bold;
	font-size: 20px;
}

.deck > div.side > h3 {
	text-align: left;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 3px solid #AA0000;
	background-color: transparent;
	margin-bottom: 40px;
}

.deck > div.main > h3 {
	text-align: center;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 3px solid #AA0000;
	background-color: transparent;
	margin-bottom: 40px;
}

.deck > div:not(.side):not(.main) > h3 {
	margin: -4px;
}

.deck > div:last-child {
	margin-bottom: 0;
}

.band {
	padding: 30px 0 30px 0;
	font-size: 1.1em;
}

.band-narrow {
	background-color: #e9ecef;
	font-size: 1.1em;
}

.band .splash p, .band-narrow .splash p {
	font-size: 1.05em;
}

.hero {
	background: linear-gradient(90deg, rgba(131,58,180,0.9) 0%, rgba(83,10,29,0.9) 20%,rgba(253,29,29,0.95) 70%, rgba(131,58,180,0.9) 100%), url(//bcdn.domainpunch.com/images/stock/network-web.jpg);
	color: #FFFFFF;
}

.hero-odd {
	background: linear-gradient(90deg, rgba(200,158,240,0) 0%, rgba(183,10,129,0.04) 20%,rgba(253,129,229,0.04) 70%, rgba(200,158,255,0) 100%);
	color: #000000;
}

.hero-even {
	background: linear-gradient(90deg, rgba(211,205,255,0.3) 0%, rgba(245,255,255,0.35) 70%, rgba(211,205,255,0.3) 100%);
	color: #000000;
}

.main {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.screenshot, .main {
	background: linear-gradient(90deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0.85) 100%), url(//bcdn.domainpunch.com/images/stock/network-connect.jpg);
}

.splash {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Bree Serif',Serif;
	color: #000000;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.splash a:not(.btn) {
	color: #000000;
	background-color: #EFEFEF;
	padding: 0 5px;
	border-radius: 3px;
}

.splash > div {
	flex: 1 1 250px;
}

.splash > div.image {
	flex: 1 1 450px;
}

.splash h1 {
	font-weight: bold;
	font-size: 36px;
	text-align: left;
	margin-bottom: 40px;
	color: #FFF;
}

.splash h3 {
	font-weight: 400;
	font-size: 28px;
	font-family: 'Bree Serif',Serif;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: left;
	border-radius: 3px;
	color: #FFFFFF;
}

.splash.heading  h3 {
	margin-top: 12px;
	margin-bottom: 8px;
}

.para-footer {
	font-size: 13px;
	text-align: center;
	background-color: #E0E0E0;
	margin-top: 5px;
}

.para-footer a {
	text-decoration: underline;
}

.odd {
	background-color: #E9F7FF;
}

.taglist {
	line-height: 180%;
    border-radius: 3px;
    background-color: #EEF878;
    color: #000;
    padding: 1px;
    padding-right: 2px;
    padding-left: 2px;
    margin: 8px;
    margin-left: 0;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    border: 0px solid #FFF;
    font-family: 'Bree Serif',Serif;
}

.heading-dark {
	padding-top: 8px;
	padding-bottom: 8px;
	background: none;
	text-align: left;
	color: #FFFFFF;
	background: #000000;
	vertical-align: middle;
	background: linear-gradient(to right, rgba(0, 70, 128, 0.9) 0%, rgba(0, 140, 230, 1) 37%, rgba(0, 140, 230, 1) 61%, rgba(0, 70, 128, 0.9) 100%);
}

.heading-red {
	padding-top: 8px;
	padding-bottom: 8px;
	background: none;
	text-align: left;
	color: #FFFFFF;
	background: #800000;
}

.heading {
	padding-top: 8px;
	padding-bottom: 8px;
	background: none;
	text-align: left;
	color: #000;
	background: linear-gradient(to right, rgba(0, 146, 233, 0.3) 0%, rgba(0, 146, 233, 0.1) 37%, rgba(0, 146, 233, 0.1) 61%, rgba(0, 146, 233, 0.3) 100%);
}

.heading h2 {
	font-weight: bold;
	font-size: 36px;
}




#image-popup-modal
{
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	display:none;
	right: 10px;
	left:10px;
	top: 10px;
	height: auto;
	width: 500px;
	z-index: 1050;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	background-color:rgba(255, 255, 255, .95);
	border: 0px solid rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

#dimScreen
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
	z-index: 1049;
	display: none;
}

::-webkit-scrollbar {
	width: 18px;
    height: 18px;
}

::-webkit-scrollbar-track
{
	
	-webkit-box-shadow: none; 
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb
{
    background-color: rgba(177,225,255,0.6);
	-webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none; 
	background-clip: padding-box;
	height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
	 -webkit-border-radius: 7px;
}

::-webkit-scrollbar-thumb:vertical {
	
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}

.alert-icon {
	background-repeat: no-repeat !important;
	background-position: 0 5px !important; 
	background-size: 24px 24px !important; 
}

code {
    font-size: 100%;
    color: #8000A0;
	background-color: rgba(200,200,200,0.2);
	padding: 0px 5px;
	border-radius: 2px;
    word-wrap: break-word;
	font-weight: bold;
	word-break: break-all;
}

.card-box {
	padding: 10px;
	border: 0px solid #DDDDDD;
	box-shadow: 0 1px #FEFEFE inset, 0 1px 3px rgba(34, 25, 25, 0.3);
	margin-bottom: 30px;
	border-radius: 4px;
}

.card-box h3:first-child {
	margin-top: 0;
	border-bottom: 1px dotted #807070;
}

.card-box p:last-child {
	margin-bottom: 0;
}

.splash .card-box {
	padding: 10px 30px 30px 30px;
}

.hero-odd .card-box h3, .hero-even .card-box h3 {
	color: #000000;
	text-align: center;
}

.hero .card-box h3, .hero p{
	color: #FFFFFF;
}

.hero-odd .card-box, .hero-even .card-box {
	margin-bottom: 0;
	flex: 1 1 370px;
}

.img-thumbnail {
	border: 1px solid #FFCCCC;
	border-radius: 3px;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-top: 40px;
	margin-bottom: 40px;
}
