a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #000;
	border-radius: 10%;
	background-color: #000;
	position: fixed;
	bottom: 25px;
	right: 20px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.scroll-btn .scroll-btn-arrow {
	height: 12px;
	width: 12px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 15px 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

/* My CU Cloud Settings */

img{
height:auto !important;
}

.main, .row{
margin-bottom:72px;
}

.mod_row{
margin-bottom:0px;
}

.b_spacer{
display:block;
width:100%;
height:16px;
}

.card-body p:not(.card-text),
.card-body p:not(.text-muted){
font-size:18px;
}


.card-text,
.text-muted{
font-size:18px !important;
}

.mcc_label{
color:#952eb8;
font-weight:700;
}

.nav-link.active{
color:#026bb1 !important;
font-weight:700;
}

.alert-success{
background-color:#952eb8;
}


#mcc_app_footer {
  width:100%;
  position: fixed;
  height: 36px;
  bottom: 0px;
  padding: 12px;
  background-color: #2c3e50;
  border-top: solid 2px #d8d8d8;
  z-index: 300;
}

#mcc_app_footer a {
  color: #e0e0e0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

@keyframes ctrl_spinner {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(-360deg);
  }
}

#mcc_app_menu_ctrl {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height:auto;
  padding: 8px;
  background-color: #2c3e50;
  border: solid 2px #ecf0f1;
  border-radius:8px;
  opacity: 1;
  transition: opacity .35s;
}

#mcc_app_menu_ctrl {
  animation-name: ctrl_spinner;
  animation-duration: .35s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-delay: 4s;
}

#mcc_app_menu_ctrl.turn_off {
  opacity: 0;
}

#app_logo {
  display: block;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

#app_logo_name {
  position: absolute;
  bottom: 0px;
  display: block;
  margin-left: 96px;
  font-size: 32px;
  font-weight: 900;
}

#mcc_appnav_screen {
  position: fixed;
  top: 100%;
  opacity: 0;
  width: 100%;
  height: 100vh;
  display:flex;
  justify-content:center;
  background-color: #08080844;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: top .25s, opacity .35s;
  overflow-Y: auto;
  z-index: 500;
}

#mcc_appnav_screen.open_m_nav {
  top: 0px;
  opacity: 1;
}

#mcc_appnav_frame {
  position: absolute;
  bottom: 72px;
  width: 85%;
  padding: 0px;
}

#mcc_appnav_screen ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  padding: 16px;
}

#mcc_appnav_screen li {
  display: block;
  margin: 8px 0px;
}

#mcc_appnav_screen a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #2c3e50;
  box-shadow: 0px 0px 8px 0px #ecf0f1;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #ecf0f1;
}

#mcc_app_menu_close {
  display: block;
  position: relative;
  bottom: 16px;
  padding: 8px;
  left: 50%;
  margin-left: -20px;
  margin-top: 20px;
  width: 40px;
  height:auto;
  border-radius:8px;
  background-color: #2c3e50;
  border: solid 2px #ecf0f1;
}

.mcc_nav_closer {
  margin: 0px;
}

.mcc_cr_caption{
padding:8px 12px;
border-radius:4px;
background-color:#2c3e50aa;
}


@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
		bottom: 8px;
		right: 8px;
	}
}


@media screen and (min-width:992px){

.b_spacer{
height:32px;
}

#mcc_app_menu_ctrl {
display:none;
}


}