body {
	background-color: rgba(0,0,0,.03) !important;
}

.container-fluid {
	max-width: 1500px !important;
	background-color: #fff !important;
}

a {
	text-decoration:underline;
	color: black;
}

a:hover {
    color: red;
}

.no-underline {
	text-decoration:none !important;
}

.btn-primary {
    background-color: #2580A2;
    border-color: #2580A2;
}

.bg-primary {
    background-color: #2580A2 !important;
    border-color: #2580A2 !important;
}

.btn-primary:hover {
    background-color: #1b5f78;
    border-color: #1b5f78;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #20708d;
    border-color: #1b5f78;
}

.dropdown {position: static;}

.dropdown-menu {width: 100%;background-color: #f9f9f9;}

.dropdown-item {
	display: inline;
	padding: .25rem .85rem;
	margin-left: .5rem;
}

h1, h2, h3, h4 {
	margin-top: 1.5rem;
	color: #2580A2;
}

h5 {
	color: #2580A2;
}

h1 {font-size: 2.2rem;}

h2 {font-size: 1.8rem;}

.text-primary {
	color: #2580A2 !important;
}

.logobanner {
	padding: 0px;
	margin: 0px;
	height: 50px;
}

.right_top_menu_box {
	max-width: 375px;
	float: right;
	background-color: #2580A2;
	margin: 0px;
	padding-right: 8px;
	height: 40px;
}

.right_top_menu {
	padding: 0 10px;
	line-height: 40px;
	text-decoration: none !important;
	color: white;
	font-size: 14px;
}

.footer {
	padding: 15px 0px 15px 0px;
	font-size: 90%;
	clear: both;
	vertical-align: middle;
	background-color: #2580A2;
	max-width: 1500px;
	margin-right: auto;
    margin-left: auto;
	color: white;
}

.footer a {
	color: white;
}

.homepagebanner {
	background-image: url("/images/banners/homepage_banner.webp");
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.homepagebannerexamples{
	margin-top: 15px;
	color: white;
}

.homepagebannerexamples a{
	font-size: 110%;
	color: white;
}

.tooldefault {
    background-image: url("/images/banners/tooldefault.webp");
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.defaulttoolbanner {
	color : white;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.defaulttooltext {
	padding-left: 20px;
	display: table-cell;
	width: 100%;
	font-size: 120%;
}

.defaulttooltext h1,h4 {
	color: white;
}

.dl-search {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	display: block;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-right: 0px !important;
	margin: 0;
	font-family: inherit;
}
  
.dl-search:focus {
	box-shadow: none;
	outline: none;
}

.maxw960 {
	max-width:960px
}

.maxw1200 {
	max-width:1200px
}

.min50vh {
	min-height: 50vh;
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #f8f9fa;
	box-shadow: 0 -2px 4px rgba(0,0,0,.1);
	z-index: 9999;
	display:none;
}


/* Background */ .bg { background-color: #f0f0f0; }
/* PreWrapper */ .chroma { background-color: #f0f0f0; }
/* Other */ .chroma .x {  }
/* Error */ .chroma .err {  }
/* CodeLine */ .chroma .cl {  }
/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ .chroma .hl { background-color: #d8d8d8 }
/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ .chroma .line { display: flex; }
/* Keyword */ .chroma .k { color: #007020; font-weight: bold }
/* KeywordConstant */ .chroma .kc { color: #007020; font-weight: bold }
/* KeywordDeclaration */ .chroma .kd { color: #007020; font-weight: bold }
/* KeywordNamespace */ .chroma .kn { color: #007020; font-weight: bold }
/* KeywordPseudo */ .chroma .kp { color: #007020 }
/* KeywordReserved */ .chroma .kr { color: #007020; font-weight: bold }
/* KeywordType */ .chroma .kt { color: #902000 }
/* Name */ .chroma .n {  }
/* NameAttribute */ .chroma .na { color: #4070a0 }
/* NameBuiltin */ .chroma .nb { color: #007020 }
/* NameBuiltinPseudo */ .chroma .bp {  }
/* NameClass */ .chroma .nc { color: #0e84b5; font-weight: bold }
/* NameConstant */ .chroma .no { color: #60add5 }
/* NameDecorator */ .chroma .nd { color: #555555; font-weight: bold }
/* NameEntity */ .chroma .ni { color: #d55537; font-weight: bold }
/* NameException */ .chroma .ne { color: #007020 }
/* NameFunction */ .chroma .nf { color: #06287e }
/* NameFunctionMagic */ .chroma .fm {  }
/* NameLabel */ .chroma .nl { color: #002070; font-weight: bold }
/* NameNamespace */ .chroma .nn { color: #0e84b5; font-weight: bold }
/* NameOther */ .chroma .nx {  }
/* NameProperty */ .chroma .py {  }
/* NameTag */ .chroma .nt { color: #062873; font-weight: bold }
/* NameVariable */ .chroma .nv { color: #bb60d5 }
/* NameVariableClass */ .chroma .vc {  }
/* NameVariableGlobal */ .chroma .vg {  }
/* NameVariableInstance */ .chroma .vi {  }
/* NameVariableMagic */ .chroma .vm {  }
/* Literal */ .chroma .l {  }
/* LiteralDate */ .chroma .ld {  }
/* LiteralString */ .chroma .s { color: #4070a0 }
/* LiteralStringAffix */ .chroma .sa { color: #4070a0 }
/* LiteralStringBacktick */ .chroma .sb { color: #4070a0 }
/* LiteralStringChar */ .chroma .sc { color: #4070a0 }
/* LiteralStringDelimiter */ .chroma .dl { color: #4070a0 }
/* LiteralStringDoc */ .chroma .sd { color: #4070a0; font-style: italic }
/* LiteralStringDouble */ .chroma .s2 { color: #4070a0 }
/* LiteralStringEscape */ .chroma .se { color: #4070a0; font-weight: bold }
/* LiteralStringHeredoc */ .chroma .sh { color: #4070a0 }
/* LiteralStringInterpol */ .chroma .si { color: #70a0d0 }
/* LiteralStringOther */ .chroma .sx { color: #c65d09 }
/* LiteralStringRegex */ .chroma .sr { color: #235388 }
/* LiteralStringSingle */ .chroma .s1 { color: #4070a0 }
/* LiteralStringSymbol */ .chroma .ss { color: #517918 }
/* LiteralNumber */ .chroma .m { color: #40a070 }
/* LiteralNumberBin */ .chroma .mb { color: #40a070 }
/* LiteralNumberFloat */ .chroma .mf { color: #40a070 }
/* LiteralNumberHex */ .chroma .mh { color: #40a070 }
/* LiteralNumberInteger */ .chroma .mi { color: #40a070 }
/* LiteralNumberIntegerLong */ .chroma .il { color: #40a070 }
/* LiteralNumberOct */ .chroma .mo { color: #40a070 }
/* Operator */ .chroma .o { color: #666666 }
/* OperatorWord */ .chroma .ow { color: #007020; font-weight: bold }
/* Punctuation */ .chroma .p {  }
/* Comment */ .chroma .c { color: #60a0b0; font-style: italic }
/* CommentHashbang */ .chroma .ch { color: #60a0b0; font-style: italic }
/* CommentMultiline */ .chroma .cm { color: #60a0b0; font-style: italic }
/* CommentSingle */ .chroma .c1 { color: #60a0b0; font-style: italic }
/* CommentSpecial */ .chroma .cs { color: #60a0b0; background-color: #fff0f0 }
/* CommentPreproc */ .chroma .cp { color: #007020 }
/* CommentPreprocFile */ .chroma .cpf { color: #007020 }
/* Generic */ .chroma .g {  }
/* GenericDeleted */ .chroma .gd { color: #a00000 }
/* GenericEmph */ .chroma .ge { font-style: italic }
/* GenericError */ .chroma .gr { color: #ff0000 }
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
/* GenericInserted */ .chroma .gi { color: #00a000 }
/* GenericOutput */ .chroma .go { color: #888888 }
/* GenericPrompt */ .chroma .gp { color: #c65d09; font-weight: bold }
/* GenericStrong */ .chroma .gs { font-weight: bold }
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
/* GenericTraceback */ .chroma .gt { color: #0044dd }
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
/* TextWhitespace */ .chroma .w { color: #bbbbbb }