@import "header.css";

.placeholder {
	opacity: 0.5;
	color: gray;
	background: repeating-linear-gradient(-45deg, lightgray, lightgray 10px, white, white 20px);
	display: none !important; /*Leave this until we decide what to place in the placeholders*/
}

.slider {
	display: flex;
	flex-flow: row wrap;
	min-height: 500px;
}

.LinkTileContainerWrapper {
	display: inline-block;
	width: 50%;
	height: 250px;
	color: white;
}

.welcome {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

div.search {
	position: absolute;
	right: 35px;
	top: 56px;
}

.welcome > div {
	display: inline-block;
}

.linkmenu {
	display: inline-block;
	right: 35px;
	top: 48px;
	z-index: 9999;
}

.contentTop {
	display: none;
}

div#yui-main {
	position: relative;
}

.checkboxHack + .menu.navigation {
	display: none;
}

.checkboxHack:checked + .menu.navigation {
	display: inherit !important;
	position: absolute;
	background-color: #045E42;
	color: white;
	padding: 12px;
	/*left: 0;*/
	z-index: 999;
}

.LinkTileContainer {
	display: flex;
	width: 100%;
	height: 100%;
	align-content: center;
	text-align: center;
}

	.LinkTileContainer a {
		width: 100%;
	}

	.LinkTileContainer.mod0 {
		background-color: #012F6B;
	}

	.LinkTileContainer a {
		color: white;
		text-decoration: none;
	}

.LinkTile {
	height: 100%;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
}

span.LinkTileText {
	display: inline-block;
	font-size: 27px;
	font-family: "Open Sans", arial, sans-serif;
}

input#.checkboxHack {
	display: none;
}

.LinkTileContainer.mod1 {
	background-color: #019CDE;
}

.LinkTileContainer.mod2 {
	background-color: #00A7B7;
}

input#searchbox {
	border: none;
	padding: 3px;
	vertical-align: bottom;
}

.logo a {
	color: white;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Open Sans", arial, sans-serif !important;
	font-size: 28px !important;
}

.logo {
	padding-left: 16px;
}

button#btnSearch {
	width: 50px;
	height: 22px;
	vertical-align: bottom;
	background-color: #F6E501;
	border: 1px solid #000000;
	background-image: url('/portal/content/images/mg-icon.png');
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
}

.hamburger-menu {
	display: inline-block;
}

.hamburger-menu__text, .hamburger-menu__icon {
	cursor: pointer;
}

.hamburger-menu__icon {
	height: 31px;
	width: 31px;
	border: none;
	background-image: url('/portal/content/images/hamburger.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	display: inline-block;
}

@font-face {
	font-family: 'Proxima';
	src: url('/Portal/Content/Fonts/ProximaNova-Regular.WOFF') format('woff');
}

@font-face {
	font-family: 'Tiempos';
	src: url('/Portal/Content/Fonts/Tiempos Headline-Light.WOFF') format('woff');
}

body, button.ui-button:not(.ui-dialog-titlebar-close) span.ui-button-text, div.titlePanel div.body *, table tbody td {
	font-family: arial;
}

.headers, h1, h2, h3, h4, th, [class*="eading"], [class*="eader"] {
	font-family: "Open Sans", arial, sans-serif; 
}

	h1#createRvpChecklist {
		margin-top: -65px;
	}

html, body {
	height: 100%;
}

body {
	background: #fff;
	color: black;
	margin: 0 auto;
	text-align: left;
	max-width: 1065px;
}

	body.adminbody {
		width: 100%;
	}


.pageContainer {
	background-color: #fff;
	min-height: 100%;
}

#doc3, #doc4 {
	background-color: #fff;
}

#doc4 {
	max-width: 100% !important;
}

.adminbody .topNav {
	display: none;
}

.panels.bs.clear {
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	background-image: url('/portal/content/images/home.png');
	background-size: contain;
	height: 500px;
}

input.checkboxHack {
	display: none;
}

	input.checkboxHack ~ label + div {
		display: none;
	}

	input.checkboxHack:checked ~ label ~ div {
		display: block;
	}

.twoPanel {
	margin-top: 20px;
	box-sizing: border-box;
}

.left25 {
	flex-grow: 1;
	padding-right: 22px;
}

.right75 {
	flex-grow: 26;
	max-width: 805px;
	    width: 800px; /*IE11 seems to be not limiting the width to the max-width... this hack appears to fix it*/
}

