/* e-lefENT MATRIX Custom CSS v24.0 */

.implementation h3, h3, nav.footerNav div h2, nav.footerNav {
    font-size: 14px;
}

a.back-to-top:hover {
    color: #FFFFFF;
}

body.portal.home-carousel footer {
	font-family: "RobotoLightNew", "Ubuntu", helvetica, sans-serif;
	border-top: 0px;
}

.customFooterNotBold {
	font-weight: normal
}

.customFooterBold {
	font-weight: bold
}

.customFooter div {
	margin: 0 -4px 4px 0;  
}

footer {
	background-color: #174A7C;
}

@media only screen and (max-width: 599px) {
	.customResponsiveDiv {
		width: 100%;
	}
}

@media only screen and (min-width: 600px) {
	.customResponsiveDiv {
		width: 100%;
	}
}

@media only screen and (min-width: 900px) {
	.customResponsiveDiv {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.customResponsiveDiv {
		width: 60%;
	}
}

@media only screen and (min-width: 1800px) {
	.customResponsiveDiv {
		width: 60%;
	}
}

.catalog_class #leftColumn .label.box {
	display: none;
}

/*

.custom-dropdown {
  display: none;
}

.custom-dropdown-container:hover .custom-dropdown {
  display: block;
}

*/

/* TEST */

.custom-dropdown {
  display: none;
}

.custom-dropdown-container {
  display: none;
}
 
.custom-dropdown-container:hover .custom-dropdown {
  display: block;
}

/* */

.hidden {
  display: none;
}

.custom-img-fluid {
  max-width: 100%;
  height: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* simple-lightbox */

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	max-width: 90%;
	/*
	max-height: 80%;
	margin-top: 2%;
	*/
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}

.lightbox iframe {
	max-width: 90%;
	/*
	max-height: 80%;
	margin-top: 2%;
	*/
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}

.lightbox:target {
	outline: none;
	display: block;
}

/* responsive-table-horizontal-scroll */

.mcd-table {
  margin-right: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}

.mcd-table-nowrap {
  margin-right: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}

td, th {
  padding: .5rem;
}

th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

table.mcd-table td {
  white-space: normal;
}

table.mcd-table-nowrap td {
  white-space: nowrap;
}

/* panopto embed player breakpoints */

@media only screen and (max-width: 575px) {
	div.sm-embed {
		width: 100%;
	}
}
@media only screen and (min-width: 576px) {
	div.sm-embed {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	div.sm-embed {
		width: 100%;
	}
}
@media only screen and (min-width: 992px) {
	div.sm-embed {
		width: 60%;
	}
}
@media only screen and (min-width: 1200px) {
	div.sm-embed {
		width: 60%;
	}
}

/* panopto embed player: centered div */

div.sm-embed-center {
  margin: 0 auto;
}

/* collapsibles */

div.open, div.open2, div.open3, div.open4, div.open5, div.open6, div.open7, div.open8, div.open9, div.open10, div.open11, div.open12, div.open13, div.open14, div.open15, div.open16, div.open17, div.open18, div.open19, div.open20 {
  padding: 10px 0px 10px 0px;
}

div.show, div.show2, div.show3, div.show4, div.show5, div.show6, div.show7, div.show8, div.show9, div.show10, div.show11, div.show12, div.show13, div.show14, div.show15, div.show16, div.show17, div.show18, div.show19, div.show20 {
  padding: 0px 0px 0px 0px;
}

/* page embed questions */

/*

.quiz_blocks_custom {
  margin-left: 0px;
}

.embed-question-text {
  padding-left: 15px;
}

.embed-question-instruction {
  padding-left: 15px;
}

.embed-question-button {
  padding-left: 15px;
}

*/

.custom-form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.embed-freeform-feedback {
  font-weight: normal;
  color: #808080;
}

.embed-question-container {
  margin-top: 20px !important;
  padding-bottom: 20px !important ;
}

.embed-feedback-container {
  padding-top: 20px !important;
}

.imagebank-feedback-container {
  padding-top: 20px !important;
}

.imagebank-question-container {
  margin-top: 20px !important;
  padding-bottom: 20px !important ;
}

/*

.imagebank-question-container {
  padding-top: 20px !important;
}

*/

.embed-question-container ul {
  padding-left: 0px;
}

.embed-question-container li {
  list-style: none;
}

.embed-feedback-container ul {
  padding-left: 0px;
}

.embed-feedback-container li {
  list-style: none;
}

/*

.imagebank-feedback * {
  color: #808080;
}

*/

/* removes catalog images */

/* 03/12/2019 */

.catalog_boxes[class*='categories'] .imgCrop {
  display: none;
}

.catalog_boxes[class*='categories'] .header {
  margin-bottom: 10px;
}

/* removes module images */

.modern_module_wrap .imgCrop {
  display: none;
}

.modern_module_wrap .no-print  {
  display: none;
}

/* removes class images (needs more testing) */

.catalog_boxes[class*='courses'] .imgCrop {
  display: none;
}

.catalog_boxes[class*='courses'] .header {
  margin-bottom: 10px;
}

/* removes enrolled dashboard images (needs more testing) */

.catalog_boxes[class*='student'] .imgCrop {
  display: none;
}

.catalog_boxes[class*='student'] .header {
  margin-bottom: 10px;
}

/* custom 'correct answer' style */

/*

p[data-content*="Correct answer:"] {
	font-weight: bold !important;
	color: #777 !important;
	font-size: 16px !important;
	font-family: "Roboto", Arial !important;
	line-height: 1.25em !important;
	padding: 0 0 1em 0 !important;
}

*/

/* Correct answer and Feedback NEW style */

/*

.correct-answer-style {
  border: 1px solid #c6c5c5;
  background: #fcfcfc;
  padding: 1em;
  margin: 1em .5em;
}

.cases-feedback {
  border: 1px solid #c6c5c5;
  background: #fcfcfc;
  padding: 1em;
  margin: 1em .5em;
}

.show-feedback {
  display: block;
}

*/

/*

p[data-content*="Correct answer:"] {
  border: 1px solid #c6c5c5;
  background: #fcfcfc;
  padding: .5em;
}

*/

.custom-correct-answer {
  border: 1px solid #c6c5c5;
  background: #fcfcfc;
  padding: .5em;
}

.cases-feedback {
  border: 1px solid #c6c5c5;
  background: #fcfcfc;
  padding: 0 .5em 0 .5em;
}


/* invisible learning content (trigger) */

#\39 933 {
  display: none;
}

