/*!
 * Author: OIRE Developers
 */

 /* GENERAL CLASSES */
 .update {
	font-size: smaller;
	margin-top: 8px;
	text-align: right;
}

.max-width-none {
  max-width: none !important;
}

 a.nav-link {
    color: white;
 }
 a.nav-link.show {
    color: white;
 }
 a.nav-link.local {
    color: white;
 }

 ul.text-norm, ul.bdog_table, ul.degrees_list, ul.research-site-map {
    text-align: initial !important;
 }

 p.fpl {
  max-width: max-content !important;
 }

 .page-header-card {
  /* background-image: radial-gradient(circle, white, #C1C6C8); */
  border-radius: 2px;
 }

 .page-header-card2 {
  /* background-image: linear-gradient(white, #C1C6C8); */
  border-radius: 2px;
 }

 .pdf  {
  padding-left: 25px;
  position: relative;
}
.pdf:before  {
  position: absolute;
  top: 1px;
  left: 0px;
}

.pdf:before {
  content: url("../images/pdfIcon.png");
}
.page h1 .h-sup,
.page h2 .h-sup,
.page h3 .h-sup,
.page h4 .h-sup,
.page h5 .h-sup,
.page h6 .h-sup,
.page .h1 .h-sup,
.page .h2 .h-sup,
.page .h3 .h-sup,
.page .h4 .h-sup,
.page .h5 .h-sup,
.page .h6 .h-sup,
.hero h1 .h-sup,
.hero h2 .h-sup,
.hero h3 .h-sup,
.hero h4 .h-sup,
.hero h5 .h-sup,
.hero h6 .h-sup,
.hero .h1 .h-sup,
.hero .h2 .h-sup,
.hero .h3 .h-sup,
.hero .h4 .h-sup,
.hero .h5 .h-sup,
.hero .h6 .h-sup {
  font-size:60%;
  font-weight:300;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:0.5rem;
  color:#000;
}
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page .h1,
.page .h2,
.page .h3,
.page .h4,
.page .h5,
.page .h6 {
  color:#5d1725;
}

.jump-container,
.btn.jump-to-top,
.btn.jump-to-page {
  display:block;
  position:fixed;
  bottom:3rem;
  right:3rem;
  z-index:999;
}
.btn.jump-to-top,
.btn.jump-to-page {
  border:none;
  padding:1rem;
  line-height:1;
  color:#5d1725;
  background:#fff;
  -webkit-box-shadow:0px 0px 40px rgba(0,0,0,0.1);
  box-shadow:0px 0px 40px rgba(0,0,0,0.1);
  border-radius:0;
}