.LeftNav {
	background-color: #F5F5F5;
	margin-top: 8px;
	color: #012F6B;
	-webkit-box-shadow: 1px 3px 34px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 3px 34px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 3px 34px -10px rgba(0,0,0,0.75);
}

	.LeftNav li {
		border: 1px solid #E1E1E1;
		box-sizing: border-box;
		padding-right: 28px;
	}

li label span {
	display: block;
	padding: 8px;
	min-width: 185px;
}

body.adminbody {
	max-width: 100%;
}

.categoryPanel > .radioButtonHack:checked ~ label {
	display: block !important;
	width: 100%;
	font-size: 22px;
}

h1 {
	font-size: 22px;
	color: #012F6B;
}

div#ft {
	margin-top: 40px;
}

.bottomPager {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #012F6B;
	left: 0px;
	height: 42px;
	vertical-align: middle;
}

	.bottomPager a {
		color: white;
		text-decoration: none;
		display: inline-block;
		height: 100%;
		line-height: 40px;
	}

a.previousArticle {
	float: left;
	margin-left: 10px;
}

a.nextArticle {
	float: right;
	margin-right: 10px;
}

h3 {
	color: #012F6B;
	font-size: 21px;
}

span.tinyGrey {
	margin-bottom: 25px;
	display: inline-block;
	color: grey;
}

.underline {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #012F6B;
	width: 125px;
}

div#eventFilter > * {
	display: inline-block;
}

.userinformation {
	display: none;
}

/*button.exportPDF {
	content: 'Export';
	width: 100px;
	height: 22px;
	border: none;
	background-color: white;
}*/

button {
	text-transform: none;
	color: #0A3150;
	background-color: white;
	padding: 11px 40px;
	border-radius: 5px;
	border: 1px solid #0A3150;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
}

button:disabled {
	background-color: gainsboro;
	color: gray;
	border: 1px solid gray;
}

div#presenterTitle {
	display: none;
}

div#presenterBio {
	display: none;
}


.enroll img {
	width: 75% !important;
	height: 75% !important;
	padding-top: 10px;
}

.fc-toolbar h2 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}

td.ui-widget-header {
	font-weight: bold;
	background-color: #012F6B;
	color: white;
	font-size: 20px;
}

.menu.navigation {
	background-color: #53565A !important;
}

.fc .fc-toolbar > * > :first-child {
	font-size: 28px;
}

path[d] {
	color: rgb(240, 85, 42) !important;
}

.LinkTile {
	position: relative;
	background-repeat: no-repeat;
	background-position: center 30px;
}

span.LinkTileText {
	margin-top: 140px;
	padding-left: 5px;
	padding-right: 5px;
}

.editorPane .form label {
	width: 180px;
	font-weight: bold;
	float: left;
}

.LearningContentContainer[data-id="-100"]:after {
	content: 'This category contains individual training courses that you are required to complete within a specified time period.';
}

.LearningContentContainer[data-id="334"]:after {
	content: 'This category contains individual elective courses that you have added from the Course List.';
}


.courseDialog .icon {
	margin-right: 28px;
}

.advisorView td.icon {
	line-height: normal !important;
}

div#sliderContainer {
	width: 501px;
	display: inline-block;
}

button.ui-button.ui-widget {
	min-height: 28px;
}

.ui-dialog-titlebar button.ui-button.ui-widget {
	min-height: inherit !important;
}

/*jlh
.Favorite {
	position: absolute;
	right: 8px;
	top: 15px;
}
*/

.pageHeader {
	margin-left: 40px;
	margin-top: 20px;
}

div#kcnavigation {
	display: inline-block;
	float: right;
}

.ui-dialog.courseDialog button.ui-dialog-titlebar-close {
	top: 12px;
	background-color: #5993B9 !important;
	display: inline-block;
	padding: 5px;
	position: absolute;
	width: 32px;
	height: 32px;
	overflow: visible;
	border-radius: 50%;
}

.ui-dialog.courseDialog .ui-dialog-titlebar {
	background-color: #003E67;
	/*margin-bottom: 38px;*/
	/*height: 20px;*/
}

.ui-dialog.courseDialog .ui-dialog-titlebar .ui-dialog-title {
	/*position: absolute;*/
	top: 48px;
	color: white;
}

.ui-dialog {
	border-top: 4px solid #003E67;
	z-index: 999;
}

