/* This sheet apply styles that differ with bootstrap 3 */

/* BT5 use Roboto instead Neue */
:root {
	--bs-font-sans-serif: arial, verdana, sans-serif;;
	--bs-table-color: #333;
	--bs-emphasis-color: #333;
	--bs-body-color: #333;
	--bs-body-text-align: left;
	--bs-border-color: #ddd;
	--bs-body-font-family: var(--bs-font-sans-serif);
	--line-height-default: 1.42857143;
	--link-color: #337ab7;
	--code-background-color: #f9f2f4;
	--code-text-color: #c7254e;
	--table-header-border-bottom-color: #dddddd;
	--editorial-information-bg-color: #FBC3AF;
}

body.accessibility-activated{
	--link-color: #005483;
	--code-background-color: #797274;
	--code-text-color: #ffffff;
	--table-header-border-bottom-color: #000000;
	--bs-border-width: 1px;
    --bs-border-color: #000;
}
/* BT5 use 1rem instead 14px */
body {
	font-family: var(--bs-body-font-family);
	font-size: 14px;
	line-height: var(--line-height-default);
	color: var(--bs-body-color);
}
.smc-content-ct,
.smc-content-ct td{
	line-height: var(--line-height-default) !important;
}

*[data-bs-theme="dark"] {
	background-color: #202833;
	color: #ffffff;
}

*[data-bs-theme="dark"] .enum-container > p.enum-title {
	color: #FFFFFF;
}

a{
	text-decoration: none;
	color: var(--link-color);
}
/* BT5 use 1rem instead 10px */
p {
	margin-bottom: 10px;
}
b, strong {
	font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin-bottom: 10px;
}
.navigation {
	width: 100%;
	padding-left: 0;
	list-style: none;
}

.navbar-header {
	display: block;
}

/* BT5 doesnt apply height, float and margin-right as it was being applied in BT3  */
.navbar-brand {
	height: 50px;
	margin-right: 0;
}

header:not([class="header"]) .navbar-brand {
	float: left;
}

header > .container-fluid, nav.main-nav .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.navbar-toggler {
	gap: 4px;
	display: none;
	flex-direction: column;
}

.navbar-toggler:focus {
	box-shadow: inherit;
}
.navbar-toggler .icon-bar{
	width: 22px;
	height: 3px;
	display: block;
	border-radius: 1px;
	background-color: #000;
}

/* Centering the burger button */
.navbar-toggler > span:nth-child(2) {
	margin-top: 17px;
}

.sidebar .navbar-nav {
	padding: 0;
}

.dropdown-menu {
	font-size: inherit;
}

.breadcrumb > li + li::before {
	padding: 0 5px;
}

.img-responsive {
	max-width: 100%;
}

.table-header {
	background-color: #EEE !important;
	font-weight: bold;
}

.table {
	color: inherit;
}

table.table-NoBorder {
	border: none;
}

table.table-NoBorder > tbody.tbody  > tr.table-row > .table-cell {
	border-top: 1px solid var(--bs-border-color);
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: .5rem .5rem;
}

.table > thead > tr > th {
	border-bottom: 2px solid var(--table-header-border-bottom-color) !important;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
	padding: .31rem .31rem;
}

.editorial-information .table > :not(caption) > * > * {
	background-color: var(--editorial-information-bg-color);
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}
.container {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	--bs-gutter-x: 1.9rem;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 1rem;
}
.row,
.row.time_popup {
	--bs-gutter-x: 1.9rem;
}

body.accessibility-activated .row{
	--bs-gutter-x: 1rem;
}

.container-enum.Arrow > li.enum-element::before,
.container-enum.Point > li.enum-element::before {
	line-height: 19px;
}

header > .container-fluid {
	background-color: #efefef;
}

header > .container-fluid::before {
	display: table;
	content: " ";
}

header > .container-fluid::after {
	display: table;
	content: " ";
	clear: both;
}

.navbar-brand {
	float: left;
}

pre.code {
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: var(--code-text-color);
	background-color: var(--code-background-color);
	border-radius: 4px;
}

a:hover, a:focus {
	text-decoration: underline;
}

/*head and sidebar*/
body > header .table > thead > tr > th {

	padding: 5px;
}

body:has(header.header) .column-main {
	display: flex;
	flex-direction: column;
}

.content-search{
	width: 100%;
}
input.fuzzyComplete{
	font-weight: 700;
}

/* Scorm styles */
.time_popup_msj{
    position: relative;
}
.btn.close{
    float: right;
    padding: 0;
}
.feedback_popup .container-fluid{
    clear: both;
}

.time_popup {
	justify-content: center;
}

.modal-body > .btn-close {
	float: right;
}

.modal-body > .btn-close > span > i.fa::before{
	content: none;
}

/* Media queries */

@media (min-width: 992px) {
	body:not(header.header) .searchBoxCt .searchform input {
		height: 30px;
	}

	.container-fluid > .navbar-collapse {
		margin-right: -16px !important;
		margin-left: -16px !important;
	}

	.sidebar.sidebar.col-lg-3 {
		padding: 0 15px;
	}

	/*head and sidebar*/
	body > header .navbar-brand {
		float: left;
		height: 50px;
	}

	#main-content-titlepage {
		padding-left: 15px;
	}


	#main-content-titlepage .headline-content {
		margin-left: 2px;
	}

	body > header .navbar-expand-lg .navbar-collapse {
		display: block !important;
	}

	html[dir="rtl"] .breadcrumb {
		float: right;
		width: 100%
	}
}

@media (max-width: 768px) {
	.column-main {
		padding-left: 15px;
	}
}

@media (max-width: 992px) {
	.sidebar .navbar-nav > .container-fluid {
		padding: 0 15px;
	}

	.sidebar {
		padding-right: 15px;
		padding-left: 15px;
	}

	header > .container-fluid {
		background-color: #efefef !important;
		margin-right: 15px;
		margin-left: 15px;
		width: inherit;
		padding: 0;
	}

	body > header .navbar-toggler {
		display: flex;
		padding: inherit;
	}

	body > header .sidebar .navbar-nav {
		padding: 12px 0;
	}

	.navbar-toggler {
		display: flex;
	}

	.header > .container-fluid {
		min-width: inherit !important;
	}
}