﻿
/* TODO: use @import for your css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body, table, p, div {
	font-family: 'Montserrat';
}


::selection {
	background: #b5d6fd;
	color: #000030;
}

/*RTE_DefaultConfig.items_InlineClasses*/
.my-cls-mark {
	background-color: yellow;
	font-weight: bold;
}

.my-cls-warning {
	background-color: orange;
	color: white;
	font-weight: bold;
}
/*RTE_DefaultConfig.items_ParagraphClasses*/
.my-cls-quote {
	margin: 10px;
	padding-left: 10px;
	border-left: dashed 1px red;
	font-style: italic;
}

.my-cls-largecenter {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

* {
	box-sizing: border-box;
}

[__rte_selected_hover__] {
	background-color: #b5d6fd;
}

[__rte_selected_cell] {
	background-color: #b5d6fd;
}

[__rte_selected_hover] {
	background: #b5d6fd;
	color: #000;
}

.rte-toggleborder [__rte_selected_block] {
	/*box-shadow: 0 0 0 0.5px #377dff;*/ /*not work well for FireFox*/
	/*border-radius: 1px;*/
	/*outline: 0.5px solid #377dff99;*/
	border-right:solid 1px #377dff;
}

.rte-toggleborder blockquote[__rte_selected_block] {
	/*box-shadow: 0 0 0 0.5px #377dff;*/ /*not work well for FireFox*/
	/*border-radius: 1px;*/
	outline: none;
}

.rte-toggleborder td[__rte_selected_block] {
	box-shadow: none !important;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

	table:not([width]) {
		width: 100%;
	}

	table[border="0"] td, table:not([border]) td, table[border="0"] th, table:not([border]) th {
		border: 1px solid #ddd;
	}

thead {
	background-color: #eee;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

video-container {
	position: relative
}

	video-container:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(128,128,128,0.2);
	}

blockquote {
	border-left: 3px solid #ddd;
	padding: 5px 0 5px 10px;
	margin: 15px 0 15px 15px;
}


img {
	cursor: default;
}




.dp-highlighter {
	font-family: "Consolas", "Courier New", Courier, mono, serif !important;
	font-size: 12px;
	background-color: #000;
	width: 99%;
	border-radius: 8px;
	overflow: auto;
	padding: 8px 0;
	margin: 18px 0 18px 0 !important;
}

	/* clear styles */
	.dp-highlighter ol,
	.dp-highlighter ol li,
	.dp-highlighter ol li span {
		margin: 0;
		padding: 0;
		border: none;
	}

	.dp-highlighter a,
	.dp-highlighter a:hover {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
	}

	.dp-highlighter .bar {
		padding-left: 45px;
	}

	.dp-highlighter.collapsed .bar,
	.dp-highlighter.nogutter .bar {
		padding-left: 0px;
	}

	.dp-highlighter ol {
		list-style: decimal!important;
		background-color: #fff!important;
		margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
		padding: 0px!important;
		color: #000!important;
		padding-left: 0px !important;
	}

	.dp-highlighter.nogutter ol,
	.dp-highlighter.nogutter ol li {
		list-style: none !important;
		margin-left: 0px !important;
	}

	.dp-highlighter ol li,
	.dp-highlighter .columns div {
		list-style: decimal-leading-zero !important; /* better look for others, override cascade from OL */
		list-style-position: outside !important;
		border-left: 1px solid #7c7d7f !important;
		background-color: #000 !important;
		color: #fff!important;
		padding: 0 3px 0 10px !important;
		margin: 0 !important;
		margin-top: 0 !important; 
        margin-bottom: 0 !important;
	    font-family: "Consolas", "Courier New", Courier, mono, serif !important;
	}

	.dp-highlighter.nogutter ol li,
	.dp-highlighter.nogutter .columns div {
		border: 0;
		line-height: 16px;
	}

	.dp-highlighter .columns {
		background-color: #000;
		color: gray;
		overflow: hidden;
		width: 100%;
	}

		.dp-highlighter .columns div {
			padding-bottom: 5px;
		}

	.dp-highlighter ol li.alt {
		background-color: #000;
		color: #fff;
		line-height: 16px;
	}

	.dp-highlighter ol li span {
		color: #fff;
		background-color: inherit;
	}

	/* Adjust some properties when collapsed */

	.dp-highlighter.collapsed ol {
		margin: 0px;
	}

		.dp-highlighter.collapsed ol li {
			display: none;
		}

	/* Additional modifications when in print-view */

	.dp-highlighter.printing {
		border: none;
	}

		.dp-highlighter.printing .tools {
			display: none !important;
		}

		.dp-highlighter.printing li {
			display: list-item !important;
		}

	/* Styles for the tools */

	.dp-highlighter .tools {
		padding: 3px 8px 3px 10px;
		font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: silver;
		background-color: #f8f8f8;
		padding-bottom: 10px;
		border-left: 3px solid #6CE26C;
	}

	.dp-highlighter.nogutter .tools {
		border-left: 0;
	}

	.dp-highlighter.collapsed .tools {
		border-bottom: 0;
	}

	.dp-highlighter .tools a {
		font-size: 9px;
		color: #a0a0a0;
		background-color: inherit;
		text-decoration: none;
		margin-right: 10px;
	}

		.dp-highlighter .tools a:hover {
			color: red;
			background-color: inherit;
			text-decoration: underline;
		}

/* About dialog styles */

.dp-about {
	background-color: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
}

	.dp-about table {
		width: 100%;
		height: 100%;
		font-size: 11px;
		font-family: Tahoma, Verdana, Arial, sans-serif !important;
	}

	.dp-about td {
		padding: 10px;
		vertical-align: top;
	}

	.dp-about .copy {
		border-bottom: 1px solid #ACA899;
		height: 95%;
	}

	.dp-about .title {
		color: red;
		background-color: inherit;
		font-weight: bold;
	}

	.dp-about .para {
		margin: 0 0 4px 0;
	}

	.dp-about .footer {
		background-color: #ECEADB;
		color: #333;
		border-top: 1px solid #fff;
		text-align: right;
	}

	.dp-about .close {
		font-size: 11px;
		font-family: Tahoma, Verdana, Arial, sans-serif !important;
		background-color: #ECEADB;
		color: #333;
		width: 60px;
		height: 22px;
	}

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments {
	color: #7c7d7f;
	background-color: inherit;
}

.dp-highlighter .string {
	color: #208b6f;
	background-color: inherit;
}

.dp-highlighter .keyword {
	color: #4e87be;
	font-weight: bold;
	background-color: inherit;
}
.dp-highlighter .number {
	color: #c0415c;
	font-weight: bold;
	background-color: inherit;
}

.dp-highlighter .preprocessor {
	color: gray;
	background-color: inherit;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #343434;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding-right: 32px;
    padding-left: 32px;
    height: 48px;
    font-size: 0.875rem;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #ffffff;
    background-color: #0056d2;
    border-color: #0056d2;
    box-shadow: #0056d2;
    transition: all 0.3s;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(52, 52, 52, 0.075);
}
.rounded-pill {
    border-radius: 50rem !important;
}