.ui-dialog button.ui-dialog-titlebar-close:after {
	content: 'x';
	font-size: 15px !important;
	color: #003E67 !important;
}

.ui-dialog.courseDialog button.ui-dialog-titlebar-close:after {
	color: white;
	content: 'x';
}

.pagination a, .pagination span {
	margin: 3px;
}

.body {
	font-family: Arial, sans-serif;
}

.LearningContentContainer .name, .LearningContentContainer a {
	font-family: "Open Sans", arial, sans-serif !important;
	/* fix cards.css */
}

.overall_container{
	font-family: "Open Sans", arial, sans-serif;
	margin-top:-35px;
	margin-left:-35px;
	margin-right:-35px;
}

.KC_topBand{
	padding: 5px 0px 5px 10px;
	background-color:#3ea2d3;
	color:#fff;
	font-size:13px;
	font-weight:bold;    
}

.KC_bottomBand{
	padding: 5px 0px 5px 10px;
	margin-bottom:7px;
	background-color:#076195;
	color:#fff;
	font-size:13px;
	font-weight:bold;    
}

.KC_TileContainer{
	margin-left:-3px;
	display:flex;
}

.KC_Tile{
	flex-grow:1;
	flex-basis:150px;
	height:150px;
	margin:0px 3px 6px 3px;
	background-color:#efefef;
	color:blue;
}

.KC_Tile_content{
	padding-top:15px;
}

.smallerImg img{
	width:40%;
	height:auto;
	display:block;
	margin:auto;
	padding-top:10px;
}

.biggerImg img{
	width:30%;
	height:auto;
	display:block;
	margin:auto;
	padding-top:10px;
}

.KC_Tile_content h2{
	font-size:14px;    
	font-family: "Open Sans", arial, sans-serif;
	text-align:center;
	margin:auto;
}

.tiletip {
	position:relative;
}

.floater {
	float:left; 
}

/* Tooltip text */
.tiletip .tiletiptext {
	visibility: hidden;
	height:140px;
	width: 95%;
	background-color:#4f81bd;
	color: #fff;
	text-align: center;
	padding: 5px 5px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	top:0px;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tiletip:hover .tiletiptext {
	visibility: visible;
}

.KC_TileContainer .tiletiptext {
	cursor: pointer;
}
.KC_topBand a {
	cursor: pointer;
}

#ft{
	padding-left: 8px;
	padding-top: 20px;
	display: block;
}

#ft:before{
	/*content: url("/Portal/content/images/logo2017-footer.png");*/
	display: block;
	position: relative;
	top: -6px; 
}

/*RM 36962*/
.LearningContentContainer[data-contenttype="Course"], .LearningContentContainer[data-contenttype="Track"]{
  background-color: #D9D9D6 !important;
}

/*RM 36965*/
.ui-dialog-titlebar{
  height: 26px !important;
}

/*RM 36966*/
.LearningContentContainer[data-contenttype="KnowledgeAsset"] .containerName{
  color: #003eff !important;
  text-decoration: underline;
  font-family: "Open Sans", arial, sans-serif;
}

/* RM 37347 shows descriptions for KC assets */
.LearningContentContainer .name, .LearningContentContainer .description{
  padding: 0px 15px 14px 9px !important;
  display: block;
}

.LearningContentContainer {
	cursor: pointer;
}

table.searchResults th.assetType, table.searchResults td.assetType {
	display: none;
}
table.searchResults td.lastUpdated {
	text-align: right;
}

.ib {
	display: inline-block;
}

.vm {
	vertical-align: middle;
}

sl {
	display: inline-block;
}

h2{
	font-size: 15px;
}

div#HeaderTitle {
	padding: 15px;
	font-size: 18px;
	background-color: #042c4c;
	color: #b9c5cd !important;
}

div#HeaderTitle h1 {
	font-size: 20px;
	color: #b9c5cd !important;
}

div#HeaderTitle2 {
	background-color: #042c4c;
}

div#HeaderTitle2 h2 {
    font-size: 20px;
    color: #b9c5cd !important;
    padding: 7px;
    margin: 5px;
}
.MainContainer {
    padding: 15px;
}

pre {
	font-family: Arial;
	white-space: pre-wrap;
}

ul li {
	list-style: disc inside none;
}

ol li {
	list-style: decimal inside none;
}

.hamburger-menu ul li {
	list-style: none;
}