.circle {
  margin: 10px auto;
  border-radius: 50%;
  border: 2px solid #565347;
  width: 100px;
  height: 100px;
  background-color: #fbfbf9;}
 /* ASSESSMENT/OUTCOMES.PHP */

 .outcomes {
  width: 23%;
  height: 305px;
  min-width: 81px;
  float: left;
  margin: 8px;
  border: thin;
  border-color: #660000;
  background-color: #F4EFE4;
}
.outcomes h3 {
  font-size: larger;
  margin:0px;
  padding: 2px;
  text-align: center;
  background: #dac79d;
}
.outcomes p {
  padding:8px;
}

.outcome-card {
  max-width: 360px;
}

.outcome-card > .card-body {
  background-color: #F4EFE4;
}

.card.outcome-card > .card-header {
  padding-right: 1rem !important; 
  padding-left: 1rem !important;
  text-align: center;
  background-color: #dac79d;
}

 .outcome-card-row > * {
  padding-left: calc(var(--bs-gutter-x)* 0.1) !important;
  padding-right: calc(var(--bs-gutter-x)* 0.1) !important;
  display: flex;
  align-items: stretch;
  padding-top: 5px !important;
  padding-bottom: 5px !important;

} 

@media screen and (max-width: 1200px) {
  .outcome-card-row.outcome-main-def {
     display: none; 
  }
  .outcome-mobile-def {
    display: grid; 
 }

  .outcome-mobile-card {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 1200px) {
  .outcome-mobile-def {
     display: none; 
  }
}



.tooltip-inner {
  max-width: 1000px !important;  
}

/*Assessment / IE Resources*/

.card-title-custom-1{
  background-color: #5D1725 !important;
  color: white;
}
  .card-title-custom-2{
  background-color: #A9431E !important;
  color: white;
}
  .card-title-custom-3{
  background-color: #6E4C1E !important;
  color: white;
}
/*
  DASHBOARD RELATED
*/

iframe.IRDash {
  border: none;
}


/* .min-height > .container-fluid > .navbar-nav > .nav-item > .nav-link {
  line-height: 44px !important;
  height: 44px !important;
}
.min-height > .container-fluid > .search-form > .btn {
  line-height: 44px !important;
  height: 44px !important;
}
.min-height {
  height: 44px !important;
}
.min-width {
  width: 44px !important;
} */
:root {
  --height: 44px;
}
.btn {
  min-width: 44px !important;
  min-height: 44px !important;
}

.navbar-nav {
    min-width: 44px !important;
    min-height: 44px !important;
}

.nav-link {
    min-width: 44px !important;
    min-height: 44px !important;
}

.nav-item {
    min-width: 44px !important;
    min-height: 44px !important;
}

.quick-menu {
    min-width: 44px !important;
  min-height: 44px !important;
}

.min-size {
  min-width: 44px !important;
  min-height: 44px !important;
}

.top-nav {
  line-height: 44px !important;
}

 /*OLD SITE CSS*/


 /*
|===========================================================================================================
| app.css
|===========================================================================================================
| 
| ============
| TIPS & USAGE
| ============
| 
| 1. Next and indent your styles.
| 2. Keep styles organized (use headings, comments, and table of contents)
| 3. The name of your theme is placed as a class on the body tag.
| 4. Use that class to prefix and define all your styles within common containers so as not to override required styles in the header and footer.
| 5. The most common containers will be ".page" and ".feature" but you might have others in a unique template.
| 6. Do not use just ".yourthemename" because it will override the msu-header and msu-footer styles. You must target the inner page container.
| 7. For example, your css rules should be prefixed with ".yourthemename .page" or ".yourthemename .feature" and etc.
|
|
| =================
| TABLE OF CONTENTS
| =================
|
| #  Type
| #  Buttons
|
*/




/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Type 
 */





/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Buttons
 */

.row >.submit_form{
	background-color: #777777;
	color: white;
	border: #C1C6C8;
	display: inline-flex;
	font-size: 16px;
	padding: 7px 16px;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 5px;
  max-width: 10rem;
}

.submit_form:hover {
	background-color: #5d1725;
	color: white;
}
		
.submit_form:active {
	background-color: #777777;
	box-shadow: 1px;
	transform: translateY(1px);
}

.dropdown-menu {
	font-size: medium;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.update {
	font-size: smaller;
	margin-top: 8px;
	text-align: right;
  max-width: none !important;
}
.float-right {
	float: right;
}

.row h3 {
	font-size: medium;
	}
.location {
	border-top: thin;
	border-top-color: lightgrey;
	width: 50%;
}

#staff {
	width: 20%;
	min-height: 200px;
	background-color: rgba(196,199,200,1.00);
	padding: 10px;
	margin: 20px;
	box-shadow: 5px 5px 3px grey;
	float: left;
}

.vertical-align {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
      }

/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Callout-block
 */

 
.callout-block p,
.callout-block ul,
.callout-block ol,
.callout-block .field-type-text-long div {
	font-size: 1.4em;
  margin-top:0rem;
  margin-bottom:1.6rem;
}
.callout-block a {
  color:#4f131f;
  text-decoration:none;
  -webkit-transition:color 0.2s ease,background-color 0.2s ease;
  transition:color 0.2s ease,background-color 0.2s ease;
}
.callout-block a:hover {
  color:#4f131f;
  text-decoration:underline;
} 
.callout-block .callout-block__container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  overflow:hidden;
  padding:1.875rem;
  position:relative;
}
  
.callout-block .callout-block__content .field-p-callout-block-title {
  margin-top:0rem;
  margin-bottom:1.6rem; 
  line-height:1.45455; 
  margin-bottom:1rem;
}
.callout-block .callout-block__content .field-p-callout-block-title::before {
  background-color:#4f131f;
  content:' ';
  display:block;
  height:0.4rem;
  margin-bottom:0.6rem;
  width:2.5rem;
} 

.callout-block .callout-block__content .field-p-callout-block-body {
  margin-top:0rem;
  margin-bottom:1.6rem; 
  line-height:1.57143; 
}
@media screen and (min-width:480px) {
  .callout-block .callout-block__content .field-p-callout-block-body { 
    line-height:1.57143;
  }
}
@media screen and (min-width:768px) {
  .callout-block .callout-block__content .field-p-callout-block-body { 
    line-height:1.5625;
  }
}
@media screen and (min-width:1024px) {
  .callout-block .callout-block__content .field-p-callout-block-body { 
    line-height:1.44444;
  }
}
@media screen and (min-width:1320px) {
  .callout-block .callout-block__content .field-p-callout-block-body { 
    line-height:1.44444;
  }
}
@media screen and (min-width:1400px) {
  .callout-block .callout-block__content .field-p-callout-block-body { 
    line-height:1.44444;
  }
} 
/** ------------------------------------------------------------------------------------------------------- */
/**
 *  End of Callout-block
 */

 

/**
Hide mobile menu until certain size
**/

@media screen and (min-width: 768px) {
	div.mobile-mobile {
		display: none !important;
	}
}


