@import 'https://alliant.evaluationkit.com/canvas/css';

/* CURRICULUM CSS - last update: 3/10/26 
  EVALKIT update: 2/2/2024
  */

#all-front {
min-width: 500px;
}

.all-logo {
	padding-top:10px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 20px;
	width: 60%; 
	height: auto;
}
.all-menu {
	min-width: 500px;
	overflow: hidden;
    display: flex;
    justify-content: space-around;
	background-color: #362997;
	color:#fff;
	font-size: 14px;
	list-style: none;
    padding: 0 5px;
    margin: 0;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	text-align: center;
	/*width:100%;*/
}


.all-menu li a {
	color: #fff; display: block; 
	text-align: center; 
	padding: 14px 5px; 
	text-decoration: none !important;
	display: block;
}.all-menu li a:hover { 
	text-decoration: underline !important;
}


/*#all-front-im {
	width:100%
	height:auto;
	background-color:#d0dfeb;
}*/

#all-front-im {
	
	width: auto;
    height: 350px;
    background-image: url("https://contentmaterial.alliant.edu/global/css-files/AlliantBuilding1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}top

#all-course-navbar {margin-bottom: 20px;
}
#all-course-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	overflow: hidden;
	background-color: #362997;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
}
#all-course-navbar li {
	float: left;
}
#all-course-navbar li a:link {
	color: #fff;
	display: block;
	text-align: center;
	padding: 14px 40px;
	text-decoration: none;
}
#all-course-navbar li a:visited {
	color: #fff;
}

#all-course-navbar li a:hover {
	color: #C9DAE4;
}
.all-target {
	padding-top: 20px;
	background-image: url("https://contentmaterial.alliant.edu/global/css-files/on-target.jpg");
	min-height:300px;
    background-color: #cccccc;
	color:#fff;
} 

.all-target #all-course-objective {
	padding:20px 20px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
} 	
.all-target #all-course-objective ul {
	list-style-image: url('https://contentmaterial.alliant.edu/global/css-files/check_bullet_wt.png');
} 	

.all-course-objective ul, #all-course-objective ul {
    list-style-image: url('https://contentmaterial.alliant.edu/global/css-files/check_bullet.png');
} 	

#all-course-content {
	padding-top:20px;
}
#all-course-content hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.context-course_5094 .page-title, 
.context-course_8 .page-title, 
.context-course_5136 .page-title,
.context-course_5094 .course-title, 
.context-course_8 .course-title, 
.context-course_5136 .course-title
 {
display:none 			
}

		

.all-txtbook {
	max-width:700px;
	min-height: 115px;
	 border:2px dashed #D6D6D6;	
	padding: 20px;
	margin-bottom: 50px;
	font-size:18px;
	font-family: "Times New Roman", Georgia, Serif;
	
}

.all-txtbook img {
	float: left; 
	margin-right: 10px;
	height: 105px;
	width:auto;	
}

#ALL-FAQ-title {
	text-align: center;
	background-color: #362997;
	color:#fff;
	font-size:2em;
	padding: 10px 0px;
	margin-bottom:30px;
}

#All-FAQ dt {
	font-size: 16px;
	color: #362997;
	font-weight:bold;
}

#All-FAQ dd {
	margin-top:5px;
	margin-bottom:20px;
}
.all-btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #0A6FAA;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.all-btn:hover {
  background: #002652;
  text-decoration: none;
  color: #ffffff;
}

/* For Canvas Student Resource */

#all-st-rec-content {
	max-width: 700px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding-top: 20px;		
}

all-center {
display: block; 
	margin-left: auto; 
	margin-right: auto;	
}

#all-st-rec-content .content-box {
	"width: 95%; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#all-st-rec-content .grid-row {
	height:30px;
}

#all-st-rec-content .col-xs {

}

#all-st-rec-content .styleguide-section__grid-demo-element {
	
	text-align: center;
	font-size:14px;
	font-weight:bold;
	background-color: #d96d00; 
	padding:10px 5px;
	height:30px;
}

#all-st-rec-content a {
	background-color: #d96d00;	
	color:#ffffff;	
}
#all-st-rec-content a:hover {	
	background-color:#733a00;
	text-decoration:none;
}

.all-info, .all-success, .all-warning, .all-error, .all-validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.all-info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('https://contentmaterial.alliant.edu/global/css-files/info.png');
}
.all-success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('https://contentmaterial.alliant.edu/global/css-files/success.png');
}
.all-warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('https://contentmaterial.alliant.edu/global/css-files/warning.png');
}
.all-error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('https://contentmaterial.alliant.edu/global/css-files/error.png');
}

/* Mobile Logos  */ 
.mobileLogin-Header {z-index: 1; background-image: url('https://contentmaterial.alliant.edu/global/small.png') !important; background-position: center; background-repeat: no-repeat; background-size: 201px 69px; min-height: 69px;}

/* Alert Boxes */
.alert-green {
background: #f2fae3;
color: #659f13;
border: 1px solid rgba(101,159,19,.3);
border-radius: 4px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.alert-red {
background: #fff1f0;
color: #d85030;
border: 1px solid rgba(216,80,48,.3);
border-radius: 4px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.alert-yellow {
background: #fffceb;
color: #e28327;
border: 1px solid rgba(226,131,39,.3);
border-radius: 4px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.alert-blue {
background: #ebf7fd;
color: #2d7091;
border: 1px solid rgba(45,112,145,.3);
border-radius: 4px;
padding: 10px;
margin-top: 15px;
margin-bottom: 15px;
}

.blinking-red {
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{ color: #d85030;}
    49%{ color: #d85030;}
    60%{ color: transparent;}
    99%{ color:transparent;}
    100%{ color: #d85030;}
}

button my-media-action-bar-controls__add__btn btn btn-primary dropdown-toggle    {
display:none !important}