﻿/* DAK - This will override any styles in Site.css for upgrading to newer design.  
	Leaving Site.css alone

*/



@font-face {
	font-family: OpenSansCL;
	src: url('../fonts/open-sans-condensed.light.ttf');
}

.classname {
	font-family: OpenSansCL;
}


html {
	font-family: OpenSansCL;
}


.wildGreenBorder {
	border: 2px solid darkgreen;
}


.wildWheatBorder {
	border: 2px solid wheat;
}

.wildRedBorder {
	border: 2px solid indianred;
}

.maroonBorder {
	border: 2px solid maroon;
}

.goldenBorder {
	border: 2px solid goldenrod;
}


body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2em;
}

/*error and success message classes*/
.failMessage {
	color: white;
	background-color: #dc3545;
	border-radius: 6px;
	border: 1px solid #dc3545;
	font-size: 1.2em;
	width: 50%;
	max-width: 65%;
	padding: 5px 5px 5px 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.passMessage {
	color: white;
	background-color: #278200;
	border-radius: 6px;
	border: 1px solid #278200;
	font-size: 1.2em;
	width: 50%;
	max-width: 65%;
	padding: 5px 5px 5px 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Custom Notification Style */
/*.k-notification {
	background-color: #278200 !important;*/ /* Green background */
	/*color: white !important;*/ /* White text */
	/*font-weight: bold;
	font-size: 1.2em;
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}*/

/* Customize success, error, warning types */
	/*.k-notification.k-success {*/
		/*background-color: #28a745 !important;*/
		/*background-color: #278200 !important;
	}

.k-notification.k-error {
	background-color: #dc3545 !important;
}

.k-notification.k-warning {
	background-color: #ffc107 !important;
}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
	max-width: 280px;
}

textarea {
	min-width: 40em;
	min-height: 6em;
}

#registerLink {

}

#loginLink {

}


/* MainContent Styles*/
a.skip {
	z-index: -1;
	position: absolute;
	top: 10px;
	
	background-color: white;
	color: white;
	padding: 0.5em 1em;
}

a.skip:focus {
	z-index: 10;
	position: absolute;
	top: 10px;

	background-color: white;
	color: #003865;
	padding: 0.5em 1em;
}

/*Bootstrap styles - used in bootstrap.css  - these will override bootstrap.css*/
a {
	color: #123ADB;
	font-weight: 500;
}

	a:hover,
	a:focus {
		color: #2a6496;
		text-decoration: underline;
	}

	a:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

.navbar-inverse {
	/*EJM changed to blueish color*/
	/*background-color: #123ADB;
     border-color: #080808;
  */
	/*DAK - change to white backgrouond and MN Blue for font*/
	background-color: #ffffff;
	border-color: #003865;
	color: #003865;
}

.gridLeftAlign {
	vert-align: top;
	horiz-align: left;
}

.gridMidALign {
	vert-align: top;
	horiz-align: center;
}

.gridRightALign {
	vert-align: top;
	horiz-align: right;
}

.gridAlignHeader {
	vert-align: top;
	horiz-align: left;
	font-weight: bold;
}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #003865;
		color: #ffffff;
	}

.navbar-inverse .navbar-toggle {
	background-color: #ffffff;
	border-color: #003865;
	color: #003865;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #003865;
}

	.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #ffffff;
	}

	.navbar-inverse .navbar-brand {
		/*EJM changed to white*/
		/*color: #ffffff;

	  /* DAK change to state blue */
		color: #003865;
	}

.navbar-brand {
	font-size: 24px;
	font-weight: 500;
}

.test {
	font-size: 18px;
	font-weight: 500;
}

.navbar-inverse .navbar-nav > li > a {
	/*EJM changed to white
	color: #ffffff;*/
	/*DAK changed to State Blue*/
	color: #003865;
}

	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		/*EJM changed to grayish color*/
		/*color: #E8EAEE;*/
		background-color: #003865;
		color: #ffffff;
	}

.btn-default {
	background-color: #ebebeb;
}


	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active,
	.open .dropdown-toggle.btn-default {
		background-color: #cccccc;
	}

.btn-link {
	color: #123ADB;
}
/*End Bootstrap styles*/

.required:before {
	content: " *";
	color: #a70000;
	font-size: medium;
	font-weight: 900;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

.control3em {
	width: 3em;
}

.control5em {
	width: 5em;
}

.control7em {
	width: 7em;
}

.control9em {
	width: 9em;
}

.control10em {
	width: 10em;
}

.control11em {
	width: 11em;
}

.control12em {
	width: 12em;
}

.control15em {
	width: 15em;
}

.control20em {
	width: 20em;
}

.control25em {
	max-width: 25em;
}

.control30em {
	max-width: 30em;
}

.control40em {
	max-width: 40em;
}

.control60em {
	max-width: 60em;
}

.btn-default {
	background-color: #ebebeb;
}

	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active,
	.open .dropdown-toggle.btn-default {
		background-color: #cccccc;
	}

.readonly-displaylabel {
	padding-top: 7px;
}

.readonly-displayname {
	font-weight: bold;
}

.bold-font {
	font-weight: bold;
}

.mndeed-link {
	text-decoration: none;
	color: #ffffff;
}

	.mndeed-link:hover, .mndeed-link:focus {
		text-decoration: none;
		color: #E8EAEE;
	}

.table-header {
	font-size: 1.2em;
	color: #6E6E6E;
	font-weight: 700;
}

#deed-image {
	/*border: 2px solid maroon; */
	width: 75px; 
	height: auto; 
	padding-right: 5px; 
	vertical-align: middle;
}