/* gallery with filtering */

.grid {
  max-width: 1400px;
  padding: 0px 0px 10px 0px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
} /* new */

.ui-group {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}

.ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px; /* */
}

.item {
  width: 200px;
  height: 150px;
  margin: 30px 10px 30px 10px;
}

.item-posters {
  width: 200px;
  height: 150px;
  margin: 30px 10px 60px 10px;
}

.body {
  padding: 10px;
}

/* ent image bank > radiological image bank - hidden catalog tiles */

/* #\39 950, #\39 951, #\39 952, #\39 953, #\39 955, #\39 957 {
  display: none;
} */

/* exam zone > cases - hidden catalog tiles */

/* #\39 959, #\39 962 {
  display: none;
} */

/* exam zone > short answer questions - hidden catalog tiles */

/* #\39 973, #\39 976 {
  display: none;
} */

/* */

i.far {
  padding-right: 6px;
}

/* Endoscope-i-videos # of sessions */

#\32 733 > div.footer > div {
  display: none;
}

/* Managament Guidelines # of sessions */

#\36 563 > div.footer > div {
  display: none;
}

/* Radiological Image Bank - Hidden Tiles (Final) */

/*

#\31 0521, #\31 0522, #\31 0574, #\31 0577, #\31 0579, #\31 0581, #\31 0584, #\31 0593, #\31 0597, #\31 0599, #\31 0601, #\31 0604, #\31 0606, #\31 0610, #\31 0613, #\31 0615, #\31 0616, #\31 0617, #\31 0618, #\31 0619, #\31 0620, #\31 0621, #\31 0622, #\31 1457, #\31 1459, #\31 1460, #\31 1461, #\31 1462, #\31 1463, #\31 1464, #\31 0520, #\31 0519, #\31 0518, #\31 0515, #\31 0516, #\31 0432, #\31 0431, #\31 0430, #\31 0397, #\39 957, #\39 955, #\39 953, #\39 952, #\39 951, #\39 950, #\31 1742, #\31 0103 {
  display: none;
}

*/

/* Clinical Image Bank - Hidden Tiles (Final) */

/*

#\31 1543, #\31 1494, #\31 1495, #\31 1497, #\31 1522, #\31 1524, #\31 1525, #\31 1526, #\31 1527, #\31 1528, #\31 1529, #\31 1530, #\31 1531, #\31 1532, #\31 1533, #\31 1535, #\31 1537, #\31 1538, #\31 1539, #\31 1540, #\31 1541, #\31 1542, #\31 1544, #\31 1545, #\31 1546, #\31 1547, #\31 1493, #\31 1484, #\31 1485, #\31 1490, #\31 1483, #\31 1482, #\31 1481, #\31 1480, #\31 1475, #\31 1469, #\31 1467, #\31 1465, #\31 1743, #\31 0076, #\31 0082, #\31 0256, #\31 0255, #\31 0242, #\31 0239, #\31 0179, #\31 0130, #\31 0080, #\31 0254 {
  display: none;
}

*/

/* Audiological Image Bank - Hidden Tiles (Final) */

/*

#\31 1551, #\31 1557, #\31 1576, #\31 1550, #\31 1548, #\39 973 {
  display: none;
}

*/