.grid-button {
	background: none;
	border: none;
	display: inline;
	font: inherit;
	margin: 0;
	padding: 0;
	/*outline: none;
    outline-offset: 0;*/
	/* Additional styles to look like a link */
	color: #123ADB;
	cursor: pointer;
}

.vertical-layout {
	margin-bottom: .5em;
}

.checkbox-list {
	vertical-align: -2px;
}

.label-text {
	font-weight: bold;
	font-size: 1em;
}

fieldset {
	border: 0;
}

legend {
	border: 0;
}

/*banner site title*/
@media screen and (min-width: 992px) {
	#title {
		font-size: 1.6em;
		font-weight: 500;
		/*color: #ffffff;
        padding-left: 150px;
        padding-right: 40px;

           DAK change
        */

		padding-left: 10px;
		padding-right: auto;
		margin-top: 10px;
		vertical-align: middle;
		/*border: 2px solid orange;*/
		font-family: OpenSansCL;
		color: #003865;
	}

		#title a {
			color: #003865;
		}

	#title a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 991px) {
	#title {
		font-size: 1.6em;
		font-weight: 500;
		/*color: #ffffff;
         padding-left: 40px;
        padding-right: 10px;

         DAK CHange
      */

		padding-left: 10px;
		padding-right: auto;
		margin-top: 10px;
		vertical-align: middle;
		/*border: 2px solid orange;*/
		font-family: OpenSansCL;
		color: #003865;
	}
	#title a {
		color: #003865;
	}

	#title a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 768px) {
	#title {
		font-size: 1.55em;
		font-weight: 600;
		/*color: #ffffff;
         padding-left: 25px;
        padding-right: 15px;

           DAK Change
        */
		color: #003865;
		padding-left: 10px;
		padding-right: auto;
		margin-top: 10px;
		vertical-align: middle;
		font-family: OpenSansCL;
	}
	#title a {
		color: #003865;
	}

	#title a:hover {
		text-decoration: underline;
	}
}

#mnitImage:hover {
	text-decoration: none; 
}
/*prevents page titles/content from getting covered up by navbar on certain smaller screen sizes or mobile devices*/
@media screen and (min-width:768px) and (max-width:991px) {
	body {
		margin-top: auto;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	body {
		margin-top: auto;
	}
}

.bottom-margin {
	margin-bottom: 8px;
}

.indent {
	margin-right: 7px;
	font-weight: bold;
}

/*SweetAlert - switch yes and no button locations*/
.sa-button-container {
	display: flex;
	flex-direction: row-reverse;
	text-align: center;
	justify-content: center;
}

	.sa-button-container .cancel {
		margin-left: 10px;
	}

/*IsTest Prep label doesn't align in managecourse*/
.labelIsTestPrep {
	white-space: pre-wrap;
}


/*Kendo Filter Styles*/


th {
	/*height: 35px;*/
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

input[type="checkbox"] {
	padding: 6px;
	line-height: normal;
	border-color: #212529;
}

.k-checkbox-wrap {
	gap: 0;
	align-items: center;
	align-self: flex-start;
	vertical-align: middle;
	/*flex: none;
	display: inline-flex;
	flex-flow: row nowrap;
	gap: 0;
	align-items: center;
	align-self: flex-start;
	vertical-align: middle;
	position: relative;*/
}

label.k-label.k-checkbox-label span {
	color: #212529;
	vertical-align: bottom;
	font-weight: lighter;
	font-size: 13px;
}

.k-checkbox.k-checkbox-md.k-rounded-md {
	margin: 0;
	margin-right: 10px;
}

.k-menu-button {
	width: 120px;
	height: 30.5px;
	margin-top: 10px;
	font-size: 15px;
	
	
}

.k-animation-container .k-child-animation-container {
	width: 150px;
	height: 50px;
	
}

.k-menu-popup{
	width: 150px;
	
}

.k-menu-link-text {
	font-size: 15px;
	
	padding: 5px;
}

.iconClass{
	width:15px;
		
}



.k-grid .k-table-alt-row {
	background-color: white;
}

.k-grid a {
	color: #123ADB;
}

	.k-grid a:hover,
	.k-grid a:focus {
		color: #2a6496;
		text-decoration: underline;
	}



.k-grid .k-grid-header .k-table-th {
	position: relative;
	vertical-align: top;
	cursor: default;
}

.k-grid .k-table-td {
	vertical-align: top;
}

/*Remove the flex from spacer element so that search textbox shows in left side*/
.k-spacer, .k-flex {
	flex: none;
}

.k-grid .k-grid-search {
	width: 200px;
	height: 30px;
}

.k-toolbar {
	display: block;
}

.backButton{
	background-color:white;
	height:35px;
	font-size:13px;
	font-weight:500;
	border:none;
	padding:0px;

}
